frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A 3D Lattice Boltzmann solver with 200x compute acceleration

https://frontend-seven-delta-66.vercel.app/
1•kauai1•6m ago•0 comments

Ask HN: Would you buy a TRON: legacy neon line clothes?

1•alonsovm44•9m ago•1 comments

Hacker Dojo

https://en.wikipedia.org/wiki/Hacker_Dojo
1•Austin_Conlon•11m ago•0 comments

Apple, Google push for judicial oversight in Canada online safety bill

https://www.reuters.com/legal/litigation/apple-google-push-judicial-oversight-canada-online-safet...
1•Cider9986•16m ago•0 comments

Paxton Wins Texas Republican Primary After Trump Endorsement

https://www.reuters.com/world/us/cornyn-fights-political-life-against-trump-endorsed-paxton-texas...
3•Cider9986•17m ago•0 comments

Book the lakehouse – A beautiful OSS booking calendar for holiday homes

https://github.com/shrimbly/book-the-lakehouse
1•falloon•18m ago•0 comments

Mined in America Act Would Put Bitcoin Network at Risk

https://www.therage.co/mined-in-america-act-bitcoin-at-risk/
3•Cider9986•21m ago•0 comments

New Class of Gaming Systems (Hardware): Imagination Based Gaming [video]

https://www.youtube.com/shorts/TU0SFNk0hg0
1•AleBog•26m ago•1 comments

AV2 codec may be finalized on May 29

https://videocardz.com/newz/av2-codec-may-be-finalized-on-may-29
1•rguiscard•28m ago•0 comments

Effect of Vitamin D2 Supplementation on 25-Hydroxyvitamin D3 Status

https://academic.oup.com/nutritionreviews/advance-article/doi/10.1093/nutrit/nuaf166/8256613
1•bookofjoe•29m ago•0 comments

Webwright: A Terminal Is All You Need for Web Agents

https://www.microsoft.com/en-us/research/articles/webwright-a-terminal-is-all-you-need-for-web-ag...
1•carlual•31m ago•0 comments

Alberta Separatism

https://en.wikipedia.org/wiki/Alberta_separatism
1•lisper•32m ago•0 comments

"my battery is low and it's getting dark" – were never sent from Mars

https://spacedaily.com/b-the-opportunity-rovers-famous-last-words-my-battery-is-low-and-its-getti...
2•wglb•33m ago•0 comments

So, Where Does Next-Token Prediction Leave Us?

https://pop.rdi.sh/where-does-next-token-prediction-leave-us/
2•0x5FC3•36m ago•0 comments

Tunecat: Simple Internet Radio

https://codeberg.org/lindenii/tunecat/
3•croottree•39m ago•0 comments

Trump Administration to Send Americans Exposed to Ebola to Kenya

https://www.nytimes.com/2026/05/26/us/politics/trump-ebola-kenya.html
6•osnium123•40m ago•5 comments

Netherlands blocked US company from buying provider of Dutch digital identity

https://thenextweb.com/news/the-netherlands-just-blocked-a-us-company-from-buying-the-cloud-provi...
3•rguiscard•40m ago•1 comments

Aurora DSQL and the Circle of Life

https://marc-bowes.com/dsql-circle-of-life.html
1•croottree•41m ago•0 comments

Ian's Shoelace Site

https://www.fieggen.com/shoelace/index.htm
1•jmague•41m ago•2 comments

Add your vision and values for earth and see others'

https://wherearewegoing.earth
1•kevinshah•47m ago•0 comments

Show HN: Windows 8 inspired transfer speed graph

https://speed-transfer.arijs.org/
1•rhengles•56m ago•0 comments

Show HN: Hyper, the self driving company brain

https://heyhyper.ai/
1•shainvs•1h ago•0 comments

Kanban Bowl – A lightweight Kanban board inside VS Code

https://github.com/yannickboog/kanban-bowl
1•Schaefle•1h ago•0 comments

Stripe is friendly to "friendly fraud"

https://www.gingerlime.com/2026/stripe-seem-friendly-to-friendly-fraud/
54•gingerlime•1h ago•13 comments

Using SwiftUI to Build a Mac-Assed App in 2026

https://pfandrade.me/blog/mac-assed-swiftui-app/
1•birdculture•1h ago•0 comments

Notable Properties of Specific Numbers

http://www.mrob.com/pub/math/numbers-19.html
1•rolph•1h ago•0 comments

Erin Brockovich made a map to track data centers around the country

https://www.niemanlab.org/2026/05/erin-brockovich-made-a-map-to-track-data-centers-around-the-cou...
43•cratermoon•1h ago•26 comments

How to find Intel-based apps that might be triggering macOS warning popups

https://gist.github.com/kentbrew/a88c1fd0359417284192f80aaa706480
1•kentbrew•1h ago•0 comments

The Best Engineers Write Less Code

https://shvetsm.github.io/posts/the-best-engineers-write-less-code/
2•funnyenough•1h ago•3 comments

I ditched LM Studio for llama.cpp and my local LLM doesn't feel like a downgrade

https://www.xda-developers.com/ditched-lm-studio-for-llama-cpp-and-local-llm-doesnt-feel-like-dow...
1•makerdiety•1h ago•0 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