"If an exchange between two parties is voluntary, it will not take place
unless both believe they will benefit from it. Most economic fallacies
derive from the neglect of this simple insight, from the tendency to assume
that there is a fixed pie, that one party can gain only at the expense of
another."
- Milton Friedman

const
Sunday, January 11, 2009 | Permalink

So I left a comment over at Wolfgang Engel's place. And this is what the site's anti-bot system system asks me to type:


If you're not programmer you may not see what's so cool about it, but out of the set of random characters I found it a bit amazing that I got a C++ keyword.

Speaking of const, it's one of my favorite keywords. However, I often see code where it's not used at all, or not nearly as much as it should be. I tend to use it as often as possible and I'd encourage everyone to do the same. It's good for you.

Name

Comment

Enter the code below



yosh64
Wednesday, January 14, 2009

Pretty cool, although I think some websites actually use words for varification now days, hehe.

I remember I started receiving spam in the comments of my website, so I had to put together a system for people to write a random number to prevent it, the internet is just crazy now days, hehe.