frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The next Surface Pro 12-inch and Surface Laptop 13-inch

https://blogs.windows.com/devices/2026/09/23/introducing-surface-pro-12-inch-and-surface-laptop-1...
1•kristianpaul•1m ago•0 comments

Bulk Orders Surge at Used Bookstores in Japan; 50 Tons Sent to U.S.

https://news.ntv.co.jp/category/society/e48899c1ab1445f683929740ef2b3aa6
1•ilamont•1m ago•0 comments

Surprise, Meta's latest AI gimmick is just underpaid humans

https://www.avclub.com/meta-muse-ai-human-labor
1•randycupertino•3m ago•0 comments

Cassis: Context Maintenance for Analytics Agents

https://getcassis.com/product/
1•matthieu_bl•4m ago•0 comments

TQL – A DB Client in Your Terminal

https://github.com/VheissuLabs/tql
1•karlcodeswell•5m ago•0 comments

Claude's Load-Bearing Seams

https://madradavid.com/claudes-load-bearing-seams/
2•rzk•7m ago•1 comments

AI Agent Goal Hijack: How Attackers Turn an Agent's Own Tools Against It

https://darkmarc.substack.com/p/hijacking-ai-agents-how-an-agents
1•gmays•7m ago•0 comments

An 'AI freeze' could make big AI companies bigger and hurt smaller firms

https://www.npr.org/2026/09/23/nx-s1-5973306/ai-slowdown-debate-openai-anthropic
4•billybuckwheat•7m ago•1 comments

My Wedding Invitations Became an Experiment in AI Memory

https://pureooze.com/blog/posts/2026-09-22-my-wedding-invitations-became-an-experiment-in-ai-memory/
1•pureooze•9m ago•0 comments

Runtime Dynamic Compression of Mixture of Experts [pdf]

https://timdettmers.com/papers/runtime-dynamic-compression.pdf
1•simonpure•13m ago•0 comments

I vibe coded an algorithmic musical fugue generator

https://claude.ai/artifact/7KgLDXrRMsHVcoBG9LPzdu
1•iqbal1980•13m ago•0 comments

Show HN: OpenCode Agent Router – Jev Controlled Subagents

https://github.com/maharshi365/oc-agent-router
1•maharshi365•15m ago•0 comments

How would you visualize a digital brain?

https://ozbrain.com/signature/ad03f39c9f97888df688595580628847197bcabfe183a31035ff958093fce966
1•dariusmonsef•16m ago•1 comments

CliffCompaction: Cost-Efficient Compaction for Long-Horizon Coding Agents

https://arxiv.org/abs/2609.26779
1•simonpure•17m ago•0 comments

Accidental Scaling – where will we be in 8 months?

https://scaling01.substack.com/p/accidental-scaling
1•silexia•19m ago•0 comments

Raw Accel

https://github.com/RawAccelOfficial/rawaccel
1•skibz•20m ago•0 comments

Zoox grounds Atlanta test fleet after workers report toxic gas exposure symptoms

https://techcrunch.com/2026/09/23/zoox-grounds-atlanta-test-fleet-after-workers-report-toxic-gas-...
2•OutOfHere•21m ago•0 comments

Show HN: A calendar app for Apple TV

https://ancreative.ca/tv-family-calendar
1•artistaiden•21m ago•0 comments

OSS repos to improve agent performance in Word, Excel, and PowerPoint

https://www.paperinstruments.com/blog/introducing-paper-office
4•i_rush_carriers•23m ago•0 comments

I Built a Wine Atlas

2•keremiis•28m ago•2 comments

OpenAI agents hacked Australian Medicare system

https://www.reuters.com/world/asia-pacific/australia-pm-albanese-says-openai-breached-medicare-sy...
3•jumploops•29m ago•0 comments

Five Adani Group companies settle Hindenburg-linked SEBI proceedings for –$157K

https://www.livelaw.in/top-stories/adani-group-companies-settle-sebi-proceedings-over-hindenburg-...
1•brahma-dev•31m ago•1 comments

Hacked FBI data has sensitive information about employees' intelligence roles

https://www.reuters.com/world/hacked-fbi-data-has-sensitive-information-about-employees-intellige...
4•srameshc•32m ago•0 comments

Railway-Oriented Programming

https://kciter.so/posts/railway-oriented-programming/en/
3•birdculture•36m ago•1 comments

OpenAI Medicare Data Breach

https://www.smh.com.au/politics/federal/openai-breaches-medicare-albanese-reveals-20260924-p6100u...
18•jonnonz•36m ago•4 comments

VSCode's SSH Agent Is Bananas

https://fly.io/blog/vscode-ssh-wtf/
3•Rapzid•36m ago•0 comments

Show HN: Letter – Relationship-based access control (ReBAC) Postgres extension

https://github.com/paulharter/letter
2•paulharter•37m ago•3 comments

I made Resend feel more like a normal desktop inbox

https://www.maildeskt.com/
1•jimmy_lee•37m ago•0 comments

The unexpected ingredient hidden on Poland's shoreline (4 min video)

https://www.bbc.com/reel/video/p0p624cz/watch
2•rmason•37m ago•0 comments

AI Goes to War: Ukraine AI Autonomous Drone Guidance

https://jeffreylminch.substack.com/p/ai-goes-to-war-ukraine-ai-autonomous
2•rmason•39m 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