Archive for November, 2007
Several years ago (5 to the week) I designed and implemented a PKI infrastructure for enrolling users, enabling them to send secure (i.e. encrypted) S/MIME messages. The nifty bits were that we have an off-site enrollment "agency" that create the private keys which are kept in a safe and a certification authority that does the [...]
Care to hazard a guess as to what this sequence of numbers represents?
27.55, 33.45, 39.95, 47.95, 58.95
ZDNet writes:
Anyone who actually wanted Vista already has it.
Who wants to get one of these as a holiday gift, anyway?
via.
Photo: Massimo Innocenti
The source code of the excellent Mulberry IMAP client has been released, and it includes a CalDAV client.
My whatmon extension or add-on for Mozilla's Firefox and Thunderbird has had a small update.
If you prefer to download it from the official Mozilla addons site you'll have to wait until it has been processed off the queue, but you can already get the current version chez moi.
Enjoy.
User-defined functions are compiled as shared object files and then added to and removed from the MySQL server dynamically.
I hacked up a small test to demonstrate their implementation, although I'll only show you the results here.
CREATE TABLE u ( username varchar(20) );
INSERT INTO u VALUES ('jpm');
SELECT * FROM u;
+———-+
| username |
+———-+
| jpm [...]
