frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Grokking Wavefunction collapse in actual quantum systems

https://www.asiae.co.kr/article/2026032509340425584
1•vi_sextus_vi•9s ago•0 comments

Show HN: We built a smart camera only robot vacuum (Well almost)

https://indraneelpatil.github.io/blog/2026/robot-vacuum/
1•indraneelpatil•1m ago•0 comments

Scientists found a protein that drives brain aging – and how to stop it

https://www.sciencedaily.com/releases/2026/04/260405065236.htm
1•mikhael•2m ago•0 comments

Anthropic Removed MagicDocs from Claude Code

https://translunar.io/blog/2026/04/05/magicdocs-removed/
1•translunar•10m ago•1 comments

Show HN: REST API for Gymnasium (fka OpenAI Gym) reinforcement learning library

https://github.com/cloudkj/gymnasium-http-api
1•cloudkj•10m ago•0 comments

Mark Andreessen: "AGI is here"

https://twitter.com/i/status/2040922415551959338
1•SergeAx•13m ago•0 comments

Can your AI rewrite your code in assembly?

https://lemire.me/blog/2026/04/05/can-your-ai-rewrite-your-code-in-assembly/
1•sysoleg•21m ago•0 comments

Wizards of Leroy (and Wrico) Lettering

https://kleinletters.com/Blog/wizards-of-leroy-and-wrico-lettering/
1•rgovostes•22m ago•0 comments

More teens are getting hooked on gambling, often going undetected

https://text.npr.org/nx-s1-5762276
2•1659447091•25m ago•0 comments

NativeRest – Native REST API Client

https://nativesoft.com/
1•KomoD•34m ago•0 comments

RSA WARNING

https://zenodo.org/records/19435034
2•sunbagger•35m ago•0 comments

NSA and IETF, Part 7

https://blog.cr.yp.to/20260405-votes.html
2•Tomte•35m ago•0 comments

The Extinction of the Junior Engineer

https://michaelnovati.substack.com/p/the-extinction-of-the-junior-engineer
1•michaelnovati•35m ago•1 comments

An Inside Look at OpenAI and Anthropic's Finances Ahead of Their IPOs

https://www.wsj.com/tech/ai/openai-anthropic-ipo-finances-04b3cfb9
3•1vuio0pswjnm7•35m ago•1 comments

Realtime monitor of count of animals slaughtered in the US this year

https://animalclock.org/
2•chirau•36m ago•1 comments

Bump Mesh: A vibe-coded, open-source tool for texturing 3D prints

https://www.youtube.com/watch?v=rTBkjR7JvzI
1•kmmbvnr_•39m ago•0 comments

Drop, formerly Massdrop, ends most collaborations and rebrands under Corsair

https://drop.com/
1•stevebmark•45m ago•0 comments

TSMC plans 12 fabs in Arizona as supply chain shifts from passive to active

https://www.digitimes.com/news/a20260402PD213/tsmc-arizona-fab-expansion-supply-chain-usa.html
2•alephnerd•50m ago•0 comments

Stop Pushing AI Generated Code to Git

https://blog.tombert.com/Posts/Technical/2026/04-April/Stop-Pushing-AI-Generated-Code-to-Git
4•tombert•53m ago•0 comments

Eight years of wanting, three months of building with AI

https://simonwillison.net/2026/Apr/5/building-with-ai/
1•doppp•1h ago•1 comments

The Reason VO₂ Max Declines with Age

https://www.gethealthspan.com/research/article/why-vo2-max-declines-with-age
12•dtawfik1•1h ago•0 comments

Hierarchical-Context-Compressor

https://github.com/reyavir/hierarchical-context-compressor
1•handfuloflight•1h ago•0 comments

Hacker News Rank – Chrome Web Store

https://chromewebstore.google.com/detail/hacker-news-rank/hidhfijjhnnajlkikijcnmpgamfjocdh
2•shanyat•1h ago•0 comments

GK4I: Guidance Key for Insights(Beta)

https://www.gk4i.com/
1•nashwar•1h ago•0 comments

Why do so many digital transformations fail?

https://www.sciencedirect.com/science/article/pii/S0148296324000328
1•teleforce•1h ago•1 comments

Show HN: HTML to Markdown with CSS selector & XPath annotations for LLM Scraper

https://github.com/lightfeed/scrapedown
2•andrew_zhong•1h ago•0 comments

Docracy: A Bureaucracy for Agentic Frameworks

https://github.com/torrinworx/docracy
2•torrinleonard•1h ago•0 comments

How are we isolating AI Guests on ARMv9-A RME?

https://github.com/Lex-Col/Guardian-Angel-Protocol
1•Alexand3rc•1h ago•0 comments

InfinityMock – AI-powered mock test generator for 110 global exams

https://infinitymock.com/
2•sauhard121•1h ago•0 comments

The story of one failed digital transformation

https://blogs.lse.ac.uk/businessreview/2026/03/18/the-story-of-one-failed-digital-transformation/
2•teleforce•1h 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