frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

90k Flock cameras have gone up in the US: What they track and how to check

https://www.zdnet.com/article/flock-ai-cameras-risks-us-how-to-find-nearby-what-they-track/
1•CrankyBear•55s ago•0 comments

MentraOS no longer needs a cloud relay

https://mentraglass.com/blogs/blog/mentra-roadmap-update-moving-to-miniapps-on-the-phone
1•genzcash•55s ago•0 comments

Greedy is optimal for single-pass semi-streaming matching

https://arxiv.org/abs/2607.14656
1•MarcoDewey•1m ago•0 comments

Is fine-tuning still needed? LLMs, RAG, & LoRA – IBM Technology [video]

https://www.youtube.com/watch?v=-W2JdSl1v48
1•me_bx•2m ago•0 comments

Apple Private Cloud Compute SoC 3 audit reports

https://support.apple.com/guide/certifications/apple-private-cloud-compute-soc-3-audit-apc95a31b9...
1•throwfaraway4•2m ago•0 comments

Show HN: Tokenmaxx – CLI that merges usage across Claude Code and Codex accounts

https://github.com/RubricLab/tokenmaxx
3•sarimmalik•4m ago•0 comments

I built an AI agent I can't turn off. Now it won't listen to me

https://andrewrussell.substack.com/p/i-built-an-ai-agent-i-cant-turn-
1•aruss•5m ago•0 comments

Measuring the Impact of High Availability on Managed Postgres Performance

https://clickhouse.com/blog/postgresbench-ha
1•saisrirampur•5m ago•0 comments

A Taxonomy of Omnicidal Futures Involving Artificial Intelligence (2025)

https://arxiv.org/abs/2507.09369
1•measurablefunc•5m ago•0 comments

Database Detective: Minor Crimes Division

https://store.steampowered.com/app/3950130/Database_Detective_Minor_Crimes_Division/
1•evo_9•5m ago•0 comments

Show HN: Statgate, statistically calibrated ship/block CI gates for LLM evals

https://github.com/yashchimata/statgate
1•yashchimata•5m ago•0 comments

Gemini 3.6 Flash

https://twitter.com/OfficialLoganK/status/2079590123038204255
1•tosh•6m ago•0 comments

Show HN: I left Figma to build a diffusion-based UI design tool

https://diffui.ai/blog/show-hn
3•jjcm•6m ago•1 comments

Show HN: Web-based Jujutsu revset explorer and debugger

https://juju.bi/tools/revset
1•pksunkara•7m ago•0 comments

The Unity CLI: manage Unity from your terminal

https://unity.com/blog/meet-the-unity-cli
1•nateb2022•9m ago•0 comments

Work Officially Begins on 2 World Trade Center

https://www.designdevelopmenttoday.com/news/news/22970950/work-officially-begins-on-2-world-trade...
1•geox•9m ago•0 comments

Buzz: Where humans and agents work together

https://block.xyz/inside/introducing-buzz-where-humans-and-agents-work-together
1•srameshc•9m ago•0 comments

Framework for building agent-friendly CLIs

https://github.com/tokyo-corp/tokyo
2•misterchocolat•11m ago•0 comments

The secret Trump administration battle to fight Chinese AI

https://www.axios.com/2026/07/20/ai-us-china-open-source-kimi
2•koolhead17•11m ago•0 comments

AI Consensus circulates your prompt thru Claude, GPT and Gemini until consensus

https://shipdiary.dev/t/8a9c9114bac40fa8f1ec6cf7
1•AIConsensus•12m ago•0 comments

Show HN: Language Model Builder (an app to learn about and build models)

https://languagemodelbuilder.com/
1•felixrieseberg•12m ago•0 comments

The fastest coding agent for offline usage?

https://github.com/gni/maquis
1•opensecurity•15m ago•1 comments

Against Claudefishing – AI detection feature on Substack

https://post.substack.com/p/against-claudefishing
2•pixelesque•15m ago•0 comments

Separating Description from Interpretation to Preserve Theoretical Reusability

https://zenodo.org/records/21362371
1•ErystelaThevale•17m ago•0 comments

Fly Up the Delaware

https://www.inquirer.com/news/inq2/delaware-river-islands-pennsylvania-new-jersey-20260721.html
1•caditinpiscinam•17m ago•0 comments

Kubernetes won the container decade. Google's Agent Substrate wants the next one

https://thenewstack.io/kubernetes-ai-agent-runtime/
2•ryan_j_naughton•18m ago•0 comments

The Floating Piers

https://en.wikipedia.org/wiki/The_Floating_Piers
1•simonebrunozzi•21m ago•0 comments

Peekinduck: AI voice agents that run B2B SaaS demos, onboarding, and support

https://peekinduck.ai/
1•cgchen•21m ago•0 comments

J-Space Oddity: Do VLMs Dream of Text Tokens?

https://ykumar.me/blog/j-space-oddity/
1•ykumards•22m ago•0 comments

Pixar Bears Brunt of Disney Studio Layoffs as Company Axes Several Hundred

https://variety.com/2026/film/news/pixar-layoffs-disney-studios-several-hundred-employees-1236817...
1•ourmandave•24m 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