jbum | 14 years ago | on: Puzzle for Hackers: From A to craZy.
jbum's comments
jbum | 14 years ago | on: Announcing perl1line.txt - A collection of handy Perl scripts
jbum | 14 years ago | on: How to Draw a Circle
http://dl.acm.org/citation.cfm?id=1435623.1436274
It was republished in his excellent collection of essays "A Trip down the Graphics Pipeline"
jbum | 15 years ago | on: Flying Car (and 0-60 in less than 4 seconds!)
jbum | 17 years ago | on: Face Detection on iPhone (including source code)
jbum | 17 years ago | on: A Netbook that makes you go wow
jbum | 17 years ago | on: Perl is dead
jbum | 17 years ago | on: Prog21: Puzzle Languages
The languages he describes as "not" puzzle languages are all spiritual descendants of C and Algol, which is a very familiar idiom to many of us.
I imagine that Forth is far less of a puzzle language for Chuck Moore, it's inventor, and that he might find Ruby a bit of a puzzle.
jbum | 17 years ago | on: Half of US Doctors Routinely Prescribe Placebos
jbum | 17 years ago | on: Reddit vs Hacker News traffic
http://trends.google.com/websites?q=reddit.com%2Cmetafilter....
I left digg off, because it so high that it pushes all the others down into the noise...
jbum | 17 years ago | on: Is Perl Difficult?
Hmmm... Let's read the following posts and find out!
jbum | 18 years ago | on: The Broccoli Programming Language
This is a lisp-like language whose principal purpose is to help the creator of the language thoroughly understand how programming languages (especially lisp-like programming languages) work.
jbum | 18 years ago | on: Which is your favorite 70-80s computer book?
jbum | 18 years ago | on: Ask YC: What is the best way to learn Perl?
Can't agree with this one enough. Also, it is better to write a lot of small scripts, than to write one big one. They will be easier to debug, and you'll get more done.