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

Saturday, April 18, 2026

Show HN: WebGL Liminal Space https://ift.tt/7sax69R

Show HN: WebGL Liminal Space Fun little liminal space game I made this week learning webGL. https://ift.tt/2GMTHfe https://liminal-dwsw5.ondigitalocean.app/ April 18, 2026 at 10:40PM

Friday, April 17, 2026

Show HN: Pyra – a Python toolchain experiment inspired by uv and Bun https://ift.tt/KvHmuUa

Show HN: Pyra – a Python toolchain experiment inspired by uv and Bun I’ve been working on Pyra for the past few months and wanted to start sharing it in public. Right now it’s focused on the core package/project management workflow: Python installs, init, add/remove, lockfiles, env sync, and running commands in the managed env. The bigger thing I’m exploring is whether Python could eventually support a more cohesive toolchain story overall, more in the direction of Bun: not just packaging, but maybe over time testing, tasks, notebooks, and other common workflow tools feeling like one system instead of a bunch of separate pieces. It’s still early, and I’m definitely not claiming it’s as mature as uv. I’m mostly sharing it now because I want honest feedback on whether the direction feels interesting or misguided. https://ift.tt/mB8Hy2J April 18, 2026 at 03:20AM

Show HN: I turned my MacBook notch into a live Claude Code dashboard https://ift.tt/IQO1p6c

Show HN: I turned my MacBook notch into a live Claude Code dashboard https://ift.tt/CR8z1ef April 17, 2026 at 09:13PM

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