frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Is GitHub Down?

1•FeistySkink•26s ago•0 comments

Hacking Rockbox to Stream Audio over HTTP

https://rockbox-desktop.leaflet.pub/3mjmq7yiqd22z
1•tsiry•36s ago•0 comments

The California town that just wants to be left alone

https://www.sfgate.com/california/article/darwin-ghost-town-21281656.php
1•speckx•38s ago•0 comments

I Almost Lost My Mind in the Bridal Algorithm

https://www.404media.co/wedding-planning-algorithm-weddingtok/
1•mooreds•2m ago•0 comments

TokenBrawl – Bomberman-style game for LLM

https://github.com/klemenvod/TokenBrawl
1•__natty__•3m ago•0 comments

Every Reason to Hate Cars

https://www.youtube.com/watch?v=umgi-CbaSRU
1•nehal3m•3m ago•1 comments

Whisqr – Ethical Investment Platform – Invest with Your Values

https://whisqr.io/
1•abdelhousni•4m ago•1 comments

Studies Suggest Red Meat May Help Prevent Alzheimer's

https://www.wsj.com/opinion/studies-suggest-red-meat-may-help-prevent-alzheimers-4f4b47f8
1•bookofjoe•7m ago•1 comments

Wordle as a Two-Player Game

https://emi-h.com/articles/wordle-partisan-game.html
1•surprisetalk•8m ago•0 comments

3D-Printing a Trombone

https://unnamed.website/posts/3d-printing-trombone/
1•surprisetalk•8m ago•0 comments

Let's Take Esoteric Programming Languages Seriously [video]

https://www.youtube.com/watch?v=ewEiwdEApLc
1•surprisetalk•8m ago•0 comments

The Quest for Oral GLP-1s

https://www.asimov.press/p/oral-glp1s
1•surprisetalk•8m ago•0 comments

Show HN: Covalence – Cross-Client Memory for Claude, Cursor, and MCP (macOS)

https://covalence.app/
1•darronz•8m ago•0 comments

CISA spikes CyberCorps internships amid shutdown

https://federalnewsnetwork.com/cybersecurity/2026/04/cisa-spikes-cybercorps-internships-amid-shut...
1•mooreds•8m ago•0 comments

GitHub Copilot is serving Opus 4.7 at 7.5x multiplier until April 30th

https://github.blog/changelog/2026-04-16-claude-opus-4-7-is-generally-available/
2•fofoz•9m ago•1 comments

Replace the standard deduction with a standard credit to start UBI

https://scottsantens.substack.com/p/democrats-deduction-problem-standard-tax-credit
1•2noame•10m ago•0 comments

Zigfrak: Shoot-and-Loot Action RPG

https://www.zigfrak.com/
1•hyperific•11m ago•0 comments

An MCP control plane that sits between your agent and every tool it can reach

https://datris.ai/blog/building-an-mcp-control-plane-inside-your-agent-architecture
1•tfearn•11m ago•0 comments

From five optional fields to a discriminated union: CLI parsing with Optique 1.0

https://hackers.pub/@hongminhee/2026/optique-10-discriminated-unions-for-cli
1•dahlia•12m ago•0 comments

Boycott of major AI conference exposes a growing US–China divide

https://www.nature.com/articles/d41586-026-01058-x?WT.ec_id=NATURE-202604
2•knuppar•13m ago•0 comments

Show HN: NanoWakeWord – Open-source wake word training for any device

https://github.com/arcosoph/nanowakeword
1•arcosoph_ai•14m ago•0 comments

Anthropic's AI downgrade stings power users

https://www.axios.com/2026/04/16/anthropic-claude-power-user-complaints
1•Brajeshwar•16m ago•0 comments

Show HN: I built a music theory course with games and spaced repetition

https://www.gitori.com/themes/music-theory?showTheoryTour=true
1•udit99•17m ago•0 comments

rlvrbook

https://rlvrbook.com
1•kyars•18m ago•1 comments

Ask HN: Does ChatGPT's data export feature work?

3•nanfinitum•18m ago•0 comments

#1 Tip for Developers with No Idea What to Build [video]

https://www.youtube.com/shorts/2Y-kvMWBhTs
2•b-g-d•18m ago•0 comments

Locally Uncensored v2.3.3 – local AI with Qwen3.6 and remote access

https://github.com/PurpleDoubleD/locally-uncensored
2•PurpleDoubleD•20m ago•0 comments

We improved OneDrive folder automount

https://blog.axiorema.com/engineering/we-improved-onedrive-folder-automount/
6•akotti•20m ago•1 comments

RunReveal in Kubernetes for On-Prem and in VPC SIEM

https://blog.runreveal.com/introducing-runreveal-in-kubernetes/
1•ejcx•20m ago•0 comments

Health care can't be the only job in town – but it is

https://www.japantimes.co.jp/commentary/2026/03/25/world/health-care-not-only-job-in-town/
2•PaulHoule•22m ago•0 comments
Open in hackernews

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

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

Comments

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