frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Th0rgal/open_oura: a Rust toolkit for the Oura Ring (Gen 3/4/5)

https://github.com/Th0rgal/open_oura
1•0xcrypto•4m ago•0 comments

DLL that was not present in memory despite not being formally unloaded

https://devblogs.microsoft.com/oldnewthing/20260625-00/?p=112467
2•ibobev•12m ago•0 comments

Software Taste vs. Slop in the Age of AI – TWSoftwareDev26

https://blog.herlein.com/post/wisdom-in-specs/
2•gherlein•15m ago•0 comments

Show HN: I built a strategic PvP word game where each move is just one letter

https://letterphile.com
2•sonOfHades•16m ago•1 comments

Local semantic search engine in Rust, no external DB

https://github.com/Gabriele06-local/LocalMind
1•Gabriele06_•17m ago•0 comments

Show HN: Claudete – Command a legion of Claude Code instances and shells

https://claudete.co
2•morion4000•19m ago•1 comments

Auditable Commercial License v1.0

https://www.auditablelicense.org/
1•ilreb•20m ago•0 comments

Kubernetes CPU requests and limits, explained through cgroups

https://roszigit.com/en/blog/kubernetes-cpu-request-limit/
1•lkanwoqwp•23m ago•0 comments

Cancellation of Windows Runtime activities is asynchronous

https://devblogs.microsoft.com/oldnewthing/20260624-00/?p=112465
1•ibobev•23m ago•0 comments

openENOC – Scalable Ethernet-Based Network-on-Chip

https://github.com/eniokaljic/openENOC/
1•ssenseiss•23m ago•1 comments

Brace Expansion Tree

https://www.johndcook.com/blog/2026/06/27/brace-expansion-tree/
1•ibobev•25m ago•1 comments

Tiny LLM Benchmark: Jetson Orin Nano Super 8GB

https://www.smolhub.com/posts/jetson-nano-super-benchmark-non-reasoning/
1•orbanlevi•31m ago•0 comments

Guards Guards – small gotcha in Elixir guard expressions

https://hauleth.dev/post/guards-guards/
1•hauleth•41m ago•0 comments

If You Can Facilitate a Retrospective, You Can Audit Your AI

https://age-of-product.com/ai-delegation-audit/
1•swolpers•44m ago•0 comments

A guide on how to run Nemotron 3 Super 120B Thinking on 2 Nvidia DGX Spark

https://corti.com/serving-nemotron-super-120b-with-a-1m-token-context-on-a-2-node-dgx-spark-cluster/
2•TechPreacher•45m ago•1 comments

Grok Is More Important Than Clean Air, DOJ Says

https://www.motherjones.com/environment/2026/06/grok-doj-justice-naacp-clean-air-act-gas-turbine-...
2•virgildotcodes•47m ago•1 comments

The post that no one will read

https://twitter.com/MedMarrouchi/status/2071161041598157196
1•medmarrouchi•48m ago•0 comments

Polymarket customers lose $3M in supply-chain attack

https://www.bleepingcomputer.com/news/security/polymarket-customers-lose-3-million-in-supply-chai...
1•01-_-•56m ago•0 comments

Show HN: FOMO – See what your community pays attention to

https://usefomo.co
2•JadAmmar•57m ago•1 comments

Intel's next-gen 52-core Nova Lake CPU could pull up to 474W

https://www.tomshardware.com/pc-components/cpus/intels-next-gen-52-core-nova-lake-cpu-could-pull-...
1•01-_-•57m ago•0 comments

Memory-Hierarchy Understanding Tools

https://github.com/ob/cache
1•signa11•59m ago•0 comments

Collecting and Analysing Yandex Maps blurs

https://www.nrk.no/order-138_-russia_s-growing-defense-industry-hides-behind-yandex_s-blurs-1.179...
2•hgulldahl•1h ago•1 comments

Hermes MoA virtual models:8% higher than Opus 4.8, 11% higher than GPT 5.5

https://twitter.com/NousResearch/status/2070610321278988385
3•aurenvale•1h ago•0 comments

Get Numb Before You Get Good

https://commoncog.com/get-numb-get-good/
2•jimsojim•1h ago•0 comments

You can now run Max AI models on Apple Silicon

https://forum.modular.com/t/max-models-can-now-run-on-apple-silicon-gpus/3283
1•melodyogonna•1h ago•0 comments

Pie – PHP Installer for Extensions

https://github.com/php/pie
1•hronak•1h ago•1 comments

Wikipedia Cofounder Larry Sanger Banned from Site for 'Canvassing'

https://www.404media.co/wikipedia-cofounder-larry-sanger-banned-from-site-for-canvassaing/
1•latexr•1h ago•0 comments

2026.06.19: EuroQCI Feedback

https://blog.cr.yp.to/20260619-euroqci.html
1•commandersaki•1h ago•0 comments

Prism: An Impure Functional Language with Typed Effects

https://www.stephendiehl.com/posts/prism/
5•leontrolski•1h ago•0 comments

Show HN: Beaches of Greece, natural-language search for Greek beaches

https://beachesofgreece.com
1•tomerlir•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