The Content Rendering Pipeline
How code, diagrams, and math flow from Markdown to the page on this site.
Tech Posts
How-tos, guides, and deep dives — with code samples and repos.

How code, diagrams, and math flow from Markdown to the page on this site.

I use a Logitech Brio webcam, which has an infrared camera and works quite nicely with Windows Hello.

In the previous article, I walked through how TwoFac is structured as a Kotlin Multiplatform project. Now that the architecture is in place, it's time to zoom into one of the most important pieces ...

In my previous post, I talked about why I'm building TwoFac. The short version? I got tired of proprietary 'digital cages' like Authy and wanted an authenticator that was open, secure, and—most imp...

Over the last few months, projects like Gas Town by Steve Yegge and OpenClaw by Peter Steinberger have made “AI agent orchestrators” feel suddenly mainstream. It is tempting to treat them as a new ...

Just a quick doc/note/tutorial for referencing myself later.

Like many of you, I have a workflow. It’s a finely tuned set of tools and habits that lets me move between my different machines—a Mac for primary development, a Windows machine for gaming and test...

I am sure a lot of you would have seen this particular meme template. It has given rise to entire genre of tiktoks where girls are amazed at how much calculation guys do to pick which stall to go t...

I'll start off by saying this is an ugly hack, and I hope if you have reached this article, you really know what you're doing.

For most things on http://1px.li so far I want to have a clean Dockerfile and docker-compose - and have a setup that replicates well on localhost as well as on Railway. So far Postgres was a charm....

I have been a long-time MX Master user. 5+ years with the MX Master 2S and now 1+ with MX Master 3. (I do not use the 3S because it has a different kind of receiver that doesn't let me use the same...

So let me start by saying that I come from the world of Java (originally an Android developer, before branching out to do all the other stuff). Which means there's a very rigid idea about how test ...

Declarative UI and one-way flow of state is something that invariably developers seem to prefer and all frontend engineering platforms have been progressively moving towards it.

So I have started seeing lots of people starting to publish videos where they ask generative AI to generate the code for an entire app and fairly complex apps are getting generated.

So I recently made a Parking Lot CLI program (the kind of ones you make for low-level system design interview questions). You can check the following terminal recording.

If you maintain projects on Github, you must have come across Github Actions - which is Github's own CI provider where you can greate workflow files in .github/workflow/<xyz>.yml and get Github to ...

Visual Studio Code has this in-built color theme called Quiet Light which I absolutely love, as I prefer using mostly light themes when coding in the day, when my room is filled with light.

In large multi-module Android (or for that matter any gradle-based) project, version management starts to become a bit of a pain.