frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

EnsembleWriter: Free Screenwriting Software

https://ensemblewriter.com/
1•handfuloflight•34s ago•0 comments

Is it on Linux yet? – Tracking Linux support for handmade software

https://isitonlinuxyet.com/
1•HexDecOctBin•2m ago•0 comments

Blast Radius – who else is exposed when an NPM package is compromised

https://github.com/Rohit-ATS/blast-radius
1•rohitmaruri•3m ago•0 comments

Show HN: Reverse-engineered a gaming mouse's HID protocol to bring it to Linux

https://github.com/blak0p/attack-shark-linux
1•blakok4•5m ago•0 comments

Biomimetic reconstruction of butterfly wing nanostructures for radiative cooling

https://pubs.rsc.org/nh/article-abstract/7/9/1054/773493/Biomimetic-reconstruction-of-butterfly-w...
1•soupspaces•9m ago•0 comments

A simplified robotics framework for non robotics devs

https://docs.peppy.bot/quickstart/
1•Ekami•10m ago•0 comments

Git Push No-Mistakes

https://github.com/kunchenguid/no-mistakes
1•handfuloflight•13m ago•1 comments

TikTok to pay $400M to US in one of largest child privacy settlements

https://www.bbc.com/news/articles/cwyr0l45xjro
1•geox•20m ago•0 comments

Bodycam – This Is What a Gunshot Sounds Like – Devlog [video]

https://www.youtube.com/watch?v=Oz66Ek1RYWU
1•twalichiewicz•20m ago•1 comments

South Korea's Child-Hating Society Locks Playgrounds, Silences Children

https://www.chosun.com/english/national-en/2026/08/22/I7XTKBQNYFBXHJRSIZV7XMT45Q/
2•theletterf•21m ago•0 comments

Tech Openings in the Bay Area and New York: What Our August Data Shows

https://corvi.careers/blog/did-nyc-pass-sf-bay-area-tech-openings/
1•sp1982•21m ago•0 comments

Show HN: PgExtAssure – pre-admission security evidence for PostgreSQL extensions

https://github.com/borborich/pgextassure
2•borborich•24m ago•0 comments

Ask HN: Why does the US government search through people's phones at the border?

4•roschdal•25m ago•1 comments

Grid Data Explorer

https://open-energy-transition.github.io/Awesome-Electrical-Grid-Mapping/
1•ly0n•25m ago•0 comments

Gickup

https://github.com/cooperspencer/gickup
1•Tomte•26m ago•0 comments

Show HN: MiniMax H3 on a 16GB Mac, 5 days after open weights

https://github.com/tgo-app-dev/vpipe
1•t-go•31m ago•0 comments

Building a Quantum Computer, One Fragile Qubit at a Time

https://www.quantamagazine.org/building-a-quantum-computer-one-fragile-qubit-at-a-time-20260819/
2•pykello•31m ago•0 comments

Show HN: I just want to show this song to you [video]

https://www.youtube.com/shorts/D_oFnclpt0w
1•modinfo•31m ago•0 comments

Say it once: introducing Bot Preference Sync

https://blog.cloudflare.com/bot-preference-sync/
1•barlog•41m ago•0 comments

SmartGo One 3.0

https://smartgo.blog/2026/05/21/smartgo-one-three/
1•Tomte•41m ago•0 comments

The Slide

https://randsinrepose.com/archives/the-slide/
1•fagnerbrack•46m ago•0 comments

Mac is slowing you down

https://twitter.com/theo/status/2090528543746965991
1•tosh•47m ago•0 comments

There's too much memory in that place

https://www.theglobeandmail.com/canada/article-dark-legacy-ontario-institutions-rideau-regional-c...
2•bryanrasmussen•49m ago•1 comments

Show HN: I reverse-engineered Bambu's 3MF color format so GLB keeps the colors

https://github.com/SamiSalah221/3mf-to-glb
2•SamiSalah221•50m ago•1 comments

Show HN: Reachpad MCP – Share fullstack applications using MCP/CLI in minutes

https://github.com/Reachpad/reachpad-mcp
2•sakuraiben•50m ago•0 comments

Waymo doubles spending on lobbying in robotaxi battle with Uber

https://arstechnica.com/cars/2026/08/waymo-doubles-spending-on-lobbying-in-robotaxi-battle-with-u...
4•joozio•51m ago•0 comments

Radar, deterministic code search/navigation

https://radar.sanixdk.xyz/
1•sanix-darker•55m ago•1 comments

Noctua – A privacy-first Oura Ring SDK with on-device ML, no cloud

https://github.com/RanjithRagavan/Noctua
1•RanjithKumarRag•56m ago•0 comments

Show HN: Snoreman – A Snore Detection App

https://snoreman.com/
1•timqian•56m ago•0 comments

Would a Hiroshima-scale AI disaster make humanity protect itself? I fear not

https://www.theguardian.com/commentisfree/2026/aug/22/ai-disaster-hiroshima-humankind-silicon-val...
3•mellosouls•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