余則非也!
是日金句
How to Get Free or Cheaper WiFi Access at AT&T and Boingo Hotspots

It is well documented that you can simply change your browser's "User-Agent" to use the 'Mobile Safari - iPhone' profile, and
Getting from Evanston to the O'Hare International Airport
As I was preparing for my return trip to St. Louis from Evanston, IL (I was at the DrupalCamp Chicago this weekend), I realized I hadn't set up any way to get to the O'Hare International Airport in order to board my American Airlines flight. Luckily, I looked up 'Evanston to O'Hare' online, and found a little nugget that many people don't know about.
There's a Pace bus (route 250) that goes straight from downtown
The Little Prince
"Because she is my rose
賭徒的謬誤
Mercurial versus git for sysadmins, or why we picked Mercurial
I've recently managed to persuade my co-workers to start migrate awayfrom doing version control with RCS and to using a modern VCS (whichhas made me think about various issues ). Specifically, I picked Mercurial, which I thinkis one of only two sensible options right now (the other being git).
I'm perfectly prepared to believe that git has important aspects that make it technically superior , and that githas more power for doing sophisticated things that matter for seriousdevelopment. But for us
Sysadmin versus developer uses of version control systems
Here is a thesis: sysadmins use modern version control systemsdifferently than developers. Specifically, sysadmins generally use VCSesfor documentation, while developers use them for development. By thisI mean that when sysadmins make a commit, it's for something that isalready in use; for example, you change a file in /etc and then commitin order to document when and why you made the change.
(This is certainly our local sysadmin usage of version control, but Ithink it is more than just us,