crap

↗ HN profile [ 2399 ms ] full profile

No user record in our sample, but crap has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.

  1. I initially wrote axil to help inspect and run queries against syntax trees for my treesitter-based language server implementation (https://github.com/terror/just-lsp), and have been working toward making this into…

  2. Hey all, I've been working on a static analysis tool (and language server) for `pyproject.toml` files after encountering inconsistencies in build tool error reporting (e.g. some tools will let you ship empty licenses…

  3. I had motivation for writing this after I kept switching back and forth between agents to see if they've finished what they were working on (and I couldn't find a similar tool out there). I'd imagine it can be useful…

  4. Wrote this to learn more about the `chumsky` parser combinator library, rustyline, and the `ariadne` error reporting crate. Such a nice DX combo for writing new languages. Still a work in progress, but I thought I'd…

  5. Wrote this a while ago, but I still use it to this day for maintaining a flat directory of markdown notes, so I thought I'd share :) The entire thing is modelled around fzf. The main command is `enter`, which spawns a…