frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Namecheap Extreme Price Hike

1•_RPM•2m ago•0 comments

Iran to seek 'insurance fees' for passage through Strait of Hormuz

https://www.ft.com/content/e1068044-5124-47d9-81ba-c4a3efc16384
1•JumpCrisscross•4m ago•0 comments

AI GPUs probably live longer than three years

https://www.seangoedecke.com/ai-gpus-live-longer-than-three-years/
1•gmays•4m ago•0 comments

The data black hole at the center of AI [video]

https://www.youtube.com/watch?v=4pG3SJQPAwk
1•colonCapitalDee•4m ago•0 comments

What I learned competing against a convnet (Karpathy 2014)

http://karpathy.github.io/2014/09/02/what-i-learned-from-competing-against-a-convnet-on-imagenet/
1•highfrequency•7m ago•0 comments

Sundial: Agent-Native Document Editor

https://www.sundial.md/blog/announcing-sundial
1•belindamo•8m ago•0 comments

How the Nashville Zoo Became the Latest Face of Data Center Opposition

https://www.nytimes.com/2026/06/19/us/nashville-zoo-data-center.html
2•ChrisArchitect•11m ago•0 comments

Cursor's New GitHub Competitor, Origin

https://twitter.com/morganlinton/status/2066958434805956937
2•JumpCrisscross•12m ago•0 comments

What ORMs have taught me: just learn SQL (2014)

https://wozniak.ca/blog/2014/08/03/1/
1•downbad_•12m ago•0 comments

Valar Atomics' nuclear reactor reaches criticality in Utah

https://www.deseret.com/utah/2026/06/18/valar-atomics-goes-critical-in-utah/
1•beefman•12m ago•0 comments

The Agentic Resource Discovery Specification

https://developers.googleblog.com/en/announcing-the-agentic-resource-discovery-specification/
1•JumpCrisscross•13m ago•0 comments

AI will create more jobs for humans, not replace them, Amazon founder Bezos says

https://www.bbc.com/news/articles/ceqdrw2yy3vo
1•root-parent•14m ago•0 comments

Make Your OpenClaw Agent Cheaper, and Measure It Yourself

https://gfrm.in/posts/openclaw-cheaper-measure-it-yourself/
1•slygent•14m ago•0 comments

The Stock Market Should Never Determine Foreign Policy

https://www.barrons.com/articles/stock-market-economy-foreign-policy-trump-ec94090e
2•hn_acker•15m ago•2 comments

Automata, Built for Comfort or Speed

https://www.tbray.org/ongoing/When/202x/2026/06/14/DFA-Costs
1•timbray•16m ago•0 comments

Absolutly fastest virtual bash engine for you AI have a new site

https://bashkit.sh/
2•chalyi•16m ago•0 comments

Show HN: Ways Of Working (WOW) - seeking tips for teamwork

2•jph•17m ago•0 comments

I Replaced JSON with a Custom Binary Format. In PHP

https://tomj.pro/i-replaced-json-with-a-custom-binary-format-in-php/
1•TomJpro•17m ago•0 comments

A Visit to id Software (November 1993)

https://www.youtube.com/watch?v=HpEBUV_g9vU
2•_tk_•24m ago•1 comments

What if Palantir's logo was square?

https://www.jasonwu.ink/signals/2026-06-18-palantir-square
3•whiteblossom•24m ago•0 comments

The Rapture of the Programming Languages

https://fogknife.com/2026-06-19-the-rapture-of-the-programming-languages.html
2•doodpants•26m ago•0 comments

Hallucinating Canary

https://github.com/marinus/hallucinating-canary
2•marinusva•28m ago•1 comments

The Download: AI bottleneck debates, and BCI trials take off

https://www.technologyreview.com/2026/06/19/1139327/the-download-llms-bottleneck-breakthrough-bci...
1•joozio•29m ago•0 comments

Artery Embolization W Resorbable Gelatin Microspheres in Osteorthritic Knee Pain

https://pubs.rsna.org/doi/10.1148/radiol.253312
2•bookofjoe•31m ago•0 comments

Anthropic "pauses" token-based billing for its Claude Agent SDK

https://arstechnica.com/ai/2026/06/anthropic-pauses-token-based-billing-for-its-claude-agent-sdk/
1•mikhael•31m ago•0 comments

How I Work from Anywhere Without Losing My Place

https://micro.webology.dev/2026/06/13/how-i-work-from-anywhere/
3•speckx•32m ago•0 comments

AURpocalypse now: a look at the recent AUR attacks

https://lwn.net/SubscriberLink/1077619/f7b07c5489fdd43a/
3•jwilk•32m ago•0 comments

Show HN: No-install, end-to-end encrypted HTML artifact sharing for agents

https://askhuman.app/
2•rvcdbn•36m ago•0 comments

Repo-Jacking Anthropic's Claude Community Plugins (and the SHAs That Saved Them)

https://johnstawinski.com/2026/06/18/repo-jacking-anthropics-claude-community-plugins-and-the-sha...
2•cyberbender•36m ago•0 comments

The False Sense of Productivity

https://blog.ngxson.com/the-false-sense-of-productivity
1•ngxson•36m 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