frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Readeck – open-source, self-hosted read-it-later app with full content archiving

https://codeberg.org/readeck/readeck
1•Curiositry•36s ago•0 comments

Show HN: OmniGlass – Executable AI screen snips with kernel-level sandboxing

https://github.com/goshtasb/OmniGlass
1•goshtasb•3m ago•0 comments

AP to provide Kalshi its gold standard elections data ahead of primaries

https://www.ap.org/media-center/press-releases/2026/ap-to-provide-kalshi-its-gold-standard-electi...
1•mikhael•4m ago•0 comments

Show HN: StrategicConsult – Game theory augmented AI for decision making

https://negotiatecash.com/
1•npc0•6m ago•0 comments

Make it Shitty [video]

https://www.youtube.com/watch?v=T4Upf_B9RLQ
1•g0ld3nrati0•8m ago•0 comments

Show HN: BridgeBase – one control plane for TigerBeetle,Redis,MySQL,ClickHouse

https://bridgebase.dev
1•amustaque97•10m ago•0 comments

Guidelines for Writing Cryptography Specifications

https://cfrg.github.io/draft-irtf-cfrg-cryptography-specification/draft-irtf-cfrg-cryptography-sp...
1•themaxdavitt•10m ago•0 comments

AI is creeping into election campaigns. NZ's rules aren't ready

https://www.rnz.co.nz/news/political/588398/ai-is-already-creeping-into-election-campaigns-nz-s-r...
4•billybuckwheat•11m ago•0 comments

White House stalls release of approved US science budgets

https://www.nature.com/articles/d41586-026-00601-0
6•bryanrasmussen•13m ago•0 comments

Show HN: Open-Source Postman for MCP

https://github.com/baristaGeek/open-source-postman-for-mcp
2•baristaGeek•14m ago•0 comments

" I've got the guns," is a wild government argument for tech pundits to support

https://birchtree.me/blog/what-are-you-going-to-do-stop-me-ive-got-the-guns-is-a-wild-govargument...
3•alsetmusic•14m ago•1 comments

Cavaro – One platform for design docs and architecture diagrams

https://www.cavaro.io
1•curiouscharan•19m ago•1 comments

Astro and Svelte: Why I believe they're the future of web development

https://xergioalex.com/blog/astro-and-svelte-the-future-of-web-development/
1•xergioalex•21m ago•0 comments

Bounded Plasticity Simulation

https://github.com/Relational-Relativity-Corporation/bounded-plasticity-simulation
1•Oberon245•22m ago•0 comments

Clueless cops post seized crypto wallet password. $5M quickly stolen

https://arstechnica.com/tech-policy/2026/03/oops-south-korean-cops-lost-5m-in-seized-crypto-after...
2•donutshop•25m ago•0 comments

AI First Application Development

https://benkaiser.dev/ai-first-software-development/
1•benkaiser•27m ago•1 comments

The world wants to ban children from social media with grave consequences

https://www.theguardian.com/commentisfree/2026/mar/02/ban-children-social-media-biometic-data-sur...
2•doener•28m ago•0 comments

Show HN: WaitQ – queue management and waitlist system

https://waitq.app
1•azorstudio•29m ago•0 comments

How to Build Your Own Quantum Computer

https://physics.aps.org/articles/v19/24
2•tzury•32m ago•0 comments

AI Architecture Pattern Manager – Togaf ABB/SBB/PBC with Neo4J

https://github.com/azaddjan/aipatternmanager
1•azaddjan•33m ago•1 comments

Slop Definitions Were My Final Straw with Google Search

https://zsrobinson.com/posts/slop-definitions-were-my-final-straw-with-google-search/
2•zsrobinson•35m ago•1 comments

Vouch

https://vouch.sh
2•jplock•35m ago•0 comments

Musk's fossil data centres are undoing Tesla's climate benefit

https://ketanjoshi.co/2026/03/02/musks-fossil-data-centres-are-undoing-teslas-climate-benefit/
4•xvxvx•36m ago•0 comments

Exploiting Iran: A Political Timeline

https://github.com/thinkhuman/iranwest/blob/main/exploitingiran.md
1•jamesgill•37m ago•0 comments

Poll: Which VCs Are Tier 1?

https://vc-compare.vercel.app/
2•nezaj•38m ago•1 comments

Nobody ever got fired for using a struct

https://www.feldera.com/blog/nobody-ever-got-fired-for-using-a-struct
3•gz09•38m ago•0 comments

Origin of the Abbreviation i18n

http://www.i18nguy.com/origini18n.html
1•ethanpil•40m ago•0 comments

Fast Biology Bounties

https://nikomc.com/2026/03/02/bounties/
1•mailyk•40m ago•0 comments

Vibe Theory: Mathematical Derivation of Aesthetic Vibe from Text

https://github.com/xraymemory/vibetheory
1•idempotent_•41m ago•0 comments

2x Qwen 3.5 on M1 Mac: 9B builds a bot, 0.8B runs it

https://advanced-stack.com/fields-notes/qwen35-opencode-lm-studio-agentic-coding-on-m1.html
2•advanced-stack•44m ago•0 comments
Open in hackernews

Show HN: routr - a fast local replacement for DuckDuckGo bangs

https://t128n.github.io/routr/
2•trbndev•10mo ago

Comments

trbndev•10mo 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•10mo ago
That link is broken. Correct link: https://t128n.github.io/writings/2025-05-02_optimizing_searc...
trbndev•10mo 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•10mo 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•10mo 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•10mo 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•10mo 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