evdo datacard proving problematic

September 21, 2007  📱

The trip in this morning was miserable for EVDO connection. I could barely stay online for more than a few minutes at a time. I had at least one kernel panic. Eventually, I dialed into T-Mobile’s network over my RAZR, only to be reminded how painfully slow it is. EVDO is totally awesome… when it works.

switching to cable modem

September 20, 2007  🤤

I’ve been a Speakeasy customer for about seven years now, and a Service Electric TV customer for about as long. Come next week, though, I will no longer be either. I am switching to RCN cable TV and cable modem.

evdo speed update

September 19, 2007  📱

Crome mentioned to me that my upload and download speeds seemed lousy, and it occurred to me that maybe the problem was that I’d hit a server that couldn’t give me much more than 70 KB/s sustained upstream. Today, I tried DSL Reports’ speed test, not so much because I think it’s super accurate, but because I knew it would be easy, and would be able to give me a better estimate than scping from a random host.

holy crap, evdo!

September 18, 2007  📱

Sprint PCS was my very first cell phone provider. Shortly after we moved back to Pennsylvania, though, I got rid of them and switched to VoiceStream. With some brief outages (while using awful Nextel phones at IQE), I’ve been with VoiceStream (now T-Mobile) since then.

web designers: please think of the user

September 17, 2007  📱 🤤

Here are my examples of hateful web interface from today. I have been looking at getting an EVDO device to replace using my RAZR as a modem. This led me to poking around on the websites of both Sprint-Nextel and Verizon.

mutt, macs, and nothingmuch++

September 12, 2007  🐶

Every time I blindly click a “Contact Us” link and see Mail.app launching, my teeth itch. It takes too long, it complains about certs, and I don’t want to freaking send any mail with Mail.app anyway! Why can’t I use mutt?

splitting up a "big" git repo, take two

September 11, 2007  🔀

Converting to git has been fun, educational, and annoying, at various times. Here are some notes (mostly to myself) on the fun, educational, and annoying bits that I solved today.

continued vim syntax to rtf conversions

September 8, 2007  🐫 🧑🏽‍💻

I’ve implemented a very, very crude Vim colorscheme parser. It’s a terrible implementation, but it probably works against most color schemes. Most importantly, it works against mine. Patches welcome.

running late, the author recounts recent dreams

September 7, 2007

Normally, I take the 17:15 bus from Philadelphia, and it gets me to Bethlehem around 19:10. On Fridays, traffic is worse, and its arrival is closer to 19:30. I’m writing this at 18:50, and we’ve just now gotten off the streets of downtown Philadelphia. We spent about ninety minutes sitting on Walnut Street, doing nothing. A cab driver insisted that the bus hit him, but couldn’t show much or any damage. Despite this, and despite exchanging insurance information, he was not going to let us go. He demanded that we wait for his insurance agent. The bus driver was livid and the other passengers exasperated. I was just disappointed that I’d be getting home in time for nearly no time with Martha before she starts heading to bed.

progress with syntax-to-rtf

September 5, 2007  🐫 🧑🏽‍💻

I had really wanted to use the Kate syntax stuff, because it’s pure Perl, but after I had it working, I decided that its Perl syntax highlighting wasn’t good enough, and I wanted Vim’s. So, I did what I had wanted to avoid and used Text::VimColor. I worked out some bugs, learned a lot about RTF, and added nice little things like proper option parsing.