And each time this happens, you get better about writing readable comments up front describing edge cases and difficulties so that future self can avoid steps 1 - 6 with a head start on refactor ideas / feasibility.
> Perhaps a site that's been around for over a decade and already has mass brand recognition might not get as many people googling it bare, since most people can just... go there directly.
It seems to me that googling for a popular site like reddit is actually pretty common. A couple of reasons:
1. Because google is often much better at returning relevant results for site:<site>.com <query> than searching for <query> in the site's search engine. I would think this to be the case even more so for types of sites like reddit simply because of such high total post / word count. In fact, brand recognition would seem to be more of a reason for people to google it. E.g. If you want to read a wikipedia article on some topic, you normally wouldn't visit wikipedia.org first to use its search, you'd google "wikipedia <topic>" or "site:wikipedia.org <topic>".
2. To avoid hitting enter after a typo and ending up on some malware site <domain with typo>.com.
My guess is that most companies decide to cut the cost of maintaining responsive web apps since they are already paying developers to maintain native mobile and desktop web. Because, in their minds "who wouldn't just use the app"?
To get around it, there are a few lesser known mobile browsers that allow you to modify the "User-Agent" header, in which case you can bypass by masking yourself as viewing on a desktop browser. Sleipnir is one.
What exactly do you mean by "user"? Can they query DNS traffic by IP address / subnet? Exactly what are all of the restrictions there?
EDIT: Is there a whitelist of things they can query by or do you simply trust them to be good citizens, have a binding legal agreement, all of the above?
>APNIC gets to see the noise as well as the DNS traffic
>Huston emphasised that APNIC intends to protect users' privacy. "DNS is remarkably informative about what users do, if you inspect it closely, and none of us are interested in doing that," he said.
Maybe it is reasonable to take them at their word as they seem trustworthy, but we should at least consider the fact that at least some of this DNS traffic is indeed being analyzed.
Never rely on your ISP to provide great wifi equipment. This is not something specific to Comcast. Generally, it seems residential ISPs are only on the hook for providing quoted speeds via a wired connection to their gateway.
This is why I always either disable the wifi from my ISP's modem/router combo and branch off my own wifi router from the modem's LAN or request a modem only device from the ISP and use my wifi router's LAN. The downside to the former case is that your wifi devices are now double NATed (unless you use a wireless bridge) which can be annoying if you want to forward ports (you now have to do it twice). The modem/router combo might not support disabling its LAN to act as a bridge very well.