My brain has a set of rules that software project websites get tested against. Each time a project site fails to comply with a rule, I get ever-so-slightly more annoyed, and ever-so-slightly less likely to use the software in question (if there are alternatives, this is even maybe not so “slightly”). I thought I’d list…
Category: Productivity
Simple S3 Log Archival
UPDATE: if anyone knows of a non-broken syntax highlighting plugin for wordpress that supports bash or some other shell syntax, let me know :-/ Apache logs, database backups, etc., on busy web sites, can get large. If you rotate logs or perform backups regularly, they can get large and numerous, and as we all know,…
Funny what you learn about yourself when you buy an iPhone
This is *not* a ripoff of xkcd (though I read that regularly, and so should you) – this is seriously the best graphic I can come up with, and it does the job. Yesterday I looked at doing all kinds of stuff to my iPhone. I wanted to see if I could get Python and…
Explosion at The Planet Causes 9000-server Outage
Here’s the email I received on Saturday from The Planet, where I have some dedicated servers hosted: Dear Valued Customers: This evening at 4:55 in our H1 data center, electrical gear shorted, creating an explosion and fire that knocked down three walls surrounding our electrical equipment room Thankfully, no one was injured. In addition, no…
Multisourced Production Infrastructure: History, and a stab at the Future
Startups are pretty fascinating. I work for a startup, and one of my good friends works for another startup. I’ve also worked for 2 other startups, one during the first “bubble”, and another one a few years later. Oh my, how the world of web startups has changed in that time! 1999: You must have…
New web host: check!
If you’re reading this post, it means that the DNS entries have propagated, and you’re viewing my blog at it’s new location: WebFaction! Thanks to everyone who left comments in response to my cry for web host recommendations. Almost everyone mentioned webfaction in the comments, and I got a few emails with that recommendation as…
Can’t find the Ruby Kool-aid
I picked up the Apress book about Ruby for Systems Administrators, because I plan on learning enough about Ruby to make it a viable tool that I can use if I have to use it at some point. I still plan on doing that, but in reviewing the first couple of chapters, I don’t think…
Open Source, Microsoft, and the Future
Last week, I read a great blog post (and even better comments), and then this week I read something else that made me think more about Microsoft, open source, and Microsoft’s direction going into the future. By way of disclaimer, I’m indifferent to Microsoft. I don’t use their products if I don’t have to, but…
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…
Vim messing up indentation on your pasted code?
I’ve had this issue forever. I want to paste in some code from somewhere else into a Vim session on some random box, but I have to remember to do “:set nocindent noautoindent nosmartindent noreallypleasedontindent” all the time. Well, I finally had some time to google for an actual solution to the issue (I knew…