2009|12|31
Zur Jahreswende ist es Zeit auf die letzten zehn Jahre Popmusik zu schauen. Allen ein gutes neues Jahr zu wünschen,
wann auch immer es in den …
Read on
2009|08|14
I had an itch to scratch this day: generate a huge amount of SSL-certificates for a set of whitelabels. Every whitelabel has it’s own domain …
Read on
2009|05|31
Theodor W. Adorno – Dokumentation 1. Teil
Theodor W. Adorno …
Read on
2009|05|13
My collegues asked me to write down some documentation on the basic concepts of domain driven design. Why not make a blog post out of it?
Domain …
Read on
2009|05|02
Develop object-oriented code
Avoid static cling
Avoid global state
Use dependency injection
Use a framework if appropriate …
Read on
2009|03|10
I’m giving a talk at International PHP Conference Spring Edition in May in Berlin. I will talk about Beatiful ( PHP ) code : code your …
Read on
2009|02|15
hbp_pix ©
A pretty popular myth about avoiding global state (singletons, multitons, registries, global variable, static …
Read on
2009|02|02
When it comes to reading I’m coming from a different corner: I read a lot of philosophical books from philosophers like Adorno, Marcuse, Marx …
Read on
2009|01|10
Every time a new comment or trackback arrives here I get a new mail. Of course I read mails over IMAP , as I utilize a number of different clients. …
Read on
2009|01|03
I’ve got tagged by Brian DeShong and Manuel Pichler to write down seven facts about me. Quick and easy:
Sung in a boys choir and had …
Read on
2008|12|28
I got an Asus EeePC for Christmas. As a long time Linux user the pre-installed Windows XP version had a very short life, something around ten minutes …
Read on
2008|10|14
Having a number of hosts following the same naming scheme is good, defining them is repetitive and boring. Maybe we could patch SSH to achieve …
Read on
2008|09|24
As we all know, HTTP is a stateless protocol. We do all sort of hacks to add state, like ext/session in PHP . While such hacks work great for a …
Read on
2008|09|19
Have a continuous integration solution in place. Really. If you don’t, you just burn money by writing tests. I would go so far and say, if …
Read on
2008|09|13
The scenario: my RAID crashed because I’ve messed around with the partition table of one of the disks in there. This results in a RAID …
Read on