-

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: BSD
Visual diff Utilities on Linux
The diff utility is widely used by programmers on linux for comparing file changes, but there are some handy, lesser-known comparison utilities that are more visual and still included for free with linux distros and Mac OS X: sdiff is … Continue reading
Posted in BSD, Linux, Open Source, Perl, Tech
Leave a comment
Some ZFS News
Phoronix has a really well-written article on ZFS, including news on a company planning to release a CDDL-licensed linux kernel module. ZFS is the holy grail of filesystems. Many Database Administrators have switched from Linux to Solaris because ZFS has … Continue reading
Posted in BSD, Business, Linux, Open Source, Oracle, OSCON, Storage, Tech, Toys
Leave a comment
O’Reilly Open Source Conference 2010, Portland
Once again, the O’Reilly Open Source Conference (OSCON) was held in Portland, Oregon. It was a good conference, and we had beautiful weather all week long. Executive Summary The themes promoted by the conference organizers were Cloud Computing, NoSQL, Emerging … Continue reading
SVLUG Meeting: Not Your Father’s Assembly Language with Randall Hyde
At Silicon Valley Linux Users Group tonite, Randall Hyde talked a bout a more modern implementation of assembly language, HLA – the High Level Assembler. He talked about his career as a programmer, college lecturer at UC Riverside, computer book … Continue reading
Posted in BSD, Open Source, Tech, Toys, User Groups
Leave a comment
ClusterIt dtop Command Ported to Linux
The light-weight ClusterIt toolkit mostly worked on linux, but dtop (distributed top) still expected BSD-style top syntax. Here’s a diff I wrote to make dtop work on recent versions of Linux (tested on CentOS 5.5 x86_64): $ diff dtop.org.c dtop.c … Continue reading
Posted in BSD, Linux, Open Source, Tech, Toys
Leave a comment