frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Man tar why we use -f

1•modinfo•3m ago•0 comments

Getting Gooier

https://contraptions.venkateshrao.com/p/getting-gooier
1•jger15•3m ago•0 comments

The Lore of Sam Altman Is Being Tested Like Never Before

https://www.wsj.com/tech/ai/the-lore-of-sam-altman-is-being-tested-like-never-before-968227ea
1•JumpCrisscross•5m ago•0 comments

Wikipedia in the Terminal

https://github.com/ImpulseDoes/wiki
2•thximpulse•9m ago•1 comments

The Bureaucratic Escalator and how it operates

https://profserious.substack.com/p/the-bureaucratic-escalator
2•idw•14m ago•1 comments

Does APL Need a Type System? (2018) [video]

https://www.youtube.com/watch?v=z8MVKianh54
1•tosh•18m ago•0 comments

Text Files as a User Interface

https://ratfactor.com/cards/text-files-as-ui
1•dev_hugepages•19m ago•0 comments

Matt Mullenweg thinks WordPress is in decline. He may be right

https://werd.io/matt-mullenweg-thinks-wordpress-is-in-decline-he-may-be-right/
1•vinhnx•20m ago•0 comments

Valuation Spaces and Relativisation: The Lambda Calculus Example

https://practal.com/blog/valuation-spaces-and-relativisation/
1•auggierose•20m ago•0 comments

ChatGPT Wrestles with Its Most Chilling Conversation: How Do I Plan an Attack?

https://www.wsj.com/us-news/chatgpt-mass-shooting-openai-78a436d1
2•vednig•21m ago•0 comments

Show HN: Speq – A collaborative web-based repository for your product's spec

https://getspeq.com
1•iowes•31m ago•0 comments

Made in China means made in Yiwu

https://mondediplo.com/2026/05/08yiwu
1•JumpCrisscross•32m ago•0 comments

Do LLMs Reason, or Do They Just Predict Math Text?

https://daridor.blog/2026/05/01/do-llms-reason-or-do-they-just-predict-math-text/
3•beagle3•37m ago•1 comments

Investors pile into clean energy as Iran war drives push for energy security

https://www.ft.com/content/9921f2b5-c910-4cec-a50f-cad453935a1a
2•JumpCrisscross•42m ago•0 comments

MCPages

https://github.com/NoahCzelusta/mcpages
1•swimninja247•47m ago•4 comments

Thoth – open-source Local-first AI Assistant

https://github.com/siddsachar/Thoth
2•sydsachar•50m ago•0 comments

Comparison: Different AI systems structure decisions under real-world scenarios

https://zenodo.org/records/19443285
1•zobian_ai•54m ago•0 comments

MPA Renews Push for U.S. Site-Blocking Legislation, Citing Live Sports Piracy

https://torrentfreak.com/mpa-renews-push-for-u-s-site-blocking-legislation-citing-live-sports-pir...
1•gslin•54m ago•0 comments

Show HN: Apple's Sharp Running in the Browser via ONNX Runtime Web

https://github.com/bring-shrubbery/ml-sharp-web
2•bring-shrubbery•54m ago•0 comments

Awesome Vintage LLMs

https://github.com/entanglr/awesome-vintage-llms
1•whythismatters•54m ago•0 comments

Technology helps observers understand how iconic artworks were created

https://www.psu.edu/news/information-sciences-and-technology/story/technology-helps-observers-und...
1•saikatsg•56m ago•0 comments

Packages release more often than ever. Or do they?

https://www.viblo.se/posts/oss-releases-ai/
1•viblo•1h ago•1 comments

Enable password input feedback for sudo

https://wiki.archlinux.org/title/Sudo#Enable_password_input_feedback
1•seansh•1h ago•0 comments

Leeds Town Hall Organ Renewal

https://www.leedstownhall.co.uk/support-us/organ-renewal-project/
1•Lio•1h ago•0 comments

Startup request: MCP household appliances

1•dontoni•1h ago•0 comments

Dear Richard Dawkins

https://dearricharddawkins.com/
1•thinkingemote•1h ago•0 comments

Researchers print structural colour with an inkjet printer

https://physicsworld.com/a/researchers-print-structural-colour-with-an-inkjet-printer/
3•zeristor•1h ago•0 comments

Clawback – rehearse OpenClaw upgrades before touching your live install

https://github.com/haishmg/Clawback
1•princeharry86•1h ago•0 comments

Wire-level context pruner for Claude Code

https://github.com/pathakmukul/claude-code-context-pruner
1•mukulpathak•1h ago•0 comments

NIST's CAISI Evaluation of DeepSeek V4 Pro finds it to be on par with GPT-5

https://www.nist.gov/news-events/news/2026/05/caisi-evaluation-deepseek-v4-pro
1•maxloh•1h ago•0 comments
Open in hackernews

Show HN: routr - a fast local replacement for DuckDuckGo bangs

https://t128n.github.io/routr/
2•trbndev•12mo ago

Comments

trbndev•12mo 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•12mo ago
That link is broken. Correct link: https://t128n.github.io/writings/2025-05-02_optimizing_searc...
trbndev•12mo 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•12mo 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•12mo 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•12mo 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•12mo 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