frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

European households waste > 70 kg of food per capita yearly

https://www.sciencedirect.com/science/article/pii/S0956053X26002060
1•rustoo•1m ago•0 comments

Google's Gmail to Offer 1GB Email Storage? (2004)

https://m.slashdot.org/story/44639
1•chistev•1m ago•0 comments

Free Quick Fix Design Tools

https://quickfix.tools/design/
1•mlongo•1m ago•1 comments

Ask HN: Why disparage AI while attributing ideas to AI when written with it?

1•amichail•1m ago•1 comments

Show HN: nsS3ui – A non sucking GUI for S3

1•isuleman•3m ago•1 comments

Mercor AI post-training for generalist experts – referral

https://work.mercor.com/jobs/list_AAABnd0_i7HkvuPZUt1LkbpI/generalist-expert
1•elsadek•3m ago•0 comments

Python 1.0.0 is out (1994)

https://groups.google.com/g/comp.lang.misc/c/_QUzdEGFwCo
1•downbad_•5m ago•0 comments

Show HN: Vibe-coded Steam, but in the browser

https://gameghost.manus.space/
4•astlouis44•5m ago•0 comments

GitHub Copilot App

https://github.com/github/app
1•saikatsg•7m ago•1 comments

Reid (Hoffman) AI (2025)

https://2025.siliconvalley.video/speaker/reid-ai/
1•gnabgib•8m ago•0 comments

Using games/cards to learn new skills

1•dominikz•9m ago•0 comments

CLI Printing Press

https://printingpress.dev/
1•archb•11m ago•0 comments

The Particle Comes Alive: Modeling a Particle in Thermal Bath; Langevin Dynamics

https://chillphysicsenjoyer.substack.com/p/the-particle-comes-alive
2•crescit_eundo•16m ago•0 comments

Data Fundamentals Primer for Learning LLM

https://algo-rhythm.dev/en/data/
8•vlumm•17m ago•1 comments

Execs Are Deploying Digital Twins to Do Their Work

https://www.wsj.com/tech/ai/execs-are-deploying-digital-twins-to-do-their-work-9547b375
2•Brajeshwar•17m ago•0 comments

Data Centers Now Consume 6% of US Electricity–and the Backlash Has Begun

https://singularityhub.com/2026/05/22/data-centers-now-consume-6-of-electricity-in-the-us-and-the...
2•cdrnsf•17m ago•0 comments

Agent Is Still a Hardcoded Workflow. It Is Not a Digital Employee Yet

https://kimura.yumiwillems.com/p/your-agent-is-still-a-hardcoded-workflow
2•BehaviorGraph•18m ago•0 comments

When Steve Jobs Grew Up

https://www.thefp.com/p/steve-jobs-leadership-transformation
2•Michelangelo11•20m ago•0 comments

NegPy – Open-source (GPL-3) film negative converter

https://github.com/marcinz606/NegPy
1•marcinz606•22m ago•0 comments

Read-only developer endpoint scanner for on-disk package, extension

https://github.com/perplexityai/bumblebee
1•taubek•25m ago•0 comments

Scotland Yard can keep using live facial recognition on people in London- judges

https://www.theregister.com/security/2026/04/22/high-court-approves-met-polices-facial-recog-afte...
1•gnabgib•27m ago•0 comments

AI Translate

1•cadic2603•28m ago•0 comments

Cisco Foundry Security Spec: Open specification for agentic security evaluation

https://github.com/CiscoDevNet/foundry-security-spec
2•cpard•29m ago•0 comments

Why Japan has abandoned houses

https://thehustle.co/newsletters/13-05-2026
2•stephsmithio•32m ago•3 comments

Google vs. Perplexity Chrome Extension

https://github.com/sarons/dual-ai-chat
1•cybermango•32m ago•1 comments

Quantum Dynamics Breakthrough Overturns Claim of 'Quantum Supremacy'

https://www.simonsfoundation.org/2026/05/21/quantum-dynamics-breakthrough-overturns-claim-of-quan...
5•SiempreViernes•39m ago•0 comments

Free admission and discounted overnight stays with Parks Canada

https://parks.canada.ca/voyage-travel/conseils-tips/choisis-canada-choose/admission-camping
2•bookofjoe•42m ago•0 comments

Marimo: A Reactive Python Notebook

https://marimo.io
1•pmaddams•42m ago•0 comments

Why Most Senior Devs Plateau, and What to Do

https://stackandscale.substack.com/p/why-most-senior-developers-plateau
3•lucyb0207•45m ago•1 comments

Onfim

https://en.wikipedia.org/wiki/Onfim
3•Michelangelo11•48m 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