frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Anthropic researcher resigning citing superintelligence ' – is a marketing hoax [video]

https://www.youtube.com/shorts/skV0hDd-chM
1•adaba1234•1m ago•0 comments

Open API for Bosch and Buderus Heat Pumps

https://github.com/bosch-home-comfort/api-docs
2•n03dic0de3•3m ago•0 comments

Photic Sneeze Reflex

https://en.wikipedia.org/wiki/Photic_sneeze_reflex
1•vismit2000•5m ago•0 comments

Can A.I. "Go Rogue"?

https://www.newyorker.com/culture/open-questions/can-ai-go-rogue
1•Anon84•8m ago•0 comments

Ask HN: Does each frontier model have its own unique taste?

1•dave8172•16m ago•0 comments

Show HN: RagLeap v0.4.0 – 46 AI roles, 8 connectors, 9 vector DBs

https://github.com/antonyrag/ragleap-core
1•antonyragleap•17m ago•0 comments

I built an App to give alerts when your dependencies(Postgres) reach End of Life

2•sharadregoti15•18m ago•1 comments

Jot – AI Rewriter

https://chromewebstore.google.com/detail/jot-ai-writing-rewriting/ocbfgpiibmgkkjbpbpnhejalpakdonjh
2•gnsh•21m ago•1 comments

Gave Omarchy a Try

https://twitter.com/z3ratul163071/status/2098673641890234800
2•z3ratul163071•22m ago•1 comments

Show HN: Spiteware.ai – A catalog of apps built out of spite at unfair pricing

https://spiteware.ai/
2•tenthead•22m ago•0 comments

Silence on Tlenet

https://scyy.fi/tlen
1•c1ccccc1•23m ago•0 comments

Ask HN: What is the most overlooked risk in the AI security domain?

1•ToriTech•23m ago•0 comments

How I turned my Linux terminal sessions into daily speedrun challenges

https://www.howtogeek.com/how-i-turned-my-linux-terminal-sessions-into-daily-speedrun-challenges/
1•theanonymousone•26m ago•0 comments

Digital rights groups renew push to simplify cookie banners

https://www.euractiv.com/news/digital-rights-groups-renew-push-to-simplify-cookie-banners/
1•mnewme•28m ago•0 comments

Scikit-learn 1.9.1 released with Python 3.15 support

https://scikit-learn.org/stable/whats_new/v1.9.html
1•theanonymousone•32m ago•0 comments

Brainstorming novel biological attacks with an LLM

https://www.robertvesco.com/posts/chatgpt-helps-me-brainstorm-guerilla-warfare-against-ai-powered...
2•rlvesco7•40m ago•0 comments

This Week in Plasma: 6.8 Beta Release

https://blogs.kde.org/2026/09/12/this-week-in-plasma-6.8-beta-release/
3•HieronymusBosch•41m ago•0 comments

Why Rocq is better than Lean for program verification

https://joomy.korkutblech.com/posts/2026-07-28-why-rocq-is-better.html
2•birdculture•41m ago•0 comments

The V8 JavaScript Runtime Undermined My Constant-Time JavaScript Library

https://soatok.blog/2026/09/12/the-v8-javascript-runtime-undermined-my-constant-time-javascript-l...
3•some_furry•42m ago•0 comments

Attestly

https://www.attestly.online/
1•swishmilnet•43m ago•0 comments

Ocarina Music in the Legend of Zelda: Ocarina of Time

https://danbruno.net/writing/ocarina/
2•drifkin•43m ago•0 comments

Ask HN: Did anyone try to build game engine purely for LLM

2•steammaho•45m ago•2 comments

Roundtables: AI's Apocalypse Crisis

https://www.technologyreview.com/2026/09/11/1143936/roundtables-will-ai-really-kill-us-all/
1•joozio•47m ago•0 comments

Governor Newsom Signs Student-Backed Digital Literacy Bills Along Misguided Bans

https://www.eff.org/deeplinks/2026/09/governor-newsom-signs-student-backed-digital-literacy-bills...
1•mdp2021•47m ago•0 comments

The Evolution of Human Science (2000)

https://en.wikipedia.org/wiki/The_Evolution_of_Human_Science
1•xiaoyu2006•49m ago•1 comments

Show HN: I turn Airtable exports into real Postgres schemas(FKs, not CSVs)

https://www.atmigrator.com
1•saud_c•50m ago•0 comments

ChatGPT-using lawyer punished for citing fake testimony from made-up witnesses

https://arstechnica.com/tech-policy/2026/09/chatgpt-using-lawyer-punished-for-citing-fake-testimo...
3•mdp2021•53m ago•1 comments

Ask HN: New way of organizing Mathematical Research

2•youoy•58m ago•0 comments

28 Years of Tara Books

https://tarabooks.com/blog/the-past-is-always-present/
1•vishnukvmd•1h ago•0 comments

TablePro: A native, open-source database client for macOS

https://github.com/TableProApp/TablePro
2•fourfire•1h 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