frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

LLVM Divination of GFX1251's Differences

https://chipsandcheese.com/p/llvm-divination-of-gfx1251s-differences
1•simonpure•4m ago•0 comments

Thousands of students are attempting to march to India's parliament

https://www.bbc.com/news/videos/c0qvdywj97ko
1•tirumaraiselvan•4m ago•0 comments

The EU is about to sell our most sensitive data to the US for visa-free travel

https://edri.org/our-work/the-eu-is-about-to-sell-our-most-sensitive-data-to-the-us-for-visa-free...
3•rapnie•5m ago•0 comments

Food delivery rider wins China's top literary prize

https://www.bbc.com/news/articles/c5ydr3xd0kvo
1•impish9208•7m ago•0 comments

World shift to clean energy is unstoppable, IEA report says

https://www.bbc.co.uk/news/science-environment-67198206
1•crowdhailer•8m ago•0 comments

Researchers copy NASA climate data to Swiss supercomputer amid US funding cuts

https://www.rfi.fr/en/international-news/20260720-swiss-researchers-hoard-vast-trove-of-nasa-clim...
1•giuliomagnifico•9m ago•0 comments

AI Is the Best CoFounder

https://timleland.com/ai-is-the-best-co-founder/
1•TimLeland•12m ago•0 comments

RTK hook makes coding agents more expensive, not cheaper

https://blog.jetbrains.com/ai/2026/07/rtk-claude-code-token-savings/
1•neuraldenis•12m ago•0 comments

The Aspirations of HPE and Dell in the Quantum-Classical HPC Datacenter

https://www.nextplatform.com/compute/2026/07/13/the-aspirations-of-hpe-and-dell-in-the-quantum-cl...
2•rbanffy•12m ago•0 comments

Canada's boreal wildfires aren't bad forest management

https://www.theclimatebrink.com/p/canadas-boreal-wildfires-arent-just
2•throw0101d•14m ago•0 comments

Turning the NES into a thermometer using the PPU's $2002 open-bus decay

2•erspicu•15m ago•0 comments

Automating first-pass customer support with Claude Code and MCP

https://sitespeak.ai/blog/automate-customer-support-mcp
1•kizum•16m ago•0 comments

Show HN: After a break up I made an app to fix how I feel

https://apps.apple.com/redeem/?ctx=offercodes&id=6445867241&code=MEMOIRI2
1•momoelz•17m ago•0 comments

The Trump administration's Threat to Scientific Research

https://marginalrevolution.com/marginalrevolution/2026/07/the-trump-administrations-threat-to-sci...
27•surprisetalk•18m ago•1 comments

Why Your Daily Standup Notes Are Useless

https://www.projectnotespro.com/news/why-your-daily-standup-notes-are-useless
1•kestermckinney•23m ago•2 comments

Deriving the Obvious

https://diagrammonkey.wordpress.com/2026/07/19/deriving-the-obvious/
2•petschge•25m ago•0 comments

Values-First Living

https://jmbhughes.waldi.blog/values-first-living
1•waaldev•26m ago•0 comments

Introduction to If (Bash)

https://tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_01.html
1•vladde•26m ago•2 comments

Why malloc always does more than I asked for?

https://ssenthilnathan3.github.io/blog/malloc/
2•nathaah3•29m ago•1 comments

Show HN: Restk – a native API client that stores your workspace as files in Git

https://restk.ai
1•jhaliya•29m ago•0 comments

Mirror Mirror: Self-hosted screen mirroring to your phone

https://github.com/maco30001/Mirror-Mirror
1•maco3000•30m ago•0 comments

The secret Trump administration battle to fight Chinese AI

https://www.axios.com/2026/07/20/ai-us-china-open-source-kimi
1•nnx•30m ago•0 comments

Countries with more tourists than locals

https://www.visualcapitalist.com/ranked-countries-with-more-tourists-than-locals/
1•teleforce•31m ago•0 comments

Show HN: An end to end SEO audit

https://github.com/houtini-ai/seo-audit-console
1•richardbaxter•33m ago•0 comments

Discovery and characterization of antitumor gut microbiota from amphibians

https://www.tandfonline.com/doi/full/10.1080/19490976.2025.2599562
2•he0001•35m ago•0 comments

Through Thick and Thermocline

https://www.bassfinity.com/blog/through-the-thick-of-it-punching-summer-grass-mats
1•jequals5•43m ago•0 comments

DWCS: Why I Open-Sourced My Game Infrastructure Early

https://medium.com/@www.ahadprogamer/i-built-an-open-source-multiplayer-backend-for-a-vr-game-tha...
2•Ahadprogamer•46m ago•0 comments

Extinction Rebellion pelt Microsoft Dutch data center site with acid balloons

https://www.datacenterdynamics.com/en/news/extinction-rebellion-pelts-microsoft-data-center-site-...
1•giuliomagnifico•47m ago•0 comments

Marvell Brings Radix, Low Latency, and Bandwidth to Bear with Teralynx T100

https://www.nextplatform.com/connect/2026/07/17/marvell-brings-radix-low-latency-and-bandwidth-to...
1•rbanffy•47m ago•0 comments

Wharton and Harvard Business School: LLMs on business decisions and tasks

https://business-ai-benchmark.github.io/
1•patelajay285•49m 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