frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Jonathan Daly's fav books about individuals who changed the way we see the world

https://bookdna.com/best-books/individuals-who-followed-their-muse-and-changed-th
1•bwb•1m ago•1 comments

Show HN: Free cloud-based tool for managing AI agents across multiple hosts

https://nodecartel.com/
2•itrinity•2m ago•0 comments

Telnet Song – Guy L Steele, Jr

http://wonderingminstrels.blogspot.com/2004/01/telnet-song-guy-l-steele-jr.html
1•__patchbit__•3m ago•0 comments

Mark Warren's favorite novels about a child's immersion into wilderness

https://bookdna.com/best-books/childs-immersion-into-wilderness
1•bwb•4m ago•1 comments

Sellers circumvent Lenovo's retro handheld ban with cheap wholesale storefronts

https://www.tomshardware.com/video-games/handheld-gaming/the-usd60-retro-gaming-handheld-that-esc...
2•giuliomagnifico•5m ago•0 comments

Unlimited free AI tools and more, live demo. watch now [video]

https://www.youtube.com/shorts/8HB-VgN3uTE
1•rrrpro123•7m ago•0 comments

A Queer Taste for Macaroni (2017)

https://publicdomainreview.org/essay/a-queer-taste-for-macaroni/
1•Michelangelo11•8m ago•0 comments

Why AI isn't showing up on your bottom line

https://www.exponentialview.co/p/why-ai-isnt-showing-up-on-your-bottom-line
1•brettlangdon•8m ago•0 comments

Unity AI Suite

https://unity.com/features/ai
1•teleforce•8m ago•0 comments

Best Prepaid Phone Plans (2026): Tello, Boost, Google Fi, More

https://www.wired.com/gallery/best-prepaid-phone-plans/
1•joozio•9m ago•0 comments

Seat Allocation and Seat Bias Under the Jefferson–D'Hondt Method (2018)

https://arxiv.org/abs/1805.08291
1•wolfi1•15m ago•0 comments

Unmasking Romance Scams with Osint – Mishaal Khan [video]

https://www.youtube.com/watch?v=5dXXrUqpwec
2•Fudgel•16m ago•0 comments

Claude Agent SDK: Build Your Own AI Terminal in 10 Minutes

https://www.mager.co/blog/2026-03-14-claude-agent-sdk-tui/
2•ankitg12•18m ago•0 comments

Accountability Throughput

2•shudv•20m ago•0 comments

Show HN: A Reverse Captcha for Clankers

https://clanker-captcha.jeromem.workers.dev/
2•rydgel•22m ago•0 comments

How to Destroy a Literary Reputation in One Move

https://www.honest-broker.com/p/how-to-destroy-a-literary-reputation
2•Michelangelo11•22m ago•0 comments

Diffusion over Networks

https://camerongordon0.substack.com/p/diffusion-over-networks
2•iciac•23m ago•0 comments

My wife tried to log 1k phone-free hours but quit. So I vibe-coded an app

https://play.google.com/store/apps/details?id=com.greendot.phonebreaks&hl=en_US
2•GreenDotstudios•29m ago•0 comments

Show HN: Cordium: FOSS sandbox platform that eliminates credential injection

https://github.com/octelium/cordium
2•geoctl•29m ago•0 comments

The first support engineer agent for dev tools companies

https://reproly.com
2•Sidi-jeddou•34m ago•1 comments

The Hallmarks of Aging (2013)

https://pmc.ncbi.nlm.nih.gov/articles/PMC3836174/
2•downbad_•34m ago•0 comments

Show HN: Overslash – an auth gateway for AI Agents

https://www.overslash.com/
2•arturogoosnargh•36m ago•1 comments

Russia Revives WWI Dazzle Camouflage to Evade Ukrainian AI Drones–Does It Work?

https://united24media.com/war-in-ukraine/russia-revives-wwi-dazzle-camouflage-to-evade-ukrainian-...
1•Symbiote•37m ago•1 comments

How to Think About AI in Your Product

https://abgoyal.com/posts/how-to-think-about-ai-in-your-product/
1•ghoul2•42m ago•0 comments

Squillions – two books about money-laundering

https://www.lrb.co.uk/the-paper/v48/n09/john-lanchester/squillions
1•rwmj•43m ago•0 comments

2D Internet? So 1995. Building a '90s VRML-verse with SGI [video]

https://www.youtube.com/watch?v=9X_NKRbuPf4
3•6581•44m ago•0 comments

Show HN: Agent Deck: Native Mac app for managing AI coding agents| powered by PI

https://agentdeck.site/
2•streetcoder•47m ago•0 comments

Claude Code plugin that shows what's happening

https://github.com/jarrodwatts/claude-hud
2•ankitg12•48m ago•0 comments

Show HN: 1B rows (14B cells) in the browser with DuckDB and Glide Data Grid

https://analytics-grid.com/
1•engraver•59m ago•2 comments

My Accessibility Stack and the Future on Wayland

https://nocoffei.com/?p=451
4•birdculture•1h ago•1 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