/ #blog 

Going to Lift06

In true geek tradition (reboot7, then Tweakfest) I’m heading of to Lift06 today. Lift is organized by Laurent Haug whom I met at reboot. Kudos to him for taking on the task of organizing a conference that pulls together a really impressive set of speakers. I’m particularly looking forward to seeing those people: Cory Doctorow Bruce Sterling (whom I first saw at Tweakfest in Zürich) Marc Besson about Digital Identity Regine Debatty - we make money, not art Stefan Mastrogiacomo about Organizational Design Xavier Comtesse about the internet and the other peoples revolution Chris Lawer on co-creation of knowledge Sigurd Rinde who finally talks about Thingamy Euan Semple about Knowledge Management (yep - that word is still in use) Hugh MacLeoad - global Microbranding Robert Scoble - changing Microsoft, one blog posting at a time Of couse I also look forward to meeting all of the people I met in Denmark: Henriette Weber Andersen, Geoff Jones, and all the others) ...

Jens-Christian Fischer
/ #blog 

Comparing Apples and... Apples?

Macworld has a performance test of the new dual core iMac vs. the old G5 iMac. They are saying, that the new Dual Core iMacs don’t perform twice as fast, and seem quite a bit disappointed. I think, they just aren’t comparing Apples to Apples. Let me explain: The old iMac is a single processor G5. The new iMac a Dual Core Intel chip. The applications they are testing (iMovie, iPhoto, iTunes, creating a ZIP file, iDVD and BBEdit) are most likely (correct me if I’m wrong, please) single threaded applications. That means, that the raw work of converting, compressing, searching and whatnot is running on a single core. Only applications that are built to be multi-threaded would be able to share the work on both cores. So what the test results are showing us (imo) is that the Intel Dual Core processor running an application on basically one of it’s core is a wee bit faster than the G5. ...

Jens-Christian Fischer
/ #blog 

libgd and ruby-gdchart on Mac OS X

Trials and tribulations: Installing libgd Use Darwinports to install GD $ sudo port install gd2 (it seems that you need to install gd2, and not gd because otherwise the linker will complain about a function not being defined: Arwen:/usr/local/lib/ruby/gems/1.8/gems/ruby-gdchart-1.0.0/examples jcf$ ruby bar_example.rb dyld: NSLinkModule() error dyld: Symbol not found: _gdImageCreateFromGif Referenced from: /usr/local/lib/ruby/gems/1.8/gems/ruby-gdchart-1.0.0/./GDChart.bundle it might be a good idea to update your installed darwin ports: $ sudo port upgrade installed Installing ruby-gdchart Thanks to the Pickaxe book and _why for the explanation of the extconf configuration. ...

Jens-Christian Fischer