I’ve set up new homes for my various programming projects on Bitbucket.org, which is rather like Github, only for Mercurial instead of Git. (hg clone github.com, perhaps?)
In addition to Mercurial repository hosting, each project gets a nice source browser, a wiki, and a bug-tracker.

To kick things off, I’ve put up a new release of MYNetwork. It doesn’t change the core functionality much, but it adds
- A new PortMapper class that lets you open up your TCPListener to receive connections from outside your local network, when behind a NAT;
- Bonjour classes for browsing for network services.
I’ve also restored the BLIP protocol documentation that went AWOL when my own local project server died last year.