I seem to have found a pattern in my own internal workings. In the fall, I work furiously and get a lot done. Around the time of the winter holidays, I almost always do major personal web site changes and upgrades according to a mental list I’ve compiled over the previous year. In the spring,…
Category: Big Ideas
Ok, that’s it. It’s “lose”. Not “loose”.
Every. Single. Day. This. Happens. I read a *LOT* of online technical documentation. Come to think of it, I read a *LOT* of documentation offline as well. I also occasionally read things like blogs and comments and stuff. In all of my reading, I have found that the most prevalent mistake made by the writer…
All Linux Distros Suck
1. In reality, all Linux distributions suck, some just suck in ways you might not have discovered yet. While I am not the holy master of all that is Linux, I like to think that, having deployed, administered, maintained, and supported a good number of distros (not to mention UNIX variants), in varying environments and…
A non-degree-holder’s view of hiring decisions
I get a good number of job offers without sending resumes around. I guess my name shows up in enough places, associated with enough buzzwords, that recruiters fire off emails first and read the fine print later. The “fine print” in my case, says that I do not have a college degree. 99.999% of the…
Amazon Adds Static IP and “Availability Zones” to EC2
This is cool. You can now associate a static IP address with your EC2 instances. No more mucking about with 10-minute DNS timeouts or dynamic DNS routines. You can also elect to start certain instances in multiple locations using “Availability Zones” These new features will make it a little easier for people to deploy larger…
Hadoop, EC2, S3, and me
I’m playing with a lot of rather large data sets. I’ve just been informed recently that these data sets are child’s play, because I’ve only been exposed to the outermost layer of the onion. The amount of data I *will* have access to (a nice way of saying “I’ll be required to wrangle and munge”)…
The Power of Open Source
I think my very favorite aspect of the open source development model is that it allows me to practice the philosophies I use in my every day personal life, and apply them to software development as well. In my teens and early 20’s I read quite a lot of Aristotle and Plato, and a very…
Loghetti Beta – An Apache Log Filter
I’m thinking about just making this an open source project hosted someplace like Google Code or something, because there are folks much smarter than myself who can probably do wonders with the code I’ve put together here. Loghetti takes an Apache combined format access log and a few options as arguments, throws your log lines…
Taking Virtualization to the Next Level: AppLogic
Every now and then, something comes around that is as useful as it is novel. Of course, the notion of virtualized systems isn’t new. In fact, systems running something like what we now call a “hypervisor” have existed for, literally, decades. But what about that next level of virtualization? What if you could not only…
Hadoop introductory video
This is a great talk with the head of Yahoo’s grid team that talks about the open source project Hadoop, which is an open source distributed file system and MapReduce implementation. The video is long and interspersed with Yahoo! specifics you might not care about – but keep watching, because they swing back to talking…