/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

blog.codinghorror.com
| | friendgineers.rosenshein.org
12.4 parsecs away

Travel
| | Leon's musings on software development
| | henrikwarne.com
4.2 parsecs away

Travel
| | There seems to be an established truth in programming that code reviews find a lot of bugs. An example is chapter 18 (Modern Code Review) in the book Making Software. This is however not my experience - I rarely find outright bugs when reviewing changes. But I still think code reviews are useful. Below are...
| | entropicthoughts.com
3.0 parsecs away

Travel
| |
| | ericlathrop.com
29.6 parsecs away

Travel
| I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python.