Monthly Archives: September 2006

java, ruby, groovy!

mr. sundararajan of sun wrote a nice syntax comparision of java, groovy and jruby. worth watching while switching from one language to another.
Posted in my beloved code | 1 Comment

new sha1 encoder published

today i published the newly implemented sha1 encoder on the mainframe8 site. its algorithm is explained in the fips publication 180-2. there is also a rfc for it. free hashsums for everyone!
Posted in hands off! this is my stuff, my beloved code | Leave a comment

mozilla: new solaris binaries are out

according to katakai san the new precompiled binaries of mozilla firefox and thunderbird are out. http://releases.mozilla.org/pub/mozilla.org/firefox/releases/1.5.0.7/contrib/ Firefox Release Notes: http://www.mozilla.com/firefox/releases/1.5.0.7.html http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/1.5.0.7/contrib/ Thunderbird Release Notes: http://www.mozilla.com/thunderbird/releases/1.5.0.7.html have fun!
Posted in the operating system and you | Leave a comment

windows to solaris’ desktop migration

alfred peng has written a short list of substitutions for common windows applications on the solaris platform. here we go (list abbreviated): Internet Explorer —- Firefox Microsoft Outlook —- Thunderbird / Evolution Microsoft Office —- StarOffice Winamp —- Rhythmbox Music Player / Realplayer Adobe Photoshop —- The Gimp Word Pad/notepad —- Gedit Instant messaging —- Gaim Windows Explorer —- Nautilus Windows Picture —- Eye [...]
Posted in the operating system and you | Leave a comment

understand java’s hs_err error files

[UPDATE] This information is related to developers only. If you have Java problems or want to know more about hs_err errror logs please refer to this more general post. now david dice of sun came up with this script to simplify hs_err files, generated by java in case of crashes etc. it is written in [...]
Posted in my beloved code | Tagged , | 3 Comments