frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: NatShell – Local-first natural language shell (no cloud, no API keys)

https://github.com/Barent/natshell
1•barent•26s ago•0 comments

Personal AI Agents Like OpenClaw Are a Security Nightmare

https://blogs.cisco.com/ai/personal-ai-agents-like-openclaw-are-a-security-nightmare
1•yunseo47•27s ago•0 comments

Gitzy is now on TestFlight A modern, native iOS Git client

https://testflight.apple.com/join/SB16NCfr
1•marc0janssen•1m ago•1 comments

Another DOGE staffer explaining how he flagged grants at NEH for "DEI"

https://bsky.app/profile/404media.co/post/3mgupw4v3ak2j
2•doener•2m ago•0 comments

Elfina–A multi-architecture ELF loader supporting x86 and x86-64 binaries

https://github.com/iss4cf0ng/Elfina
1•iss4cf0ng•4m ago•0 comments

The future of AI is on-prem

https://www.palantir.com/sovereignaios/
2•taubek•4m ago•0 comments

Show HN: Run Hugging Face models with a single command

https://www.llmpm.co/
2•dataversity•5m ago•0 comments

Claude now creates interactive charts, diagrams and visualizations

https://claude.com/blog/claude-builds-visuals
2•adocomplete•5m ago•0 comments

Analysis of 203M Trades on Kalshi

https://read.technically.dev/p/whats-a-prediction-market
3•sschnei8•7m ago•1 comments

Jeriko – an AI agent that runs directly inside your OS

https://www.jeriko.ai/
1•Khaleel7337•7m ago•2 comments

Software Proprioception – Unsung

https://unsung.aresluna.org/software-proprioception/
1•tambourine_man•8m ago•0 comments

Ask HN: Gemini Pro Plan Quota Reductions

1•earlyriser•8m ago•1 comments

Goldman banker: Clients 'glad' for 'distraction' of Iran war

https://www.telegraph.co.uk/business/2026/03/11/goldman-banker-clients-glad-for-distraction-of-ir...
2•abdelhousni•9m ago•1 comments

Punctum books is an independent open-access publisher

https://punctumbooks.com/
1•robtherobber•9m ago•0 comments

Shopify.com Is Down

https://www.shopify.com/
3•hankmander•10m ago•0 comments

Pirates of Silicon Valley

https://archive.org/details/piratesofsiliconvalley_201908
2•baal80spam•10m ago•0 comments

The Sound of AI Music

https://hackerfactor.com/blog/index.php?/archives/1090-The-Sound-of-AI-Music.html
1•speckx•12m ago•0 comments

Silicon Valley's New Obsession: Watching Bots Do Their Grunt Work

https://www.wsj.com/tech/ai/ai-bots-claude-openclaw-285ac816
2•stefap2•12m ago•0 comments

25 Years of ADSL Speed

https://brainbaking.com/post/2026/03/25-years-of-adsl-speed/
2•Brajeshwar•13m ago•0 comments

Duolingo Is Talking to ByteDance: Cracking the Pangle SDK's Encryption

https://www.buchodi.com/your-duolingo-is-talking-to-bytedance-cracking-the-pangle-sdks-encryption/
1•ibobev•13m ago•0 comments

What CI looks like at a 100-person team (PostHog)

https://www.mendral.com/blog/ci-at-scale
2•shad42•14m ago•0 comments

In Criminal Cases, Moss Is Often Underfoot and Overlooked

https://www.nytimes.com/2026/03/12/science/moss-forensics-crime.html
1•ynac•14m ago•1 comments

Show HN: CloudCLI-Web/Mobile UI for Claude Code,Codex and Gemini(8.2k stars)

https://github.com/siteboon/claudecodeui
1•simosmik•14m ago•0 comments

Log Reducer – Cut 50-90% of tokens when your AI debugs logs (MCP tool and CLI)

https://github.com/launch-it-labs/log-reducer
1•imaniman•15m ago•0 comments

Dolphin PR: Add policy on LLM contributions

https://github.com/dolphin-emu/dolphin/pull/14445
2•flykespice•16m ago•0 comments

Show HN: We built an open source tool to see how AI cites our business

https://github.com/AINYC/canonry
1•arberx•16m ago•0 comments

Show HN: Reel Rogue Update – The Invisible Feeling

https://alt-qq.com/
1•qq-niklas•17m ago•0 comments

Show HN: I made clawfeeds, feeds for agents

https://clawfeeds.com
1•petervandijck•17m ago•1 comments

New model aims to keep remote robotaxi operators alert and ready

https://techxplore.com/news/2026-03-aims-remote-robotaxi-ready.html
1•Brajeshwar•18m ago•0 comments

Dreaming of a Ten-Year Computer

https://alexwlchan.net/2026/ten-year-computer/
1•wrxd•18m 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