Explore >> Select a destination


You are here

strugglers.net
| | sitr.us
7.1 parsecs away

Travel
| | This is an excerpt of a post that I wrote for Olio Apps. I am always interested in making my coding process faster and more robust. I want to be confident that my code will work as expected. And I want to spend as little time as possible debugging, testing, and hunting down pieces of code that I forgot to update when I make changes to a project. That is why I am a fan of correct-by-construction methods. Those are methods of constructing programs where the program will not build / compile unless it behave...
| | serverascode.com
17.6 parsecs away

Travel
| | A techno-blog for our techno-times
| | www.anmolsarma.in
9.5 parsecs away

Travel
| | There may come a time in a system programmer's life when she needs to leave the civilized safety of the userland and confront the unspeakable horrors that dwell in the depths of the Kernel space. While higher beings might pour scorn on the very idea of a Kernel debugger, us lesser mortals may have no other recourse but to single-step through Kernel code when the rivers begin to run dry. This guide will help you do just that.
| | vincent.bernat.ch
107.9 parsecs away

Travel
| On Linux, a network bridge without any IP address configured will still process IP packets. How to disable such a feature?