Hello World, Part 2

The scopeblog receives hundreds of comments per month. As a rule, all of them are spam, but today I found some real comments in there from real people! Thank you wherever you are 🙂

Some of the spam seems to be generated from the blog posts themselves. It is eerily realistic at a casual glance, but still doesn’t quite pass the Turing test. I guess the Internet still has a way to go before it becomes conscious.

Most of the comments were attracted by my rant on Pay More, Get Less. It’s good to know that there are others out there who feel the same as I do about the inhuman rampage of computer technology over our souls.

Although a cynic might say that this is the Internet, where you can always find someone who feels the same as you do, even if you’re a Plushophile.

Windows command of the week: “netsh winsock reset”

I discovered this fascinating command when trying to fix Kat’s computer.

Originally it showed a completely empty desktop with no icons or taskbar, just the wallpaper, even in so-called “Safe Mode”. A rollback to the last known good configuration solved this, but the networking still wouldn’t work. The DNS resolved domain names as garbage, some even containing bell characters that made the machine beep.

I tried uninstalling the driver for the network card and rebooting, at which point the DNS just stopped working altogether. The “ipconfig /renew all” command failed saying that “No adapter is in the state permissible for this operation”.

A quick Google search for this error message (using my handy palmtop that happened to work with Kat’s wi-fi) turned up a MSDN article that basically said: “Shit happens, type ‘netsh winsock reset’ and reboot”

And what do you know, it worked 🙂