Monthly Archives: March 2006
Encrypting files (and GMail storage)
I have been looking for a replacement to the encrypting filesystem which was part of PGP v6 (international edition) for a while. I believe I have now found it – EncFS, which is described further in this presentation.
Linux file-systems
I am happiest with the overall compromises and performance of XFS for my data, used in combination with ext3 on the /boot and root partitions. The XFS partitions hold either /var or /home (or both), depending on what purpose the … Continue reading
The global sex survey 2005
This is absolutely *hilarious*, and a must read: the Durex global sex survey 2005. Some gems follow.
Mr Winterbottom, I presume?
Michael Winterbottom’s award-winning drama on the Guantanamo Bay prisoners is now available to view online (against payment, to Tiscali).
Keeping accurate time
For normal system maintenance, NTP (or its poor cousing, rdate) are the accepted standard mechanisms of synchronising time across an enterprise/set of systems. In high-resolution time-sync applications, just syncing against the NTP server-pool results in insufficient accuracy. Darryl Veitch and … Continue reading
OS/X86
With the arrival of the Intel-based Mac’s an enterprising bunch of people who are hacking their way into the recovery DVD to enable normal PCs to run Apple’s gorgeous user-interface and system on their normal (SSE2-supporting) system.
Email virtual domain hosting using Postfix, MySQL and PHP
My present SMTP/IMAP setup uses a combination of flat-file configuration with MySQL user parameters. I recently found a web-based domain administration tool; Postfix.Admin. With this tool, you get 3 levels of management abstraction: server, domain and user. Reference: Virtual Users … Continue reading
Streaming Flash Video
http://blogs.adobe.com/fms/ is the blog of the product lead behind Flash Media Server, Steve Wolkoff. http://it.sys-con.com/read/173454.htm talks about open-source Flash (Actionscript & FMS) equivalents, Red5 and MTASC. HaXE is interesting.
Yahoo! Design Pattern Library
I just spotted Yahoo! has documented their design patterns! Read more on http://developer.yahoo.net/ypatterns/. Note also that they have released their JavaScript library for user-interface design.