Postingan

Show HN: Lific: Issue trackers should be simple, right? https://ift.tt/4P0deEX

Show HN: Lific: Issue trackers should be simple, right? I built Lific because I direct AI coding agents on largish projects and needed somewhere for project state to live that isn't markdown files in the repo. When I was begging to work on long horizon ideas, I started on Linear, but my agent files issues faster than a human does, and I hit their limits and pricing wall almost immediately. Then I self-hosted a popular open source tracker which meant running its 13 containers, and its MCP integration was 30k tokens and I got so fed up that I eventually removed it and went back to .md files for a few weeks. Lific is the opposite shape of most of your self hosted server issue trackers: It's a single Rust binary that uses SQLite, and it has an optimized MCP server built in. Web UI is also included integrated directly into the binary. The simplicity is meant to only apply to the size and the ease of installation. The web UI is fully fleshed out with all of the UX you would expect fr...

Show HN: Proton – A Pure Go, Immediate-Mode GUI Library (Zero CGO) https://ift.tt/ij1YELe

Show HN: Proton – A Pure Go, Immediate-Mode GUI Library (Zero CGO) Hi everyone, I’ve been building Proton to solve a specific pain point in the Go ecosystem: building native GUIs without the "web dev" trade-offs or CGO complexity. If you’ve tried to build desktop apps in Go, you’ve likely dealt with the frustration of CGO dependencies, bloated build pipelines, or feeling like you’re just writing a thin wrapper around a browser. Proton aims to fix this with a clean, pure-Go approach: Zero CGO: Cross-compile to Windows and macOS seamlessly from any machine. Immediate-Mode API: No setState, no complex component trees, and no XML. You just write your draw function, and it runs every frame. API Immunity: The public API is shielded from the underlying rendering engine (built on top of Gio). If the backend changes, your code remains untouched. Full Feature Set: Includes inputs, lists, overlays, alerts, and 46 built-in themes (or easy custom hex-code styling). It’s currently in devel...

Show HN: QBasic Gorillas (Repeeled) https://ift.tt/ZmHacYB

Show HN: QBasic Gorillas (Repeeled) I've found the most engaging way to practice techniques for AI-assisted development and test models is to build fun side projects in vanilla JS. I spent many hours playing (and studying and editing) QBasic Gorillas, and this is a vanilla JS implementation using Fable and Opus. Play 1-on-1 hotseat or against the computer. A bit of extra camera snazz as well. https://ift.tt/nlTV8xQ July 16, 2026 at 09:34PM

Show HN: Lineation – One security control plane for all agents https://ift.tt/qORD6lY

Show HN: Lineation – One security control plane for all agents TLDR: Distributed policy enforcement and a "black box" for AI agents https://lineation.ai July 15, 2026 at 11:25PM

Show HN: Beautiful Type Erasure with C++26 Reflection https://ift.tt/10eFXyf

Show HN: Beautiful Type Erasure with C++26 Reflection Try it on Compiler Explorer: https://ift.tt/gHIf4X3 Check out the source code: https://ift.tt/riNQ72W https://ryanjk5.github.io/posts/rjk-duck/ July 14, 2026 at 07:40PM

show hn: 1d data to 3D topology, AI deepfakes to protien folding https://ift.tt/TjpJKQc

show hn: 1d data to 3D topology, AI deepfakes to protien folding https://ift.tt/TAgbKOl July 15, 2026 at 12:29AM

Show HN: Pullrun – Run One OCI Image as a Container, Firecracker, or Apple VM https://ift.tt/UwBbvfu

Show HN: Pullrun – Run One OCI Image as a Container, Firecracker, or Apple VM https://ift.tt/DpMxgUo July 15, 2026 at 12:19AM