frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Harness engineering: leveraging Codex in an agent-first world

https://openai.com/index/harness-engineering/
1•Garbage•10m ago•0 comments

Show HN: Jarvish – The J.A.R.V.I.S. AI inside your shell investigates errors

https://github.com/tominaga-h/jarvis-shell
1•tominaga-h•12m ago•0 comments

Disposable Software: When generating code costs less than finding it

https://gavinray97.github.io/blog/llm-build-cheaper-than-searching
1•gavinray•16m ago•0 comments

Show HN: DevIndex – Ranking 50k GitHub developers using a static JSON file

1•tobiu•18m ago•0 comments

What if the next California-scale wildfire happens in the Midwest?

https://www.munichre.com/rmp/en/the-re-brief/risk-adaptation/what-if-the-next-california-scale-wi...
1•protontypes•20m ago•0 comments

Show HN: SecLaw – Self-hosted AI agents on your machine, Docker-isolated

https://github.com/mksglu/seclawai
1•mksglu•26m ago•1 comments

Show HN: Mycelio – A gig economy network for idle LLM agents

https://github.com/wishtech-labs/mycelio
1•iiwish•30m ago•0 comments

Tell HN: 3 months ago we feared AI was useless. Now we fear it will take our job

4•giuliomagnifico•33m ago•1 comments

Trapped in MS Office

https://ia.net/topics/trapped-in-ms-office
1•FinnLobsien•35m ago•0 comments

Handler – Open-source messaging app for AI agents

https://github.com/stephanemorera88-spec/Handler
1•stephmorera•36m ago•0 comments

Httpx closing down issues and discussions due to "skewed gender representation"

https://github.com/encode/httpx/discussions/3784
3•ZeroAurora•38m ago•2 comments

Reddit is removing R/all

https://old.reddit.com/r/help/comments/1rfhxj1/weekly_recap_february_26_2026/
2•j_maffe•39m ago•0 comments

Atomic GraphRAG Demo: A Single Query Execution

https://memgraph.com/blog/atomic-graphrag-demo-highlights
1•todsacerdoti•44m ago•0 comments

Kakistocracy: Why Populism Ends in Disaster

https://www.barnesandnoble.com/w/kakistocracy-richard-hanania/1148470799
1•jmeister•48m ago•0 comments

Show HN: Speechos – Benchmark 25 speech AI models locally, no cloud needed

https://github.com/miikkij/Speechos
1•hamuf•48m ago•1 comments

OpenAI – How to delete your account

https://help.openai.com/en/articles/6378407-how-to-delete-your-account
143•carlosrg•49m ago•20 comments

The Future of AI

https://lucijagregov.com/2026/02/26/the-future-of-ai/
2•BerislavLopac•49m ago•0 comments

Ask HN: Is it time for an AI workers union?

1•JimmyBuckets•52m ago•0 comments

Games media set for more layoffs, as IGN-owned Eurogamer cuts editorial staff

https://www.videogameschronicle.com/news/games-media-set-for-more-layoffs-as-ign-owned-eurogamer-...
2•starkparker•53m ago•0 comments

US and Israel launch attack on Iran

https://www.bbc.com/news/live/cn5ge95q6y7t
1•choult•57m ago•0 comments

Show HN: Polpo – Control Claude Code (and other agents) from your phone

https://github.com/pugliatechs/polpo
4•marcopennelli•59m ago•1 comments

Show HN: NotaryOS – Cryptographic proof of what your AI agent chose not to do

https://notaryos.org
1•harris-012•1h ago•0 comments

1Password maybe not increasing prices

2•gardenerik•1h ago•1 comments

Claude Sonnet 4.6 says it is 我是 DeepSeek when asked in Chinese

https://xcancel.com/stevibe/status/2026285447186702729#m
2•pera•1h ago•0 comments

Serve Markdown to LLMs from your Next.js app

https://github.com/kasin-it/next-md-negotiate
1•kasin-it•1h ago•1 comments

Idea Hunting Is Dead. Databases Like This Are Replacing It

3•briebella•1h ago•2 comments

Magawa the HeroRAT

https://en.wikipedia.org/wiki/Magawa
2•KolmogorovComp•1h ago•0 comments

The Lazy Way to Find Your Next SaaS Idea

2•DownCreater•1h ago•1 comments

Pentagon puts Scouts 'on notice' over DEI and girl-centered policies

https://www.npr.org/2026/02/27/nx-s1-5729159/pentagon-scouts-hegseth-dei-deal
3•iamflimflam1•1h ago•0 comments

We Will Be Divided

https://we-are-divided.com
21•shiftybitshiftr•1h ago•3 comments
Open in hackernews

Show HN: routr - a fast local replacement for DuckDuckGo bangs

https://t128n.github.io/routr/
2•trbndev•9mo ago

Comments

trbndev•9mo ago
routr is a lightweight, offline search router inspired by DuckDuckGo's bangs. It's fully browser-based (no server requests needed other than the initial one) and routes queries like `!gh tokio` to GitHub, `!yt` to YouTube, `!hn` to Hacker News, etc.

What sets it apart:

- Runs entirely locally (no network, no tracking)

- Lets you define your own bangs and destinations

- Optionally rewrites queries for better precision (with AI)

Example:

Typing `article about german war in the stone age !!g` becomes: `site:en.wikipedia.org "german" AND "war" AND "stone age"`

More on query rewriting and performance:

https://tl128n.github.io/writings/2025-05-02_optimizing_sear...

Leftium•9mo ago
That link is broken. Correct link: https://t128n.github.io/writings/2025-05-02_optimizing_searc...
trbndev•9mo ago
Ah damn what a bummer that I can‘t edit the original comment anymore. Thank you for pointing it out… didn‘t even see that extra `l` there in the url
Leftium•9mo ago
> Typing `article about german war in the stone age !!g` becomes: `site:en.wikipedia.org "german" AND "war" AND "stone age"`

I wonder how much of that could be done without AI, just (locally) using https://www.npmjs.com/package/compromise

---

Also I couldn't find your source for bang data; Kagi maintains an updated list: https://github.com/kagisearch/bangs

I'm working on an enhanced version of bangs. Since there are so many "dead" bangs, I'm thinking of using a bang whitelist and suggestions from the full list if not found in the whitelist.

trbndev•9mo ago
What an interesting library. Thanks for mentioning it here… will definitely look into it!

—-

The bangs are at

https://github.com/t128n/routr/blob/main/src/sw/routes.ts

Mostly ripped from duckduckgo.com/bang.js and then pretty-formatted with Prettier… with some sane-defaults added like a bang for ChatGPT or T3 Chat

Leftium•9mo ago
Related project (also works locally):

- https://unduck.link/

- https://github.com/t3dotgg/unduck

- https://youtu.be/_DnNzRaBWUU

---

Note unduck works without service workers: https://github.com/t3dotgg/unduck/blob/91a66c25de8b0e7ac5ba5...

Is there any advantage to using service workers?

edit: Ah... unduck doesn't work from the browser search bar.

trbndev•9mo ago
Unduck actually also uses service workers to cache the app locally

https://github.com/t3dotgg/unduck/blob/91a66c25de8b0e7ac5ba5...

—-

> Is there any advantage to using service workers?

With service workers we can intercept the `fetch` request, before the index.html gets rendered/loaded. One should (in theory) be redirected some micro-seconds faster than doing the redirect in the index.html js