Aaron Rosenfeld / 14 posts / 9 comments / feed / comments feed
Over the past few months I have been developing a free method of sending and receiving SMS messages via PHP. As I continued to add features and turn the method into a library, I found more and more uses to connect my site to my phone. I talked with a number of individuals [...]

A discussion of the differences between Computer Science and Information Technology (IT). I tried to be as neutral as possible and covered the strengths and weaknesses of both fields.

Given a sequence of amino-acids (sometimes given as DNA bases which are simply converted to codons and then amino-acids), what is the structure of a protein after a given time? This article investigates some methods used to figure out this 50 year-old problem.

I wanted to talk about what I have learned from this book and spent the last few weeks discovering on my own. I’ll start with what most web-developers are used to: password storage. Any PHP or ASP programmer is familiar with the common one-way hash functions as MD5 and SHA. Both have undergone thorough mathematical benchmarks for reversibility and brute-forcing and are trusted by most everyone.