Comment Re:buy compatible cartridges (Score 1) 970
Comment Missing option (Score 1) 272
Comment Re:nihilist (Score 2, Funny) 269
SFLC Finds One New GPL Violation Per Day 187
Comment Re:DRM Keys (Score 1) 151
Comment Re:Threatening plurality? (Score 1) 703
Or, you could use our Norwegian service, yr.no (also in english) to get the weather for any place in the world.
Yeey, socialism!
Comment Re:I wish I could run Ubuntu 9.04 in 8.10 mode. (Score 1) 137
I'm guessing you are using an Intel-based graphics card? Amusing that they broke acceleration-support for the most videly-used card.
This might help: HOWTO: Jaunty Intel Graphics Performance Guide
Comment Re:At first... (Score 1) 911
Comment Re:Really a surprise? (Score 1) 493
... The "Unix way", OTOH, relies on the safer and more resilient "do one thing well" multiple library concept, so while it may be easier to bugfix, the resulting program (Firefox in this case) spends an inordinate amount of time in context switches.
You don't context-switch when you are doing library calls.
You do, however, loose some performance when running position independent shared code (-PIC). What you loose here, you probably gain in reduced cache-trashing. DLLs in windows also have this performance problem, but seldom have the cache gain, as libraries isn't shared as often between applications.
Comment Re:It's much simpler than that... (Score 1) 655
Optical Character Recognition Still Struggling With Handwriting 150