frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: LocalRAG – Ask AI about your own documents (iOS/Android)

https://localrag.app
1•snakaya•11m ago•0 comments

LangWatch: OpenTelemetry-Native LLM Observability Without the Vendor Lock-In

https://starlog.is/articles/data-knowledge/langwatch-langwatch/
1•theoradical•12m ago•0 comments

Bloom's Taxonomy

https://en.wikipedia.org/wiki/Bloom%27s_taxonomy
1•downboots•12m ago•0 comments

Claude Code, Claude Cowork and Codex #5

https://thezvi.wordpress.com/2026/03/09/claude-code-claude-cowork-and-codex-5/
1•swolpers•14m ago•0 comments

Why is GPT-5.4 obsessed with Goblins?

3•pants2•16m ago•1 comments

US FAA issues ground stop for all JetBlue planes

https://www.reuters.com/world/us/us-faa-issues-ground-stop-all-jetblue-planes-2026-03-10/
5•jaboutboul•18m ago•0 comments

Amazon holds engineering meeting following AI-related outages

https://www.ft.com/content/7cab4ec7-4712-4137-b602-119a44f771de
4•petethomas•19m ago•0 comments

Government panel to compile groundwater report, includes users' nationalities

https://www.japantimes.co.jp/news/2026/03/10/japan/politics/goundwater-land-ministry/
3•mikhael•21m ago•0 comments

Show HN: I Was Here – Draw on street view, others can find your drawings

https://washere.live
1•mrktsm__•23m ago•0 comments

Prevent duplicate webhook executions in n8n (template)

https://github.com/aari-ai/n8n-webhook-idempotency
1•neshkito•28m ago•1 comments

United States Leads Dismantlement of One of the Largest Hacker Forums

https://www.justice.gov/opa/pr/united-states-leads-dismantlement-one-worlds-largest-hacker-forums
2•mikhael•29m ago•0 comments

Show HN: LLM Sycophancy Benchmark: Opposite-Narrator Contradictions

https://github.com/lechmazur/sycophancy
3•zone411•36m ago•0 comments

Windows: Microsoft broke the only thing that mattered

https://www.yankodesign.com/2026/03/08/microsoft-broke-the-only-thing-that-actually-mattered/
14•kjellsbells•38m ago•1 comments

Language Birth

https://asteriskmag.com/issues/13/language-birth
2•mitchbob•38m ago•1 comments

Show HN: Consul – AI Executive Assistant

https://consul.so
1•goldkey•39m ago•0 comments

Show HN: Mach9 Poker Beta

https://mach9poker.com/beta/
1•ChicagoDave•44m ago•0 comments

Battery Test [video]

https://www.youtube.com/watch?v=RGGHyY2mN7o
1•fenced_load•44m ago•0 comments

Times New Roman drawn from memory (1 hour timelapse)

https://old.reddit.com/r/typography/comments/1rodacl/times_new_roman_drawn_from_memory_1_hour_tim...
1•johnnyApplePRNG•45m ago•0 comments

Build your OpenClaw superstack under a minute

https://better-openclaw.dev
1•diopisemou•49m ago•1 comments

Why the US Could Blame AI for Blowing Up the Iranian School

https://www.jonathanbennion.info/p/why-the-us-may-blame-ai-for-blowing
1•rooftopzen•52m ago•1 comments

Do developers have agency? A study of 66k GitHub projects (7.3TB)

https://link.springer.com/article/10.1007/s44427-025-00019-y
1•ekrisza•52m ago•1 comments

Appsflyer SDK Hijacked

https://websdk.appsflyer.com/
4•jackyzhao•56m ago•2 comments

Annotating for Agents

https://benji.org/annotating
1•parksb•57m ago•0 comments

How curl Started [video]

https://www.youtube.com/watch?v=ohzzGy5K9Dk
1•serialport•57m ago•1 comments

Show HN: Claude Code Token Elo

https://www.clauderank.com
1•ymaws•58m ago•0 comments

Pwning NetBSD-Aarch64 (ARM)

https://www.feyrer.de/NetBSD/bx/blosxom.cgi/nb_20260308_1932.html
1•jaypatelani•58m ago•0 comments

Moment of Zen compilation from daily show

https://www.youtube.com/watch?v=-4OTAXzliUA
1•marysminefnuf•59m ago•0 comments

Htmx skill that includes everything

https://skills.sh/damusix/skills/htmx
2•daniloa•1h ago•1 comments

Karl Rove on Iraq War (2009)

https://www.youtube.com/watch?v=f1mTqVSqvvU
1•marysminefnuf•1h ago•0 comments

Emacs and Vim in the Age of AI

https://batsov.com/articles/2026/03/09/emacs-and-vim-in-the-age-of-ai/
1•psibi•1h 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