frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Rhome, a social app for media recs from friends instead of algorithms

https://preview.rhomeapp.com/profile/rohannihalani
2•rohannih•1m ago•0 comments

One-liner to get Claude Code usage stats

https://github.com/anthropics/claude-code/issues/13585
1•behnamoh•1m ago•0 comments

Move over stoics Why we should all embrace nihilism

https://www.theguardian.com/books/2026/feb/23/nihilism-why-we-should-embrace-it
3•devonnull•1m ago•0 comments

Anthropic Accuses Chinese Companies of Siphoning Data from Claude

https://www.wsj.com/tech/ai/anthropic-accuses-chinese-companies-of-siphoning-data-from-claude-63a...
1•mrbonner•1m ago•0 comments

Cancer, Water, Religion, Tooze, Weiss, Land, Diff Jobs

https://www.thediff.co/archive/longreads-open-thread-166/
1•paulpauper•2m ago•0 comments

Daniel Litt on AI and Math

https://marginalrevolution.com/marginalrevolution/2026/02/daniel-litt-on-ai-and-math.html
1•paulpauper•3m ago•0 comments

OpenClaw – My Automation Setup

https://krausefx.com//blog/openclaw-my-automation-setup
2•domysee•3m ago•0 comments

Cartographic Symbologies: The Art and Design of Expression in Historic Maps

https://exhibits.stanford.edu/cartosym/browse
2•starkparker•3m ago•0 comments

Hidden Cause of Permanent Hearing Loss Identified

https://neurosciencenews.com/hearing-loss-tmc1-membrane-apoptosis-30163/
1•mikhael•4m ago•0 comments

Every SaaS Is Now an API. Whether They Like It or Not

https://twitter.com/nicbstme/status/2025643017571541378
1•nbstme•4m ago•0 comments

Play is sub-optimal, and just what we need in the Climate Crisis

https://www.theremake.org/play-is-sub-optimal-and-just-what-we-need-in-the-climate-crisis/
2•AmosLightnin•5m ago•0 comments

Off topic: NAI_Journal

https://medium.com/@NAI_Journal
1•CerNai•5m ago•0 comments

US Gov Deploys Grok as Nutrition Bot, It Advises for Rectal Use of Vegetables

https://futurism.com/artificial-intelligence/us-government-grok-nutrition
4•latexr•5m ago•0 comments

The Global Battery Race Heats Up as China Tightens Its Grip

https://oilprice.com/Energy/Energy-General/The-Global-Battery-Race-Heats-Up-as-China-Tightens-Its...
1•PaulHoule•5m ago•0 comments

So I've Been Thinking About Static Site Generators

https://wolfgirl.dev/blog/2026-02-23-so-ive-been-thinking-about-static-site-generators/
1•speckx•6m ago•0 comments

Benji's Guide to Machine Creativity

https://machinecreativity.substack.com/p/benjis-guide-to-machine-creativity
1•benjismith•7m ago•0 comments

How to Filter a Todo.txt File in Obsidian – Without Plugins

https://ellanew.com/2026/02/23/filter-todotxt-in-obsidian-no-plugins
3•jethronethro•7m ago•0 comments

Why SWE-bench Verified no longer measures frontier coding capabilities

https://openai.com/index/why-we-no-longer-evaluate-swe-bench-verified/
1•tedsanders•8m ago•0 comments

Ask HN: Cool hardware blogs and new company's in the the hardware space

1•monkmartinez•8m ago•0 comments

South Carolina Hospitals Aren't Required to Disclose Measles-Related Admissions

https://www.propublica.org/article/south-carolina-measles-hospital-admissions
4•digital55•9m ago•0 comments

Detecting and Preventing Distillation Attacks

https://www.anthropic.com/news/detecting-and-preventing-distillation-attacks
1•meetpateltech•9m ago•0 comments

New Microsoft gaming chief has "no tolerance for bad AI"

https://arstechnica.com/gaming/2026/02/new-microsoft-gaming-chief-has-no-tolerance-for-bad-ai/
1•oldnetguy•9m ago•0 comments

Writing about Agentic Engineering Patterns

https://simonwillison.net/2026/Feb/23/agentic-engineering-patterns/
1•mfiguiere•10m ago•0 comments

Pure-Rust HDF5 – zero C deps, 55x faster file open, no_std

https://github.com/rustystack/edgehdf5
1•redclaw•10m ago•1 comments

Study shows two child household must earn $400k/year to afford childcare

https://finance.yahoo.com/news/two-child-household-must-earn-195951419.html
2•toomuchtodo•10m ago•1 comments

CMS with Graphical Simulator for Finite Automata, Mealy, and Turing Machines

https://tursim.org
1•ferri-emanuele•10m ago•1 comments

Bootstrappable Builds

https://bootstrappable.org/
1•tosh•11m ago•0 comments

Claude Code on the Web broken?

1•powera•12m ago•0 comments

Show HN: I got tired of leaking API keys, so I made .env files safe to commit

https://github.com/MrPrinceRawat/dotlock
1•mrprincerawat•12m ago•1 comments

Claude Relentlessly Got Nancy Drew (XP, 2007) Running on My M1 (400 Tool Calls)

https://www.joelreske.com/blog/claude-nancy-drew/
4•joelres•13m ago•2 comments
Open in hackernews

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

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

Comments

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