/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.schakko.de
| | sergioprado.blog
16.7 parsecs away

Travel
| | Have you ever wondered how the Linux kernel is tested?
| | mathieu.fenniak.net
18.1 parsecs away

Travel
| | A time-traveler is passing by 2013 and she opens a browser bookmark to http://mars.gov/blog/**2056**/11/21/news.html. What HTTP status code does she get back from her response? Well, it's not going to be 200 OK, because it wasn't OK with the server. The server couldn't find the article that the client requested, because it won't be published for another 43 years. "Couldn't find the article" sounds like a 404 Not Found status code. OK, very reasonable choice. But, "The server couldn't find the article" raises a bit of a doubt. A 404 is part of the 4xx-series status codes, which are all for client errors. Was this a client error, if it was the server's fault for not finding the article? Shouldn't she be getting 5xx Not Found?
| | michaelscodingspot.com
21.4 parsecs away

Travel
| | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity
| | lenholgate.com
51.5 parsecs away

Travel
| [AI summary] A development tip explains how to configure Visual Studio 10's debugger to skip stepping over specific native C++ function calls.