frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The AI Slop Backlash Is Having an Impact

https://www.wired.com/story/the-ai-slop-backlash-is-actually-having-an-impact/
1•ripe•1m ago•0 comments

Apple Reference Image: authenticate that a photo came from an iPhone camera

https://9to5mac.com/2026/08/10/apple-is-working-on-a-way-to-authenticate-that-a-photo-came-from-a...
1•Barbing•3m ago•0 comments

The End of MacSurf

https://www.patreon.com/posts/166335760
1•mplsllc•6m ago•0 comments

Unifying Workers AI and AI Gateway into a Single AI Control Plane

https://blog.cloudflare.com/workers-ai-gateway-unification/
1•c_f_•9m ago•0 comments

The Closure of the Internet

https://arctotherium.substack.com/p/the-closure-of-the-internet
2•iamnothere•10m ago•0 comments

"Remaining Awake Through a Great Revolution" Commencement Address (1959)

https://kinginstitute.stanford.edu/king-papers/documents/remaining-awake-through-great-revolution...
2•mooreds•18m ago•0 comments

SNAP's New Rules Make Eligible Families Go Hungry [audio]

https://omny.fm/shows/platypus-economics/how-snaps-new-rules-make-eligible-families-go-hungry-the...
1•mooreds•18m ago•0 comments

The Beer Drinker's Guide to XAA

https://thesaml.substack.com/p/the-beer-drinkers-guide-to-xaa
2•mooreds•19m ago•0 comments

Conviction

https://kennethnym.com/blog/conviction/
2•polyphilz•21m ago•0 comments

Nothing failed. That's why no one caught it.

https://miralume.dev/the-architect/nothing-failed
2•Jernesstar•22m ago•0 comments

Expected Log-Return as a Risk Control

https://win-vector.com/2026/08/10/expected-log-return-as-a-risk-control/
1•jmount•23m ago•0 comments

The UK's War on Anonymity Has Come to America

https://www.effort.news/uk-lobby
5•slowin•25m ago•0 comments

Media Offenders

https://www.whitehouse.gov/mediabias/
6•cocacola1•29m ago•2 comments

Bonestell Gallery

https://www.bonestellgallery.com/
2•rienbdj•30m ago•0 comments

People don't hate AI because of Zuck. They hate the version TechCrunch sells

https://runtimewire.com/article/people-don-t-hate-ai-because-of-zuckerberg-they-hate-the-version-...
2•ryanmerket•31m ago•1 comments

Théâtrophone: Proto-Spotify, 140 years ago

https://en.wikipedia.org/wiki/Th%C3%A9%C3%A2trophone
2•chtefi•33m ago•0 comments

Multi-agent version control with reactive feedback

https://lexifina.com/blog/adding-a-multi-agent-write-lock
1•alansaber•35m ago•0 comments

The Field Is Optional. The Death Threats Were Not

https://canartuc.medium.com/the-field-is-optional-the-death-threats-were-not-1e2f1f0ce772
2•andsoitis•37m ago•0 comments

Optimizing GEMM and Activation on CDNA4 with TLX

https://www.amd.com/en/developer/resources/technical-articles/2026/optimizing-gemm-with-tlx.html
1•matt_d•38m ago•0 comments

Show HN: Basht – A bash shell that handles multitasking better

https://github.com/samiam95124/basht
1•samiam95124•38m ago•4 comments

Show HN: The Annotated DiffusionGemma

https://mlberkeley.substack.com/p/the-annotated-diffusiongemma
1•timothygao•38m ago•0 comments

VectorGrid Core – Bare-metal C++ grid orchestration for AI data centers

https://github.com/MaximiH-86/GridPulse_Production_Server
1•Masama3•41m ago•0 comments

WebGPU for simple procedural 2D Grass Rendering

https://jarl-game.com/blog/2d-gpu-grass-rendering/
4•vladimirzaytsev•42m ago•0 comments

Show HN: Opencodex, a free open-source coding agent for VSCode

https://github.com/matonhp5108/Opencodex
3•thephantomhider•42m ago•0 comments

Human Approval Is a Privilege Escalation Path

https://corebasehq.com/blog/human-approval-is-a-privilege-escalation-path
2•y11t0•45m ago•0 comments

Nixpkgs-multiverse: every version that ever existed

https://fzakaria.com/2026/08/09/nixpkgs-multiverse-every-version-that-ever-existed
1•birdculture•48m ago•0 comments

YouTube Just Raised the Monetization Bar (Again)

https://pleasehustleresponsibly.substack.com/p/youtube-just-raised-the-monetization
3•angelahollowell•48m ago•0 comments

How safe is your sandbox when executing untrusted code?

https://twitter.com/nebusecurity/status/2086939881335607608
1•Finbarr•49m ago•0 comments

Rent and Pensions Eat Half of Your Disposable Income

https://julienreszka.com/blog/rent-and-pensions-eat-half-of-your-disposable-income/
3•julienreszka•51m ago•0 comments

Optimizing the Point Away

https://www.workbyjacob.com/thoughts/optimizing-the-point-away
2•slackpad•51m 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