frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Money Is Middleware

https://pilgrimsage.substack.com/p/the-middleman
1•momentmaker•1m ago•0 comments

Who Owns the Model of You?

https://0set0set.github.io/articles/alma-a-self-model-for-ai-agents/
1•0set0set•3m ago•0 comments

Apple Is Going to Raise Device Prices – But When?

https://daringfireball.net/linked/2026/06/22/apple-device-prices-when
1•tosh•5m ago•0 comments

EV demand powers Europe car market in May, Chinese rivals expand share

https://www.reuters.com/world/china/ev-demand-powers-europe-car-market-may-chinese-rivals-expand-...
1•JumpCrisscross•5m ago•0 comments

Object Oriented Semantic Layer

https://medium.com/@tkfbcny/object-oriented-semantic-layer-5e57ac66af53
1•kassette•5m ago•0 comments

Recommendations for Using LLM-Backed Generative AI in FOSS Contributions

https://sfconservancy.org/llm-gen-ai/llm-backed-generative-ai-recommendations.html
1•pella•6m ago•0 comments

Show HN: Aharness – Enforce coding-agent workflows as state machines on Codex

https://github.com/Alfredvc/aharness
1•alfredvc•7m ago•0 comments

MicroSphere – The indie web on your device

https://micro.mjanssen.nl/microsphere/
1•marc0janssen•7m ago•1 comments

It's Only When You Look Back

https://www.markround.com/blog/2026/06/17/25-its-only-when-you-look-back/
1•mark_round•7m ago•0 comments

Unlimited OCR Works

https://arxiv.org/abs/2606.23050
1•ilreb•8m ago•0 comments

What Are AI Agents? A 2026 Definition, Types, and Why 95% Never Reach Production

https://news.ycombinator.com/submit
1•Deepyanti•10m ago•0 comments

Chatting with an AI Won't Make You a Top Programmer

https://lemire.me/blog/2026/06/21/chatting-with-ai-wont-make-you-a-top-programmer/
1•ibobev•10m ago•0 comments

Ultra-Wide 0.5x Lenses Have Utility Beyond 'Photography'

https://daringfireball.net/linked/2026/06/22/ultra-wide-05x-lenses-have-utility-beyond-photography
1•tosh•10m ago•0 comments

A Python tool to scan browser extension packages for malware

https://github.com/ernos/browser-xpi-malware-scanner
1•pebnop•11m ago•1 comments

Anki – Powerful, Intelligent Flashcards

https://apps.ankiweb.net/
1•StefanBatory•11m ago•0 comments

Ask HN: How are pro-LLM projects doing compared to anti-LLM ones?

1•pullshark91•13m ago•1 comments

A Next.js SaaS Boilerplate - Ship your SaaS faster

https://yousship.com
11•ybenarab•16m ago•0 comments

The Way to Protect Your Digital Privacy

https://hister.org/posts/the-ultimate-way-to-protect-digital-privacy
4•mstef•16m ago•0 comments

p99 0ms* Autocomplete

https://ruurtjan.com/articles/p99-0ms-autocomplete-for-240-million-domain-names
1•pul•21m ago•0 comments

Meta to invest $900M in India's CRED, taps founder to lead WhatsApp

https://www.reuters.com/world/india/indian-fintech-firm-cred-raise-900-million-meta-45-billion-va...
1•rakkhi•21m ago•0 comments

Car Hacking with Claude Code

https://www.csselectronics.com/pages/can-bus-reverse-engineering-ai-llm-claude
1•martinfalch•22m ago•0 comments

Europol is going rogue – so Brussels is doubling its budget?

https://euobserver.com/222391/europol-is-going-rogue-so-brussels-is-doubling-its-budget/??
2•austinallegro•26m ago•0 comments

Vietnamese US deportee returns home after a year in South Sudan

https://www.eyeradio.org/joyful-to-return-home-vietnamese-us-deportee-returns-home-after-a-year-i...
2•_tk_•27m ago•0 comments

Signed OKF – Provenance for Google's Open Knowledge Format

https://github.com/dynamicfeed/signed-okf
2•dynamicfeedai•29m ago•0 comments

Ian Fleming Explains How to Write a Thriller

https://lithub.com/ian-fleming-explains-how-to-write-a-thriller/
3•frereubu•29m ago•0 comments

We built the fastest API for GLM-5.2

https://twitter.com/philipkiely/status/2069212319746506968
2•ljosifov•30m ago•0 comments

The curious history the invention of the CMD+K quick switcher

https://ux.stackexchange.com/questions/153299/how-did-cmd-k-come-to-be-the-standard-shortcut-for-...
2•birdculture•35m ago•0 comments

Digital Health Tools Are Reshaping Healthcare in the United States

https://nyulangone.org/news/digital-health-tools-are-reshaping-healthcare-united-states
2•giuliomagnifico•40m ago•0 comments

Kafka's Broken Promise: There Is No Goldilocks Log

https://www.opendata.dev/blog/announcing-opendata-log/
3•rmoff•42m ago•0 comments

Israel targeted Gaza children resulting in genocide, UN inquiry says

https://www.reuters.com/world/middle-east/israel-targeted-gaza-children-resulting-genocide-un-inq...
112•supercopter•43m ago•30 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