Greece will outlaw large cash transactions in 2011

“From 1. Jan. 2011, every transaction above 1,500 euros between natural persons and businesses, or between businesses, will not be considered legal if it is done in cash. Transactions will have to be done through debit or credit cards”

via HIGHLIGHTS-Greek FinMin unveils tax reform, wage policy | Reuters.

Enjoy cash while you can. I think it’s already pretty common for cash transactions in the US to seem suspicious. At some point, the government will decide that cash is primarily used to avoid taxes and cash will be phased out. As usual, the logic of state economics is pretty easy to predict.

Gammons: Time to give Rockies their due | MLB.com: News

They often go unnoticed because they play in Mountain Time, two zones removed from what their fans perceive as Eastern Bias Time. It’s taken years, from their rapid ascent to the playoffs in 1995 as the “Blake Street Bombers” to the misguided Mike Hampton/Denny Neagle signings of the late ’90s that forced a wholesale reorganization, but the Colorado Rockies begin the second decade of the 21st century as arguably the most underappreciated team in the National League.

via Gammons: Time to give Rockies their due | MLB.com: News.

George F. Will – Progressives and the growing dependency agenda – washingtonpost.com

Only two things are infinite — the expanding universe and Democrats’ hostility to the District of Columbia’s school choice program. Killing this small program, which currently benefits 1,300 mostly poor and minority children, is odious and indicative. It is a small piece of something large — the Democrats’ dependency agenda, which aims to multiply the ways Americans are dependent on government.

via George F. Will – Progressives and the growing dependency agenda – washingtonpost.com.

Double Quote Ennui

I’ve noticed an interesting development in my coding lately. In PHP, the language I write in for the most part, strings can single quotes (‘) or double quotes (“). Double quotes allow you to include variables in the string and the value of the variable will be substituted in the output. Single quotes will give you the exact characters you put in the string, including outputting the name of variables, not their values. The codebase I work in is the same codebase I learned to program with about 5 years ago and I’m still living with a lot of old choices I made then. For example, I almost never used single quotes for strings, because sometimes I wanted to put in a variable that I wanted to value of.

Today, as a result of becoming a better programmer over the last five years, I am pretty capable of using the appropriate quotes in differing contexts. In fact, I’ve noticed that the better I get, the more troubled I am by even little things like inappropriate quotes for strings. I don’t think that using double quotes for a simple string is too big of a performance hit, but it has become almost a cognitive hit for me. I also get little hits when I see old loops that are inefficient, badly formatted code, and the like. None of which is really affecting the bottom line of the website. But I’m noticing that as I get better at the big stuff, my brain is learning to be picky about even the smallest stuff.

Facebook’s rivals

Half of all registered users still log in to Facebook every day, says Sandberg in the interview. That’s 175 million people. And that doesn’t include Facebook Connect logins, only those people that visit the Facebook website.

175 million people is far more than the number of people who voted in the 2008 US presidential election (131,257,328). It’s far more than the population of Mexico (111,211,789). It is far larger than the nation with the second largest national economy on Earth, Japan(127,530,000). And it’s still growing like crazy. Facebook, of course, is not really comparable to a country, but at some point the size of a community becomes a very important feature.