frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How DWeb Camp Is Being Built in Berlin

https://blog.archive.org/2026/04/02/how-dweb-camp-is-being-built-in-berlin/
1•Intralexical•1m ago•0 comments

Like solar, Rust is inevitable

https://kerkour.com/rust-is-inevitable
1•randomint64•1m ago•0 comments

FCC pushes ban on security updates for foreign-made routers, drones to 2029

https://therecord.media/fcc-pushes-ban-on-updates-to-foreign-routers-drones-2029
1•_____k•2m ago•0 comments

Making a Mark on the Ocean Floor

https://ocean.si.edu/ecosystems/deep-sea/making-mark-ocean-floor
1•thunderbong•2m ago•0 comments

Fighting Hyrum's Law in LLVM

https://maskray.me/blog/2026-05-10-fighting-hyrums-law-in-llvm
1•birdculture•2m ago•0 comments

Token "Optimizers" for AI Coding Agents Are Silently Dangerous

https://old.reddit.com/r/ClaudeCode/comments/1spiy8t/token_optimizers_for_ai_coding_agents_are/
2•ahamez•3m ago•0 comments

Physics-intern: an autonomous agentic framework for physics research

https://huggingface.co/spaces/huggingface/physics-intern
2•victormustar•4m ago•0 comments

The Starbucks barista that took a 4k latte order from Steve Jobs

https://www.theverge.com/2013/3/4/4063272/meet-starbucks-barista-that-took-steve-jobs-4000-latte-...
1•SpyCoder77•4m ago•0 comments

Thinking Machines and Interaction Models

https://www.seangoedecke.com/interaction-models/
1•Brajeshwar•4m ago•0 comments

NHS England confirms: Palantir staff can access patient data

https://www.theregister.com/databases/2026/05/12/nhs-england-confirms-palantir-staff-can-access-p...
2•jjgreen•5m ago•0 comments

From Vector Database to Vector Lakebase

https://zilliz.com/blog/from-vector-database-to-vector-lakebase
1•Fendy•6m ago•0 comments

Leagues to be allowed one game abroad a season under new FIFA proposals

https://www.theguardian.com/football/2026/apr/24/leagues-allowed-one-game-abroad-a-season-new-fif...
2•PaulHoule•7m ago•0 comments

Show HN: My father said I'd never read 10 books a year so I built a book tracker

https://www.cogito-app.io
1•hugobeey•7m ago•0 comments

RomHacking with Ghidra, Part 1: Loading SNES ROMs

https://tech.dreamleaves.org/posts/romhacking-with-ghidra-part-1-loading-snes-roms/
1•joshguthrie•7m ago•0 comments

Ask HN: Is software cooked with all the recent malware?

1•fnoef•8m ago•0 comments

PAI Is a Life Operating System

https://github.com/danielmiessler/Personal_AI_Infrastructure
1•Beijinger•8m ago•1 comments

Setting the standard for agentic development [pdf]

https://lorqvmwmiiherfjgxrkz.lovable.cloud/storage/v1/object/public/post-pdfs/1778572790778-Setti...
3•tfehring•9m ago•0 comments

Agent Platform That Builds Itself

https://www.ashpreetbedi.com/agent-platform-build-itself
1•ashpreet-bedi•9m ago•0 comments

Heritability of human life span is ~50% when heritability is redefined

https://dynomight.net/lifespan/
1•surprisetalk•10m ago•0 comments

OpenAI launches Daybreak, an AI platform for cyber defense

https://firethering.com/openai-daybreak-ai-cybersecurity/
1•steveharing1•11m ago•0 comments

A molecule with half-Möbius topology

https://www.science.org/doi/10.1126/science.aea3321
1•bryanrasmussen•11m ago•0 comments

Show HN: Crane Control

https://xkqr.org/cranecontrol/
1•kqr•11m ago•0 comments

Evento – Events Made Social

https://evento.so/
1•janandonly•12m ago•0 comments

Graphmind – local code intelligence for Claude Code(graph and mem and MCP)

https://github.com/aouicher/graphmind
1•aouicher•13m ago•0 comments

AI Floss

https://actsofvolition.com/2026/05/ai-floss/
1•speckx•13m ago•0 comments

Static Analysis for GitHub Actions

https://github.com/zizmorcore/zizmor
1•SEJeff•14m ago•1 comments

Exposing a $300M Private Equity Scam (by Coffeezilla) [video]

https://www.youtube.com/watch?v=04FRAsU0za0
3•Imustaskforhelp•14m ago•0 comments

I built a privacy-focused tool to help people understand complex documents

https://www.understanddocs.com
1•Nencheff•15m ago•0 comments

Ranking a What Is My IP Tool

https://timleland.com/ranking-what-is-my-ip-tool/
2•TimLeland•15m ago•0 comments

Wrap Go binaries in Python wheels

https://github.com/simonw/go-to-wheel
1•ankitg12•16m 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