/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

zackoverflow.dev
| | bernsteinbear.com
4.9 parsecs away

Travel
| | Update: The paper version of this post is accepted at PLDI SOAP 2024. Take a look at the preprint (PDF).
| | alexgaynor.net
3.1 parsecs away

Travel
| | [AI summary] The article discusses PyPy as a potential future for Python, highlighting its speed, flexibility, and advantages over CPython, while also noting current limitations and ways to contribute to its development.
| | morepypy.blogspot.com
5.3 parsecs away

Travel
| | String formatting is probably something you do just about every day in Python, and never think about. It's so easy, just "%d %d" % (i, i) ...
| | nikhilism.com
17.5 parsecs away

Travel
| [AI summary] A technical post explaining how Dropbox engineers reverse-engineered CPython's internal memory structures to implement robust Python stack tracing within their out-of-process crash reporting tool, Crashpad.