frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I've built a nice home server OS

https://lightwhale.asklandd.dk/
7•Zta77•30m ago•0 comments

Show HN: Browser Harness – Gives LLM freedom to complete any browser task

https://github.com/browser-use/browser-harness
66•gregpr07•7h ago•26 comments

Show HN: HNswered – watches for replies to your Hacker News posts and comments

https://github.com/adam-s/HNswered
9•dataviz1000•2h ago•5 comments

Show HN: I built a CLI that turns your codebase into clean LLM input

https://github.com/NoahCristino/llmcat
2•cristinon•48m ago•0 comments

Show HN: I Reverse Engineered Codex Background Computer Use

https://github.com/actuallyepic/background-computer-use
3•anupamb•59m ago•0 comments

Show HN: Gova – The declarative GUI framework for Go

https://github.com/NV404/gova
111•aliezsid•15h ago•24 comments

Show HN: Atomic – Local-first, AI-augmented personal knowledge base

https://atomicapp.ai/
53•kenforthewin•10h ago•37 comments

Show HN: No AI – My Express.js codebase handled over $50M in prod

https://github.com/AnthonyBudd/express-ts-api-template
3•johnsmith2076•1h ago•0 comments

Show HN: FalsoAI – Detect influence/manipulation patterns in content

https://www.falsoai.com/
3•liam-chen•2h ago•0 comments

Show HN: Nimbus – Browser with Claude Code UX

https://usenimbus.app/
2•pycassa•2h ago•1 comments

Show HN: Lilo – a self-hosted, open-source intelligent personal OS

https://github.com/abi/lilo
2•abi•2h ago•2 comments

Show HN: leaf – a terminal Markdown previewer with a GUI-like experience

https://github.com/RivoLink/leaf
34•RivoLink•11h ago•18 comments

Show HN: ffmpeg-render-pro – Parallel video rendering with live dashboard

https://www.npmjs.com/package/ffmpeg-render-pro/v/1.2.0?activeTab=readme
2•beeswaxpat•2h ago•0 comments

Show HN: Honker – Postgres NOTIFY/LISTEN Semantics for SQLite

https://github.com/russellromney/honker
292•russellthehippo•1d ago•75 comments

Show HN: Tolaria – Open-source macOS app to manage Markdown knowledge bases

https://github.com/refactoringhq/tolaria
277•lucaronin•1d ago•126 comments

Show HN: Agent Vault – Open-source credential proxy and vault for agents

https://github.com/Infisical/agent-vault
135•dangtony98•2d ago•52 comments

Show HN: I'm 15 and built a cryptographic accountability layer for AI agents

https://github.com/arian-gogani/nobulex
3•arian_•3h ago•0 comments

Show HN: #1 On This Day

https://onthisday-theta.vercel.app
5•starzmustdie•6h ago•1 comments

Show HN: Markant – A Dedicated Markdown Reader

https://markant.md/
4•lokimedes•4h ago•1 comments

Show HN: Roids – Open Source Steroids for your Agents

https://github.com/Developing-Gamer/roids
2•DevelopingGamer•4h ago•0 comments

Show HN: TurbineFi – Build, Backtest, Deploy Prediction Market Strategies

https://www.turbinefi.com
4•adamewozniak•6h ago•0 comments

Show HN: Headless terminal - Allow agents to run any interactive TUI or CLI

https://github.com/montanaflynn/headless-terminal
3•anonfunction•7h ago•1 comments

Show HN: Built a daily game where you sort historical events chronologically

https://hisorty.app/
63•damiannn•1d ago•59 comments

Show HN: Broccoli, one shot coding agent on the cloud

https://github.com/besimple-oss/broccoli
73•yzhong94•2d ago•49 comments

Show HN: GoModel – an open-source AI gateway in Go

https://github.com/ENTERPILOT/GOModel/
207•santiago-pl•3d ago•75 comments

Show HN: Learn conflict resolution through a 90-second interactive story

https://app.questly.academy/try/play?story=conflict
5•danish00111•15h ago•3 comments

Show HN: Safer – Sleep better while AI agents have shell access

https://github.com/crufter/safer
4•friendly_chap•15h ago•0 comments

Show HN: LocalLLM – Recipes for Running the Local LLM (Need Contributors)

https://locallllm.fly.dev
12•Igor_Wiwi•1d ago•2 comments

Show HN: AgentSearch – Self-hosted search and MCP for AI agents, no API keys

https://github.com/brcrusoe72/agent-search
4•bricrusoe•1d ago•0 comments

Show HN: Mediator.ai – Using Nash bargaining and LLMs to systematize fairness

https://mediator.ai/
160•sanity•4d ago•74 comments
Open in hackernews

Show HN: HNswered – watches for replies to your Hacker News posts and comments

https://github.com/adam-s/HNswered
8•dataviz1000•2h ago

Comments

dvt•43m ago
At least write the README yourself, it's like 4 sentences.
scratchyone•26m ago
also

> A self-contained security audit prompt is available at docs/security-audit.md.

lmfao

dvt•19m ago
I saw that lol, also what the fuck is the cost analysis folder? There's honestly just so much shit in there for an extension that should be like one file. This is why vibe coding will never be a thing, in spite of what anyone says. Yeah, we definitely need to smoke test[1] this extension. Just insanity.

[1] https://github.com/adam-s/HNswered/blob/main/cost-analysis/s...

dataviz1000•2m ago
I spent at least 10 hours testing it yesterday. I got a lot of relief when the number badge incremented telling me that some commented on this post. Thank you.

To me the most interesting thing is the different red team adversary agents I'm using. There is a Jony Ive design critic agent which is surprisingly very good, a red team agent that does normal code review and bug hunting by injecting logging into the code running it in isolation in the /tmp/ folder, a red team agent that code reviews and find bugs in the test harnesses, and an agent that does mutation testing by breaking the code creating regressions to make sure that the test harness catch them -- I wanted to call it the trickster agent but did didn't want to drift from training and density in the LLM model.

I did a huge amount of experimentation last week discovering that if a model misses a bug or gets something wrong, running an adversary agent using the same model or family of models will not surface it. Everyone has the intuition about that but I can describe why using data. So Claude writes code that is orders of magnitude better than any project I inherited in the past 15 years and I'd have ChatGPT run all the adversaries.

In order to surface replies to posts and comments it requires huge amounts requests so I needed to figure out what the optimal request rate is based on frequency of replies over time. First posts get replies after a week so there isn't any reason to surface them. After analysis, I can conclude a request every 5 minutes in the background is enough. What is that 288 (pollComments) + 144 (author-sync) = 432 requests/day per user? I spent a couple hours on that. Actually, I started with the Hacker News API and then realized that I should check the https://hn.algolia.com/api but wanted to know which is optimal including using both. After experimentation and research I discovered that ~432 requests a day at Algolia is enough.

mindcrime•3m ago
Does anybody have a master list of all of the projects that implemented this (or something very similar) over the years? It's got to be a pretty long list by now.

The weird part is, there seems to be enough demand for this that these keep popping up, but not so much that any of them ever hang around.