Alex Kladov

  1. 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

  2. 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

  3. Wrapping Code Comments

    I was today years old when I realized that:

    Published

  4. 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

  5. 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

  6. 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

  7. 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

  8. make.ts

    Up Enter Up Up Enter Up Up Up Enter

    Published

  9. Considering Strictly Monotonic Time

    Monotonic time is a frequently used, load bearing abstraction. Monotonicity is often enforced using the following code:

    Published

  10. 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