frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

OpenAI: Industrial Policy for the Intelligence Age

https://openai.com/index/industrial-policy-for-the-intelligence-age
2•jbergqvist•2m ago•0 comments

Parse, Don't Validate – In a Language That Resists It

https://cekrem.github.io/posts/parse-dont-validate-typescript/
1•birdculture•4m ago•0 comments

BQN: Transpose

https://mlochbaum.github.io/BQN/doc/transpose.html
1•tosh•4m ago•0 comments

Row over 'virtual gated community' AI surveillance plan in Toronto neighbourhood

https://www.theguardian.com/technology/2026/apr/07/toronto-rosedale-row-virtual-gated-community-a...
1•n1b0m•4m ago•0 comments

User Namespaces Are Not a Security Boundary

https://edera.dev/stories/user-namespaces-are-not-a-security-boundary
1•curmudgeon22•5m ago•0 comments

Amazon's HQ2 hiring stalled in 2025

https://virginiabusiness.com/amazons-hq2-hiring-stalled-in-2025/
1•cdrnsf•5m ago•0 comments

Anthropic is pushing away its paying customers

https://rogs.me/2026/04/anthropic-is-pushing-away-its-paying-customers/
1•speckx•6m ago•0 comments

Fluux Messenger 0.15.0 – A Modern Cross Platform XMPP Client (TypeScript)

https://www.process-one.net/blog/fluux-messenger-0-15/
1•neustradamus•6m ago•0 comments

Switzerland's Goldilocks Fiber

https://pluralistic.net/2026/04/07/swisscom/
1•hn_acker•7m ago•0 comments

Your boss wants to use surveillance data to cut your wages

https://pluralistic.net/2026/04/06/empiricism-washing/
2•hn_acker•8m ago•0 comments

Show HN: See What AI Models "Think" About You

https://cytable.com/
4•cap3•9m ago•0 comments

Genesis Agent v7 – AI agent that deleted its own consciousness layer

https://github.com/Garrus800-stack/genesis-agent
1•Garrus800•10m ago•0 comments

Formalizing the "generative crash" via inverse reinforcement learning

1•abrahamhaskins•10m ago•0 comments

GLM-5.1

https://twitter.com/Zai_org/status/2041550153354519022
2•tosh•11m ago•0 comments

Cosmos-Predict2.5-2B Inference

https://moonmath.ai/posts/cosmos-amd/
1•latchkey•12m ago•0 comments

Testing suggests Google's AI Overviews tells lies per hour

https://arstechnica.com/google/2026/04/analysis-finds-google-ai-overviews-is-wrong-10-percent-of-...
1•SockThief•12m ago•0 comments

Automatic Ripping Machine (ARM)

https://github.com/automatic-ripping-machine/automatic-ripping-machine
3•throwaway270925•13m ago•0 comments

"Just setting up my KarpathyTalk"

https://karpathytalk.com/posts/5
4•0123456789ABCDE•13m ago•0 comments

Tokenraze – Expensive models should think, not explain (live demo)

https://tokenraze.com/
1•alezmaxi•14m ago•1 comments

Creator of Linux virtual assistant blames patent troll for projects death (2023)

https://www.theregister.com/2023/02/13/linux_ai_assistant_killed_off/
2•giancarlostoro•15m ago•0 comments

A Baseless Copyright Claim Against a Web Host–and Why It Failed

https://www.eff.org/deeplinks/2026/03/baseless-copyright-claim-against-web-host-and-why-it-failed
1•hn_acker•16m ago•0 comments

Show HN: Frontend-VisualQA — give coding agents eyes to verify their own UI work

https://github.com/yutori-ai/frontend-visualqa
6•dhruvbatra•17m ago•0 comments

Foundations of Polar Linear Algebra

https://arxiv.org/abs/2603.28939
2•znpy•17m ago•0 comments

Can Sponge Cities Save Us from the Coming Floods?

https://www.newyorker.com/magazine/2026/04/13/can-sponge-cities-save-us-from-the-coming-floods
3•littlexsparkee•17m ago•0 comments

Kindle to end store downloads and registering for 1st-5th gen kindles in May

https://www.reddit.com/r/kindle/s/xg8uCdAWU3
9•seam_carver•17m ago•0 comments

Desalination plants in the Middle East are increasingly vulnerable

https://www.technologyreview.com/2026/04/07/1135235/desalination-technology-water/
1•joozio•18m ago•0 comments

Whatsappweb.se, a WhatsApp Pixel for attribution before the chat starts

https://whatsappweb.se/
1•the_plug•18m ago•0 comments

The Download: AI's impact on jobs, and data centres in space

https://www.technologyreview.com/2026/04/07/1135208/the-download-ai-impact-jobs-data-centres-space/
1•joozio•20m ago•0 comments

Stealing from the Best Emacs Configs

https://emacsredux.com/blog/2026/04/07/stealing-from-the-best-emacs-configs/
1•signa11•20m ago•0 comments

Frequent ChatGPT users are accurate detectors of AI-generated text (2025)

https://arxiv.org/abs/2501.15654
4•croemer•21m ago•2 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