In the sidebar here is linkto, a thing I wrote a while ago to clean up pasted links. I’ve written a new version that pops up in any page, puts the currently selected text (if any) into the input area, and you can then either see the link (for right-click save-as), go to the [...]
Monthly Archives: March 2006
OpenBSD
March 24, 2006 – 10:38 am
OpenBSD and OpenSSH need your help. Please consider donating funds and/or buying CDs and T-shirts to keep the project that you depend on going.
C++ runtime class registration
March 16, 2006 – 12:49 pm
C++ doesn’t have real pretty introspection capabilities yet, so sometimes you’re stuck rolling your own stuff that kinda sucks. For example, here’s the most convenient method I was able to find to do runtime iteration of all the classes that implement a particular API. As a bonus, you don’t need to add these classes to [...]
