frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Linux server management over SSH – written in Rust and Tauri

https://serverbox.stupidlabs.lol/
31•freakynit•2h ago•22 comments

Show HN: E-Ink Optimized Manga for KOreader, Kindle, Kobo, ReMarkable with KCC

https://github.com/ciromattia/kcc
3•seam_carver•50m ago•0 comments

Show HN: What Happens When You Give Your AI Agents a Voice and an Attitude

https://fellowgeek.github.io/mcp-speak/
4•pcbmaker20•1h ago•1 comments

Show HN: Slotstream, run Qwen3.8-Flash-Next 4-bit on a low-memory Mac

https://github.com/carloslfu/slotstream
2•carloslfu•1h ago•0 comments

Show HN: License Detector – the fastest, most accurate license detection tool

https://github.com/licensedetector/cli
4•eggbrain•1h ago•0 comments

Show HN: SlideOps, slides from a repo that flag when they drift from the code

https://github.com/glukicov/slideops
6•lukicov•3h ago•5 comments

Show HN: Astral – Astro.js, but in Elixir

https://github.com/elixir-volt/astral
5•dannote•3h ago•3 comments

Show HN: Three Slicer, I ported OrcaSlicer to run in the browser

https://slicer.kimgh06.com/
4•kimgh06•3h ago•2 comments

Show HN: Floe – an open-source plugin for sample libraries – CLAP/VST3/AU

https://floe.audio/
8•windell•5h ago•2 comments

Show HN: NFC Energy-Harvesting PCB Business Card with an MCU

https://wilsonharper.net/projects/businesscard/
206•WilsonHarper•3d ago•24 comments

Show HN: AI startup TrustedRouter raises $1.25M

2•ljlolel•1h ago•0 comments

Show HN: We tried to recover blurred, pixelated and redacted text (480 cases)

https://datablur.app/blog/blur-recovery-study
3•legitimate_key•4h ago•0 comments

Show HN: Evoboard – GitHub style habit heatmaps with automatic activity logging

https://evoboard.me/
3•Borsoon•4h ago•1 comments

Show HN: I tracked 55k free proxies for a week – 1.6% were alive

https://github.com/proxmint/free-proxy-list
4•satineeee•6h ago•1 comments

Show HN: AI studio with 500 models for headshots, video and images

https://magicshot.ai
3•not_wowinter14•5h ago•0 comments

Show HN: SwiftMo Power captures real-time exercise kinematics from a webcam

https://app.swiftmo.com/#/stage/:manualMode/:demo
4•Tomas_Metcalfe•5h ago•3 comments

Show HN: WOML – an HTML-like language for building workflows

https://woml.org/
2•dalibenothmen•1h ago•0 comments

Show HN: I missed the moving blocks, so I built a real Linux disk defragmenter

https://github.com/gbin/defragger
94•gbin•5d ago•68 comments

Show HN: Free, Fast Screenshot App for macOS with One-Click Screenshot Sharing

https://seenshot.app/
7•bigmuzzy•6h ago•7 comments

Show HN: Smooth Game streaming with latency on slow mobile networks ,sktstreamer

https://github.com/sktguha/sktstreamer
4•test1072•6h ago•1 comments

Show HN: Highlander – realtime MiniMax FastH3 with audio at $0.02 per second

https://www.highlander.sh/
3•darrow8•6h ago•1 comments

Show HN: VajraClaw – Deterministic <1µs execution guardrail for AI agents

https://github.com/Top-Celestial-Company-Ltd/DROS-VajraClaw-Hacker
2•dros_jimmy•7h ago•0 comments

Show HN: A Pi extension to monitor your quota for OpenCode GO et CommandCode

https://github.com/Anhydrite/pi-quota-monitoring
2•anhydrite•7h ago•0 comments

Show HN: Catch AI code hallucinations without asking a model

https://github.com/lovettsendit/hedgemony
3•lovettsendit•7h ago•0 comments

Show HN: No Rush – Free macOS ambient places on their own local time and weather

https://no-rush.app/
3•bearjb•7h ago•1 comments

Show HN: Schist – the open source photo editor that feels nice to use

https://schist.app/
3•astrid__•7h ago•0 comments

Show HN: Sonde, a local code graph for AI agents that refuses to guess

https://github.com/anishmoncivarghese/sonde
2•anishvarghese•7h ago•0 comments

Show HN: Live, step-through diagram embeds for Confluence

https://flostep.dev/blog/documentation-diagrams-already-out-of-date
3•pandurang90•8h ago•0 comments

Show HN: Type

https://type.thingg.co/
2•aosmith•8h ago•0 comments

Show HN: Typebase – A single-folder back end you write in TypeScript

https://typebase.io
118•andrewww-dev•5d ago•33 comments
Open in hackernews

Show HN: SlideOps, slides from a repo that flag when they drift from the code

https://github.com/glukicov/slideops
6•lukicov•3h ago

Comments

brookst•2h ago
I love this. Thanks for sharing. Would be great to generalize to documentation in general, not just slides.

My LLM workflow is documentation-heavy, and that works great for getting projects off the ground and managing very large projects. But just like human-driven development, more documentation = more likelihood of being stale. Unlike humans, LLMs don’t resent time spent updating docs.

So, if you’re taking feature requests, I would love to see this head towards full lifecycle documentation management. The tricky part is figuring out whether the docs or code drifted. Sometimes misalignment means the code was built wrong, sometimes it means the docs are stale and changes are intentional. A HITL model should maybe help?

boxed•2h ago
I wrote a bunch of custom tooling for iommi, I have a write up of it here: https://kodare.net/2025/08/08/documentation-that-is-never-wr...
lukicov•1h ago
The framing that the test suite is the documentation stuck with me: executing the examples removes the duplication rather than tracking it. Taking ideas from this, thank you!
boxed•29m ago
We did it the other way around first, but it was a huge hassle and very hacky. Since we flipped it we've been much more satisfied with the system.

It's somewhat inspired by literate programming, but a bit flipped.

lukicov•6m ago
Great idea on generalising this beyond just slides - v1.1 is now out with Markdown support :)

This invisible citation comment (<!-- slideops data-src="app/main.py:40-58"...) is added to Markdown documents to help with tracking changes and keeping them it sync with the codebase.

On the topic of generlaising to documents, for a moment I wish I named the skills "DocOps", but that's already a thing: https://www.writethedocs.org/guide/doc-ops/