A great essay from Paul Graham. He says some controversial things, but my sense is that he's right about many of them. Like how hackers don't wanted to be managed by non-hackers and how hackers want interesting problems and abhor...
Handy function that I found at http://www.steve.org.uk/Reference/shell.html: function range () { if [ $1 -ge $2 ]; then return fi a=$1 b=$2 while [ $a -le $b ]; do echo $a; a=$(($a+1)); done }...
Yahoo! Personals, one of the company’s fasted growing premium services, seeks a Product Manager 1, who will take ownership of the Yahoo! Personals search experience. (more…)...
Just sent this email to webmaster@wordpress.org: I've found a lot of broken links in search engines such as Google: E.g.: http://wordpress.org/support/11504 should be http://wordpress.org/support/topic.php?id=11504. They seem to...