

Sometimes I'm a little stupid, maybe, a little slow in the head, so I'm wondering if you can help me get something straight....

It's been a long time since I've blogged anything political but, this onion article is the funniest thing I've read in a loooong time.
Beware, NOT for children. Don't read it while drinking beer either. It's gonna hurt coming out your nose.
After reading that be sure to catch
the most important issue in the 2008 elections.
.
Labels: opinion, satire
I really like Eclipse but, something has been bothering me for a while.
- Eclipse is build upon an OSGi framework called Equinox
- OSGi is supposed to support install/remove/restart and version-ing of bundles
- Eclipse plugins are OSGi bundles
So why the heck does Eclipse need to restart after installing new plugins?
Why does it need to restart when updating plugins?
Isn't one of the major points of OSGi to make that unnecessary?
.
.
Labels: eclipse, Equinox, opinion, OSGi, review