frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ramp Built Inspect

https://newsletter.pragmaticengineer.com/p/why-ramp-built-inspect
1•AnhTho_FR•1m ago•0 comments

The ethics of shooting people on the street

https://shojiwax.com/2026/08/17/the-ethics-of-shooting-people-on-the-street/
1•surprisetalk•1m ago•0 comments

China's Manufacturing Advantage, Explained [video]

https://www.youtube.com/watch?v=OgYKVpOsMJs
1•dgellow•2m ago•0 comments

The Vibe Coders are [hopefully] alright

https://skushagra.com/posts/2026-08-23-agentic-engineering/
1•speckx•2m ago•0 comments

If everyone can code, what do engineers do? What does product do?

https://polyform.ai/news/ai-enabled-product-engineering-org/
1•ahmedelsama•2m ago•1 comments

The A.I. Debt Binge Is Endangering the Economy

https://www.nytimes.com/2026/08/26/opinion/ai-debt-economy-hyperscalers.html
2•jbegley•3m ago•0 comments

WTQ – Quake Mode for Almost Any App

https://wtq.flyingpie.nl/
1•ankitg12•4m ago•0 comments

Haiku R1 Beta 6

https://www.haiku-os.org/news/2026-08-26_haiku_r1_beta6
2•bitigchi•4m ago•0 comments

How to stay positive (in the age of AI)

https://www.youtube.com/watch?v=GEkoGCFpY8c
1•fallinditch•5m ago•0 comments

Show HN: Ancestree – Give your family members biographies

https://ancestree.marindedic.com/
7•Realman78•5m ago•0 comments

What's going on here, with this human?

https://grahamduncan.blog/whats-going-on-here/
1•theahura•5m ago•0 comments

PlaceRoot – keyless map tools for AI agents (places, geocode, routing)

https://github.com/chuofringer/placeroot
1•placeroot•6m ago•0 comments

TopFX Review: Trading Platforms, Markets, Costs and Risks

https://moztako.me/topfx-review-trading-platforms-markets-costs-risks/
2•cecyev•7m ago•0 comments

Controlling when CSS custom properties are computed

https://jakearchibald.com/2026/css-custom-property-compute-time/
1•jaffathecake•8m ago•0 comments

Meta to pay $17B, overhaul Facebook and Instagram

https://www.latimes.com/business/story/2026-08-26/meta-reaches-17-billion-settlement-with-states-...
4•gamblor956•10m ago•0 comments

CodeRabbit commits $10M+ to open source projects over the next 12 months

https://www.coderabbit.ai/blog/coderabbit-expands-its-commitment-to-open-source
5•smb06•10m ago•1 comments

It's so hard to finish an idea that is not yours (and suggested by AI)

https://www.ssp.sh/brain/using-obsidian-with-ai/
2•zazuke•12m ago•1 comments

Why Ceuta is European, and what came of it

https://crookedtimber.org/2026/08/25/why-ceuta-is-european-and-what-came-of-it/
2•akkartik•12m ago•0 comments

German airport worker dies of malaria after 'mosquito arrives on plane'

https://www.bbc.com/news/articles/cz6zwgg9y8go
1•ViktorRay•13m ago•0 comments

Over 400 missing after flash flood on Nepal-Tibet border

https://www.bbc.com/news/live/c6y8mjmnpxv0t
1•htunnicliff•13m ago•0 comments

Jensen Huang: Land power and shell – The next critical resource for AI factories

https://twitter.com/JensenHuang/status/2089331487342829862
2•vismit2000•13m ago•0 comments

Kids outlearn AI–and we still don't know why

https://www.technologyreview.com/2026/08/24/1141740/kids-machines-language-learning/
1•cdrnsf•16m ago•0 comments

Show HN: SiloBrief – Selectively export code context from air-gapped networks

https://github.com/d3vksy/silobrief
1•i70h4n•16m ago•0 comments

We need to ask ourselves: why are we addicted to our phones?

https://disassociated.com/addicted-phones-why/
1•Brajeshwar•18m ago•1 comments

Hunting Down a Go Runtime Bug on 32-Bit Embedded Systems

https://sigma-star.at/blog/2026/08/go-runtime-netpoll-bug/
2•birdculture•20m ago•0 comments

Show HN: Min – Personal AI Quant

https://withmin.ai/
1•zizhouwang•20m ago•0 comments

Show HN: I built a tool that finds people asking for what you sell

https://reachfa.st
2•sc4p1n•20m ago•0 comments

What building an AI-native finance function taught me

https://openai.com/index/building-an-ai-native-finance-function/
1•gmays•21m ago•0 comments

Exowill: User-Owned Data and Custom Model Finetuning

https://exowill.com/
1•jonathanward•23m ago•1 comments

Disruption with Some GitHub Services

https://www.githubstatus.com/incidents/hcbtzksccj2f
32•blimmer•23m ago•12 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