frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: We build a Graph of public Skills

https://skillinsight.io
1•mapleeman•3m ago•0 comments

Show HN: Elm Social Route – Geofenced chat, event, and route

https://play.google.com/store/apps/details?id=com.hujan2labs.elmsocialroute&hl=en_US
1•red26•4m ago•0 comments

Lockbox: Constrain Your Bots to Set Them Free

https://www.chrismdp.com/lockbox-constrain-your-bots-to-set-them-free/
1•refset•4m ago•0 comments

Startup Failure Often Starts with a Bad Idea. This Helps Prevent That

1•doxd•5m ago•0 comments

Moss is a pixel canvas where every brush is a tiny program

https://www.moss.town/
1•smusamashah•6m ago•0 comments

UK Royal Air Force flight tracker

https://raf.watch/
2•ltrg•9m ago•0 comments

Incrmd: Incremental AI coding by editing PROJECT.md

https://github.com/b4rtaz/incrmd
1•b4rtaz__•10m ago•0 comments

ClawOffice – Real Office for Your Open Claw Agents

https://office.clawoneclick.com/en
2•tarasshyn•11m ago•1 comments

Markly – Watermark images from Claude via MCP (free, no API key needed)

https://github.com/Whitemarmot/markly-mcp-server
1•whitemarmot•15m ago•1 comments

Show HN: CastLocal – Stream any local video to Chromecast from your terminal

https://github.com/YuriKovalov22/cast-control
2•YuriiKovalov•16m ago•1 comments

Multi-agent Claude Code setup – 3 roles, Markdown coordination, Docker

https://github.com/yury-egorenkov/claude-code-docker
1•yego•21m ago•3 comments

InstantPhoto – browser photo editor, no account, no ads, no watermarks

https://www.instantphoto.studio/
2•popik•21m ago•0 comments

Climbing Mechanics in Games [video]

https://www.youtube.com/watch?v=-d4YHTpfi0g
1•GanteRooibos•22m ago•1 comments

Hiroo Onoda, the Soldier Who Kept Fighting World War II Until 1974

https://allthatsinteresting.com/hiroo-onoda
2•thunderbong•26m ago•0 comments

Smalltalk's Browser: Unbeatable, yet Not Enough

https://blog.lorenzano.eu/smalltalks-browser-unbeatable-yet-not-enough/
4•xkriva11•27m ago•0 comments

Show HN: An AI-native workspace for founders with zero-knowledge encryption

https://twitter.com/thealsufii/status/2029133477904306339
2•alsufinow•28m ago•1 comments

Robot LCD display face with a 3D printed Lego helmet

https://blog.adafruit.com/2026/03/03/robot-lcd-display-face-with-a-3d-printed-lego-helmet/
1•tzury•30m ago•0 comments

The Best Liar

https://medium.com/luminasticity/the-best-liar-4f036f78b601
1•bryanrasmussen•31m ago•1 comments

A survey of write protect notches on floppy disks and other media

https://devblogs.microsoft.com/oldnewthing/20260303-00/?p=112104
2•ingve•35m ago•0 comments

OpenWrt 25.12.0 – Stable Release

https://openwrt.org/releases/25.12/notes-25.12.0
2•giuliomagnifico•36m ago•0 comments

Attorneys get majority of payouts from handicap-accessible website lawsuits

https://www.wsbtv.com/news/local/attorneys-getting-most-money-thousands-lawsuits-handicap-accessi...
3•gosub100•38m ago•2 comments

Show HN: Fly anywhere on Earth – just type and take off

https://worldflightsim.com/beta/
2•fmfamaral•39m ago•0 comments

Bet on German Train Delays

https://bahn.bet
2•indiantinker•45m ago•0 comments

Agentmap – Like SKILL spec but for code. A frontmatter for source code files

https://github.com/remorses/agentmap
2•xmorse•45m ago•1 comments

Iran Strikes U.S. Military Communication Infrastructure in Mideast

https://www.nytimes.com/2026/03/03/world/middleeast/iran-strikes-us-military-communication-infras...
5•TheAlchemist•45m ago•0 comments

What 127.5M forms can tell you about the state of front-end regex input v

https://amandastjerna.se/blog/127-million-forms/
2•fanf2•45m ago•0 comments

The next era of social media: built and run in Europe, ruled by our laws

https://www.eurosky.tech
9•doener•47m ago•3 comments

American Snacking Habits Are Transforming the Restaurant Industry

https://www.theatlantic.com/health/2026/03/restaurant-snack-meal-menu/686220/
1•fortran77•51m ago•2 comments

Solidjs releases 2.0 beta – The <Suspense> is Over

https://github.com/solidjs/solid/releases/tag/v2.0.0-beta.0
2•evertheylen•52m ago•1 comments

The Corporate Bullshit Receptivity Scale

https://www.sciencedirect.com/science/article/abs/pii/S0191886926000620
1•robtherobber•53m ago•0 comments
Open in hackernews

Show HN: Retro – active context curator for coding agents

https://github.com/ImanHashemi/retro
2•imanhashemi•1h ago
Managing the context for your AI agents is hard, but crucial for their performance. It's tempting to just drop Claude Code in a huge existing repo, give it a big task, and hope for the best, but that doesn't work.

To make this easier, I created retro, an open-source active context curator for your AI agents. It’s written in Rust with a local SQLite backend and uses git hooks to run at the right times, periodically analyzing your conversations with your agents, their behavior, extracting patterns from it and creating PRs for editing your context. You can look at it as a personal assistant that helps you do the heavy lifting when it comes to context curation. You stay in control, as you get to review the changes it wants to make. It tries to deduplicate patterns and it has an audit feature you can use to periodically audit all the context in your project, to make sure it doesn’t become AI slop.

It’s currently targeting Claude Code, as that is my daily driver, but I am planning on expanding support to other coding agents. I’ve been using and tweaking it myself. Let me know what you think, any feedback is appreciated :)