Explore >> Select a destination


You are here

alexgaynor.net
| | kushaldas.in
6.4 parsecs away

Travel
| |
| | chanind.github.io
6.3 parsecs away

Travel
| | I recently ported a library I built, tensor-theorem-prover, from being a pure Python library to being a hybrid Python/Rust library using PyO3. Despite my being a beginner with Rust, it resulted in a nearly 20x speedup over the old pure Python implementation! However, it also broke the Readthedocs build for hosting the docs for the project. In the process of debugging this, I found a (very hacky) way to connect to a running Readthedocs build which made resolving my issue much easier, but I suspect it will be useful for anyone who's struggling to debug builds on Readthedocs.
| | michael-gracie.github.io
6.1 parsecs away

Travel
| |
| | muffsec.com
19.5 parsecs away

Travel
| [AI summary] This post provides instructions for compiling and debugging a Linux kernel using QEMU and GDB, including steps to build the kernel, create an OS image, and set up a wrapper script for virtual machine execution.