My Router Blacklisted Hacker News

Over the course of the last few days I have begun developing a new app to replace Hacker News Story Pickup Rate, a site that aims to take the guesswork out of submitting stories to Hacker News by using various heuristics to determine the best time to submit a story in order to gain the most attention. Partway through last week Hacker News Story Pickup Rate went down, and as of January 1st it had not gone back online.

This afternoon, as I began testing a few new metrics by which to judge site activity, I started refreshing the “New” page on Hacker News to judge the progression of timestamps on each of the articles. My goal was to catch a just-submitted article by another user in order to determine whether new articles appear to the public dated “0 Minutes ago” or automatically marked as having been submitted “1 Minutes ago”. Naturally, then, in order to catch an article within such a small window, I refreshed the page very often — roughly twice every three seconds or so. I did this for around thirty seconds, then I received a 324 error stating that the server had severed the connection without serving any content. Curious, I took all the usual steps one might go through to resolve a strange occurrence such as this one: I tried refreshing the page again, clearing my cache, and restarting Chrome. All of those failing, I checked Down For Everyone or Just Me?, a service that, as the name suggests, will query a given website to determine whether it has gone offline or if it is only unavailable to you; it was just me.

At this point I really started getting curious, so I dug Internet Explorer out of its grave, resuscitated the long-since dead browser, and managed to get it running long enough to find that it too would not open Hacker News. I also tried opening Hacker News first on my iPad, then on my iPhone, and then on another computer in my house, but received the same result from all instances: a 324 error. As a last resort I then started Tor and opened Hacker News; it opened just fine. Tor is essentially a very sophisticated proxy that routs internet traffic through a bundled version of Firefox Portable in order to preserve the anonymity of its users. Pursuant of that goal, Tor masks the user’s IP address, location, and other aspects that can be used to positively identify a computer. by first encrypting any web traffic directed through Firefox Portable and then passing that traffic to relay points around the world where it is decrypted and parsed to return the desired webpage. The fact that Hacker News loaded in Tor led me to a theory I corroborated a few minutes later by disabling WiFi on my iPhone and successfully loading Hacker News through my cellular data connection: for some reason, my router blacklisted Hacker News. And just Hacker News too, not the top-level domain ycombinator.org or any of its other subdomains; just news.ycombinator.org.

Although I spent the rest of the evening trying everything from resetting my modem to updating my router’s firmware, Hacker News remains blacklisted on my network. It’s a simple enough workaround using a proxy such as US Web Proxy, but it is nevertheless a great inconvenience both in that I cannot as easily obsessively check Hacker News throughout the day, and that it had put a stop to the development of a new app I’m creating to replace Hacker News Story Pickup Rate.

Permalink.