frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Physicians Sue U.S. Government over New Dietary Guidelines

https://www.medpagetoday.com/primarycare/dietnutrition/122698
1•randycupertino•1m ago•1 comments

What it takes to run Gemma 4 E4B on an iPhone

https://amoli.app/gemma-on-iphone
1•kehmka•1m ago•0 comments

Yeschef: Claude Code dispatches work to Ollama on my LAN (627 tok/s on 3 NUCs)

https://github.com/labscommunity/yeschef
2•hxrace•1m ago•1 comments

Peter Zeihan: America's allies are quietly leaving us behind [video]

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

Polishing Cloth

https://www.apple.com/shop/product/mlh74am/a/polishing-cloth
2•htk•4m ago•1 comments

Take 10 Seconds to Read This Ezra Pound Poem. Think About It All Day

https://www.nytimes.com/interactive/2026/08/24/books/ezra-pound-poem-station-metro.html
1•mooreds•4m ago•0 comments

Show HN: XWM – Action-conditioned world models for robotics

https://github.com/kleyt0n/xwm
1•kleytondacosta•4m ago•0 comments

Jalapeño's results show industry-leading speed and efficiency in AI inference

https://openai.com/index/jalapeno-first-results/
1•Philpax•5m ago•0 comments

GPU Glossary but for Apple Silicon GPUs

https://metalworking.vercel.app/
1•Exorust•6m ago•0 comments

Show HN: Patches.cafe, an offline rectangle-covering puzzle

https://patches.cafe/
1•murzynalbinos•6m ago•0 comments

Actually Queryable Executables

https://fzakaria.com/2026/08/24/actually-queryable-executables
1•setheron•7m ago•0 comments

Replacing a Rust Enum with a 64-Bit Word Made My Interpreter 17% Faster

https://pointersgonewild.com/2026-08-25-replacing-a-rust-enum-with-a-64-bit-word/
1•maxime_cb•7m ago•0 comments

Would You Like to Play a Game? (On Data Centres, Funeral Parlours, and Socrates)

https://bios.net.za/would-you-like-to-play-a-game
1•dierogeryoung•8m ago•1 comments

Apple Releases New Polishing Cloth

https://www.macrumors.com/2026/08/25/apple-releases-new-polishing-cloth/
2•robin_reala•9m ago•0 comments

Bomb Fishing Is Wreaking Havoc on Indonesia's Coral Reefs

https://e360.yale.edu/digest/bomb-fishing-coral-reefs
7•speckx•9m ago•1 comments

Ask HN: Why do talentless hacks hate AI?

2•YouAlwaysSucked•10m ago•2 comments

MNT Station – A modular, open hardware desktop computer and server

https://www.crowdsupply.com/mnt-research/mnt-station
2•birdculture•10m ago•0 comments

Foot Guns for Sale

https://idiallo.com/blog/foot-gun-for-sale
2•Brajeshwar•11m ago•0 comments

C2PA and Pixel Glitter Milk

https://hackerfactor.com/blog/index.php?/archives/1102-C2PA-and-Pixel-Glitter-Milk.html
2•zbentley•11m ago•0 comments

I'm a CTO. We took PE money 6 months ago. AMA

3•scottndecker•11m ago•0 comments

A browser-based Window Manager like no other (with tabs + sidebar)

https://www.winmux.dev/
5•zimengx•13m ago•0 comments

Commander X16 Dune II Port Takes Shape as OpenDUNE

https://theoasisbbs.com/commander-x16-dune-ii-port-takes-shape-as-opendune/
2•ibobev•14m ago•0 comments

LMCache reported a 98% cache hit rate while returning zeros

https://github.com/dl4rce/lmcache-hybrid-gdn-restore-fix
2•dl4rce•14m ago•0 comments

What Happens When the Network Remembers

https://fawcettinnovations.com/index.html
3•jfawcett•15m ago•0 comments

Servus München: Waymo Is Coming to Germany

https://waymo.com/blog/2026/08/waymo-in-munich/
4•boulos•15m ago•0 comments

State-backed hackers targeted EU officials on WhatsApp, document shows

https://www.politico.eu/article/hackers-target-eu-officials-whatsapp/
2•mdp2021•15m ago•0 comments

It's Been 10 Years. Has Microsoft Built What You Voted For?

https://www.brentozar.com/archive/2026/08/its-been-10-years-has-microsoft-built-what-you-voted-for/
2•speckx•16m ago•0 comments

A Go dependency wrote AGENTS.md mid-build and got Codex to hide the change

https://rye.ai/blog/agents-md-standardized-attack-surface/
3•wakahiu•16m ago•0 comments

If LLMs can't write, I doubt it can lead us to AGI

https://www.thetrueengineer.com/p/i-tested-every-ai-model-the-same
2•adletbalzhanov•17m ago•0 comments

Show HN: A 34 MB search engine that can't make a network call

https://www.korvo.xyz/embed
2•akshay_bhardwaj•18m 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