Alex Kladov
-
JJ LSP Follow Up
In Majjit LSP, I described an idea of implementing Magit style UX for jj once and for all, leveraging LSP protocol. I've learned today that the upcoming 3.18 version of LSP has a feature to make this massively less hacky: Text Document Content Request
Published
-
Against Query Based Compilers
Query based compilers are all the rage these days, so it feels only appropriate to chart some treacherous shoals in those waters.
Published
-
Wrapping Code Comments
I was today years old when I realized that:
Published
-
Diagnostics Factory
In Error Codes For Control Flow, I explained that Zig's strongly-typed error codes solve the handling half of error management, leaving reporting to the users. Today, I want to describe my personal default approach to the reporting problem, that is, showing the user a useful error message.
Published
-
Justifying text-wrap: pretty
Something truly monumental happened in the world of software development in 2025. Safari shipped a reasonable implementation of text-wrap: pretty: https://webkit.org/blog/16547/better-typography-with-text-wrap-pretty/. We are getting closer and closer to the cutting-edge XV-century technology. Beautiful…
Published
-
Programming Aphorisms
A meta programming post --- looking at my thought process when coding and trying to pin down what is programming knowledge. Turns out, a significant fraction of that is just reducing new problems to a vocabulary of known tricks. This is a personal, descriptive post, not a prescriptive post for you.
Published
-
CI In a Box
I wrote box, a thin wrapper around ssh for running commands on remote machines. I want a box-shaped interface for CI:
Published
-
make.ts
Up Enter Up Up Enter Up Up Up Enter
Published
-
Considering Strictly Monotonic Time
Monotonic time is a frequently used, load bearing abstraction. Monotonicity is often enforced using the following code:
Published
-
Vibecoding #2
I feel like I got substantial value out of Claude today, and want to document it. I am at the tail end of AI adoption, so I don't expect to say anything particularly useful or novel. However, I am constantly complaining about the lack of boring AI posts, so it's only proper if I write one.
Published