/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

michaelscodingspot.com
| | keithbabinec.com
0.5 parsecs away

Travel
| | It is important for software engineers to understand how to analyze process dumps so that they can determine why their application is crashing or behaving unexpectedly. However, it can be hard to know where to start with the process. This post aims to be a starting point for a very common situation: debugging a crash...
| | linderud.dev
3.3 parsecs away

Travel
| | I have spent a fair amount of time hacking on debug packages the past two years. This work resulted in Arch Linux announcing the public debuginfod server which allows users to download symbols and source code to debug software running on their system. With this service users don't need to figure out what the debug packages are called, installing them and maybe removing it afterwards. It also saves a fair amount of data you need to download.
| | blog.kdgregory.com
2.3 parsecs away

Travel
| | Chasing a bug can be one of the most frustrating parts of software development. All you have to start with is an observed behavior. Hopeful...
| | www.stillbreathing.co.uk
19.7 parsecs away

Travel
| [AI summary] A web developer argues passionately for the 'progressive enhancement' approach, explaining why HTML should be the fundamental layer of a website while CSS and JavaScript are optional enhancements that can easily fail.