
Or, you could use our Norwegian service, yr.no (also in english) to get the weather for any place in the world.
Yeey, socialism!
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
... 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.
Behind every great computer sits a skinny little geek.