/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

pavpanchekha.com
| | jbp.io
5.9 parsecs away

Travel
| | [AI summary] The article outlines a software testing strategy using fuzzing and property-based testing to ensure a rewritten C library behaves identically to its predecessor.
| | dennybritz.com
7.8 parsecs away

Travel
| | All the code is also available as an Jupyter notebook on Github.
| | www.foonathan.net
6.9 parsecs away

Travel
| | Let me share a useful insight with you: constexpr is a platform. Just like you write code that targets Windows or a microcontroller, you write code that targets compile-time execution. In both cases you restrict yourself to the subset of C++ that works on your target platform, use conditional compilation if your code needs to be portable, and execute it on the desired target platform. You can thus view constexpr as another platform you can target; it just so happens to be run by your compiler. This insig...
| | blog.gnoack.org
28.6 parsecs away

Travel
| [AI summary] A guide on retrieving core dumps in Linux using systemd and the coredumpctl tool, with an example program demonstrating segmentation faults and debugging with GDB.