frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Vercel says some of its customers' data was stolen prior to its recent hack

https://techcrunch.com/2026/04/23/vercel-says-some-of-its-customers-data-was-stolen-prior-to-its-...
1•ejcx•2m ago•0 comments

Towards end-to-end automation of AI research

https://www.nature.com/articles/s41586-026-10265-5
1•hardmaru•3m ago•0 comments

The Flavor of the AI Interface

https://metedata.substack.com/p/009-the-flavor-of-the-ai-interface
1•young_mete•6m ago•0 comments

GitHub randomly reverting merged commits without notification

https://twitter.com/theotherelliott/status/2047467609486954623
1•cancan•8m ago•1 comments

Kaplay.js, HTML5 Game Library for JavaScript and TypeScript

https://kaplayjs.com
1•Tomte•8m ago•0 comments

Ask HN: Agentic Prompt Compaction Strategies

1•davidajackson•9m ago•0 comments

Norway Set to Become Latest Country to Ban Social Media for Under 16s

https://www.bloomberg.com/news/articles/2026-04-24/norway-wants-kids-to-be-kids-with-social-media...
2•1vuio0pswjnm7•9m ago•0 comments

In the AI Era, Shopify Is Investing in Junior Engineers–Not Cutting Them

https://coderpad.io/blog/hiring-developers/in-the-ai-era-shopify-is-investing-in-junior-engineers...
3•herbertl•9m ago•1 comments

What Will It Take to Get A.I. Out of Schools?

https://www.newyorker.com/culture/progress-report/what-will-it-take-to-get-ai-out-of-schools
2•healsdata•10m ago•0 comments

GitHub secure repo template (pinned SHAs and vulnerability scanning)

https://github.com/CaseyLabs/kc-secure-repo-template
1•lenova•10m ago•0 comments

The DevTool Verdict Ft Madhav Bhagat [video]

https://www.youtube.com/watch?v=VFFzC1GpC-o
1•mooreds•11m ago•0 comments

The Tribe Has to Outlive the Model

https://christophermeiklejohn.com/ai/zabriskie/agents/reliability/2026/04/23/the-tribe-has-to-out...
1•speckx•12m ago•0 comments

A few thoughts on «Using Obsidian with AI»

https://www.ssp.sh/brain/using-obsidian-with-ai/
1•sspaeti•12m ago•0 comments

A Breakthrough Heart Procedure Comes with Risky Tradeoffs

https://www.wsj.com/health/healthcare/heart-valve-tavr-surgery-aorta-1e0eda70
2•impish9208•12m ago•2 comments

Vibe-coding video games with Claude

https://gamevibe.us/11-breakout-ultra
2•pzxc•14m ago•1 comments

Agent is a distributed system (and fails like one)

https://maheshba.bitbucket.io/blog/2026/04/24/agentfailures.html
1•pramodbiligiri•14m ago•0 comments

Ask HN: What can I read to learn about ADHD?

1•eudamoniac•14m ago•0 comments

Amazon-Backed Hollywood Production Startup Deploys AI for Speed and Cost-Cutting [video]

https://www.youtube.com/watch?v=D5Ylmvn_D6g
2•mgh2•15m ago•0 comments

Future-proofing an enterprise agentic platform architecture

https://medium.com/quantumblack/creating-a-future-proof-enterprise-agentic-platform-architecture-...
2•stichers•19m ago•0 comments

Different Language Models Learn Similar Number Representations

https://arxiv.org/abs/2604.20817
8•Anon84•20m ago•0 comments

Sourcehut disrupted due to DDoS attack

https://status.sr.ht/issues/2026-04-22-ddos-attack/
1•bradley_taunt•20m ago•0 comments

Show HN: Browser Harness – simplest way to give AI control of real browser

https://github.com/browser-use/browser-harness
2•gregpr07•23m ago•0 comments

Graphical Emacs Browser

https://github.com/emacs-os/embr.el
3•qazxcvbnm•23m ago•1 comments

Scientists map how HIV hijacks human cells–and how cells can fight back

https://medicalxpress.com/news/2026-04-scientists-hiv-hijacks-human-cells.html
1•gmays•25m ago•0 comments

Sabotaging projects by overthinking, scope creep, and structural diffing

https://kevinlynagh.com/newsletter/2026_04_overthinking/
27•alcazar•25m ago•4 comments

Parfit – a codebase-aware comment reflow tool written in Rust

https://github.com/caldempsey/parfit
1•caldempsey•27m ago•1 comments

Food for Agile Thought #541: GPT-5.5, Product Managers&Trouble, Product on Speed

https://age-of-product.com/food-agile-thought-541-gpt-55/
1•swolpers•27m ago•0 comments

Why Meta is laying off 10% of its workforce

https://www.latimes.com/business/story/2026-04-23/why-meta-is-laying-off-10-of-its-workforce
4•1vuio0pswjnm7•30m ago•2 comments

Ask HN: How are you using AI code assistants on large messy legacy code bases?

2•thinkingtoilet•30m ago•1 comments

What is a passkey, how does it work and why is it better than a password?

https://www.theguardian.com/technology/2026/apr/24/what-is-a-passkey-how-does-it-work-and-why-is-...
1•charlieirish•31m 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