frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The hermeneutic circle: a key to critical reading

https://nesslabs.com/hermeneutic-circle
1•andsoitis•1m ago•0 comments

Cloudflare CEO on how he chooses which employees to replace with AI

https://www.wsj.com/opinion/how-i-choose-which-cloudflare-employees-to-replace-with-ai-40a197e5
1•oradwan•1m ago•0 comments

A beginner-friendly approach to Pratt Parsing

https://washingtonramos.com/posts/1
1•PotatoFarmsKing•2m ago•1 comments

LocalFlow, run and protect n8n from laptop to cloud

https://github.com/karimbaidar/n8n-localflow
1•baidarkarim•2m ago•0 comments

NTSB Animation for UPS flight 2976 [video]

https://www.youtube.com/watch?v=iWkLZjJXaos
2•yupmat•3m ago•0 comments

Starship's Twelfth Flight Test

https://www.spacex.com/launches/starship-flight-12
3•pantalaimon•5m ago•0 comments

PostgreSQL backup tool gets some backup of its own after maintainer sounds alarm

https://www.theregister.com/databases/2026/05/20/postgresql-backup-tool-gets-some-backup-of-its-o...
1•Bender•6m ago•1 comments

Adding Foreground Tab Tracking to the Chrome Devtools Protocol

https://www.browserbase.com/blog/cdp-foreground-tab-tracking
1•nikisweeting•7m ago•1 comments

Bye-bye, Gemini CLI; Google's gone and swapped you for a closed-source AI

https://www.theregister.com/ai-ml/2026/05/20/bye-bye-gemini-cli-google-nudges-devs-toward-antigra...
1•Bender•7m ago•0 comments

NASA's Psyche spacecraft returns unfamiliar views of a familiar world

https://arstechnica.com/space/2026/05/nasas-psyche-spacecraft-returns-unfamiliar-views-of-a-famil...
1•Bender•8m ago•0 comments

Intuit to cut 17% of global jobs to streamline operations

https://www.reuters.com/business/world-at-work/intuit-cut-17-global-jobs-streamline-operations-me...
2•DGAP•9m ago•0 comments

What I Learned Building 8 Tbps of CDN

https://elijah.com.au/writing/built-8tbps-cdn/
1•ghuntley•9m ago•0 comments

Money is only a problem to those who don't have it

https://www.alkemix.art/p/the-gathering-storm
1•vinyasi•10m ago•0 comments

Pgrls: Static Analyzer for Postgres Row-Level Security

https://github.com/pgrls/pgrls
1•dmitrymaranik•10m ago•0 comments

Decline in heavy-duty tools correlates with megaherbivore disappearance

https://www.sciencedirect.com/science/article/pii/S0277379126000818
2•wslh•12m ago•0 comments

Repeated Header in a Next.js page using iframe and bbpress

https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0trtbjg6ukyudwntawqv.png
1•Thompson_Li•12m ago•1 comments

Google Declaring War on the Web

https://tante.cc/2026/05/20/on-google-declaring-war-on-the-web/
4•cdrnsf•14m ago•0 comments

Replacing NZ public servants with AI could come with hidden costs, critics warn

https://www.rnz.co.nz/news/political/595847/replacing-public-servants-with-ai-could-come-with-hid...
3•billybuckwheat•15m ago•0 comments

Non-Mendelian inheritance of DNA methylation patterns in mice

https://www.nature.com/articles/s41588-026-02604-z
3•bookofjoe•16m ago•0 comments

Show HN: CPU-only transcription for YouTube, TikTok, X, Instagram videos

https://github.com/kouhxp/yapsnap
3•mrkn1•19m ago•0 comments

Politics in the Age of NGOs as Arms of State Censorship

https://twitter.com/arctotherium42/status/2039127319202156745
2•barry-cotter•20m ago•0 comments

The Scale, the Plan, and the People

https://nooneshappy.com/article/the-scale-the-plan-and-the-people/
2•diebillionaires•21m ago•0 comments

America Turned Against AI According to the Poll Data: A Very Big Compilation

https://www.thealgorithmicbridge.com/p/how-america-turned-against-ai-according
7•gHeadphone•23m ago•0 comments

K3_AI: Run command on SpacemiT K3's AI cores

https://github.com/brucehoult/k3_ai/tree/main
2•hasheddan•25m ago•0 comments

Ascetic Computing

https://ratfactor.com/ascetic-computing
2•birdculture•25m ago•0 comments

My two-part desk setup

https://arslan.io/2025/11/18/my-two-part-desk-setup/
2•James72689•26m ago•0 comments

Show HN: Lessons from building a SIMA2 style agent in Roblox

https://www.frisson-labs.com/what-if-we-made-sima2-from-temu
2•ymaws•26m ago•0 comments

Show HN: Migo Games (Mac / iOS) – multiplayer mini games backed by elixir

https://apps.apple.com/us/app/migo-games/id6758592333
2•calflegal•27m ago•0 comments

Read Meta's Layoff Email to Employees

https://www.businessinsider.com/read-meta-layoff-email-employees-2026-5
4•metadat•28m ago•0 comments

SportsBookISH – Compare Kalshi event-contract odds vs. US sportsbooks

https://sportsbookish.com
2•kennyhyder•31m 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