Blog

Changing request.POST values in Django

Oct. 26, 2012, noon

When you try to change request.POST in a Django view it will raise a QueryDict instance is immutable exception. In order to change/add values you have to create a shallow copy instead of a binding.

read more

RUBiCal

Sept. 13, 2012, 4:50 p.m.

At my new university, the Ruhr Uni Bochum our faculty provides online timetables. The thing is: There's no iCalendar version (or maybe there is but I just haven't found it yet). So I wrote a little webapp that converts the timetables into .ics files.

read more

Setting a custom iOS WhatsApp password

June 20, 2012, 9 p.m.

I'm currently developing on the WhatsAPI, but there's one problem when you're using an iPhone: no one has figured out yet how your password is being generated. On Android devices it's just the md5 hash of the reverse of the IMEI number of your phone, but neither this nor all possible hash-combinations of the iPhone's UDID did word. So I did some network sniffing and figured out how a device is being registered and how you can use this to manually reset your WhatsApp password.

read more

Beautiful desks you can actually buy in Germany

March 23, 2012, 12:30 a.m.

For the last 2 years or so I've been looking for the perfect desk that doesn't belie the beautiful design of the iMac that will be standing on it. There are some really good models but unfortunately most of them can't be ordered from Germany. Here's a list of those that can.

read more

Checking if an email address exists

Nov. 9, 2011, 8:20 p.m.

Today I was faced with an interesting question: How can you tell if an email-address exists? Yep, not if it's valid (that's easy with some regexp-magic), but if it actually exists. I came up with a simple Python-solution.

read more

Is the Apple Store back online?

Oct. 19, 2011, 9:44 p.m.

Wow, the Apple store is down! Well, it's Tuesday afternoon here in New Zealand and no one really expects anything more than, say, maintenance. But anyway, I caught myself reloading the page every few seconds. Hm, there has to be an easier way.

read more

Mc Donalds WiFi, surrender!

Sept. 27, 2011, 9:37 p.m.

Ever since I'm here in New Zealand I've been using the free WiFi at every Mc Donalds. Great! Free WiFi! =)

But wait, what's the catch? Well, it's limited to 50MB data per day. Uhm. Sounds like a challenge, doesn't it? ;)

read more