Last visit to an old friend

A few months ago, IBM announced that they were going to close the Almaden Research Center, where I’d spent the last two-thirds of my IBM career. I had many good memories of my time there (and a few very bad ones!), so I was sad to hear the news.

I ran into a friend from Almaden, Ron Fagin, the other day while we were out walking. He said that the lab would be closing in just a couple of weeks, so I asked if I could come up and visit before The End. We arranged for me to come up this afternoon, and he met me in the main lobby.

I got my visitor badge and we walked down the main corridor. The place was pretty empty, but it didn’t take long before I ran into John Day – we’d worked together in the Research Computing Facility for many years. He’s now in charge of closing down the building and getting it ready to put on the market – it’s a big job.

Some things had changed, of course; the library was now a social area (the “Hilltop Hub”), for example. But many things had stayed the same, like this poster near Ron’s office for a new storage architecture…well, it was new in 2005.

The artwork outside the director’s office was the same, too – I don’t know what its official name is, but we used to call it “Flushed with Power”.

Ron and I took a walk around the lab to enjoy the views.

I even got to visit one of my old offices – well, I couldn’t go in, but it was an important place for me; I’d set up IBM’s first external Gopher server in that office and wrote Gopher for OS/2 there – and that put me on the path to the Internet Division and working with W3C.

I’m glad I was able to go back and see the place one last time before it closes next month. Thanks, Ron!

TIL the magic of tcpdump

Ever since I upgraded our home network earlier this year, I’ve wondered about one of the wireless devices on the network. It wouldn’t respond to pings and trying to connect to it on any port was futile; the router said it was running Linux, but that was about all it would tell me. And it generated a very small amount of traffic to and from the Internet, about 4 megabytes a day (less than the size of a typical photo).

I wasn’t worried that it was leaking any secrets to the world, but I did wonder what the hell it was. Since it ran 24/7, it had to be line-powered (not battery); I looked at everything plugged into outlets and didn’t find anything suspicious. So I decided it wasn’t important enough to worry about.

Yesterday, I listened to a podcast which mentioned that smart TVs these days do image recognition and send information about what you’re watching to their makers, who then sell the data to advertisers. I’d tried turning off the image recognition on my smart TV and had set the “do not sell my data” flag, but I wasn’t confident that that was enough, so I spent a few minutes blocking the TV from having Internet access (if I want to stream something, I have two perfectly good set-top boxes and a computer attached to the TV; the TV didn’t give me anything I didn’t already have).

While I was blocking the TV, I noticed the mystery device again in the router’s device list, and I decided I had to find out what it was and who it was talking to out on the Internet. I asked DuckDuckGo “unifi router find out what a device is connecting to” and started scrolling through the answers. I hit pay dirt about 30 answers down the page with a Reddit post asking how to see all traffic from a device, which suggested using tcpdump.

Some experimentation later, I had a tcpdump query running on my router looking for any traffic going to or from the mystery device. Every 30 seconds, the device would ask for the IP address of ‘enphase-envoy’ – but I don’t have any device with that name, so it never got an answer. But after 90 minutes, I saw something different – the mystery device connected to update.daikinskyport.com and sent and received a bunch of data.

The light dawned. Our HVAC system is made by Daikin!

I walked over to the thermostat and checked its settings – sure enough, the thermostat’s hardware address matched that of the mystery device.

I’ll sleep better tonight.