April 2005 - Posts

*nix v.s. Windows

I've found this very cool *nix v.s. Windows post (sourced from TinderBlog). Must say, it is pretty well written.
Posted by trumpi | with no comments

NTeam

I don't know how I came across this, but I've found an open source project that is emulating the Microsoft Visual Studio Team System, or so it would seem.

The name of the project is NTeam. It is still in the fledgling stages, but already there are 30 developers who are keen to get cracking at it (and counting). I'm quite interested to see how this turns out.

Posted by trumpi | 1 comment(s)
Filed under:

The Amazing Meganame Generator

I came across this thing called The Amazing Meganame Generator. Here are the results from my data:

Trevor Green's Aliases

Your movie star name: Arthur
Your fashion designer name is Trevor London
Your socialite name is Trevor Green Grass Cape Town
Your fly girl / guy name is T Gre
Your detective name is Cat Fairbairn College
Your barfly name is Amstel
Your soap opera name is Hibiscus
Your rock star name is Jumbo Jet
Your star wars name is Tre Grelin
Your punk rock band name is The Happy Dodecahedron
Posted by trumpi | 1 comment(s)

How not to database

The Daily WTF truly contains the most humourous post known to the geek world, and in this case it is no exception. Basically, the code is set up so that two database connections are needed for each query to the data store. Talk about screwed up.
Posted by trumpi | with no comments
Filed under:

Cool iTunes scripts

I recently rebuild my machine at work and put iTunes on it. My machine worked a lot faster, but the play, pause, forward and back buttons on my keyboard did not work anymore with iTunes (it works with Windows Media Player). I managed to get it to work before, but I could not remember how. So I went Googling around and found iTunes Scripts from Maximized Software.

iTunes scripts is a set of scripts that control iTunes. The scripts that I'm interested in are PlayPause, Stop, Previous and Next. These correspond to the keys on my multimedia keyboard. All that was left to do was to use the keyboard's software to bind those keys to the corresponding scripts. Now it's all sorted.

And while we're on the whole topic of iTunes, I found out yesterday that MSN Messenger 7 supports iTunes in its new “What I'm listening to” feature. I was seriously impressed. But knowing Microsoft's track record for compatibility with third party software, I'm wondering whether this was deliberate or some freak coincidence. I've read an article before that there was a concern at a stage at Microsoft that many of its employees prefer iPods to the Windows Media Player compatible devices. They would therefore use iTunes because Windows Media Player is not compatible with the iPod. (By the way - is there something that we can do about that?) Maybe the MSN Messenger team put it in to suit their own private needs - who knows. But be that as it may, MSN Messenger 7's iTunes support is uber cool.

Posted by trumpi | with no comments

Cool Editor

For quite some time now, I've been looking for a free XML editor that supports syntax highlighting and folding. There are free editors that support highlighting, but until now, I haven't found any that support folding. XMLSpy was the only good editor I could find, but that wasn't free.

But today a friend of mine introduced me to SciTE. It is based on Scintilla (whatever that is). Take a look at it - it supports both syntax highlighting and folding and it is not only useful for XML editing.

Posted by trumpi | with no comments