http://blip.tv/devshop/hug-a-developer-today-1067270
What forgiveness is not
These are some assorted notes I took during a sermon held by Harald Giesebrecht in Cornelius some time ago. One of the better and more useful sermons I’ve heard in quite a while.
The English Lesson
A poem about English from The Society for the Promotion of Good Grammar.
Quotes
Once in a while I stumble upon some good quotes. Figured I might as well collect some of them here, rather than spread out in various text files and twitter/facebook messages…
How to care for introverts
Java: Readable password generator
Needed something to generate random passwords and found Java Password Generator. It generates passwords which are gibberish, but still sort of readable, which I think is a lot nicer than pure gibberish.
I just wanted a simple ‘get me a new random password method’ though, and not all the applet and ‘make several passwords’ stuff. Decided to extract the useful parts and clean it up a bit. In case I need it again, or others need it, and since he states “share your source with others freely”, here is the result
Windows 7 directory symlinks
Just a note to self, as I keep forgetting…
> rmdir foo-current
> mklink /d foo-current foo-1.1
