Tuesday, April 21, 2026

Show HN: Simple CLI tool to convert PDFs to dark mode, with TOC preservation https://ift.tt/37h0rMk

Show HN: Simple CLI tool to convert PDFs to dark mode, with TOC preservation Hi HN, I made a little something that could be useful to those like me that read pdfs at night. https://ift.tt/ym5qNfk April 21, 2026 at 01:52AM

Show HN: Git Push No-Mistakes https://ift.tt/G9QHrVE

Show HN: Git Push No-Mistakes no-mistakes is how I kill AI slop. It puts a local git proxy in front of my real remote. I push to no-mistakes instead of origin, and it spins up a disposable worktree, runs my coding agent as a validation pipeline, forwards upstream only after every check passes, opens a clean PR automatically, and babysits CI pipeline for me. https://ift.tt/iGrE7sV April 21, 2026 at 12:10AM

Show HN: AI Coding Agent Guardrails enforced at runtime https://ift.tt/M0xCHFY

Show HN: AI Coding Agent Guardrails enforced at runtime Hello, looking for some users interested using a devtool that allows developers to centrally manage AI Coding Agent tools that supports all AI Coding Agent tools like Claude Code, Codex, Antigravity, etc. Try it free! https://ift.tt/qPJuIDn... https://sigmashake.com April 20, 2026 at 10:55PM

Monday, April 20, 2026

Show HN: Newsmaps.io a map of how news topics are covered by different countries https://ift.tt/HX0JYAs

Show HN: Newsmaps.io a map of how news topics are covered by different countries https://ift.tt/tyrjwQk April 20, 2026 at 02:32AM

Show HN: A privacy-first, local-LLM note app for iOS (Google Keep alternative) https://ift.tt/fkdSzMQ

Show HN: A privacy-first, local-LLM note app for iOS (Google Keep alternative) https://ift.tt/EXrkbSM April 19, 2026 at 10:29PM

Show HN: Free PDF redactor that runs client-side https://ift.tt/C4RPsN2

Show HN: Free PDF redactor that runs client-side I recently needed to verify past employment and to do so I was going to upload paystubs from a previous employer, however I didn't want to share my salary in that role. I did a quick search online and most sites required sign-up or weren't clear about document privacy. I conceded and signed up for a free trial of Adobe Acrobat so I could use their PDF redaction feature. I figured there should be a dead simple way of doing this that's private, so I decided to create it myself. What this does is rasterize each page to an image with your redactions burned in, then it rebuilds the PDF so the text layer is permanently destroyed and not just covered up and easily retrievable. I welcome any and all feedback as this is my first live tool, thanks! https://redactpdf.net April 20, 2026 at 12:09AM

Show HN: Faceoff – A terminal UI for following NHL games https://ift.tt/ci1HW6d

Show HN: Faceoff – A terminal UI for following NHL games Faceoff is a TUI app written in Python to follow live NHL games and browse standings and stats. I got the inspiration from Playball, a similar TUI app for MLB games that was featured on HN. The app was mostly vibe-coded with Claude Code, but not one-shot. I added features and fixed bugs by using it, as I spent way too much time in the terminal over the last few months. Try it out with `uvx faceoff` (requires uv). https://ift.tt/RzeKflA April 19, 2026 at 11:14PM

Show HN: Simple CLI tool to convert PDFs to dark mode, with TOC preservation https://ift.tt/37h0rMk

Show HN: Simple CLI tool to convert PDFs to dark mode, with TOC preservation Hi HN, I made a little something that could be useful to those ...