frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Reverse Engineering Tools MCP Server

https://github.com/daedalus/mcp_reverse_engineering
1•dclavijo•41s ago•0 comments

Software in the AI Era

https://www.philipithomas.com/software-in-the-ai-era
1•speckx•1m ago•0 comments

How you are looking for a cofounder is stupid

1•shoman3003•1m ago•0 comments

Cambalache's First Major Milestone

https://blogs.gnome.org/gtk/2026/03/20/cambalaches-first-major-milestone/
1•samtheDamned•1m ago•0 comments

Using LLMs to Study Deregulation

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6440018
1•paulpauper•2m ago•0 comments

Startup Will Pay You $100 an Hour to 'Bully' AI

https://www.entrepreneur.com/business-news/memvid-is-paying-100-an-hour-to-bully-ai
1•paulpauper•3m ago•0 comments

Saaspocalypse: Real or Hype?

https://iamcharliegraham.substack.com/p/saaspocalypse-real-or-hype
1•grahac•4m ago•0 comments

MST3K – KTMA – K03 – Star Force [video]

https://www.youtube.com/watch?v=u_Z4hnagGLE
1•jmward01•4m ago•0 comments

How we cut our GTM workflow time by 70%

https://www.operator23.com/
1•Mrakermo•6m ago•0 comments

Iran challenges US dollar, demanding oil be sold in Chinese yuan

https://geopoliticaleconomy.com/2026/03/17/economic-war-iran-petrodollar-oil-yuan/
1•Jimmc414•6m ago•0 comments

Why Many People Misunderstand Dividends, and the Damage This Does

https://www.mutualfundobserver.com/discuss/discussion/56300/why-many-people-misunderstand-dividen...
1•paulpauper•7m ago•0 comments

Even Before the Iran War, There Was a Growing Inflation Problem

https://newsletter.mikekonczal.com/p/even-before-the-iran-war-there-was
2•NomNew•7m ago•0 comments

Show HN: The Cost of Manual Workflows

2•Mrakermo•8m ago•0 comments

I Quit Editing Photos

https://jamesbaker.uk/i-quit-editing-photos/
1•speckx•8m ago•0 comments

Twttr is a service for friends, family, and co-workers to communicate

https://twttr.eu/
1•doener•9m ago•0 comments

World Models: Computing the Uncomputable

https://www.notboring.co/p/world-models
2•gmays•10m ago•0 comments

Google Sent a Procurement Team to China

https://thecoolingreport.com/intel/google-envicool-china-liquid-cooling-supply-chain.html
1•jackdilusso•10m ago•0 comments

How I made Traction Point moddable using Zig and WebAssembly

https://www.madrigalgames.com/blog/how-i-made-traction-point-moddable-using-zig-and-webassembly/
2•astrobooster•11m ago•0 comments

US debt surpasses $39T, adding $1T in 5 months

https://thehill.com/business/economy/5791522-us-national-debt-39-trillion/
1•geox•13m ago•0 comments

Preparing Your iOS Codebase for AI Agents

https://sundayswift.com/posts/preparing-ios-codebase-for-ai-agents/
1•heshamsalman•13m ago•0 comments

BioContact assurance and status monitoring using human body communication

https://www.sciencedirect.com/science/article/pii/S2590123025045001
1•PaulHoule•16m ago•0 comments

Bridging Languages with Postgres and Workflows

https://www.dbos.dev/blog/making-languages-interoperable-with-postgres
1•KraftyOne•17m ago•0 comments

Why the game "Tides Of Revival" stopped using Zig

https://ziggit.dev/t/tides-of-revival-zig-feedback/14663
2•astrobooster•17m ago•0 comments

First Lego League will end in 2027

https://education.lego.com/en-us/first-lego-league/partnership-update/
1•noncovalence•17m ago•0 comments

iPhones can be hacked with a new tool found in the wild

https://arstechnica.com/security/2026/03/hundreds-of-millions-of-iphones-can-be-hacked-with-a-new...
2•DiabloD3•17m ago•0 comments

Show HN: A personal CRM for events, meetups, IRL

https://payo.tech/
2•Raj7k•19m ago•0 comments

Pinterest CEO: Governments Should Ban Social Media for Kids Under 16

https://time.com/article/2026/03/19/pinterest-ceo-governments-should-ban-social-media-for-kids-un...
2•SilverElfin•20m ago•1 comments

Show HN: Free code editor/preview, no ads, no login, single HTML file or Split

https://takeonanything.com/editor/
1•minviex•21m ago•0 comments

Show HN: G023's Agentic Chat with Memory and Python Power

https://github.com/g023/g023_agentic_chat
1•g023•23m ago•1 comments

NumKong: 2'000 Mixed Precision Kernels for All

https://ashvardanian.com/posts/numkong/
1•ashvardanian•23m 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