frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

"Clean" Code, Horrible Performance [video]

https://www.youtube.com/watch?v=tD5NrevFtbU
1•FrojoS•17s ago•0 comments

Bending Spoons acquires Airtable for 1.285B

https://en.ilsole24ore.com/art/first-move-nasdaqs-bending-spoons-acquires-airtable-for-1285-billi...
1•napolux•1m ago•0 comments

The Tungsten Market Is Warning of an Upcoming War

https://www.bloomberg.com/news/audio/2026-08-03/odd-lots-tungsten-market-is-warning-of-upcoming-w...
1•Alien1Being•2m ago•0 comments

Claude Code can read plaintext secrets even when Read is denied

https://jankovd.substack.com/p/claude-can-read-your-secrets
1•jdex•2m ago•0 comments

Show HN: I made a private self-destructing image hosting site in Golang

https://picburn.xyz/
1•shelldweller•7m ago•0 comments

Why the Legendary Erdős Problems Are Falling to AI

https://www.quantamagazine.org/why-the-legendary-erdos-problems-are-falling-to-ai-20260803/
1•isaacfrond•8m ago•0 comments

Show HN: Doomscroll GitHub Instead of TikTok

https://roamers.dev
1•momo5502•8m ago•0 comments

Show HN: Made Our BI v7 – Free Open Source with All Features (AI, SSO, RLS etc.)

1•nikhelical•13m ago•0 comments

Ask HN: Has anyone tried a minimal AGENTS.md that grows with you repo?

1•xinbenlv•14m ago•0 comments

Bending Spoons entered definitive agreement to acquire Airtable for $1.28B

https://www.businesswire.com/news/home/20260730994716/en/Bending-Spoons-has-entered-into-a-defini...
4•BoorishBears•16m ago•0 comments

Runaway online rumors sparked frantic rush by migrants to Ceuta

https://apnews.com/article/ceuta-spain-morocco-migration-f3a7f514a7792c39d8b8d5d814fa5158
1•geox•17m ago•0 comments

NHS apologises and admits Palantir have access to identifiable patient data

https://www.publictechnology.net/2026/08/03/health-and-social-care/nhs-apologises-and-admits-pala...
74•robin_reala•19m ago•0 comments

Show HN: A GenAI image benchmark for production design work

https://img.ly/ai-benchmarks/
1•buss_jan•20m ago•0 comments

Show HN: I made a private self-destructing image hosting site in Golang

https://picburn.xzy
1•shelldweller•20m ago•1 comments

Amiga announces out-of-court settlement with Hyperion

https://www.amiga-news.de/en/news/AN-2026-08-00022-EN.html
1•codewiz•21m ago•0 comments

AGs have instructed OpenAI to keep everything related to the Hugging Face hack

https://www.businessinsider.com/openai-attorney-general-preserve-hugging-face-evidence-2026-8
4•theanonymousone•25m ago•0 comments

Wikipedia article "Ship of Theseus" has changed entirely since its inception

https://en.wikipedia.org/wiki/Ship_of_Theseus
1•beardyw•25m ago•1 comments

Decomposing a $46K Vercel bill: what would it cost to self-host

https://docs.dollardeploy.com/blog/decomposing-a-46k-vercel-bill-what-would-it-cost-to-self-host/
1•huksley•27m ago•0 comments

Ask HN: What programs have you written by yourself that you use regularly?

3•robalni•31m ago•2 comments

I Got Banned for Helping Trans People

https://vanzasetia.xyz/blog/banned-for-helping/
1•meysamazad•33m ago•4 comments

Disney+ brings 4K streaming back to European customers, HDR still on to-do list

https://www.techradar.com/streaming/disney-plus/disney-brings-4k-streaming-back-to-european-custo...
1•HelloUsername•33m ago•0 comments

Pi: Remove Redundant GitHub MCP

https://perrotta.dev/2026/08/pi-remove-redundant-github-mcp/
1•meysamazad•34m ago•0 comments

Spider-Man's great, more handheld gaming – W31

https://joelchrono.xyz/blog/2026-w31/
1•meysamazad•35m ago•0 comments

You don't need React: creating a minimal UI library in Vanilla JavaScript

https://pedroth.github.io/?p=post/NoNeedReact
2•pedro_movai•35m ago•0 comments

We need to talk about AI in mathematics

https://www.youtube.com/watch?v=cS1SJ0oBbTI
1•ah27182•36m ago•0 comments

Meat: Use a model to reduce a diff to the important parts

https://github.com/boldsoftware/meat
1•wodow•37m ago•0 comments

The tax strategy used by the rich to pay 0% income tax

https://www.bloomberg.com/features/2026-aqr-tax-loss-harvesting-billionaires/
3•iamacyborg•44m ago•0 comments

Show HN: View GitHub PDFs in the browser, the easy way

https://pdfgithub.com
1•bogdannbv•52m ago•0 comments

Europe Wants to Break Free from American and Chinese Technology. But How?

https://www.nytimes.com/2026/07/16/world/europe/digital-autonomy-ai.html
3•jamesblonde•53m ago•0 comments

Ask HN: In post AI world, who is responsible if the code break?

3•pranshuchittora•55m ago•4 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