frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Autoresearch for Optimizing Elliptic-Curve Point Addition in Shor's Algorithm

https://arxiv.org/abs/2609.09582
1•simonpure•2m ago•0 comments

From Lisp at JPL to Building AdWords at Google

https://corecursive.com/inside-early-google/
1•oumua_don17•4m ago•0 comments

Show HN: Caffenol, a darkroom simulation photo editing toy

https://caffenol.app/
1•vintagevibe•5m ago•0 comments

The Intelligence Asymptote

https://joshhawthorne.substack.com/p/the-intelligence-asymptote
1•JoHawth31•6m ago•1 comments

Show HN: Hacker News, but only AI news

https://allslop.news/
1•gavino•9m ago•1 comments

Hot coffee could cause oesophageal cancer

https://www.economist.com/science-and-technology/2026/09/11/hot-coffee-could-cause-oesophageal-ca...
5•vinni2•14m ago•4 comments

Light from your phone or the crack under your door could be damaging your health

https://www.fastcompany.com/91605352/this-common-sleep-sleeping-habit-changes-shape-of-your-heart...
2•prmph•16m ago•0 comments

Solve@Home: An open version of OpenAI's 10k-agent approach to hard math

https://solveathome.org/projects/twin-primes/board
2•Bry789123•17m ago•0 comments

9/11 in Berkeley

https://scottaaronson.blog/?p=10071
2•chmaynard•17m ago•0 comments

Project Callisto: Null results from a nine-year cold fusion research program

https://callisto.report/
2•clivefx•17m ago•1 comments

The unexpected effectiveness of the Picard maneuver

https://arxiv.org/abs/2608.23624
1•Tomte•19m ago•0 comments

Space Warfighting Environment 2040 [pdf]

https://www.spacecom.mil/Portals/57/%5bFINAL%5d%20USSC%20Space%20Warfighting%20Environment%202040...
1•tolerance•20m ago•0 comments

Orca – The Agent Development Environment

https://www.onorca.dev
1•tyleo•22m ago•0 comments

OxDock – Dockerfile-inspired build DSL for Rust

https://docs.rs/oxdock/latest/oxdock/
1•zombiej5•23m ago•1 comments

Tell HN: Strava Is Down

2•charliebwrites•25m ago•0 comments

Culture Becomes a Dark Forest

https://www.theintrinsicperspective.com/p/culture-becomes-a-dark-forest
1•reasonableklout•25m ago•0 comments

Unpacking the Navier–Stokes blowup: the math, the machines, & the mathematicians

https://blog.kolen.dev/math/Navier-Stokes
1•KolenCh•25m ago•0 comments

Show HN: I built a hand-modeled 3D Windows 98 portfolio with Three.js

https://wesselsdesktop.com/
2•Abstract2D•27m ago•1 comments

Show HN: SystemFaarDenge – a puzzle game and simulation for system designing

https://systemfaardenge.com/
1•aayushamann•28m ago•0 comments

Seven years of bitwise: Hacker News front page, and the long road into Debian

https://nativeguru.wordpress.com/2026/09/11/seven-years-of-bitwise-a-weekend-project-a-hackernews...
1•stdcall83•29m ago•0 comments

Rethinking Space Opera

https://www.antipope.org/charlie/blog-static/2026/09/rethinking-space-opera.html
1•pavel_lishin•30m ago•0 comments

GrapheneOS' rewritten Messages app is released

https://github.com/GrapheneOS/Messaging/releases/tag/13
2•microtonal•31m ago•0 comments

They Stole Our Code, Now They Want Our Brains (March 2026)

https://www.jernesto.com/articles/on_ai_tools
7•doomishbro•31m ago•3 comments

Git-native task management for local coding agents without MCP

https://gitoza.com/
1•gitoza•31m ago•0 comments

Report Links Pirate IPTV to Hezbollah TV, Calls for U.S. Site-Blocking

https://torrentfreak.com/report-links-pirate-iptv-to-hezbollah-tv-calls-for-u-s-site-blocking/
2•Cider9986•31m ago•0 comments

Governor Newsom signs the strongest child safety chatbot and social media laws

https://www.gov.ca.gov/2026/09/10/governor-newsom-signs-the-strongest-child-safety-chatbot-and-so...
4•moneycantbuy•33m ago•1 comments

Spanda: Sub-microsecond LLM epistemic uncertainty in Rust

5•liquidngas•33m ago•2 comments

Curie by colibrì: A 17B language model designed for SSD-backed inference [video]

https://twitter.com/justvugg/status/2098467957990903833
1•vforno•34m ago•0 comments

From 1 to 33 anycast sites at one cloud provider: a staircase, not a curve

https://anycast.dev/notes/33-sites-staircase
2•portalix•36m ago•0 comments

SB-1119 Companion chatbots: children's safety

https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=202520260SB1119
1•moneycantbuy•36m 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