frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Cord – Interactive live sales quotations to replace static PDFs

https://cordhq.app/
1•andrevalleee•40s ago•0 comments

Mastgate – a Fediverse relay filter with neat dashboard

https://github.com/ahmed-debbech/mastgate
2•helloahmed1•5m ago•0 comments

Donald Trump is dismantling US guardrails

https://www.ft.com/content/4fc0fdda-0919-4584-9bdd-855e2aaa5c09
2•petethomas•6m ago•0 comments

Donald Trump's bullying of Canada is endless

https://www.economist.com/the-americas/2026/08/09/donald-trumps-bullying-of-canada-is-endless
3•petethomas•8m ago•0 comments

Out of Writing Ideas? Don't Ask ChatGPT, Ask Yourself

https://medium.com/@vincent.ferreira/out-of-writing-ideas-dont-ask-chatgpt-ask-yourself-a56c2f761a6f
3•vincenfer•15m ago•0 comments

A startup is able to detect fires within minutes using satellites and AI

https://netbajura.blogspot.com/2026/08/ororatech-startup-that-detects.html
2•AllForAll•24m ago•0 comments

The Present Must Prove the Past

https://lab.parano1d.org/research/the-present-must-prove-the-past/
4•ignotusnemo•26m ago•0 comments

If You Get in a Car Crash, the Risk Is Growing Your Insurance Won't Pay

https://www.wsj.com/finance/if-you-get-in-a-car-crash-the-risk-is-growing-your-insurance-wont-pay...
2•bookofjoe•28m ago•2 comments

Sorry if this is a dumb question, but

https://www.thetrueengineer.com/p/for-those-who-work-full-time-in-a
2•adletbalzhanov•32m ago•0 comments

Zuckerberg faces questions over why superyacht declined to help stranded boat

https://www.theguardian.com/us-news/2026/aug/09/zuckerberg-superyacht-boat-alaska
6•higginsniggins•32m ago•0 comments

The Fermi Paradox Just Got Worse [video]

https://www.youtube.com/watch?v=s-MgHZ_oGl0
1•Bender•33m ago•0 comments

John Crowley Has Died

https://en.wikipedia.org/wiki/John_Crowley_(author)
3•atombender•33m ago•1 comments

Idol Mahjong Final Romance: A Slideshow Disguised as a Video Game

https://nicole.express/2026/more-like-idle-mahjong.html
2•nicole_express•33m ago•0 comments

Polyethylene may be causing liver damage

https://scitechdaily.com/this-widely-used-plastic-could-be-harming-your-liver/
3•Gaishan•36m ago•0 comments

Show HN: Lumabri – What if LLMs worked like Napster?

https://github.com/JustVugg/lumabri
6•vforno•36m ago•1 comments

3G at Last

https://nickvsnetworking.com/3g-at-last/
2•birdculture•43m ago•0 comments

The malignant rise of OnlyFans managers

https://www.theguardian.com/society/2026/jun/18/malignant-rise-onlyfans-managers-exploiting-groom...
5•mukmuk•44m ago•1 comments

Show HN: An AI chief of staff for founders who can't afford one

https://useairo.co
1•vidit99•47m ago•0 comments

The rise of illegal tobacco in Australia tracked in wastewater

https://www.abc.net.au/news/2026-08-10/charting-the-rise-of-illegal-tobacco-in-australia/106941130
2•Gaishan•49m ago•0 comments

Neural Scaling Law

https://en.wikipedia.org/wiki/Neural_scaling_law
2•frozenseven•50m ago•0 comments

Testing Anthropic's RSI Claims

https://ankitmaloo.com/rsi-claims/
1•ankit219•53m ago•0 comments

Quoted $1M for AI code review. Built it for free

https://sagivo.com/blog/i-was-quoted-1m-to-get-ai-diff-review-tool
3•shubidubi•53m ago•0 comments

What Garbage Collection Costs

https://shivanshuag.com/blog/what-garbage-collection-actually-costs/
1•shivanshuag•55m ago•0 comments

Who Should Pay for Source Code Availability?

https://kristoff.it/blog/source-code-availability/
3•Retro_Dev•55m ago•0 comments

Black lung rates in Appalachia are high as the 1970s

https://text.npr.org/nx-s1-5894884
7•mooreds•58m ago•2 comments

I got 30% better AI coding results

https://github.com/akasula09/CodeSlimmer
2•kushthedevmmm•59m ago•0 comments

To Recruit Teachers, School Districts Are Building Homes

https://www.nytimes.com/2026/07/28/business/affordable-housing-schools-teachers.html
8•mooreds•1h ago•0 comments

Sen. Chuck Grassley mourns Beth, 49yo vacuum cleaner

https://twitter.com/ChuckGrassley/status/2086178745191133662
2•nianderwallace•1h ago•0 comments

High car prices lead to long-term auto loans

https://www.marketplace.org/story/2026/08/07/high-car-prices-lead-to-longterm-auto-loans
3•mooreds•1h ago•1 comments

Tape scratching the "Peter Piper" routine, using a homemade tape loop [video]

https://www.youtube.com/watch?v=L6SMyND8hso
1•CharlesW•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