frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

America's bull market has entered its manic phase

https://www.economist.com/finance-and-economics/2026/06/16/americas-bull-market-has-entered-its-m...
1•andsoitis•1m ago•0 comments

BytePack: Header-only message serialization library for C++17

https://github.com/alkonosst/BytePack
1•sohkamyung•2m ago•0 comments

Border Enforcement Does Affect American Workers' Wallets

https://www.wsj.com/opinion/border-enforcement-does-affect-american-workers-wallets-cc45d6b0
1•PKop•3m ago•0 comments

A Chrome extension for AI routing that reduces friction when selecting AI models

https://chromewebstore.google.com/detail/promptrouter/bojhdblkfdngamonhpbpofcnjonjbkff
1•rheorix•3m ago•0 comments

Chinese open source model better than Fable [video][13 mins]

https://www.youtube.com/watch?v=plcuiOXn_Pk
1•Bender•3m ago•0 comments

Report on Titan Submarine Destruction

https://www.tsb.gc.ca/eng/rapports-reports/marine/2023/m23a0169/m23a0169.html
1•bluenose69•5m ago•0 comments

Rust Foundation Welcomes OpenAI as Platinum Member, Announces Donation to Rust

https://rustfoundation.org/media/rust-foundation-welcomes-openai-as-platinum-member-announces-don...
1•ndesaulniers•5m ago•0 comments

Show HN: Canipls – see caniuse.com global support percentages as you type

https://github.com/taylorplewe/canipls
1•taylorplewe•6m ago•0 comments

Italian noble investigated over Sarajevo 'human Safari' killings

https://www.thetimes.com/world/europe/article/italian-noble-investigated-over-sarajevo-human-safa...
1•cwwc•8m ago•0 comments

A framework for verifiable analysis of AI behavior

https://transluce.org/docent/blog/analysis-plans
1•mengk•9m ago•0 comments

Show HN: Reyn – local-first AI that journals and recalls your work

https://www.usereyn.com/
1•toluwajibodu•10m ago•0 comments

Norrin: Regain control of claude code. Prevent hours of review.

https://www.norrin.dev/
1•gagewoodard•11m ago•0 comments

Tour the Atmosphere

https://aturi.to/
1•doener•11m ago•0 comments

Founder Validation vs. Conviction – Every builder must know

https://360foundersguide.substack.com/p/everyone-says-my-startup-wont-work
2•mvsingh•13m ago•1 comments

Private Plane Crush on Texas Highway

https://abcnews.com/US/1-dead-after-private-plane-crashes-texas-road/story?id=133952314
1•dzonga•14m ago•0 comments

Localtalk: A Mac app using local WisprKit, to talk to your computer PRIVATELY

https://github.com/rusackas/localtalk/
1•rusackas•15m ago•1 comments

Assembly Democrats unite to tax software, health plans

https://www.sacbee.com/news/politics-government/capitol-alert/article316153155.html
1•tlogan•16m ago•1 comments

Check responsive layouts without DevTools – real device frame over the live page

https://chromewebstore.google.com/detail/mobile-view-—-mobile-simu/hocbjiaeeijekejepphjihbpogik...
5•mongrus•16m ago•0 comments

Nub – JavaScript toolkit that augments Node.js (instead of trying to replace it)

https://nubjs.com
1•bentaber•17m ago•1 comments

Show HN: Tablething – local-first database client with BYOK AI

https://tablething.com/
1•kamrify•17m ago•0 comments

Feature reach agent harness in Rust

https://docs.everruns.com/features/runtime/
1•chalyi•17m ago•1 comments

XyOps – next-generation workflow automation system, with job scheduling ...

https://xyops.io/
1•gjvc•18m ago•1 comments

AI role-playing, solo or in a group, in your own worlds

https://whisperquest.app/en
1•doener•20m ago•0 comments

Ask HN: What AI memory system or workflow are you working on?

1•decorner•22m ago•0 comments

We Surveyed More Than 300 Security Leaders on AI Identity

https://fusionauth.io/blog/2026-ai-identity-report
1•mooreds•22m ago•0 comments

Lessons from past policies to support displaced workers in era of AI

https://equitablegrowth.org/research-paper/lessons-from-past-trade-adjustment-policies-to-support...
1•pseudolus•29m ago•0 comments

Show HN: Play the US President in the real current week; your timeline forks

https://playpotus.com
1•usestork•29m ago•0 comments

Carlo Ginzburg, Who Told the History of the Obscure, Dies at 87

https://www.nytimes.com/2026/06/17/books/carlo-ginzburg-dead.html
1•benbreen•34m ago•1 comments

Universal Manipulation Exoskeleton

https://ume-exo.github.io/
2•NWChen•34m ago•0 comments

Everything I Learned Training Frontier Small Models – Maxime Labonne, Liquid AI [video]

https://www.youtube.com/watch?v=fLUtUkqYHnQ
6•Topfi•36m 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