frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: AI agents can now safely write to your CRMs

https://www.archron.app/
1•rjimena•1m ago•0 comments

Show HN: Tempo Checker – Real-time disposable email detection API

https://tempo-checker.rami-dev.com/
1•rami-dev•3m ago•0 comments

Ask HN: How do I get Fable to acknowledge me?

2•bridgettegraham•7m ago•1 comments

How Claude's Watermark Works

https://instavm.io/blog/how-claudes-watermark-works
2•mkagenius•7m ago•0 comments

Show HN: HN Notify

https://hnnotify.org
2•jermaustin1•18m ago•0 comments

Copycat

https://en.wikipedia.org/wiki/Copycat_(software)
2•m-hodges•18m ago•0 comments

Microdramas boom in a shrinking Hollywood as studios chase a TikTok audience

https://www.reuters.com/business/media-telecom/microdramas-boom-shrinking-hollywood-studios-chase...
2•petethomas•25m ago•1 comments

Serum 2 Synthesizer plugin gets Linux support

https://synthanatomy.com/2026/08/xfer-records-serum-2-super-popular-wavetable-synth-gets-massive-...
2•thm•28m ago•0 comments

The Life and Times of Maxis, Part 3: The Sims

https://www.filfre.net/2026/08/the-life-and-times-of-maxis-part-3-the-sims/
1•doppp•30m ago•0 comments

Comparing Qwen3.8 Max and Fable 5 on UI

https://blog.kilo.ai/p/qwen38-max-just-passed-claude-fable
1•iamcoder18•30m ago•1 comments

T-Mobile 'chopped a cable' to expel Chinese hackers from its network

https://techcrunch.com/2026/08/19/t-mobile-chopped-a-cable-to-expel-chinese-hackers-from-its-netw...
2•TMWNN•33m ago•0 comments

Bongard Problems

https://matthodges.com/posts/2026-08-19-bongard-problems/
2•m-hodges•43m ago•0 comments

The Sun Never Sets on the Ant Empire (2019)

https://sqonline.ucsd.edu/2019/05/the-sun-never-sets-on-the-ant-empire/
1•thunderbong•44m ago•0 comments

I wanted to talk to a turbine, so I spent 18 years building NthDimension

https://syscon.gr/blog/20260820.html
2•ariadnep•45m ago•0 comments

The Rats Terrorizing Everyone in Gaza

https://www.thenation.com/article/world/rats-gaza-vermin-crisis/
3•petethomas•46m ago•0 comments

Ask HN: What are folks using as the storage engine for their context graphs?

1•mercurialsolo•49m ago•1 comments

Why Outdoor EV Charger Displays Are More Complicated Than They Look

https://duobond-display.com/news/display-interfaces-system-integration/521.html
2•Todorov•52m ago•0 comments

Bill Ackman: Why We're Donating $400M to Brain Research

https://twitter.com/BillAckman/status/2090190151083532583
1•iamronaldo•52m ago•0 comments

Lunar Volcanism

https://science.nasa.gov/moon/lunar-volcanism/
1•Jimmc414•53m ago•0 comments

Does anyone find AI code review useful?

2•swimmingpolar•54m ago•5 comments

3D printing with weed trimmer line (2010)

https://reprap.org/forum/read.php?1,193637
1•gregsadetsky•54m ago•0 comments

Show HN: Criboku – a daily logic puzzle based on cribbage

https://criboku.com/
2•SharkeyX2•56m ago•0 comments

The 'Resistance' Is Over

https://www.theatlantic.com/ideas/2026/08/democratic-primaries-left-dsa-trump/688327/
2•petethomas•56m ago•1 comments

Show HN: AI Resume Screening – Looking for feedback from recruiters

https://aiomniu.top/services/resume-screening
1•aiomniu•1h ago•1 comments

YouTube offering creators millions if they don't sign deals with Netflix

https://www.tubefilter.com/2026/08/19/youtube-reportedly-offering-creators-payouts-netflix-deals/
1•thm•1h ago•0 comments

Stealing Reasoning Traces from Proprietary LLM APIs

https://arxiv.org/abs/2608.09867
3•doppp•1h ago•0 comments

Bapu Studio – Open-Source Client for APIs, Databases, and Secrets

https://github.com/joravar/bapu-studio
1•sarvaiya•1h ago•0 comments

Google styleguide code review skills

https://jeanbza.github.io/ai/claude/2026/08/08/google-codereview-skills.html
1•jeanbza•1h ago•1 comments

Async Solid – Fetch High, Block Low

https://www.solidjs.com/blog/async-solid-fetch-high-block-low
3•GavinAnderegg•1h ago•0 comments

Houston, we have String Reverse

https://antonm.net/string_reverse/
2•geetee•1h 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