frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The machine never raises its voice

https://shivanshuag.com/blog/the-machine-never-raises-its-voice/
2•shivanshuag•1m ago•0 comments

Project management with schedule aware AI copilot

https://www.criticalschedule.com
2•astralithos_ai•1m ago•1 comments

The Teens Taking on Data Centers

https://www.nytimes.com/2026/08/20/style/ai-data-centers-teens.html
2•bcaulfield•2m ago•0 comments

Curvature Beziers: Improving a Timeless Recipie

https://acko.net/blog/curvature-beziers/
2•signa11•2m ago•0 comments

How to compromise your system with a job interview

https://www.codedge.de/posts/how-to-compromise-your-system-with-a-job-interview
3•codedge•2m ago•0 comments

Show HN: Paymug – Self-host LemonSqueezy / Polar alternative

https://github.com/Paymug/paymug
2•docuru•2m ago•0 comments

What Makes Art Great?

https://nabeelqu.co/what-makes-art-great
2•eig•2m ago•0 comments

Writing Tickets for Software Engineers

https://nickhayden.com/blog/writing-tickets-for-software-engineers/
2•speckx•3m ago•0 comments

Tach

https://github.com/tach-org/tach
2•bognition•4m ago•0 comments

I Am Morally Opposed to Updating My Claude.md

https://alex-jacobs.com/posts/claudemd/
4•tacoooooooo•5m ago•0 comments

Show HN: Compute.cx is simple (modal.com like) interface for on-demand GPUs

https://compute.cx
4•hargup•6m ago•0 comments

Rickman v. Apple, Inc. (N.D. Cal., Aug. 6, 2026)

https://www.bloomberglaw.com/api/v1/public/download/X2K9PC2CAT8OPAH7MV2P5QMI0B?public_link=RICKMA...
2•1vuio0pswjnm7•7m ago•0 comments

Outbid – A Million Dollar Homepage for 2026?

https://outbid.lol/
3•whyleyc•7m ago•0 comments

Morrolinux: The Rocky Road to Open Hardware – ARMSoM and Rockchip

https://www.lpi.org/blog/2026/08/11/morrolinux-the-rocky-road-to-open-hardware-armsom-and-rockchip/
2•evolve2k•7m ago•1 comments

Linux 7.2 Released

https://www.igalia.com/2026/08/19/Linux-72-Released.html
2•mariuz•7m ago•0 comments

Evaluating AI Agents Live at the Grounded Reasoning Cup

https://www.databricks.com/blog/evaluating-ai-agents-live-grounded-reasoning-cup
2•iwhalen•7m ago•0 comments

Show HN: Epho – run Claude Code with a curl

https://epho.io
3•karakanb•7m ago•0 comments

An MCP server for cameras that signs a receipt for every agent action

https://github.com/oneshot2001/onvif-mcp
2•mkvisher•7m ago•0 comments

(LLM Cluster) I spent all my money on broken Steam Decks [video]

https://www.youtube.com/watch?v=P0GXwKlg3pU
2•throwaway1492•7m ago•0 comments

Show HN: Orion - A Self-hosted torrent client and media server

https://github.com/guyavrhm/orion
2•flarbooga•8m ago•0 comments

What a dead salmon reminds us about fMRI analysis (2009)

https://law.stanford.edu/2009/09/18/what-a-dead-salmon-reminds-us-about-fmri-analysis/
2•speckx•8m ago•0 comments

Approximation Game

https://blog.coredump.cx/p/approximation-game
2•surprisetalk•9m ago•0 comments

Generic Methods in Go 1.27

https://dominik.info/blog/go-generic-methods
2•EspressoGPT•11m ago•0 comments

VulnGym: Benchmarking Coding Agents for Repository-Level Vulnerability Detection

https://arxiv.org/abs/2608.02001
2•wslh•12m ago•0 comments

Autolith: A programming agent with a live runtime

https://www.lambda-symbolics.com/autolith
2•vismit2000•12m ago•0 comments

Show HN: okfctl

https://github.com/cwest/okfctl
2•caseywest•13m ago•0 comments

Remember every word. Keep it yours

https://livetranscriber.chengqili.com/
2•moatmoat•13m ago•0 comments

A Practical Guide to Reducing Token Spend

https://www.adamhjk.com/blog/a-practical-guide-to-reducing-token-spend/
2•speckx•14m ago•0 comments

Menu bar widget for Ollama Cloud usage (macOS, open source)

https://github.com/AsharFatmi/ollama-usage-widget
2•fatmiashar22•19m ago•0 comments

Epic Games Store to get an official Linux version

https://www.pcguide.com/news/epic-games-store-to-get-an-official-linux-version-which-could-mean-a...
5•Tomte•19m 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