Oh, I give up

I’ve been reading Slashdot since the very late 1990s. But as of today I just unsubscribed from its RSS feed. It is probably long past time. The comments have been unreadable for 4 or 5 year now, but I kept up with it because the articles had some merit, or at least most of them did.

But today was the last straw – first there was an article that was going all hysterical about the changing of the runway numbers at Tampa airport, suggesting it had something to do with the recent bird deaths, and/or with the ridiculous and easily discredited “Pole Shift” rapid magnetic pole shifting hypothesis. Then if that wasn’t too crazy, there was another story, this time asking what equipment would be useful in a ghost investigation. So much for “News for Nerds, Stuff That Matters”.

Sorry, I know a number of people who believe in ghosts, and people who watch those ridiculous “ghost investigation” shows, but it’s neither news nor technology.

Computer problems

My laptop’s Airport (wifi) is kind of flakey. It reports a good connection and gets a proper IP from DHCP, but then stops being able to talk to the rest of the network. I’m able to keep using it because while it’s at my desk I can plug it into the wired network.

But the laptop is still covered by AppleCare, at least for the next 60 days. So I should bring it in to get it fixed soon. But I can’t leave it at Apple because every day it’s away from me is a day I can’t work. So before I can take it in, I have to figure out how to do my work from my old Linux box, or if that doesn’t work, where to borrow a Mac to work on.

Let’s see, to do my work on a Linux computer, I’d need the following things that I don’t currently have:

  • speakers (I think I have some around, I’ve just never configured them)
  • microphone (I’ve never installed one on Linux, that could be tricky)
  • Skype
  • Dropbox
  • Chrome
  • Remote Desktop Client (if such a thing exists and works)
  • VirtualBox and a Windows environment (which might take care of the Remote Desktop Client)

That will probably be enough to get me going. But it’s obviously not as nice as having my own MacBookPro, or even a loaner machine that I’ve cloned my TimeMachine backup onto.

Surgery scheduled

I’ve got my shoulder surgery scheduled for February 3rd. The doctor says that if things are good inside the shoulder, I could be looking at 1 week in the sling, and only a month or so recovery, but if things are as bad as they were for Vicki, it could be 3 to 4 weeks in a sling, and up to 6 months of recovery. So there is a slight chance I might be racing (although not as well prepared as I was this year) by the end of the season, although I’m shelving plans for the 90 even if things go perfectly.

And in related news: The Onion.

Saying goodbye

I had my last physiotherapy appointment before seeing my doctor again. We discussed my options and it looks more and more like surgery will be my only hope. Even if it isn’t, I’m basically looking at six months before I can paddle again, and then I have to start getting back into shape. So there it is in front of me – I’ve got no season this year. Even if I manage to paddle a few miles, I’m not going to be racing, and I’m damn sure I’m not going to do the 90. I hope Doug and Mike don’t mind having me as pit crew again.

But even though I don’t know anything now that I didn’t know yesterday, last week or last month, even though I haven’t talked to the surgeon, I still find myself feeling very depressed. I suppose I should take solace in the fact that unlike my knee pain, my hip pain and even my elbow pain, this one has a definite cause and a solution.

So, so long kayak season 2011, so long Adirondack Canoe Classic, so long Long Lake Long Boat Regatta. So long Wednesday night time trials and Tuesday evenings out with the team. So long erging in Steven’s garage and Doug’s attic and coaching sessions with Dan. I’ll miss you all, but I’m going to do everything I can to come back stronger for 2012.

Interesting, but I’m not sure I understand it all

Namebench is a program that analyses DNS lookups to see if your DNS settings are optimal. My results are here. They recommend that I use my ISP’s DNS server, but they also show the main reason I stopped using my ISP’s DNS server – that innocuous “NXDOMAIN Hijacking” notation beside the entry for that DNS server means that if you mistype a domain name, it takes you to your ISP’s search page instead of having your browser tell you that you mistyped a domain name. I HATE that, “with the power of a thousand fiery suns” as Vicki would put it, because it breaks things, usually in ways too subtle for ordinary users to notice. I run a DNS server on my Linux box (on 192.168.1.2) because it won’t do “NXDOMAIN Hijacking”, and also because I believed it would be faster. One other reason for running my own DNS server is so I could reach computers on my home netwrok via a system name rather than via an IP, something that was probably more important when I had multiple Linux boxes that I needed to be able to ssh into than now, when I basically only connect to my Linux box and (more rarely) into my MacBook Pro.

If you look down the page to the graph “Response Distribution Chart”, it shows that for the first 30% of the responses, my home DNS server is *way* faster than the competition – I guess that means that things that it’s already seen and cached, it returns at the speed of the local network. But the graph trails off pretty quickly, and by the time you reach 50% of the responses, it’s slower than most of the other ones – I don’t know why it would be slower than “Internal 192-1-1”, which is the DNS cache on my router, but I suspect that’s because the router will just ask my ISP’s DNS server when it doesn’t know something rather than reaching out to the broader internet.

What I should do now, I think, should be to set up a DNS server on my colo box and see how it compares.