-

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 May 18 2012, 3:53 pm PDT
Weather by NOAA
Current Conditions: A Few Clouds
Temp: 73°F
Wind: NW at 15mph
Humidity: 40%
Dewpoint: 46.9°F
Categories
- Angry Birds (4)
- BSD (37)
- Business (189)
- Cassandra (6)
- Cloud (25)
- Conferences (53)
- Flight Simulators (4)
- Flying (86)
- Hadoop (7)
- i18n (56)
- Indonesia (39)
- Japanese (52)
- Karate (2)
- Linux (141)
- MySQL (106)
- Open Source (241)
- Oracle (31)
- OSCON (15)
- Perl (87)
- Personal (5)
- Photography (69)
- Psychology (37)
- Restaurant Reviews (23)
- Retro (1)
- San Jose Bay Area (3)
- Storage (69)
- Tablets (5)
- Tech (680)
- Toys (306)
- Travel (87)
- Uncategorized (2)
- User Groups (63)
Pages
Meta
Monthly Archives: December 2009
James’ NoSQL Feature Matrix Link
A wikipedia editor (SamJohnston) has reverted the useful NoSQL Feature Comparison Matrix that I added at ApacheCon Oakland. Here is the last NoSQL article version that has the detailed feature matrix. Thanks to several contributors for improving it before it … Continue reading
Posted in MySQL, Open Source, Tech
2 Comments
Apple Genius Bar Advice on Notebook Battery Life
I talked to an Apple Genius recently about improving notebook battery life. His recommendations to improve notebook battery life were: kill any runaway programs reduce screen brightness to 50% or less move any Desktop files you don’t need on the … Continue reading
Posted in BSD, Tech, Toys
Leave a comment
Replacing Mac Powerbook G4 12″ Keyboard
The Powerbook G4 12″ that I bought from Craigslist was sweet overall (1.5 Ghz, 1.5 GB RAM, 250 GB hard drive), but the keyboard looked a little ratty. So I bought a new keyboard from a Hong Kong seller on … Continue reading
Posted in Tech, Toys
Leave a comment
MD1000 and MD3000 Redundancy Matrix
I manage several Dell/Equallogic MD1000 storage arrays. They require careful understanding of their limited redundancy features. I find that it helps to remember this: the MD1000 is a JBOD. Period. Any data redundancy actually depends on your RAID controller. Although … Continue reading
Nagios check_http.c Patch to Display Result Page Snippet
Here’s a minor change to the nagios plugin check_http.c that shows the first 128 bytes of the page body if the -s match option is used: /* check elapsed time */ if (strlen(string_expect) && strlen(page)) { #define MAX_BUFFER_PAGE_SAMPLE 128 char … Continue reading
Posted in Open Source, Tech, Toys
Leave a comment