frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

New York could prohibit chatbot medical, legal, engineering advice

https://folding-sky.com/blog/ny-senate-bill-s7263-chatbot-liability
1•bluepeter•41s ago•0 comments

JSON API for US HTS and Canadian Customs Tariff, with Change Detection

https://tradefacts.io
1•PowMan•1m ago•1 comments

Judge Blocks Virginia 1-Hour Social Media Law for Minors

https://reclaimthenet.org/judge-blocks-virginia-social-media-limit-minors
1•bilsbie•2m ago•0 comments

Show HN: I spent 1000 hours building my dream personal finance dashboard

https://finzen.org/
1•novaheic•2m ago•0 comments

Higher risk of later-life memory,mental health issues in Amer. football players

https://medicalxpress.com/news/2026-03-american-football-players-higher-life.html
2•bikenaga•2m ago•0 comments

FDA sends warning to 30 telehealth companies selling 'illegal' GLP-1s

https://thehill.com/policy/healthcare/5765337-fda-telehealth-companies-compounded-glp-1/
1•randycupertino•3m ago•1 comments

Matthew Explains

https://matthewexplains.com/
1•todsacerdoti•5m ago•0 comments

Don Knuth wrote a paper thanking Claude for solving an open math problem

https://blog.adafruit.com/2026/03/03/don-knuth-wrote-a-paper-thanking-claude-for-solving-an-open-...
1•bookofjoe•5m ago•1 comments

Ageless Linux: Debian-Based OS

https://goblincorps.com/ageless-linux.html
1•enz•6m ago•0 comments

OpenCode Benchmark Dashboard – compare different LLM providers / quants / models

https://grigio.org/opencode-benchmark-dashboard-find-the-best-local-llm-for-your-computer/
1•grigio•6m ago•0 comments

Find a fulfilling career that does good

https://80000hours.org/career-guide/
3•i7l•9m ago•1 comments

Welcome to the Wasteland: A Thousand Gas Towns

https://steve-yegge.medium.com/welcome-to-the-wasteland-a-thousand-gas-towns-a5eb9bc8dc1f
7•nop_slide•9m ago•0 comments

Fair, WordPress, and Knowing When to Stop

https://joost.blog/fair-wordpress-and-knowing-when-to-stop/
1•Tomte•10m ago•0 comments

Show HN: Beacon – Slack app for structured team announcements with subscriptions

https://beacon-notify.netlify.app/
1•knowshan•11m ago•0 comments

DEXorado – A 6-layer verification engine to stop DeFi phishing

https://dexorado.com
1•seomarlboro•12m ago•1 comments

Show HN: Convert text folder trees into real directories (no more mkdir)

https://github.com/nmdra/Treebuilder
1•anonymzz•12m ago•0 comments

One Line at a Time

https://docs.eventsourcingdb.io/blog/2026/03/05/one-line-at-a-time/
1•goloroden•12m ago•0 comments

The Promises of 'High-Assurance' Cryptography

https://symbolic.software/blog/2026-02-05-cryspen/
1•PaulHoule•13m ago•0 comments

Nobody Told the Security Team About the AI Code

https://www.thatsoftwaredude.com/content/15256/nobody-told-the-security-team-about-the-ai-code
2•Waltz1•13m ago•0 comments

Advanced Terraform Performance Optimization

https://www.bejarano.io/terraform-performance/
1•ricardbejarano•14m ago•0 comments

Vibe-coded war dashboards are flooding social media

https://www.fastcompany.com/91502098/ai-vibe-coded-war-dashboards-iran
1•geox•16m ago•0 comments

Show HN: HomeDock OS – A browser-based desktop OS to self-host your Docker apps

https://github.com/BansheeTech/HomeDockOS
1•SurceBeats•16m ago•1 comments

Show HN: Epupp – Live, REPL-driven, browser tampering

https://github.com/PEZ/epupp
2•cospaia•17m ago•0 comments

Workers at top US low-wage firms rely on public assistance, report says

https://www.theguardian.com/business/2026/mar/04/workers-medicaid-snap-low-pay
2•i7l•17m ago•0 comments

Shipping a Button in 2026 [video]

https://www.youtube.com/watch?v=xE9W9Ghe4Jk
1•delduca•17m ago•0 comments

Show HN: Decipher x Claude Code – Infra to auto-generate and maintain E2E tests

https://docs.getdecipher.com/pages/features/testing/claude-code-integration
2•mrosenfield•18m ago•0 comments

Google faces lawsuit after Gemini allegedly instructed man to kill himself

https://www.theguardian.com/technology/2026/mar/04/gemini-chatbot-google-jonathan-gavalas
5•alkyon•19m ago•0 comments

Show HN: Miku-cursor-kit – A small Hatsune Miku themed project

https://github.com/NubPlayz/miku-cursor-kit
2•NubPlayz•19m ago•1 comments

My AI Agents Lie About Their Status, So I Built a Hidden Monitor

https://kaylarosemathisen.substack.com/p/my-ai-agents-lie-about-their-status
4•kaylamathisen•19m ago•1 comments

Show HN: BiomeSyn – a sandbox for long-term artificial evolution

https://biomesyn.com/
3•yangkecoy•22m ago•1 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