Stories by xlii
I built DiagramIDE because I wanted a more modular way to handle diagramming-as-code. Itβs a Rust-based GUI (EGUI) where you can split logic, data, and rendering into separate windows. Instead of one giant DSL file, you can script components in Tcl, define relationships in Prolog, and pipe the resul...
I was on the hunt for building diagrams declaratively and figured that tangling it Prolog might be the way.<p>It works for me and though I'd share. It won't save you from learning (some) Prolog and Pikchr though :)
Hey y'all,<p>this is something I've been thinking of for a while - a micro DSL framework for diagrams with one implementation. I'll have a write-up about technology soonish, but in short - this prototype written with Haskell, no database, everything server-side rendered, frontend with...
Every month "Who's Hiring" drops 300+ free-form listings. Inconsistent keywords - "US only", "United States candidates exclusively", and "on-site NYC" is semantically same if you're looking for a remote job from Europe, but term-based search allows t...
As in title, just to make finding "Who is hiring" posts easier.<p>Only Gemini, but it's MIT, so feel free to submit extra adapters :)
A simple CLI to check repository for parameters and decide whether it (seems) to be vibe or hand coded. See example on GitHub page.<p>Rules are pretty arbitrary and (with Rust) can be easily added for more checks in case anyone wants to contribute :)
Hey HN,<p>that's another small utility I often use. It's actually 4th iteration after one written in Haskell, Go and Zig :)<p>No LLMs were used in production of that code. Curious to hear your feedback!
Hi HN,<p>I've been coding for over 20 years, and I've always had this specific annoyance: when I grep or rg through a codebase, the definitions or declarations I actually want to see are often buried in the middle of the stream.<p>I got tired of crafting magic regex sequences to find them,...