frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Envdiff – solve "works on my machine" in 30 seconds

https://github.com/mertdotdev/envdiff
1•Mert7nr•12s ago•0 comments

OVSwrap: Another Linux LPE

https://heyitsas.im/posts/ovswrap/
1•c0balt•30s ago•0 comments

AI Doesn't Get Annoyed

https://yadan.net/writing/ai-doesnt-get-annoyed/
2•omry•50s ago•0 comments

Understanding bioenergetics can help our brain health

https://aeon.co/essays/how-understanding-bioenergetics-can-help-our-brain-health
1•geneticdrifts•1m ago•0 comments

Thinking Machines Lab cofounder Lilian Weng steps down due to stress and illness

https://www.businessinsider.com/thinking-machines-lab-cofounder-lilian-weng-steps-down-stress-ill...
1•elo2000•2m ago•0 comments

Meshtryoshka: Differentiable Mesh Rendering for Unbounded Scenes

https://danielxu9393.github.io/meshtryoshka-website/
1•ibobev•2m ago•0 comments

Siggraph 2026 Advances in Real-Time Rendering in Games Course

https://advances.realtimerendering.com/s2026/index.html
1•ibobev•2m ago•0 comments

Xi Jinping, pioneering venture capitalist

https://economist.com/china/2026/07/27/xi-jinping-pioneering-venture-capitalist
1•andsoitis•2m ago•0 comments

Clues about whether genes or environment influence our health more

https://www.seattletimes.com/life/wellness/new-clues-about-whether-genes-or-environment-influence...
1•elo2000•3m ago•0 comments

I used D3/React to transform raw GitHub data into an interactive map

https://github.com/ThierryRakotomanana/gitcharta
1•ThierryRkt•3m ago•1 comments

Post-mortem GPU crash debugging with LLMs

https://gpuopen.com/learn/post-mortem-gpu-crash-debugging-with-llms/
1•ibobev•3m ago•0 comments

The same code printed 10 on Linux and 0 on a Mac

https://bichanna.github.io/posts/same-code-printed-diffly/
1•speckx•5m ago•0 comments

Mamdani to offer 30% discount on meat and produce at city-owned grocery stores

https://apnews.com/article/mamdani-nyc-grocery-stores-prices-bronx-4634d4030209fea663e68f5d6d09a325
3•WillDaSilva•5m ago•1 comments

Microsoft's AI Security Leap Signals a New Era in Cyber Defense

https://predx-article.fika.bar/microsoft-s-ai-security-leap-signals-a-new-era-in-cyber-defe-01KYK...
1•joeymabia1•5m ago•0 comments

Chip stocks tumble as AI sell-off deepens

https://www.ft.com/content/f8c03b5b-e194-4236-82c3-389b6f5dd7ae
6•JumpCrisscross•5m ago•0 comments

El Niño May Push Global Warming to 2C or Higher in the Short Term

https://www.bloomberg.com/news/articles/2026-07-27/global-warming-may-briefly-reach-2c-as-el-nino...
2•littlexsparkee•7m ago•1 comments

Linux on ESP32

https://github.com/GrieferPig/esp32-s31-linux
1•boveyking•7m ago•1 comments

Double your business with companies you like

https://daverupert.com/2026/07/number-chart-go-up/
1•tobr•8m ago•0 comments

Show HN: Pokémon Go-style AR in the browser, without WebXR

https://play.somodus.com/g/c2fa01f29e3cf18814dcef9fe851ecf0
1•eric2025•10m ago•0 comments

Cursor Start

https://cursor.com/blog/cursor-start-india
1•ms7892•11m ago•0 comments

The LLM browser that allows you explore current and other universes

https://github.com/nettsundere/llmouser
1•nettsundere•11m ago•0 comments

Federal Judges Chastise Justice Department for 'Unlawful' Conduct

https://www.propublica.org/article/justice-department-presumption-of-regularity
4•Jimmc414•11m ago•0 comments

Databases in Depth – SQLite · DuckDB · PostgreSQL · MariaDB · ClickHouse · Mongo

https://gist.github.com/corporatepiyush/b12d6facac54e5eb045f12f008dacd93
1•truth_seeker•11m ago•0 comments

OpenAI, Anthropic Staff Share Letter Asking US to Help Pace AI Progress

https://www.bloomberg.com/news/articles/2026-07-28/openai-anthropic-staff-share-letter-asking-us-...
3•fidotron•11m ago•0 comments

Re: Working Group Last Call: Incremental HTTP Messages

https://lists.w3.org/Archives/Public/ietf-http-wg/2025OctDec/0062.html
1•Jakob•12m ago•1 comments

The SpiNNaker2 chip: a many-core platform for brain-inspired computing

https://arxiv.org/abs/2607.24396
1•Jimmc414•12m ago•0 comments

Counterexample to the Lean Conjecture (Soundness Bug)

https://leanprover.zulipchat.com/#narrow/channel/270676-lean4/topic/Counterexample.20to.20the.20L...
1•ahlCVA•12m ago•0 comments

My ultimate setup: a £40 box that codes while I poop

https://byk.im/posts/ultimate-setup-labs/
1•speckx•12m ago•0 comments

Bare server: a minimal static file in memory web server in Rust

https://crates.io/crates/bare-server
1•nikita-ruby•12m ago•0 comments

Alternate Explanation for the Dark Forest

https://markatwood.substack.com/p/incentive-gradients-that-arent-psychology
1•skmurphy•13m 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