grack.com

2004 May

IntensIT

Myself and a number of co-workers entered the IntensIT competition here in Calgary.  The competition is designed for IT workers, the goal being to write as much of a complete system as possible within eight hours. 

We ended up taking 1st-place overall thanks entirely to the excellent meshing of our team.  I suppose this proves that methodology doesn’t matter whatsoever, but people do…  at least when you’re creating an entire system in eight hours, that is.

Oh yeah- using NUnit, NAnt, Draco.NET and CVS really do make your life easier when you’re under the gun.

You can see the other winners here.

Easy News Server with Cyrus-IMAPD

I’ve been playing around with Fedora Core 2’s Cyrus IMAP a bit and discovered the cyrus-imapd-nntp package.  This lets you export a shared IMAP folder via NNTP.  The cool part about this is that it’s a standard IMAP folder, like every user’s INBOX and custom folders.

This means that to set up a newsgroup, you only need to run cyradm and enter the following commands:

cm netnews.some.newsgroup  
setacl netnews.some.newsgroup group:users post

Assuming you’ve added newsprefix: netnews to your imapd.conf, this will add a new newsgroup “some.newsgroup” and give everyone post permissions.

Study Shows WMA Not That Great

Looks like Vorbis walloped WMA on the Multiformat listening test.

If you’re interested in how the test was run, Roberto Amorim has a page with all the details.

Personally I’m still using MP3s as my primary ripping format as it’s the format supported by pretty much every piece of software and hardware out there.  After this, I’m considering switching to Vorbis.  Unfortunately, I’ll have to give up my coveted iTunes at work unless I can find either a plug-in for Vorbis music or an iTunes clone (for Windows) that supports it.  Any hints?

Fedora Core 2

I’m performing the task of apt-get dist-upgradeing to Fedora Core 2 as we speak.  The biggest reason is that I can’t get the latest development 2.6.5/2.6.6 kernels to boot on my system.  It’s freezing right after the “freeing kernel memory” line (trying to find /sbin/init, I assume).

I’ve found a thread on Google Groups potentially related to this issue, but I haven’t tried out the patch mentioned.