frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Technical Recruiter in 2026

https://anangsha.substack.com/p/technical-recruiting-in-2026-how
1•monolikma•1m ago•0 comments

Lee Kuan Yew – Resources

https://advaypal.com/writes/lky_resources/
1•advaypal•1m ago•0 comments

Neil Sedaka, Singing Craftsman of Memorable Pop Songs, Dies at 86

https://www.nytimes.com/2026/02/27/arts/music/neil-sedaka-dead.html
1•bookofjoe•3m ago•0 comments

Amazon deal with OpenAI shakes up AI landscape

https://www.axios.com/2026/02/27/ai-amazon-openai-chips
1•doener•3m ago•1 comments

Emuko: Fast RISC-V emulator written in Rust, boots Linux

https://github.com/wkoszek/emuko
1•felipap•3m ago•0 comments

Gait: A Voluntary Transparency Framework for AI Use in Games

https://hypervisor.studio/blog/introducing-gait-game-ai-transparency.html
2•jamesjennings•5m ago•0 comments

Moltler the Skills Framework for Elasticsearch

https://hub.moltler.dev/
1•bahaazarmi•6m ago•0 comments

Should Social Media Algorithms Have Age-Based Safeguards for Over-60s?

https://petition.parliament.uk/petitions/758659
1•lalessandro2•6m ago•0 comments

Ask HN: Can our bootstrapped startup keep up?

3•lewq•8m ago•0 comments

How are we physically caging autonomous AI? (My architecture for kill-switch)

https://plinklogic.tech
1•Johngreetme•9m ago•1 comments

Show HN: QF STEM Ledger – Logging Structured Cognitive Work

https://ledger.quantumformalism.com/
1•bamborde_zaiku•10m ago•0 comments

Write Modern Go Code with Junie and Claude Code

https://blog.jetbrains.com/go/2026/02/20/write-modern-go-code-with-junie-and-claude-code/
1•Annprots•12m ago•1 comments

Paramount strikes deal to buy Warner Bros Discovery for $110B

https://news.sky.com/story/paramount-agrees-to-buy-warner-bros-discovery-in-110bn-deal-13513157
1•austinallegro•13m ago•1 comments

Human brain cells on a chip learned to play Doom in a week

https://www.newscientist.com/article/2517389-human-brain-cells-on-a-chip-learned-to-play-doom-in-...
2•stared•13m ago•0 comments

Rank5.io – a party game about the people you play with

https://rank5.io/howTo
2•blendaddict•14m ago•2 comments

Show HN: A production-style recommender using vector retrieval and re-ranking

2•ftonato•16m ago•0 comments

Wall Street hit by UK mortgage lender collapse, raising fears

https://www.reuters.com/business/finance/barclays-shares-fall-possible-losses-collapse-market-fin...
2•cs702•18m ago•0 comments

New Credit Blowup in London Has Wall Street Chasing Billions

https://www.bloomberg.com/news/articles/2026-02-26/a-new-credit-blowup-in-london-has-wall-street-...
1•cs702•19m ago•0 comments

Show HN: MCP server for AI compliance documentation (Colorado AI Act)

https://github.com/jeremytuite/aop-mcp-server
2•jeremytuite•20m ago•0 comments

The fix to the iPhone Antennagate was 20 bytes (2025)

https://mastoreader.io/?url=https%3A%2F%2Fhachyderm.io%2F%40samhenrigold%2F115330105694760262
1•colinprince•21m ago•0 comments

The Tools of Angel Investing

https://zachholman.com/posts/the-tools-of-angel-investing
2•holman•22m ago•0 comments

Murder is coming to AI, but not to Claude

https://zeitgeistml.substack.com/p/murder-is-coming-to-ai-but-not-to
1•eh_tk•23m ago•1 comments

Extracting 100K concepts from an 8B LLM

https://www.guidelabs.ai/post/concept-discovery-in-steerling-8b/
1•adebayoj•24m ago•1 comments

Agents with "Hands"

https://www.openfang.sh/
2•OsamaJaber•26m ago•4 comments

Show HN: SourceThread – Where ideas evolve through remix

https://app.sourcethread.com/
1•sourcethread•27m ago•0 comments

When Video Games Were Brown [Video]

https://www.youtube.com/watch?v=TTjGDkDI49I
1•petepete•27m ago•0 comments

Software as a Theater

https://aimode.substack.com/p/software-as-a-victorian-theater
2•warthog•29m ago•0 comments

Southern California air board rejected pollution rule after flood of AI comments

https://phys.org/news/2026-02-southern-california-air-board-pollution.html
3•anigbrowl•30m ago•0 comments

Barbara? Bush Crowley?

https://www.youtube.com/watch?v=_938-wC_mGo
1•krautburglar•30m ago•0 comments

Amazon Wishlist Doxing Threat

https://hachyderm.io/@dalias/116137460475754133
2•colinprince•31m ago•0 comments
Open in hackernews

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

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

Comments

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