Skip to content
Archive of posts tagged code

dnsextd, TCP, and IPv6

Hello interested parties. dnsextd (in my git repository) now supports TCP. It was actually sort of an amusing bug. I guess the dnsextd code must date back to PowerPC, because it had an extra ntoh call which on little-endian systems would cause TCP requests to fail. It’s fixed in the “tcp” branch of my git [...]

wamupd-0.1.1

So, some news on the wamupd front. I just released version 0.1.1 (tagged as such in git; also available as a tarball at http://files.roguelazer.com/projects/wamupd/wamupd-0.1.1.tar.bz2), which has a lot of new features over the prior, unnamed release.

wamupd now stays resident, renewing leases and such
It can talk to Avahi over D-BUS and pick up other services registered [...]

Code

If you were to examine the Code section of this website, you would find that it now contains actual, real live content. Amazing!

OS X Tip of the Day: Twitterific and QuickSilver

There are a few tips online as to how to use Twitter and QuickSilver together, but they’re lame. Particularly because they send your Twitter password over a nice non-https connection. And because I don’t like to have to choose between getting prompted to grant access to my Twitter password every time I post from QuickSilver [...]