frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Design Is Compromise

https://stephango.com/design-is-compromise
1•ankitg12•41s ago•0 comments

Who's afraid of open source AI?

https://www.youtube.com/watch?v=siy0744Ykys
1•frag•1m ago•0 comments

Tools and Rituals for Reflecting

https://ask.metafilter.com/254216/What-are-your-tools-and-rituals-for-reflecting-on-the-past-year
1•ankitg12•3m ago•0 comments

DROS-VEP – A <1μs C-ABI binary circuit breaker for AI agents

https://github.com/Top-Celestial-Company-Ltd/DROS-VEP-lite
1•dros_jimmy•5m ago•0 comments

Car Plows into Crowd at Berlin Pride Event in Suspected Terror Attack

https://www.nytimes.com/2026/07/25/world/europe/berlin-car-attack.html
2•whack•6m ago•0 comments

What Sam Altman will tell the White House this week

https://www.axios.com/2026/07/26/sam-altman-openai-trump-white-house-visit?mrfcid=202607266a5afa4...
1•flurly•11m ago•0 comments

Iran calls Ukraine's strikes on Iranian vessels 'hostile and criminal'

https://www.cnbc.com/2026/07/26/ukraine-strikes-iranian-vessels-tehran-accuses-kyiv-of-hostile-ac...
3•MilnerRoute•12m ago•0 comments

Why Los Angeles Stopped Repaving Its Streets

https://www.city-journal.org/article/los-angeles-streets-repaving-disability-rules
1•toomanyrichies•13m ago•0 comments

108 PRs in eight days: Accidentally discovering loop engineering

https://brittany-ellich.offprint.app/a/3mrjj34puva23-108-prs-in-eight-days-accidentally-discoveri...
1•overcommitted•13m ago•0 comments

Canada must prepare for bigger wildfires, every summer – forever

https://www.thestar.com/news/canada/our-smoke-filled-future-how-canada-must-prepare-for-bigger-wi...
2•Teever•16m ago•2 comments

AI agents are eating the Web, growing by 8,000% and rewiring business models

https://fortune.com/2026/07/23/dead-internet-theory-bots-agents-majority-web-traffic/
1•CharlesW•21m ago•0 comments

A Love Letter to Object Orientation

https://blog.mempko.com/a-love-letter-to-object-orientation/
1•mempko•22m ago•1 comments

The Question Is the Hard Part

https://seriousmountain.substack.com/p/the-question-is-the-hard-part
1•mc-serious•22m ago•0 comments

Installing Verified Facts into Transformer Weights by Direct Construction

https://zenodo.org/records/21502811
1•yogthos•24m ago•0 comments

Reviewing AI Code Is Not a Viable Argument

https://www.softwaremaxims.com/blog/reviewing-ai-code
2•watermelon0•27m ago•0 comments

China considers tighter export controls on AI models and chips

https://www.reuters.com/world/asia-pacific/china-considers-tighter-export-controls-ai-models-chip...
1•VWWHFSfQ•29m ago•1 comments

Office Deployment Tool for Free

https://office-deployment-tool.pages.dev
3•rrrpro123•32m ago•20 comments

Surge: Blazing fast TUI download manager (outperforms aria2c by ~1.4x)

https://github.com/SurgeDM/Surge
1•maxloh•32m ago•0 comments

An Inside Look at the Token Reseller Market

https://vectoral.com/blog/token-relay-market
3•mlenhard•34m ago•0 comments

SpaceX eyes tower catch for next Starship after auspicious end to 13th flight

https://arstechnica.com/space/2026/07/spacex-eyes-tower-catch-for-next-starship-after-auspicious-...
2•Brajeshwar•37m ago•0 comments

Robotics development made dead simple (open source)

1•Ekami•38m ago•1 comments

Show HN: Minnarone – Multimodal agents that watch, listen, and react live

https://github.com/carlitose/minnarone
1•carlitose•41m ago•0 comments

Ask HN: I spent personal money on game dev. How to turn stalled project around?

2•pixelbyindex•41m ago•0 comments

Skill Router – a local-first router for large agent skill libraries

https://github.com/torakagemusha-sudo/torafirma-skill-router
1•torafirma•42m ago•0 comments

Repairing a "for parts" Canon 7D Mark II

https://boxfish.be/posts/20250403-canon-7d-mark-ii-repair/
2•Tomte•42m ago•0 comments

International Olympiad in AI opens an official medal track for AI systems

https://ioai-official.org/ai-model-track/
2•ardivekar•44m ago•1 comments

New data suggests Scotland's 48% tax rate may be losing money

https://taxpolicy.org.uk/2026/07/25/scotland-48p-top-rate-laffer-curve/
1•ivewonyoung•45m ago•0 comments

How do I get recommended on ChatGPT?

2•ayinlaolajide•45m ago•0 comments

The logic behind C declarations (and the only correct way to declare pointers)

https://moffa.xyz/posts/the-logic-behind-c-declarations.html
3•altermetax•46m ago•0 comments

Canadian lab confirms process removes 90% of long-lived nuclear waste

https://www.autonocion.com/us/canadian-lab-nuclear-fuel/
2•signa11•46m 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