April 28, 2013
Linux Fest Northwest
Linux Fest Northwest has been going on for 14 years. For most of those years, I’ve lived in the wrong timezone for it to be worth attending. A couple weeks ago somebody posted to a Seattle area Linux forum asking if anybody else was going to this year’s edition, taking place on the last weekend in April. My memory was jarred, and my excitement kindled. I used to make it to conferences with some regularity, but it’s been several years.
March 24, 2013
Disqus -- discuss
Ok, so importing the existing posts from posterous worked smoothly. That’s nice.
I’ve signed up for a disqus account and enabled comments. I’m not sure how I feel about that. I don’t like generating “footprints” across a bunch of third-party sites as I navigate the web, and I take steps in my browser to avoid doing so. So requiring readers of my blog (all 3 of them) to download from a third-party in order to see my blog, let alone actually comment on it, seems really hypocritical.
March 24, 2013
octopress foo
Day one with Octopress was fairly productive. Or at least, I didn’t punt. There are a couple of things I’ve yet to figure out. Most glaringly is comments. I don’t really want to rely on disqus or another third party for comments, but that appears to be the accepted way of implementing commenting on Octopress blogs.
And I need to start coming up with my own layout/skin.
March 23, 2013
testing with octopress
Since posterous is shutting down, I need to work out some new blogging platform. Le sigh
This is a first attempt at using Octopress and Jekyll. The philosophy of the tools seems to mesh with my expectations, so it’s a promising start.
January 24, 2013
thinking out loud
A couple of points that I wish to ponder in depth some more. Figure I’ll make a record of them now. Both thoughts need further research…
Term limits for representatives/senators. Polls indicate that most Americans support this. However, I’m not so sure. People leaving congress to pursue lobbying jobs are a major part of the problem. As Lessig claims, public service is almost considered a “minor league” for lobbyists. Term limits would not help this situation, and might make it far worse.
January 14, 2012
Adventures in Sysadmin
minas.morgul.net is the hub of much of my digital life. It also provides services for quite a few friends, ranging from backup DNS to mailing lists and IRC. It lives in a datacenter 3000 miles away from where I live, with conditioned power, climate control, etc. It’s got redundant power supplies, RAID disks, remote console, and most of the other stuff you’d expect from a machine that’s supposed to be up and running non-stop.
December 13, 2011
Letter to my congressman regarding SOPA
I'm writing as a constituent to inquire about your position regarding H.R. 3261, the "Stop Online Piracy Act", and to encourage you to vigorously oppose this bill when it reaches the House floor. The Act has numerous problems and poses a major threat to the continued health of the Internet as a medium for open communication. The Act introduces technical and financial burdens that effectively impact every site that provides a mechanism for the publishing of user-generated content, while also eliminating judicial oversight.
August 15, 2011
transitions, again
Today my manager and I announced my upcoming departure from Mozilla. I’ve only worked there a short while, so this feels really abrupt to me, as I’m sure it does to the many Mozillians that I work with every day. Because ultimately the details of my departure and the various decisions leading up to it are private, and I don’t want to say anything that might be misconstrued or misinterpreted, I won’t get into that sort of thing here.
June 8, 2011
World IPv6 Day at Mozilla
The Internet changed yesterday. Did you notice? If not, we did it right. Mozilla was one of hundreds of participants in World IPv6 Day, both “the largest experiment in Internet history” and “the nerdiest holiday ever”.
Mozilla added IPv6 connectivity to the following sites:
www.mozilla.org www.mozilla.com wiki.mozilla.org addons.mozilla.org In addition, we’ve been running IPv6 on our desktops, laptops, and other devices in our Mountain View, CA office for several months.
May 4, 2011
Fun with JavaScript
Somewhere along the lines recently, I took an interest in JavaScript programming. I wrote some bad JS code way way back in 1999 while working for a small, long gone ISP, but had spent very little time in it since. When I last wrote JS, there was no XHR, JSON, FireBug, JQuery, prototype.js, etc. Netscape was pushing some new “layers” thing that was supposed to be the basis of their DHTML implementation, and Microsoft was doing something completely different.