Ferry Boender
Programmer, DevOpper, Open Source enthusiast.

The ANGRY Whopper, with ANGRY onions and ANGRY jalapenos! Hey, BurgerKing?! Your ANGRY advertisement just caused you to loose an ANGRY customer. Angry onions? Spare me. There’s no way this ad wasn’t made up by an American advertisement company. Well, guess what? I don’t like companies making me feel stupid when buying their products, so […]
Hof veroordeelt bedreiger Balkenende tot celstraf. Ik vraag me af waarom deze man wel celstraf krijgt, en iemand als Theo Maassen, die toch ook zo’n beetje heel de wereld al heeft bedreigd met de dood, niet. Lekker kieskeurigheid weer in Nederland. “Straf optreden, zolang we maar geen slechte publiciteit krijgen!”. Want het is natuurlijk meer […]
(The latest version of this introduction to IPython can always be found here) Python has an interactive shell, which you can start by simply starting python: [todsah@jib]~$ python Python 2.4.4 (#2, Apr 5 2007, 20:11:18) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2 Type “help”, “copyright”, “credits” or “license” for more information. >>> print(‘hello’) hello […]
If you’re trying out Mako (the templating language) and you happen to get this error: Traceback (most recent call last): File “/usr/lib/python2.4/site-packages/CherryPy-3.0.1-py2.4.egg/cherrypy/_cprequest.py”, line 551, in respond cherrypy.response.body = self.handler() File “/usr/lib/python2.4/site-packages/CherryPy-3.0.1-py2.4.egg/cherrypy/_cpdispatch.py”, line 24, in __call__ return self.callable(*self.args, **self.kwargs) File “./pua.py”, line 82, in index return Template(‘index’, {‘title’: ‘Title!’}) File “./pua.py”, line 35, in Template return(t.render(**vars)) […]
Theo de Raadt on virtualisation security: > Virtualization seems to have a lot of security benefits. You’ve been smoking something really mind altering, and I think you should share it. x86 virtualization is about basically placing another nearly full kernel, full of new bugs, on top of a nasty x86 architecture which barely has correct […]
(This article is also available here) I’ve recently written a web application using Python using the following libraries: CherryPy v3.0.2 Mako v0.1.8 SQLAlchemy v0.3.7 CherryPy has a built-in web server which you can use during development and for actually running the application. I already had an Apache with some old PHP programs however, so I […]
Dutch minister of Justice, Hirsch Ballin, is being pressured by dutch christian and labour parties to force Dutch ISP’s to start censoring the Internet: A translation of the dutch NU.nl article: AMSTERDAM – The NOS [Dutch Broadcasting Institute] on friday reports that a majority of the Dutch parlement have demanded that internet providers be forced […]
I have given up on PHP. I will still need to use it at my job, but in private I refuse to even touch it anymore. Lately, I’ve been busy creating a framework, or a bunch of libraries actually, which where meant to negate some of PHP’s worst qualities. It had better error reporting (the […]
Search this blog:
The text of all posts on this blog, unless specificly mentioned otherwise, are licensed under this license.