frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Cogni: MCP memory for LLMs, with no LLM in the retrieval path

https://getcogni.io/
1•ihamilton7•1m ago•0 comments

Consumers Prefer AI Music Until They're Told It's AI

https://www.promarket.org/2026/05/04/consumers-prefer-ai-music-until-theyre-told-its-ai/
1•a2ff6eeb0•7m ago•0 comments

Statement Regarding Loongson Vulnerabilities Presented at USENIX26

https://www.loongson.cn/news/show?id=850
1•csmantle•8m ago•0 comments

Voluntary attention regulates acute immune responses in humans

https://www.nature.com/articles/s41562-026-02541-1
2•bookofjoe•9m ago•0 comments

Germany Just Banned Windows to Save €15M

https://www.youtube.com/watch?v=iaz32kiBbaA
2•cable2600•15m ago•1 comments

Whose doctor does the AI recommend? An algorithm audit of LLMs in physician

https://arxiv.org/abs/2608.14399
1•sbulaev•16m ago•0 comments

Prime Agent: A Self-Improving RLM Agent

https://github.com/PrimeIntellect-ai/prime-agent
1•rzk•17m ago•0 comments

Connecting to an Azure/Entra Joined Windows Machine from Linux

https://github.com/themew2/FreeRDP-to-Entra-Connected-Windows-Device
1•themew2•18m ago•0 comments

Cursor Origin

https://cursor.com/docs/origin
16•peterspath•24m ago•4 comments

Supreme Court Rejects Verizon Bid for $47M Refund of FCC Fine

https://arstechnica.com/tech-policy/2026/08/supreme-court-rejects-verizon-bid-for-47-million-refu...
3•m463•25m ago•0 comments

Un-AI Your Internet

https://un-ai.digitalprophet.online/
3•ErenayDev•25m ago•0 comments

LongHorizon-Harness: Advancing Long-Horizon Agents for Real-World Tasks

https://github.com/AMAP-ML/LongHorizon-Harness
1•tingletech•31m ago•1 comments

Building Scalable Control Planes

https://www.allthingsdistributed.com/2026/08/on-building-scalable-control-planes.html
1•smn1234•33m ago•0 comments

Show HN: FlashFrame-Free Browser-Based Fast Multiplayer Movie Guessing Game

https://playflashframe.com/
1•jsturgill•42m ago•0 comments

DuckDuckGo Sunglasses

https://knockaround.com/products/duckduckgo-paso-robles
2•brianborn•43m ago•0 comments

Saying Goodbye to SMS Mode

https://groupme.com/blog/goodbye-sms-mode
3•tech234a•45m ago•0 comments

Show HN: Particle – Extract and save articles in a clean, self-hosted reader

https://particle.crnst8.com/try/
1•flowerpil•47m ago•0 comments

New API integer overflow: one request turned a $0.10 balance into $16.9T

https://hellorecon.com/blog/cve-2026-71479-new-api-quota-integer-overflow
1•slvnx•47m ago•1 comments

Scalable watermarking for identifying large language model outputs

https://www.nature.com/articles/s41586-024-08025-4
1•Anon84•49m ago•0 comments

Show HN: A multiplayer coding environment for dev teams and agents

https://forklane.ai
1•akshayl284•50m ago•1 comments

Anybody Working on Agentic Payment?

https://twitter.com/samliuhappy/status/2089488863857381661
2•Bobby_Liu•54m ago•2 comments

Repair Cafe – Fix Your Broken Items

https://www.repaircafe.org/
2•rglover•54m ago•0 comments

Our Learning from Building Voice Agents for Loan Servicing

https://ullassankhla.substack.com/p/building-voice-agents-in-regulated
1•vishwas_datta•56m ago•1 comments

The Deadline Dividend

https://deadline-dividend.onrender.com
3•serialwindow•1h ago•0 comments

N64 Goldeneye 007 Decompilation

https://github.com/n64decomp/007
1•jamesfinlayson•1h ago•0 comments

Ask HN: Svbtle Nudges?

1•righthand•1h ago•0 comments

Show HN: AI-generated music box version of any song (for baby)

https://lullabyconverter.com
1•johnnydamacha•1h ago•0 comments

Cosyncing: Control DeepSeek Harness and other agents on your phone

https://github.com/cosyncing/cosyncing
1•howardme1•1h ago•0 comments

Google to buy Spirit Airlines business data for $10M

https://www.reuters.com/legal/litigation/google-buy-spirit-airlines-business-data-10-million-2026...
4•symisc_devel•1h ago•0 comments

Qwen3.8-27B on a single RTX 3090: crash fix, 131K context, 9 myths

https://jonidimo.github.io/qwen38-3090-benchmark/benchmark.html
3•jonaddb•1h ago•1 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