frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Email where an address is a keypair, with an SMTP bridge

https://dmcn.dev/
1•mertenvg•24s ago•0 comments

Tailwind Is Joining Shopify

https://twitter.com/adamwathan/status/2097683633645482130
1•closetheloopdev•31s ago•0 comments

Why becoming rich is not evli?

1•iaziz786•40s ago•0 comments

Ask HN: Would you support an anti-AI organization financially?

1•roschdal•2m ago•0 comments

The Bulldozing of an Interface

https://blog.jim-nielsen.com/2026/bulldoze-ui/
1•Brajeshwar•3m ago•0 comments

Japan's book scene is quietly moving from bookstores to libraries

https://untranslatedjp.substack.com/p/japans-book-scene-is-quietly-moving
1•speckx•4m ago•0 comments

Caption.me now autonomously improves itself

https://forum.caption.me/t/caption-me-now-autonomously-improves-itself/2284
1•cbeach•4m ago•0 comments

Medicine Needs to Get Serious About AI

https://www.theatlantic.com/health/2026/09/artificial-intelligence-autonomous-doctor-medicine/688...
2•hdvr•5m ago•0 comments

You Could Have Come Up with Speculative Decoding

https://amandeepsp.github.io/blog/spec-decode/
1•amandeepspdhr•6m ago•0 comments

Show HN: Palestine – JavaScript-like DOM manipulation in Python

https://github.com/u84u/palestine
1•u84u•6m ago•0 comments

DocuQueue – Document Generation Plugin

https://github.com/docuqueue/docuqueue-plugin
1•notoriousarun•6m ago•0 comments

A protocol for attributable modular research contribution

https://akamatsu.leaflet.pub/3mkwouogdzs2j
1•streb-lo•6m ago•0 comments

Semi-Public Git Repositories

https://00f.net/2026/09/09/semi-public-git-repositories/
1•Tomte•6m ago•0 comments

Show HN: MagicVault – Let agents use your credentials without seeing them

https://github.com/MagicBeansAI/MagicVault
1•das_vicky•6m ago•0 comments

No Biting: The Easy Way to Understand AI Alignment

https://ishayirashashem.substack.com/p/no-biting-the-easy-way-to-understand
1•ishayirashashem•8m ago•0 comments

Who Stands Behind the Words?

https://www.tandfonline.com/doi/full/10.1080/00963402.2026.2718008
1•magicseth•8m ago•0 comments

Ask HN: I don't want better models, just faster ones

2•level87•9m ago•0 comments

Is the Arctic set to be China's new battery highway to Europe?

https://www.batteriesinternational.com/news/is-the-arctic-set-to-be-chinas-new-battery-highway-to...
1•speckx•9m ago•0 comments

Show HN: Tripwire – sandboxed security scanner for AI skills and MCP servers

https://github.com/neomatrix369/tripwire
1•neomatrix369•9m ago•0 comments

Validating snapshots before restoring an AI coding workspace

https://github.com/croviatrust/causari/pull/44
1•CroviaTrust•10m ago•0 comments

Show HN: Briff – Site Summarizer

https://briff.site
1•Kuyawa•10m ago•0 comments

Show HN: TideGlass, nature simulations for a second monitor, written in Metal

https://tideglass.app/
1•PiXeL161616•10m ago•0 comments

Suno launches v6, v6-wild and v6-mini

https://suno.com/blog/introducing-v6
2•levysoft•11m ago•0 comments

Clip Art Studio

https://clipart.studio/
2•bookofjoe•12m ago•0 comments

Voice AI Benchmarks: a directory of voice-agent evaluations

https://voicebenchmarks.com/
1•codelion•12m ago•0 comments

New app: Yesterday, an iPhone app for yesterday's weather

https://interconnected.org/home/2026/08/26/yesterday
2•surprisetalk•14m ago•0 comments

A Design Space Exploration of Async/Await

https://cel.cs.brown.edu/blog/design-space-async-await/
1•wcrichton•15m ago•0 comments

Anthropic insiders warn AI could kill all humans

https://www.axios.com/2026/09/09/anthropic-insiders-warn-ai-could-kill-all-humans
4•utkarsh858•15m ago•0 comments

AI Made Lots Hideous Code but Found Major Bottlenecks for Fast Linux Compilation

https://www.phoronix.com/news/AI-To-Faster-Linux-Kernel-Comp
1•mdp2021•15m ago•0 comments

Navier stokes- Problem solution and the math for absolute dumbfucks

https://x.com/kingofknowwhere/article/2097441617640886376
1•gmays•15m ago•0 comments
Open in hackernews

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

https://t128n.github.io/routr/
2•trbndev•1y ago

Comments

trbndev•1y 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•1y ago
That link is broken. Correct link: https://t128n.github.io/writings/2025-05-02_optimizing_searc...
trbndev•1y 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•1y 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•1y 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•1y 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•1y 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