I found this amazing image stream on flickr (via):
I work on a simple Django Q&A app and decided that Questions and Answers should be on the same page in the admin. Django already provides that using inlines, but after using it a strange error started appearing (usually on server restart or code reload). type object ‘AnswerInline’ has no attribute ‘date_hierarchy’ After a bit [...]
Just finished watching this presentation of Guy Kawasaki. Simple advice – whatever you do for a living – Watch It! Also, if you can, grab a copy of his book The Art of the Start. It’s the best 200 pages of entrepreneur advices you can get.
On my computer at work the pdf printer has been broken for a while and today, happily, I found a way to fix it. Go to System → Administration → Printing and delete the pdf printer. Create the ~/PDF folder if it does not exists Run sudo aptitude reinstall cups-pdf to reinstall it. Add a [...]
A few days ago I decided to bite the bullet and update Ubuntu. The last time I did this it caused me quite a lot of frustration – but amazingly this time it was almost painless. The wireless stopped working but I managed to get it back in about 30 minutes. The other thing was [...]
Hello, I finally managed to start a blog. I actually had an old one, hosted on blogger, but never really liked the experience there. In the beginning of 2009 I started to write my own blogging software in Django to learn the framework and almost finished it. Django simply rocks. But I don’t and never [...]