RSSAmplifier

Blog

Bugs & Beans

Last 10 notes on Bugs & Beans

penukonda.meRSS feed ↗10 posts

Latest posts

Meteor impacts & weird circles

Source: XKCD.

AI Music Generation

Existing works CLAP: Contrastive language-audio pretraining. Analogous to CLIP but for audio.

Static analysis of blocking calls in async Python

This is the companion piece to AsyncIO’s blocking call problem.

ZeroChess: Learning chess from scratch

AlphaZero[1][1]arxiv.org/abs/1712.01815 is one of those papers that lives in my head rent-free.

What I'm doing now

Last updated July 2026.

No-GIL Python

An effort to remove Python’s GIL.

Kon: Low-poly Image Generation

Modern GPUs can draw billions of triangles per second.

Python GIL

Global Interpreter Lock: A mutex that must be acquired by a thread before it can execute Python bytecode using the interpreter.

Bugs & Beans

Hi! I’m Krishna. TL;DR I write some code I do some photography[1][1]it’s mostly bugs. go figure.

unused `exclude` in mypy.ini

mypy’s config file ‘mypy.ini supports an exclude option, which is a regex that determines which files to exclude from analysis.