Explore >> Select a destination


You are here

blog.hakril.net
| | jakevdp.github.io
4.7 parsecs away

Travel
| |
| | tenthousandmeters.com
2.0 parsecs away

Travel
| | We started this series with an overview of the CPython VM. We learned that to run a Python program, CPython first compiles it to bytecode, and we...
| | nikhilism.com
3.0 parsecs away

Travel
| | [AI summary] The provided text discusses the process of capturing Python stack traces from a crashed process using Crashpad. It outlines how Python's internal structures, such as frames, code objects, and thread-local storage, are leveraged to extract meaningful crash reports. The text also touches on related work, like sampling profilers, and emphasizes the benefits of reliable crash reporting for productivity and debugging.
| | palant.info
24.9 parsecs away

Travel
| Allowing password-based authentication without letting the server know the password is fascinating. Unfortunately, for web applications this doesn't solve any problems.