frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Axolotl by Julio Cortazar

https://ambystoma.uky.edu/teachers_materials/axolitbook/AxolotlByJulioCortazar.html
1•thunderbong•1m ago•0 comments

Everything is spying on you and there's no opting out

https://www.theverge.com/tech/999889/spy-creep-tech-meta-glasses-apple-watches-surveillance
1•berkeleyjunk•2m ago•0 comments

Biology Might Not Be Quantum, but Its Math Is Quantumlike

https://www.quantamagazine.org/biology-might-not-be-quantum-but-its-math-is-quantumlike-20260923/
1•pseudolus•4m ago•0 comments

Cryptographic Security Is Not Enough: Privacy Gaps in the Renegade

https://arxiv.org/abs/2609.27100
2•sbulaev•8m ago•0 comments

The Cornetto Ice Cream Cone Framework for Prompting

https://hazn.com/cornetto
2•surprisetalk•9m ago•0 comments

Ask HN: Where to Look for Jobs?

3•0x737368•10m ago•0 comments

Snowden on AI Surveillance and Freedom of Speech [video]

https://www.youtube.com/watch?v=wytH7dPlCVw
3•hauget•10m ago•1 comments

Peer review in the LLM (mania) age

https://www.humprog.org/~stephen/blog/research/llms-review-mania.html
2•pcfwik•11m ago•0 comments

LemonBeam

https://github.com/oslabs-beta/lemonbeam
1•Johndelong•12m ago•0 comments

ESA and Mistral strengthen cooperation on AI

https://www.esa.int/Newsroom/Press_Releases/ESA_and_Mistral_strengthen_cooperation_on_artificial_...
1•giuliomagnifico•12m ago•0 comments

I Stay Off Twitter

https://www.jefftk.com/p/why-i-stay-off-twitter
2•surprisetalk•13m ago•0 comments

Study shows AI is as good as human tutoring for GRE learning gains

https://arxiv.org/abs/2609.28470
1•cgn•14m ago•0 comments

Looking for a Remote Full-Time, full stack developer Job

https://tailstory-app.com/en/about
1•Mohsentr•15m ago•0 comments

Territory claims in Antartica look when Antartica has no ice

https://blog.willmeye.rs/how-territory-claims-in-antartica-look-when-antartica-has-no-ice/
3•willmeyers•36m ago•3 comments

Stabilizing Rust's Never Type

https://lwn.net/Articles/1091015/
1•signa11•41m ago•0 comments

How many strings can you create per second?

https://lemire.me/blog/2026/09/25/how-many-strings-can-you-create-per-second/
1•smilelamp•43m ago•0 comments

What OS should I pick?

1•ronk_employee•44m ago•3 comments

Farside.link has been shut down

https://farside.link
1•Baljhin•45m ago•1 comments

Deterministic Testing for Multithreaded Python

https://lwn.net/Articles/1090579/
1•pykello•47m ago•0 comments

A geothermal amoeba sets a new upper temperature limit for eukaryotes

https://www.cell.com/cell/fulltext/S0092-8674(26)01016-0
1•wslh•50m ago•0 comments

Show HN: Clippy's Revenge – Made by Opus 5.5 [video]

https://www.youtube.com/watch?v=qUaBObmpYTI
1•HaxleRose•50m ago•0 comments

Pentum_Graph [WorldNews_YouTube]

https://project.pentumlab.com/graph/
1•rholzer•50m ago•1 comments

Ask HN: Do you token max? Why or why not?

1•bgnm2000•53m ago•1 comments

The AI Build-Out Is Becoming the Biggest Economic Bet in U.S. History

https://www.wsj.com/economy/the-ai-build-out-is-becoming-the-biggest-economic-bet-in-u-s-history-...
3•CharlesW•54m ago•0 comments

Show HN: OpsCart – Read-only Kubernetes triage with incident history

https://github.com/opscart/opscart-k8s-watcher
1•opscart•1h ago•0 comments

Send GitLab an email, push to main

https://www.aikido.dev/blog/gitlab-email-push-to-main
2•crgwbr•1h ago•0 comments

Show HN: Live Quantum Circuits Visualizator for Reinforcement Learning

https://github.com/SorBalda/Reinforcement-Learning-SARSA-Q-LEARNING-DEEP-Q-LEARNING
1•sorbalda•1h ago•0 comments

Sandbox/computer to be added to your product

https://pine.im/download
1•faye_yfg•1h ago•0 comments

VeriTile: Formal Verification for Triton Kernels

https://lizn-zn.github.io/VeriTile/
2•matt_d•1h ago•0 comments

Design Experiments with the Amytis Agent

https://www.amytis.io/blog/design-experiments-with-the-amytis-agent
1•JohnHammersley•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