frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ford Will Use Apple Maps in New Self-Driving System

https://www.nytimes.com/2026/07/23/business/ford-apple-software-self-driving.html
1•bookofjoe•43s ago•1 comments

Inside Ukraine's Kill Zone

https://www.reuters.com/graphics/UKRAINE-CRISIS/KILL-ZONE/znpnojmknvl/
1•bushwart•3m ago•0 comments

American literature, charted in one monumental map

https://bigthink.com/strange-maps/american-literature-charted-in-one-monumental-map/
1•sohkamyung•4m ago•0 comments

SpaceX Starship Flight 13 livestream [video]

https://www.spacex.com/launches/starship-flight-13
1•cryptoz•6m ago•0 comments

The challenges companies face to launch robotaxis in Europe

https://www.euronews.com/business/2026/07/24/the-challenges-companies-face-to-launch-robotaxis-in...
1•Markoff•8m ago•0 comments

GR: Ban LLM Contributions from Debian

https://lists.debian.org/debian-vote/2026/07/msg00000.html
2•thewebguyd•8m ago•0 comments

Implementing SEH in Rust and why you shouldn't do it

https://engineering.zeroitlab.com/2022/03/13/rust-seh/
1•not_a9•8m ago•0 comments

How to turn Claude Code transcripts into a shareable link

https://lore.link/blog/how-we-built-share
1•feifan•9m ago•0 comments

Fragmentation of sunfish caused by high-impact ramming behavior in orcas

https://www.frontiersin.org/journals/ethology/articles/10.3389/fetho.2026.1835536/full
1•mooreds•11m ago•0 comments

Feel The AGI: a collection of my Twitter bookmarks over the past year

https://feel-the-agi.exe.xyz/
1•voat•13m ago•0 comments

Untangler, Rectangle-style window management for GNOME

https://github.com/bluvulture/untangler
2•shonster88•15m ago•0 comments

Ask HN: What's Up with Archive.today?

2•nobody9999•15m ago•0 comments

Dolmenwood: Fantasy RPG built around the acclaimed Old-School Essentials rules

https://necroticgnome.com/collections/dolmenwood
2•doener•17m ago•0 comments

Benchmarking Qwen 3.6 35B MoE (3B active) on an RTX 3090

https://www.gilesthomas.com/2026/07/benchmarking-qwen-3-6-35b-moe-rtx-3090
1•gpjt•17m ago•0 comments

Rmatch: Fast Java native regex matcher for lots of expressions and data

https://github.com/la3lma/rmatch
1•rmzdotno•17m ago•0 comments

Beautiful description of the lattice of sets of natural numbers

https://jdh.hamkins.org/the-lattice-of-sets-of-natural-numbers-is-rich/
1•benmandrew•19m ago•0 comments

Wrap – a Claude Code skill that tells you if a session is safe to close

https://github.com/ravsau/wrap
1•cloudyeti•20m ago•0 comments

FalconAI – An intent-driven media discovery platform

https://play.google.com/store/apps/details?id=com.falconai.tv&hl=en_US
1•erind_musliu•21m ago•0 comments

h5i-db: Fast Embeded Time-Series Database Written in Rust

https://medium.com/@Koukyosyumei/inside-h5i-db-fast-embeded-database-for-time-series-analytics-56...
1•syumei•23m ago•0 comments

Show HN: Kalytera – Find out why your AI agent failed, step-by-step

https://kalytera.dev
1•mathurpriya19•25m ago•0 comments

AIs don't do what you want. This is bad

https://rewardhacking.org
3•kking23•27m ago•0 comments

AMD announced its $5.4B ATI acquisition 20 years ago today

https://videocardz.com/newz/amd-announced-its-5-4-billion-ati-acquisition-20-years-ago-today
1•AbuAssar•29m ago•0 comments

New Challenging Browser game about finding compound words

https://compoundedgame.com/
2•JohnyOxford•31m ago•1 comments

An Early Warning of Emerging Biosecurity Risks in Frontier LLMs

https://arxiv.org/abs/2607.18056
1•StatsAreFun•32m ago•0 comments

Show HN: Money Life, a financial SIM where burning out is a losing state

https://drakeai.app/game/
1•a_protsyuk•34m ago•0 comments

AI Bubble: 'The risk is everywhere' – Ed Zitron [video]

https://www.youtube.com/watch?v=bTwnn-5TpmQ
2•baranul•36m ago•0 comments

Query cycles: A compiler murder mystery

https://ferrous-systems.com/blog/query-cycles-a-compiler-murder-mystery/
1•birdculture•37m ago•0 comments

AI companies stripping universities of their best computer scientists

https://www.theatlantic.com/technology/2026/07/ai-companies-hiring-academics/688002/
4•bookofjoe•38m ago•2 comments

Sakana: Fugu Ultra vs. GLM 5.2

https://runtimewire.com/article/head-to-head-sakana-fugu-ultra-vs-glm-5-2
1•ryanmerket•38m ago•0 comments

The Aside That Built a Test Suite

https://www.racecondition.software/blog/the-aside-that-built-a-test-suite/
1•ingve•41m 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