Daily Archives: Tuesday January 6, 2009

Icicles

It’s freezing (-10°C) all day, which leads to some pretty interesting sights around the house: How can we have icicles if it’s freezing all the time? The sun is key here, it slowly melts the ice during the day, which … Continue reading

Leave a comment

Performance tip of the day

If your Firefox, like mine, insists on doing huge amounts of I/O when closing, as well as acts slow when using the awesomebar, try the following (close down Firefox completely first): for f in ~/.mozilla/firefox/*/*.sqlite; do sqlite3 $f ‘VACUUM;’; done … Continue reading

35 Comments