Anyone ever think about why the residuals need to be independent and identically normally distributed around mu = 0 and variance = 1? Well, I thought about it for a while and figured if you look at...
Hmm, I just read an article on Coding Horror about hashing, but my take away is to use passphrases. Now I'm thinking wouldn't pass phrases be easier to remember and longer than a password? Since pa...
Looks like I'm going to v0.4 soon. Updated the extension to use IndexedDB on chrome even though webkit's IndexedDB is is a little messy right now. Versioning between webkit and mozilla is different...
Looks like I've been interested in Test Driven Development for some time and I will attempt this using Jasmine to start testing my HN News Chrome extension v0.4. I hope it is worth the time as it i...