-

Hi, I'm James Briggs, an Internet computer programmer/DBA in Silicon Valley. I've been programming for 20 years for companies like eBay, Cisco, Yahoo!, Apple, Amazon and startups.In my spare time I do Open Source programming and like flying airplanes, karate and studying Asian languages.
This blog talks about events, places and things in my life.


Bay Area Earthquakes
San Jose International Airport, CA
Last Updated on Feb 6 2012, 2:53 am PST
Weather by NOAA
Current Conditions: Fair
Temp: 47°F
Wind: North at 3mph
Humidity: 63%
Dewpoint: 35.1°F
Categories
- BSD (37)
- Business (173)
- Cloud (17)
- Conferences (50)
- Flying (84)
- Hadoop (4)
- i18n (55)
- Indonesia (38)
- Japanese (49)
- Karate (2)
- Linux (130)
- MySQL (100)
- Open Source (227)
- Oracle (27)
- OSCON (14)
- Perl (82)
- Personal (5)
- Photography (69)
- Psychology (33)
- Restaurant Reviews (23)
- Storage (57)
- Tech (643)
- Toys (291)
- Travel (87)
- Uncategorized (2)
- User Groups (60)
Pages
Meta
Category Archives: Toys
Netflix and Cloud IT
I recently did some technical consulting for Netflix. I can say that they are really, truly committed to cloud IT, per their public pronouncements. Most large companies are still just dipping a toe in the water, so it’s significant that … Continue reading
Checking MySQL Hosts in Parallel with Perl Threads
Here’s an example of using Perl ithreads to do monitoring of multiple MySQL hosts in parallel. Note that with older versions of Perl, you can use fork() or the forks.pm module instead of threads. #!/usr/bin/perl use threads; use 5.8.1; use … Continue reading
Posted in Linux, MySQL, Open Source, Perl, Storage, Tech, Toys
Leave a comment
The HP Touchpad Lessons
So … there’s a reason why HP dumped the Touchpad tablet for $100 each at retail. The channel didn’t want them. It was was cheaper to sell them at a loss of about $300 each than to have Best Buy … Continue reading
Posted in Storage, Tech, Toys
Leave a comment
Debugging Munin Problems
Munin is an Open Source program that does system monitoring and produces beautiful graphs every 5 minutes using RRDTool. I recently updated to Munin 1.4.6 on a CentOS 6 linux system. Most of the graphs worked out of the box, … Continue reading
Posted in Open Source, Perl, Storage, Tech, Toys
Leave a comment
Recovering Data from a Linux Hard Disk
If you have a linux hard drive that has recently “died”, usually you have a chance to restore it if you’re adequately prepared. By “died” I mean suffered a mechanical or electronic problem with symptoms like clicking, excessively hot, intermittent … Continue reading
Posted in Linux, Open Source, Storage, Tech, Toys
Leave a comment