blog.logicexception.com
Logic Exception: Updates to managed documents under Doctrine MongoDB ODM
http://blog.logicexception.com/2012/08/updates-to-managed-documents-under.html
What was I thinking? Saturday, August 4, 2012. Updates to managed documents under Doctrine MongoDB ODM. If you update a document returned by Doctrine MongoDB ODM, changes to that document will be flushed to even if you do not call the persist(). Method on that document. That is because the document returned is a managed document. In fact, the persist() call gets ignored for these managed documents. From the documentation. Subscribe to: Post Comments (Atom). View my complete profile. Template images by fpm.
blog.logicexception.com
Logic Exception: Recent News and Articles - July 2012
http://blog.logicexception.com/2012/07/recent-news-and-articles-july-2012.html
What was I thinking? Sunday, July 1, 2012. Recent News and Articles - July 2012. The Google Compute Engine. Even though it is too early to comment, as a customer of Amazon's EC2 services, I am loving this; competition is definitely good news for business. For the gamers out there, Epic Games introduced the Unreal Engine 4 recently. Have a look at the Wired article. To understand the implications of this new engine on the gaming and hardware industry. Here is the development walk-through.
blog.logicexception.com
Logic Exception: Securing Symfony2 REST services with FOSOAuthServerBundle
http://blog.logicexception.com/2012/04/securing-syfmony2-rest-service-wiith.html
What was I thinking? Sunday, April 8, 2012. Securing Symfony2 REST services with FOSOAuthServerBundle. You have to install v1.1.0 of FOSOAuthServerBundle if you are using Symfony 2.0.x. If not, see the docs. First, add the following entries to your deps. FOSOAuthServerBundle] git=git:/ github.com/FriendsOfSymfony/FOSOAuthServerBundle.git target=bundles/FOS/OAuthServerBundle version=origin/1.1.x [oauth2-php] git=git:/ github.com/FriendsOfSymfony/oauth2-php.git. Update your app/autoload.php. In regards to ...
blog.logicexception.com
Logic Exception: December 2013
http://blog.logicexception.com/2013_12_01_archive.html
What was I thinking? Monday, December 23, 2013. Exploiting the /proc filesystem. It has been quite a while since I have written my last article. After pondering what to write for a couple of days, I have decided to share a couple of /proc filesystem tricks. Here is a list of real-life scenarios that illustrate how you can exploit this filesystem:. You can change the limits dynamically by echoing to this file instead of restarting that production MySQL instance. Subscribe to: Posts (Atom).
blog.logicexception.com
Logic Exception: August 2012
http://blog.logicexception.com/2012_08_01_archive.html
What was I thinking? Wednesday, August 15, 2012. Atomicly update an embedded document with Doctrine MongoDB ODM. I had to deal with an unexpected problem recently. In my setup, I have a Conversation. Document which contains multiple Message. Documents embedded inside - a one-to-many mapping basically - and I need to atomically push a new Message. When a user replies to a conversation. Below is the initial code that I implemented:. Turns out, the query builder is not really intended to work with document ...
odayibas.blogspot.com
Orçun Dayıbaş: Large Hadron Collider Game
http://odayibas.blogspot.com/2008/09/large-hadron-collider-game.html
Large Hadron Collider Game. Large Hadron Collider (LHC). Of CERN (European Organization for Nuclear Research). Is very popular subject nowadays. Beyond the scientific value of the subject, it has vastly hazardous perception. In public domain ( The 5 Scientific Experiments Most Likely to End the World. Friday, September 19, 2008. Subscribe to: Post Comments (Atom). Large Hadron Collider Game. Subscribe in a reader.
blog.logicexception.com
Logic Exception: October 2012
http://blog.logicexception.com/2012_10_01_archive.html
What was I thinking? Thursday, October 11, 2012. Networking with Multiple Guests on VirtualBox. I showed up to work on my first day a couple of weeks ago and the first thing that I was given was a company Mac. A Mac! Of course virtualization. Needless to say, this was a complex setup with multiple requirements: * I want to run a Fedora guest for every day use. There is nothing that can match Konsole running on a bleeding edge distribution out there. My guest OSes have to communicate with each other.
blog.logicexception.com
Logic Exception: Setting up a Symfony2 REST service with FOSRestBundle
http://blog.logicexception.com/2012/04/setting-up-symfony2-rest-service-with.html
What was I thinking? Sunday, April 8, 2012. Setting up a Symfony2 REST service with FOSRestBundle. First thing is to download and setup the FOSRestBundle. If you are running Symfony 2.0.x, get the FOSRestBundle version 0.6, otherwise, download the code in the master branch. The FOSRestBundle depends on the JMSSerializerBundle so the following instructions are going to include some extra information for setting up this bundle to complete our REST service. Run the vendors script to install these bundles:.
blog.logicexception.com
Logic Exception: Networking with Multiple Guests on VirtualBox
http://blog.logicexception.com/2012/10/networking-with-multiple-guests-on.html
What was I thinking? Thursday, October 11, 2012. Networking with Multiple Guests on VirtualBox. I showed up to work on my first day a couple of weeks ago and the first thing that I was given was a company Mac. A Mac! Of course virtualization. Needless to say, this was a complex setup with multiple requirements: * I want to run a Fedora guest for every day use. There is nothing that can match Konsole running on a bleeding edge distribution out there. My guest OSes have to communicate with each other.