Why no posts?

well, because I’ve been at the hospital.

Peanut/IMG_0322

Posted in meta | 3 Comments

The Phoenix Has Landed

Tread lightly.

Posted in tech | 1 Comment

Lunch for tomorrow?

I know what I’m doing

Posted in food | 1 Comment

New password generator

I wrote it in python for fun. Next I’ll redo it with javascript and write it up for greasemonkey. SHA1(secret + “sitename”)=>base64=>custom password.

Changing the secret would be a bitch, though. See password generator for the inspiration.

Posted in tech | Leave a comment

Cool Javascript Tech

Some nut has written a completely client-side wiki that you can serialize by saving the item back to disk.

I think he’s crazy, but as long as it’s available I think he should market it as “A Wiki Of One”.

Posted in tech | Leave a comment

Reading List

At some point, I’m going to be home for three weeks and having a baby to keep company at all hours of the day and night. So I’m making a list of things on the web to read while I sit around.

Elevenevele

Posted in random | 1 Comment

Beware the Phoenix

It can arise at any moment and bite you in the ass!

Posted in tech | 5 Comments

Password Generator

Sam Ruby links to Nic Wolff’s javascript password generator. While it’s super cool and all — I mean, there’s a screencast! By Jon Udell! — the actual password algorithm is kinda stupid, in that it generates only 4bn unique passwords. That may seem like a lot, but for computers it’s not.

For a less UI-savvy password generator with a better algorithm, check out Javascript password generator. It uses SHA-1 instead of MD5, and base64 digest instead of hex. Result? Stronger passwords.

Posted in tech | 4 Comments

Dear Mr. President

Feel the Juice!

Posted in politics | Leave a comment

Unicode Glyphs

Anybody know if there’s a proper way to represent a backwards K using only unicode glyphs?

Thanks.

Posted in baseball, sports, tech | 1 Comment