frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Summer the Ticks Took Over

https://www.nytimes.com/2026/08/20/magazine/tick-season-lone-star-alpha-gal-syndrome-lyme.html
1•bookofjoe•14s ago•0 comments

"No Disc, No Buy" Is Bigger Than Sony Expected

https://www.gadgetreview.com/no-disc-no-buy-is-bigger-than-sony-expected-angry-comments-hijacked-...
1•randycupertino•41s ago•0 comments

Goldman Says Hedge Funds Had Worst July vs. S&P 500 in 20 Years

https://www.cnbc.com/2026/08/21/goldman-hedge-funds-historic-underperformance-sp500-degrossing.html
1•tcp_handshaker•43s ago•0 comments

Show HN: Declarative-forms – await an object the way prompt() awaits a string

https://wolfoo2931.github.io/declarative-forms/
2•WolfOliver•3m ago•0 comments

Vesta Gives Claude Code Superpowers

https://github.com/kanjani-ai-research/Vesta
2•aug2uag•4m ago•1 comments

Uber Faces €825M Dutch Fine over Driver Suspensions

https://www.bloomberg.com/news/articles/2026-08-21/uber-faces-825-million-dutch-fine-over-driver-...
2•tcp_handshaker•4m ago•0 comments

The puzzling case of Britain's young people and what they think of AI

https://publicfirsttech.substack.com/p/gen-ai-the-puzzling-case-of-britains
2•giuliomagnifico•5m ago•0 comments

Sell the Truth

https://naval.substack.com/p/sell
2•tylerdane•5m ago•0 comments

Oasis: Giving Agents Situational Awareness

https://joinoasis.com
2•ns90001•5m ago•1 comments

Ask HN: How to Relicense an Old Project

2•gradschool•5m ago•0 comments

Popular Rust Crates Compromised in Build-Time Supply Chain Attack

https://socket.dev/blog/popular-rust-crates-compromised
3•dabinat•6m ago•0 comments

Musk fumbles the timetable for first Starship catch

https://www.theregister.com/offbeat/2026/08/21/musk-fumbles-the-timetable-for-first-starship-catc...
1•DemiGuru•7m ago•0 comments

LFM2.5-DSpark: Up to 3.2x Faster Inference from H100 to MacB

https://www.liquid.ai/blog/lfm2.5-dspark
2•Alephinitesimal•7m ago•0 comments

Every skill-evolution method authored unsafe skills across four agent harnesses

https://arxiv.org/abs/2608.12851
1•zwdommy•9m ago•0 comments

Technology Connections water heater is cooler than yours: Heat Pump Water Heater [video]

https://www.youtube.com/watch?v=F_7B2shTPPU
1•u1hcw9nx•10m ago•0 comments

Gemma

https://github.com/google-gemma/awesome-gemma
1•xnx•10m ago•0 comments

Linus Torvalds Endures a Debug Session from Hell, "Enormously Helped" by AI

https://www.phoronix.com/news/Linus-Torvalds-Debug-AI
1•theanonymousone•10m ago•0 comments

Rebuilding our Electron meeting-recording engine in Swift

https://circleback.ai/blog/how-we-rebuilt-our-electron-recording-engine-in-swift
4•arguiot•10m ago•0 comments

Tesla sunsets its Solar Roof tiles

https://www.theverge.com/tech/983167/tesla-solar-roof-tiles-discontinued
1•doener•11m ago•0 comments

Citadel unwound more than 80% of risk tied to Situational Awareness portfolio

https://www.cnbc.com/2026/08/21/citadel-situational-awareness-ken-griffin.html
1•kamaraju•12m ago•0 comments

When the Shortage Is the Strategy

https://nooneshappy.com/article/when-the-shortage-is-the-strategy/
2•speckx•12m ago•0 comments

Show HN: All your saved articles in one place

https://www.topicsapp.net
1•starlightttt•13m ago•0 comments

Galactic Compass 2: now with new augmented reality mode

https://interconnected.org/home/2026/08/21/galactic
1•bobbiechen•13m ago•0 comments

Man loses so much weight employer doesn't recognize him

https://wsvn.com/news/help-me-howard/man-loses-so-much-weight-employer-doesnt-recognize-him/
1•madihaa•13m ago•0 comments

Anacraft – Google Analytics, mined block by block

https://anacraft.dev/
1•mehfuzh•13m ago•1 comments

Civil Society Groups Ask Nottinghamshire Police to Halt Live Face Recognition

https://www.eff.org/deeplinks/2026/08/eff-and-civil-society-groups-call-nottinghamshire-police-ha...
6•hn_acker•16m ago•1 comments

Agent to Agent Communication in Wild

1•digitcatphd•18m ago•0 comments

WorldLoop – Procedural CAD for Roblox Studio

https://worldloop.io/app
2•DanieleCangi•18m ago•1 comments

The cube, the epicycles, and the human face

https://www.andreinc.net/2026/06/15/the-cube-the-epicycles-and-the-human-face/
1•nomemory•19m ago•0 comments

The Actual Epistemic Crisis

https://pluralistic.net/2026/08/20/epistemic-void/
2•hn_acker•19m 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