I’ve just been “exposed” to this software requirement:
“No memory leaks shall exist. ”
I’m glad someone thought of this one!
I’ve just been “exposed” to this software requirement:
“No memory leaks shall exist. ”
I’m glad someone thought of this one!
The last few days have been pretty relaxed. Sleeping till late, slacking at the computer and doing whatever I want to do. I’ve also been taking care of the details of my next aventure, the whole experience of working and living abroad for undetermined time. I will fly to Germany next Saturday (15th of March).
Today was my last day at YDreams. I’ll be taking a new position that is based in Darmstadt, Germany.
I joined YDreams via a recommendation. Vortex worked there and he said it was great to work there and since I knew Vortex (someone who likes to do things the right way) well from college I knew if he liked it, I would too. And so it was. It was great to work there for this past year, I’ve learned so much and was part of an incredible team.
I still believe YDreams has a great potential as a company. Rest assured, the management will try to further explore that potential and success is all I wish them.
- A book by AdaptivePath called “Subject to Change” with the first chapter free to read here.
http://a.viary.com/ - These guys are developing multiple RIA’s in Flex/Flash that are really worth a look. Check the demo videos at their blog.
http://opensource.adobe.com/wiki/display/flexsdk/Flex+4 - With the official release of Flex 3 comes the planning for Flex 4 - “..provide a framework meant for continuous collaboration between designer and developer.”
http://issuu.com - a very nice interface for reading e-books.
This week I went to the UK and on the flight I stumbled upon this:
“Job seekers would be well advised to stay away from Lisbon, which seems to be suffering from an extremely lethargic job market with some of the lowest salaries and work prospects in Europe.”
The text is taken from the EasyJet Inflight Magazine (February 2008 edition).
I wanted the latest Cake-PHP dbo_source.php to use with MS SQL Server because there has been a ridiculous amount of recent bug fixes but when I updated I lost the othAuth component functionality.
I started by following the post here about using othAuth in 1.2 pre-beta but I was still getting some errors and ‘deprecated function’ warnings. What worked for me was not adding the line:
<code>
$this->othAuthRestrictions = Configure::read(’Routing.admin’);
</code>
in the beforeFilter() function in app_controller.php as recommended in the post.
I then did some cleaning to eliminate the warnings. The final code I used is here.
Recent Comments