Monthly Archives: December 2004

Working on Christmas?

Bah, Humbug! I just deleted 120 new blog spams on Christmas night. This is horrible. Can’t the Spam Bots give the world one day to relax? I would hate to use picture verification to block the bots, as these have … Continue reading

Leave a comment

PDX has Free Wireless

Quote from PDX Free Wireless EULA: That no computer or communications system can be made completely secure and accessing the Internet via a Wi-Fi access service through the PDX hotspots may subject your computers or communication devices to attck by … Continue reading

Leave a comment

The Trip Begins

Wednesday Morning, Fly to Portland. Wednesday Afternoon, take shuttle to Corvallis. Thursday, Interview at OSL. Thursday Night, take shuttle back to Portland. Friday Morning, Fly to Louisville. Hang out with my Uncles. Saturday, Link up with Family, who drove 2123.94 … Continue reading

Leave a comment

apr_memcache

apr_memcache is a new client API for memcached. Short Example: apr_memcache_t *memcache; apr_memcache_server_t *server; char* value = “hello world”; int len; …. apr_memcache_create(p, 10, 0, &memcache); apr_memcache_server_create(p, “mcache.example.com”, 11211, 0, 1, 1, 60, &server); apr_memcache_add_server(memcache, server); …. apr_memcache_set(memcache, “foo”, value, … Continue reading

Leave a comment

On Economics…

Here is a scanned part of my notes from that day in class

Leave a comment

mod_svn_view development

Added two big features to mod_svn_view recently: mod_authz_svn support! mod_svn_view can now use the same Path Based Authorization files as many mod_dav_svn users use. SVNViewAuthzSvnFile /test/trunk/svn-authz This eliminates the need to duplicate access control. You can se one file to … Continue reading

Leave a comment