frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Is Stupidity Strength?(2019)

https://srconstantin.github.io/2019/10/29/is-stupidity-strength-3.html
1•num42•2m ago•0 comments

Wall Street turns on scrambling Treasury Secretary: 'Damage has been done'

https://www.msn.com/en-us/money/general/wall-street-turns-on-scrambling-trump-cabinet-member-dama...
1•petethomas•3m ago•0 comments

Interviewing in the Age of AI

https://www.dein.fr/posts/2026-05-28-interviewing-in-the-age-of-ai
1•fagnerbrack•4m ago•0 comments

Safe kernels are fast kernels: tile-rs next to Mojo 1.0

https://yijunyu.github.io/tile-rs-vs-mojo.html
1•yijunyu•8m ago•0 comments

Can Self-Hosting Be Simple?

https://tedium.co/2026/08/26/self-hosting-third-place-strategy/
1•pentagrama•8m ago•0 comments

Are we becoming dependent on tokens?

https://velocitycurve.substack.com/p/i-cannot-work-anymore-i-ran-out-of
1•GertLH•9m ago•0 comments

Number of Open Tech Jobs

https://www.trueup.io/job-trend
1•rickcarlino•12m ago•0 comments

Loadersz: Motion for Waiting States

https://loadersz.vercel.app/
1•thunderbong•15m ago•0 comments

Show HN: Small OSS experiment to re-create the 2.5B valued Instinct assistant

https://github.com/samagra14/openinstinct
2•samagra14•17m ago•0 comments

The Future Is for Everyone

https://about.fb.com/news/2026/08/the-future-is-for-everyone/
4•gmays•20m ago•0 comments

My full statement regarding DOOM Eternal

https://medium.com/@mickgordon/my-full-statement-regarding-doom-eternal-5f98266b27ce
1•jjwiseman•23m ago•0 comments

Closed City

https://en.wikipedia.org/wiki/Closed_city
2•sans_souse•26m ago•0 comments

Show HN: Critter TUI for reviewing GitHub PRs and agent changes

https://github.com/andyhmltn/critter
1•andy55a•28m ago•1 comments

Why Doctors Hate the Internet (2000)

https://www.wired.com/2000/04/why-doctors-hate-the-internet/
2•olalonde•28m ago•0 comments

Grand jury finds DeSantis administration "misappropriated" $10M

https://www.cbsnews.com/miami/news/grand-jury-report-hope-florida/
2•treetalker•30m ago•0 comments

Instinct is raising a $250M Series B

https://www.wsj.com/tech/ai/the-latest-viral-ai-assistant-rocketing-across-silicon-valley-abb46276
1•erex78•33m ago•0 comments

First patient to undergo live AI-assisted brain surgery has tumour removed

https://www.bbc.com/news/articles/cjwg5n7y68xo
3•gpjt•39m ago•0 comments

Roast My Startup

https://www.getstreek.com/
1•me_sleepy•40m ago•0 comments

Japanese avant-garde artist Yayoi Kusama dies aged 97

https://www.bbc.com/news/articles/c3v4k0re3vwo
2•tartoran•43m ago•0 comments

2026 Nepal Floods

https://en.wikipedia.org/wiki/2026_Nepal_floods
4•dredmorbius•44m ago•2 comments

The Self-Hosted SSO Tax: A Verified Tracker

https://techfuelhq.com/self-hosted/self-hosted-sso-tax-2026/
1•LKWOODIV•46m ago•0 comments

Ask HN: Do you think tariffs are about anything other than creating inflation?

2•dfps•47m ago•2 comments

Apple Maps Launches Ads on iPhone

https://9to5mac.com/2026/08/25/apple-maps-launches-ads-on-iphone-heres-whats-new/
2•Garbage•49m ago•0 comments

Dissecting the Apple M1 GPU, the End

https://alyssarosenzweig.ca/blog/asahi-gpu-part-n.html
3•amemi•54m ago•2 comments

Meta's self-inflicted resignation-wave

https://blog.pragmaticengineer.com/the-pulse-metas-self-inflicted-resignation-wave/
8•andsoitis•1h ago•0 comments

48 Node B300 cluster live in 3-5 weeks

1•anwar19•1h ago•0 comments

What Is a "Jeopardy "-Worthy Computer (2015)

https://today.umd.edu/what-jeopardy-worthy-computer-90e7a2a8-6faa-4ab2-95d3-c3a6d6efb20b
1•andsoitis•1h ago•0 comments

Why China is suddenly betting on e-fuels [video]

https://www.youtube.com/watch?v=IPpbrjyuQHI
2•thelastgallon•1h ago•0 comments

Show HN: Sift – a cross-platform Snaffler replacement

https://github.com/Stratus-Security/Sift
1•coj337•1h ago•0 comments

How researchers are teaching AI to learn like a child

https://www.science.org/content/article/how-researchers-are-teaching-ai-learn-child
1•andsoitis•1h 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