[image]

Current distraction: "Gary Moore - The Definitive Montreux Collection" DVD - the collection of five of Gary Moore's most memorable live performances, recorded in 1990, 1995, 1997, 1999 and 2001, respectively.

Pretty URIs

I have made some URIs tweaks on my home page to conform more to, what is called, "pretty URIs", which follows these guidelines:

  • use names short and easy to type and remember
  • use names that visualize the site structure
  • make names persistent
  • hide language and mechanism implementation
  • choose simple domain name if possible

See also the classic Cool URIs don't change.

And by the way, wojciechpolak.org is now alive.

[image]

And it wasn't only a rumor... Four years later, Blade Runner: Final Cut (Special Edition) DVD has been released! With restored, remastered, and extended scenes, added lines, new and cleaner special effects, new 5.1 Dolby Digital Audio, commentaries, and a feature-length authoritative documentary "Dangerous Days: Making Blade Runner".

[image] GNU Anubis 4.1 is out!

Here is the official annoucement, and following is the list of user-visible changes in this release:

  • The package is licensed under GPL version 3
  • New working mode: MDA
  • The != (``not match'') operator is implemented.
  • Added concatenation operator.
  • With guile support enabled, Guile version 1.8.0 or later is required.
  • Fixed handling of regular expressions.
  • Got rid of arbitrary-sized buffers. All memory is being allocated on request.
  • Process main configuration file no matter was the client recognized or not.
  • Errors in Guile scripts are catched and displayed early. In previous versions they could cause aborting the subprocess.
  • Support for GPGME 1.0.2
  • Fixed minor bug in handling identd responses.
  • Fixed SIGCHLD handling.
[image]

Bought David Gilmour's superb double DVD, Remember That Night: Live at the Royal Albert Hall. Tracklisting:

 1. Speak to Me
 2. Breathe
 3. Time
 4. Breathe (Reprise)
 5. Castellorizon
 6. On an Island
 7. The Blue
 8. Red Sky at Night
 9. This Heaven
10. Then I Close My Eyes
11. Smile
12. Take a Breath
13. A Pocketful of Stones
14. Where We Start
15. Shine On You Crazy Diamond
16. Fat Old Sun
17. Coming Back to Life
18. High Hopes
19. Echoes
20. Wish You Were Here
21. Find the Cost of Freedom
22. Arnold Layne
23. Comfortably Numb

Google Summer of Code and Mailutils

My recent work:

  • libmuauth: new generalized mu_tls_begin() for POP/IMAP/SMTP protocols,
  • code reorganization: added new libmu_mailer for handling sendmail and SMTP,
  • added STARTTLS support to SMTP code handling,
  • added support for new protocols: POPS (pops://) and IMAPS (imaps://),
  • fixed APOP handling.