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.

Continue reading

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 :)

Continue reading