frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

How Gumclaw Works

https://gumclaw.github.io/how-i-work/index.html
1•tosh•22s ago•0 comments

Show HN: An open source schema definition for datasheets

https://nkorai.github.io/datasheet-schema/
1•nkorai•45s ago•0 comments

Show HN: Window Hints – Keyboard-first window switching

https://windowhints.com/
1•mihau•1m ago•0 comments

The Architecture of Open Source Applications

https://aosabook.org/en/index.html
1•blobcode•2m ago•0 comments

Amazon Cuts Jobs in Artificial General Intelligence Unit

https://www.wsj.com/tech/ai/amazon-cuts-jobs-in-artificial-general-intelligence-unit-fb86e2ba
1•N_A_T_E•2m ago•0 comments

Show HN: Caustic – a self-hosted compiler with no LLVM, Libc, or external tools

https://github.com/Caua726/Caustic
1•cauaneves•3m ago•0 comments

Dots-note 3.0 scored perfect points International Mathematical Olympiad problems

https://www.chinadaily.com.cn/a/202607/22/WS6a6085aaa310986e2b466b54.html
1•yogthos•4m ago•0 comments

Building a Tiny 3D Renderer for a Tiny Handheld

https://saffroncr.itch.io/katavatis/devlog/1534514/building-a-tiny-3d-renderer-for-a-tiny-handheld
1•g0xA52A2A•4m ago•0 comments

'The Odyssey' Proves It: Audiences Want Movies Made the Hard Way

https://www.hollywoodreporter.com/movies/movie-news/odyssey-box-office-2026-practical-effects-123...
1•randycupertino•5m ago•1 comments

Oido Studio – Build AI employees that run your business

https://oidostudio.com
1•djancyp•5m ago•1 comments

Zero-Copy Go: Why Io.Copy Is Lying to You (Sendfile/Splice)

https://blog.devgenius.io/zero-copy-go-why-io-copy-is-lying-to-you-sendfile-splice-11748e293462
1•cheikhdev•6m ago•0 comments

Show HN: SF Speedrun – a Mario style game about surviving SF startup culture

https://sfspeedrun.com/
1•ayaangazali•6m ago•1 comments

A Guide to Trust Anchor Rotation with Cert-Manager

https://www.buoyant.io/blog/a-guide-to-linkerd-trust-anchor-rotation-with-cert-manager
1•PagCatOli•6m ago•0 comments

A Rhino from the Arctic

https://nature.ca/en/about-the-museum/media-centre/a-rhino-from-the-arctic/
1•speckx•6m ago•0 comments

Show HN: SyncLite – An embedded synchronization layer for SQLite and DuckDB

https://github.com/syncliteio/SyncLite
1•mahcha•6m ago•0 comments

Pinball on 64-Bit Alpha AXP Windows NT

https://thebrokenpipe.com/blog/pinball-on-64-bit-alpha-axp-windows-nt/
1•jandeboevrie•7m ago•0 comments

Show HN: Live life calendar wallpaper for Mac

https://github.com/knguyenanhoa/lifecalwall
1•191101•8m ago•1 comments

Rube/1.0: A Byzantine protocol for transmitting one authenticated Boolean

https://raw.githubusercontent.com/voidnullvalue/RUBE/refs/heads/main/draft-rube-protocol-01.md
1•voidnullvalue•8m ago•0 comments

Show HN: Founders Feed

https://www.founders-feed.com
1•player08•8m ago•0 comments

Szr: A safer command output reduction for coding agents

https://github.com/devr-tools/szr
1•alxxjohn•9m ago•1 comments

Even AGI Can't Estimate a Jira Ticket

https://twitter.com/chkn_little/status/2079983527240581474
2•llmmadness•9m ago•0 comments

Show HN: Cartopolis – OpenStreetMap rendered like it's 1999

https://seriot.ch/drawing/cartopolis/
1•beefburger•9m ago•0 comments

The Vibe Coding Trap: Why AI-Assisted Projects Still Fail

https://thinkapedia.com/t/tk_s9opYzPvxvZ7/document
1•chancedurham•10m ago•0 comments

Claude was safest – and Grok committed 180 crimes and went extinct within 4 days

https://kottke.org/26/07/0049364-researchers-let-ai-models
1•kristiandupont•11m ago•0 comments

LLMs Will Cheese Your Types: Fighting Back in Haskell

https://blog.jle.im/entry/llms-and-haskell-1-constraint-evading-behavior.html
1•jle•12m ago•0 comments

Show HN: Hermes SEG – Self-hosted, open-source secure email gateway

https://github.com/deeztek/Hermes-Secure-Email-Gateway
1•stylized8629•12m ago•1 comments

I Spent a Year Asking AI to Solve Math's Hardest Problem. Here's What Happened

https://cacm.acm.org/blogcacm/i-spent-a-year-asking-ai-to-solve-maths-hardest-problem-heres-what-...
2•wslh•14m ago•0 comments

Garmin Acquires TrainingPeaks and TrainHeroic

https://www.garmin.com/en-US/newsroom/press-release/corporate/garmin-acquires-trainingpeaks-and-t...
1•Gshaheen•16m ago•0 comments

Show HN: Cactus Hybrid: We taught Gemma 4 to know when it's wrong

https://github.com/cactus-compute/cactus-hybrid
1•HenryNdubuaku•17m ago•0 comments

Show HN: Nexlayer – Paste a repo. The agent analyzes, builds and deploys it

https://nexlayer.com/
1•salsta1•18m 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