frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Netherlands Immigration: Down in 2025 for Knowledge Workers

https://www.cbs.nl/en-gb/news/2026/27/immigration-down-in-2025-especially-asylum-and-knowledge-mi...
1•andrewstetsenko•1m ago•0 comments

UK may intervene in $110B Paramount-Warner Bros Discovery deal

https://www.reuters.com/business/media-telecom/uk-minded-intervene-paramounts-110-billion-warner-...
1•JumpCrisscross•1m ago•0 comments

From Cannons to Chronometers to Factories

https://contraptions.venkateshrao.com/p/from-cannons-to-chronometers-to-factories
1•surprisetalk•1m ago•0 comments

AI drives a boom in new games but big developers dominate

https://www.ft.com/content/4a4b3f61-e646-421f-bbf5-f5626994e9b7
1•thm•1m ago•0 comments

Show HN: Bash is All You Need for a language model REPL

https://github.com/cloudkj/llayer
1•cloudkj•1m ago•0 comments

Show HN: Scaffold a BigQuery and dbt and Cube project an AI agent can operate

https://cli.revos.dev/
1•zubairov•1m ago•0 comments

Show HN: Rampart on CoreML

https://github.com/narner/Rampart-CoreML
2•narner•3m ago•0 comments

10x more tools on x402

https://blog.apify.com/introducing-x402-agentic-payments/
1•jancurn•3m ago•0 comments

Show HN: Aitori – open-source tool to inspect Claude and ChatGPT traffic

https://github.com/truefoundry/aitori
1•deeptishukla22•3m ago•0 comments

Show HN: OM Core – multidimensional models without spreadsheet cell formulas

https://github.com/cloudcell/om-core
1•cloudcell•3m ago•0 comments

Agent-sandbox: Sandbox for agents with Podman

https://github.com/thomaspeklak/agent-sandbox
1•rjzzleep•3m ago•0 comments

What happens to your AI chats when you die?

https://legallayer.substack.com/p/what-happens-to-your-ai-chats-when
1•senaevren•4m ago•0 comments

Show HN: Anvit – Offline AI to chat with your PDFs on Android on-device

https://play.google.com/store/apps/details?id=com.likhith.anvit&hl=en_US
1•likhithv02•4m ago•0 comments

What a 40k-year-old figurine tells us about the human mind

https://figsinwintertime.substack.com/p/the-lion-man-and-the-birth-of-the
1•lordleft•5m ago•0 comments

Show HN: GraphDB Decision Tracing and Governance [video]

https://www.youtube.com/watch?v=Wb_UOg93BLM
1•june-jule•5m ago•0 comments

Four days to make victims fall in love: How scammers use tech to fleece people

https://apnews.com/article/scams-fraud-technology-ai-impostor-scam-phishing-12f549d5203abd38857c4...
2•oavioklein•6m ago•0 comments

Ask HN: What do you do about nonstop email spam from overseas?

1•hash872•6m ago•1 comments

I Used AI to Review George Orwell's 1984

https://medium.com/predict/i-used-ai-to-review-george-orwells-1984-b723312ca443
1•monkeymagick•7m ago•0 comments

Show HN: Research-Git, regenerate a past idea onto today's codebase

https://github.com/StepzeroLab/research-git
1•lum1104•7m ago•0 comments

Can AI create a social movement? Moltbook-like playground for AI activists

https://outroar.xyz
1•micahwhite•8m ago•1 comments

Addressing the Controversy on the Reevo Hack [video]

https://www.youtube.com/watch?v=J_Lx2x_3ZQg
1•awjlogan•9m ago•1 comments

San Andreas fault reaches highest stress level in 1k years

https://www.hawaii.edu/news/2026/06/10/san-andreas-fault-stress/
2•geox•11m ago•0 comments

Tool Use Enables Undetectable Steganography in Multi-Agent LLM Systems

https://arxiv.org/abs/2606.28425
1•Brajeshwar•11m ago•0 comments

Show HN: Dropbox For –/[Code]

https://github.com/treadiehq/boot
1•dantelex•13m ago•0 comments

A pediatrician stands by her parenting advice despite a backlash

https://www.cnn.com/2026/06/30/health/pediatrician-advice-parenting-mothers-wellness
1•Tomte•14m ago•0 comments

Physicists of the Arc Fusion Power Plant. Ask Us Anything

https://old.reddit.com/r/fusion/comments/1uee5po/hi_rfusion_were_the_physicists_behind_the/
1•mpweiher•14m ago•0 comments

A million LOC from Java threads to Kotlin coroutines, by rewriting 3 files

https://proandroiddev.com/switching-a-million-lines-of-code-from-java-threads-to-kotlin-coroutine...
1•adrianblp•15m ago•1 comments

Makers around the world are 3D printing medical gear for Venezuela

https://printforhelp.org
2•random3•15m ago•4 comments

SkiaSharp 4 is now Generally Available

1•sasakrsmanovic2•15m ago•0 comments

Markdown Is for Humans

https://benjaminwil.info/weblog/markdown-is-for-humans/
1•surprisetalk•16m 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