Monday, April 20, 2026

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

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/i0RGdLu April 21, 2026 at 01:52AM

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

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/cNQ1Mo8 April 21, 2026 at 12:10AM

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

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/NG4Xthx... https://sigmashake.com April 20, 2026 at 10:55PM

Sunday, April 19, 2026

Show HN: How context engineering works, a runnable reference https://ift.tt/LIsCH5G

Show HN: How context engineering works, a runnable reference I've been presenting at local meetups about Context Engineering, RAG, Skills, etc.. I even have a vbrownbag coming up on LinkedIn about this topic so I figured I would make a basic example that uses bedrock so I can use it in my talks or vbrownbags. Hopefully it's useful. https://ift.tt/1BtGo8Q April 17, 2026 at 11:50PM

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

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

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

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

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

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: Simple CLI tool to convert PDFs to dark mode, with TOC preservation https://ift.tt/v8JPrUw

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 ...