Sunday, September 25th, 2011
I’m currently working with a legacy PHP CMS and do-it-all system which is heavily reliant on singletons. Instead of relying on static methods and direct invocation we store object instances in a global array, these instances are then retrieved through the use of a call looking like this: singleton(’ClassName’).... Read More
Tags: eclipse, PHP, productivity
Posted in Dev Environment, PHP | No Comments »
Thursday, December 20th, 2007
Yesterday I thought I should try out clisp. It was the reddit controversy that opened my eyes to this language. If you don’t know, the guys behind reddit tried to create the site with clisp but they opted to do it in Python in the end. It’s that decision that caused all the ruccus.... Read More
Tags: clisp, Common Lisp, CUSP, Lisp
Posted in Common Lisp, Dev Environment, Reviews | 11 Comments »
Monday, October 15th, 2007
What do you do if you have a lazy no good linux admin that won’t do as he is told and you want him to enable pdo, mod_rewrite and more? Well Linux nerds are a stubborn bunch so don’t bother threatening, pleading or bribing, if the admin in question doesn’t feel like doing as he is told he won’t. That the useless nerd is actually getting paid to do stuff like this is apparently completely irrelevant.... Read More
Tags: apache, Linux, mysql, nerds, suse, xampp, yast
Posted in Dev Environment, Linux, PHP | No Comments »