Tuesday, August 24, 2004

distcc: a fast, free distributed C/C compiler... i should have configured this first before attempting to build openoffice-ximian... i had these working nicely on the fbsd servers... i wonder if it would be possible to use those distcc with gentoo... hmmn...
substring evilness... i wanted to produce serial numbers of uniform length for the index (5 characters)... this is my lame solution...

the inner loop:


int serialIndex = 100000 + index;
String serial = serialPrefix + String.valueOf(serialIndex).substring(1);


this produces padded serial numbesr e.g. 00001, 03450. certainly not optimal... but will do for now ;)

this obviously limits the number of entities to 99999... converting to hex would increase the limit a bit, but the printer guys argued its too much of a hassle to check the correct sequences since its still done manually... ok, so be it...

Monday, August 23, 2004

>> eRadioPortal.com : Welcome to the Digital Age <<.... the nu 107.5 stream rocks... kudos to the totem developers for making it possible to do this in unix... btw, realplayer 10 for linux is also out and totally loving it...
FreeBSD/i386 5.3-BETA1... hopefully 5.3 stable will come out soon... a lot has been done on the acpi front (hopefully this fixes the X issues i encountered)... acpi_asus has been added to the kernel...

am currently happy with gentoo for the degatto... but i still miss freebsd's way of configuring the kernel via a single text file and how trivial it is to test new kernels as opposed to linux make menuconfig or its make config... also freebsd's new ULE scheduler will certainly be able to provide a more repsonsive desktop/server environment... if this is indeed what will be tagged as teh stable branch, i'll set aside time to test this out...
XStream, looks slicker than xom... i wonder how this compares to betwixt... i've been looking for a POJO<->XML converter for sometime now...

Sunday, August 22, 2004

woke up early, in the mood to do work... had a great weekend with the family as well as completely happy with the outcome of last saturdays meeting...

meanwhile...

dude, i cant afford your fee for now (even if i do eventually paypal wont let me)... but i direly need your viPlugin. please reconsider releasing an eclipse 3 compatible version for free... all i want is basic navigation and cut-copy-paste-delete functionality... throw in a few search and replace functions if your feeling kind ;)... *hikbi* i swear by my aching hands that i'll put a thank you note on all the files i create using your plugin...