frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Chasm: The Shape of Unfinished AI Codebases

http://jimmyhmiller.com/shape-of-unfinished-ai-codebases
1•surprisetalk•38s ago•0 comments

Show HN: TandemCode – practice coding interviews together in one live editor

https://www.tandemcode.space
1•naman0r•1m ago•0 comments

Escaping the Paradox of More

https://www.yorba.co/internet-less/escaping-the-paradox-of-more
1•schmudde•2m ago•0 comments

The Mafia may be keeping fentanyl out of Italy

https://www.economist.com/europe/2026/09/24/the-mafia-may-be-keeping-fentanyl-out-of-italy
1•geneticdrifts•2m ago•0 comments

Raspberry Pi Locks Down RAM Upgrades

https://hackaday.com/2026/09/22/raspberry-pi-locks-down-ram-upgrades/
1•airhangerf15•3m ago•0 comments

Nuclear Waste Accidentally Leaked at Pacific Coast Site

https://americanbuildout.com/radioactive-material-from-dormant-nuclear-plant-accidentally-leaks-a...
1•newyorkinfra•3m ago•0 comments

Grieving the Loss of Details

https://purplesyringa.moe/blog/grieving-the-loss-of-details/
2•ibobev•4m ago•0 comments

Test

https://www.reddit.com/r/CryptoRoyale/comments/1o97pz5/community_reminder_clan_war_invite_competi...
1•godlymod•5m ago•0 comments

Servers in Dawn-Dusk Orbit

https://www.johndcook.com/blog/2026/09/25/dawn-dusk-orbit/
1•ibobev•6m ago•0 comments

The Tudor Queens

https://analog-antiquarian.net/2026/09/25/the-tudor-queens/
1•ibobev•6m ago•0 comments

Active Directory Penetration Testing Playbook

https://0ut3r.space/2026/09/25/ad-pentest-playbook/
1•h0ek•12m ago•0 comments

A local Home Assistant door system I live with (and ways it can fail)

https://github.com/AntonisPsarras/guardian-system
1•antonispsarras•13m ago•0 comments

Lean Golf – Code golf but you're proving theorems in Lean

https://lean.golf
1•kurinikku•13m ago•0 comments

What Octavia Butler's Notebook Knew About Self-Efficacy

https://dawnwages.info/bajoran-engineer/2026/09/24/boldly-go-1-so-be-it-see-to-it/
1•mooreds•13m ago•0 comments

Show HN: Storia – A free voice-following teleprompter with mood and pacing cues

https://www.get-storia.com/
1•matteomosca•13m ago•0 comments

Show HN: PitchDrops offline-first ear training PWA built w Web Audio and React

https://pitchdrops.com/
1•EdBoraas•14m ago•0 comments

LLM Policies: Progress at All Costs

https://diegoe.be/2026/09/25/llm-policies-progress-at-all-costs/
4•eustoria•14m ago•0 comments

What is Enlightenment? (1784) [pdf]

https://www.nypl.org/sites/default/files/kant_whatisenlightenment.pdf
1•RGS1811•14m ago•0 comments

Notion Mail Is Shutting Down

https://twitter.com/NotionMail/status/2070177264457715817
3•hisamafahri•14m ago•1 comments

Show HN: I built a tool to combine separate photos into one scene using AI

https://tancky.io/
1•tancky•15m ago•0 comments

After the Data Centers

https://dissentmagazine.org/article/ai-data-center-backlash/
1•eustoria•16m ago•0 comments

Compared four spec driven, tools. I didn't expect this gap

https://twitter.com/SSShken/status/2101284944534204771
1•darkniss•16m ago•0 comments

What's still manual when debugging AI agents?

https://www.traser.dev/
1•Tussa_Domingos•17m ago•0 comments

Scientists Mapped a Hidden Glacier Using Gravity

https://eos.org/articles/scientists-mapped-a-hidden-glacier-using-gravity
1•eustoria•17m ago•0 comments

Dirty deal on ChatControl 2.0 looms, allowing PERMANENT mass scanning

https://digitalcourage.social/@echo_pbreyer/117331480393548354
1•latexr•17m ago•0 comments

A Prompt to Learn Anything

https://github.com/ZaneH/tutor
2•FinalDestiny•18m ago•0 comments

Show HN: Llama.cpp fork with 2-4x multiGPU speed for MoE models bigger than VRAM

https://github.com/neurall/llama.cpp
1•neuralll•20m ago•1 comments

Guys, We Suck at This

https://unattributed.cc/2026/09/06/guys-we-really-really-suck/
1•surprisetalk•20m ago•0 comments

John Coltrane Centenary's – Impulse Records Release the Legendary Tiberi Tapes

https://www.jazzwise.com/content/news/john-coltrane-centenary-celebrations-see-impulse-records-re...
3•gregsadetsky•22m ago•0 comments

My Unicorn Founder Friend Was Phished

https://casco.com/blog/how-my-unicorn-founder-friend-was-phished
1•rafaelc•24m 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