Meteor impacts & weird circles
Source: XKCD.
Last 10 notes on Bugs & Beans
Source: XKCD.
Existing works CLAP: Contrastive language-audio pretraining. Analogous to CLIP but for audio.
This is the companion piece to AsyncIO’s blocking call problem.
AlphaZero[1][1]arxiv.org/abs/1712.01815 is one of those papers that lives in my head rent-free.
Last updated July 2026.
An effort to remove Python’s GIL.
Modern GPUs can draw billions of triangles per second.
Global Interpreter Lock: A mutex that must be acquired by a thread before it can execute Python bytecode using the interpreter.
Hi! I’m Krishna. TL;DR I write some code I do some photography[1][1]it’s mostly bugs. go figure.
mypy’s config file ‘mypy.ini supports an exclude option, which is a regex that determines which files to exclude from analysis.