The site is now operating within a cache layer above everything: the index page, diary, and software pages will be cached for approximately five minutes.
It uses a combination of Last-Modified and ETags – which works wonderfully for Mozilla and Netscape – but does not seem to be supported by Safar...
As jwz stated: “Every program attempts to expand until it can read mail. Those programs which cannot so expand are replaced by ones which can.”
I’m fairly certain the updated interpetation is much the same, only, replace mail with RSS feed syndication.
It’s coming. Soon.
I originally wrote the RSS feed parser in an amazingly stupid manner. I don’t like the idea of an entire post being syndicated within a description – sure, it’s easy, but that’s just wrong. I don’t want to wade through 50k of someone’s livejournal tests.
My inital code created an array the size of...
I’ve modularized Rollator, and this time, only necessary functions for each task are utilized; makign script execution faster, whist decreasing the load.
The administrative interface has been entirely ripped away from the front end; the filemanager has been broken out of the primary tree, and even...
8:30 [macoontosh] /Users/shawn/Desktop%sudo ifconfig en0 ether 00:de:ad:be:ef:00 8:30 [macoontosh] /Users/shawn/Desktop%ifconfig en0 | grep ether ether 00:de:ad:be:ef:00 8:30 [macoontosh] /Users/shawn/Desktop%
Now if only I actually had a need for this (at the moment). ;)

Stuffit uses the number of seconds since epoch as a ‘temporary’ number to create it’s tempfiles whist decompressing. This makes it trivial to mess up StuffIt, and is generally just dumb coding. They should at least randomize some letters, or something. Tsk. Not very secure.