VNV Nation and Coder23

I saw VNV Nation in San Francisco yesterday, and I have to say that it was a great show - especially considering that apart from the live vocals and a little bit of live drumming, which was more for show than for actual percussion, there was no live music to speak of. Still, the two band members vere very charismatic, and particularly the singer put on a great show and really managed to engage the crowd....

January 8, 2005 · 1 min · 163 words · DigitalHobbit

Cross OS file system support

Now that I’m getting more serious about switching to Linux, I had to come up with a good strategy for sharing data between Linux and Windows. I still need Windows XP for games, and potentially for a few other applications, so I’m not quite ready to give it up completely. Unfortunately, sharing data between the two operating systems still isn’t trivial. The first problem is that Linux still does not support writing to NTFS partitions....

January 2, 2005 · 2 min · 359 words · DigitalHobbit

More file system woes...

I ran into another FAT32 limitation yesterday: I had completely forgotten that the maximum file tsize in FAT32 is 4GB. Or more likely, it simply wasn’t an issue back when I was using FAT32 the last time. Unfortunately, it is much more of an issue now. I frequently burn DVDs, and as a regular DVD can be up to 4.7GB, I sometimes need to deal with 4.7GB ISO files on my hard drives....

January 2, 2005 · 2 min · 350 words · DigitalHobbit

Gentoo and Java

Just a few comments on Gentoo and Java. Of course, Gentoo includes many Java packages. For the most part, installing a Java application works the same way as installing a native application, using the “emerge” tool. The source code for the application is downloaded, compiled using the appropriate settings, and installed, along with any dependent packages. For example, installing the Eclipse IDE and the Tomcat application server, both of which depend on many other Java packages, was a snap (well, maybe not exactly a snap due to the lengthy compilation cycle, but easy nevertheless)....

December 30, 2004 · 1 min · 186 words · DigitalHobbit

Gentoo Linux

I have spent a significant portion of last week installing, configuring, and exploring Gentoo Linux on my desktop at home. I have used Linux on and off over the past 9 years or so, starting with an early Suse distribution (long before there was a graphical installer). Most of my recent Linux experience has been on Redhat, and at my new job we use Redhat Enterprise 3.0 on our workstations. The fact that we use Linux at my job has sparked a renewed interest in Linux, while at the same time causing some minor frustrations. Many of these are due to the package management. Overall, I think that Redhat has done a decent job with RPM, which allows for a relatively easy way to install and manage packages and dependencies. But when trying to get a particular feature working (such as Bluetooth), this often leads to a wild goose chase to download all the necessary RPM, the dependent RPMs, etc. In case of Bluetooth, I would have had to install Gnome, which again would have required upgrading to the xorg (rather than XFree86) X server, as the updated Gnome RPM packages are only available for the newer Fedora distribution, which has (like most current distros) switched to xorg. At that point I gave up and decided to pursue this again some time in the future… Particularly in a corporate environment, goose chases like that are not very desirable, as our sys admins (who are ultimately responsible for maintaining and upgrading our systems) want to maintain a reasonably standard workstation configuration. They use the apt tools to manage packages and push updates to our systems, which is definitely a step up from RPM. Anyway, I’m getting off track, as I really wanted to write about Gentoo. I was recently forced to upgrade my personal desktop due to a motherboard failure, and I ended up upgrading to an Athlon64 processor. I figured that this would be a good opportunity to install a recent Linux distribution with AMD64 support. Fedore Core 3 first came to my mind, but I felt like trying out something new and different and decided to give Gentoo Linux a try. ...

December 30, 2004 · 6 min · 1066 words · DigitalHobbit