The WordPress.com stats helper monkeys prepared a 2011 annual report for this blog. Here’s an excerpt: Madison Square Garden can seat 20,000 people for a concert. This blog was viewed about 65,000 times in 2011. If it were a concert at Madison Square Garden, it would take about 3 sold-out performances for that many people… [Read more…]
If you take a look at the reading experience from a web page, you will see why attention deficit disorder (ADD) is so widespread these days.
At work, I frequently encounter email messages that announced the promotion of someone. These messages often followed by a string of “congratulations” Reply-All. Yes, you heard me, the sinful “reply-all”. These reply-alls does not serve any purpose except for a) to tell the world that a person have read the message, b) to blatantly tells… [Read more…]
The Problem When coding in Python, we need a way to store configurations and settings in a file, then be able to access them in the code. Our requirements for accessing these settings are: Simple to learn and use — We would like to target novice coders Easy to understand Hierarchical of settings References ConfigParserShootout… [Read more…]
I have added to the Tcl Wiki a section on how to print out a keyed list. If you want to print out the contents of a keyed list, give it a visit, search for keylprint.
When I travel, I don’t want to bring chargers for both my iPhone and iPad. So, the question is, can the iPad charger charges my iPhone without damaging it? The verdict is yes, see the following article: http://support.apple.com/kb/HT4327
Since the purchase of my iPhone4 last year, my BlueAnt Supertooth speaker has been forgotten … until now. The Supertooth is a handsfree speaker for bluetooth-enabled mobile phones. Since iPhone 4 has a speaker for handsfree conversation, I thought I would retire the Supertooth, which results in one less gadget to carry. However, after nearly… [Read more…]
I was bored. My old laptop has been running Linux Mint for a while and now I want something different so I checked out BSD, PC-BSD to be more specific. In the past, I have been flirting with BSD several times, and ended up abandon BSD for Linux. This time is no exception. Before going… [Read more…]
Many Tcl scripters know how to catch an exception, but not many know how to throw it. This wiki page shows how.
The Problem In Linux Mint, the default font and background color for tkcon is terrible. I want to change that to something easier to read. The Solution Here is my ~/.tkconrc, which fixes it by choosing a better font and background color: Discussion The default font in Linux Mint is terrible: it is hard to… [Read more…]
January 3, 2012
0