- ARCHIVE / TechLife
- Bug: OSx 10.5.7 – Macbook sleeps once, freezes second time
Quite a disturbing surprise finding out that your laptop doesn’t work anymore after an OS update. And it makes you think – why the hell haven’t I waited for the rest of the world to test it out first? But the desire to be up-to-date and on top of things is too strong, I suppose. […]
- Snippet to load stuff quickly in the Django shell
Sometimes you end up testing out things a lot using the handy django shell, but every time you’ve got to repeat the same commands to load all the necessary models, utils etc. etc. In order to do this automatically, I thought you had to modify the django-admin.py file or something like that. Nope! Here’s a […]
- How to get the iPhone to stop automatic back ups
This is a problem that irritated me so many times – i’m so glad I found a solution now, thanks to this blog post. Basically the issue is that every time you link up your iPhone for syncing contacts or songs the whole damn application library gets backed up automatically. Which obviously takes longer and […]
- Python pitfall: Passing Mutable Objects as Default Args
I have a long and nested lists of parameters to throw out with a django template, but the visualization routine in the template processes them better if the parameters are ordered two by two. So I was trying to put together a simple function for reordering the original list accordingly. This is what I came […]
- Layer the web with Blerp!
I really dig the concept – but after playing with it for a little I think that the whole thing is still too convoluted (lots of forms to fill in, popups etc.). Ideally, I’d just like to go to a website and start off the discussion, using their terminology, annotate it. Anyways, definitely worth having […]
- Installing RDFlib on osX
RDFlib is a Python library for working with RDF, a simple yet powerful language for representing information. Installing it is easier than what you might think. I googled it and it seems that several people had problems (missing components mainly) with this.. but in my case it was easy-beasy (well you need to have easy-install): […]
- SoundManager 2 makes it easier to play sounds using Javascript
By wrapping and extending Flash 8’s sound API, SoundManager 2 brings solid audio functionality to Javascript. Basic API Features (Flash 8 ) Load, stop, play, pause, mute, seek, pan and volume control of sounds from Javascript Events: onload, whileloading, whileplaying, onfinish and more ID3V1 and ID3V2 tag support for MP3s (title, artist, genre etc.) Shiny […]
- A Sneak Preview of Wolfram Alpha
It’s the new brainchild of Stephen Wolfram, author of Mathematica. It does look impressive in my opinion – can’t wait to try it live (due to launch some time in may)! Defined as a Computational Knowledge Engine. It does an awful lot of number-crunching but looks more as a giant closed database than a distributed […]
- Offline django docs
An offline copy of the django docs can be quite helpful if you find yourself doing development work without an internet connection. Obviously, django comes with its docs that you can generate (provided you have Sphinx and build tools). However sometimes a pdf is the handiest solution… here’re some useful links I found: Docs in […]
- Opening UIF files on Mac
The UIF file extension stands for Universal Image Format. An UIF file contains a compressed disk image – basically it is an exact copy of a CD or a DVD. Just like the more common ISO filetype, the UIF format is typically used to create CD/DVD backups. Long story short: I was getting a headache […]