Wednesday June 23, 2004 SnipSnap is a very interesting collaboration suite incorperating both wiki and blog functionality implemented in Java. I've been using the SnipSnap software since I first learned about wiki. Recently, I promoted an investigation of its use as a bi-directional communication channel for Sun's customers and their account managers. When we evaluated SnipSnap's ability to serve hundreds of discrete members-only mini-sites on a few machines, we pushed it beyond its design point. We met with Matthias Jungel (Leo) while he was in California for OOPSLA and worked out an agreement to fund the development to scale SnipSnap for this use case. Today, Leo has announced the availability of the latest version which now satisfies our requirements.
I have installed and use 3 instances of SnipSnap on a daily basis.
run.sh &
and you have a database backed wiki/blog server running! So, what are you waiting for? Go get it, you'll like it! (2004-06-23 10:34:25.0)
Permalink
Comments [3]
Wednesday June 16, 2004
pkg-get -i gaim
to get gaim (Aol Instant Messanger for Gnome) installed. If a new version of gaim becomes avialable, all I have to do is:
pkg-get -u gaim
I did have to make an alias in my .cshrc to get BlastWave's required LD_LIBRARY_PATH set:
alias gaim 'setenv LD_LIBRARY_PATH /opt/csw/lib;/opt/csw/bin/gaim'
pkg-get detects all the dependencies that are missing from your system, connects to the web to download them and installs them. It is a huge productivity enhancement. The list of available packages is impressive
I was also able to simply hot-swap a Logitech USB scroll wheel mouse for the Sun standard 3 button mouse and it worked without any tinkering thanks to built-in support in Solaris 10. Under Solaris 9 I had to install a driver and hack configs that I must have messed up badly since it only worked until I had hard crash (never try to open the case of your SunBlade 2000 while its running - a kill switch promtly cuts power to the system). After the crash, I had to remove the mouse driver to get my system to restart.
Well, I'm off to play with DTrace, the primary reason I upgraded to Solaris 10... (2004-06-16 11:07:29.0)
Permalink
Comments [3]