General

My new Scala 500

.flickr-photo { border: solid 1px #000000; } .flickr-frame { float: left; text-align: center; margin-right: 15px; margin-bottom: 15px; } .flickr-caption { font-size: 0.8em; margin-top: 0px; } My new Scala 500, originally uploaded...
Programming

Intro to SLP

SLP (Service Location Protocol) is a network service discovery protocol, in the same vein as Bonjour, ZeroConf, UPnP, etc. IBM developerWorks has a nice article which covers the basics of SLP and shows some example programs using...
GeneralLinux

FUSE/sshfs

FUSE (Filesystem in Userspace) rocks. Case in point, sshfs. - It's a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server...