frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Free Accounting Study Guides and Student Resource Hub

https://takemyaccountingclassforme.com/
1•maikal•18s ago•0 comments

Game: MouseHunt

https://ghassen1302.itch.io/mousehunt
2•ryejg•3m ago•0 comments

Ask HN: Why still no unified standard file to describe all skills/mcps for repo?

1•opwizardx•3m ago•1 comments

Show HN: Qwiksi a CLI tool for adding your signature to a PDFs

https://github.com/krisraven/qwiksi
1•krisraven•5m ago•0 comments

Explosion Proof Solid State Stainless Steel Ketamine Alkaline Battery

1•doportoramiro•7m ago•0 comments

Study conclude social media algorithms negatively influence users mental health

https://news.utdallas.edu/health-medicine/social-media-algorithms-depression-2026/
1•DeepLogin•9m ago•0 comments

Cut Claude Code Bill by Routing to DeepSeek or Grok

1•leanroute_ai•12m ago•0 comments

How to Organize Your Life Like the Top One Percent

https://www.youtube.com/watch?v=C5MQPjZEvD4
1•Brysonbw•14m ago•0 comments

Chain-aware (A2A) authorization using OPA as a sidecar pattern

1•leanroute_ai•14m ago•0 comments

Urban congestion relief experiments through routing-app interventions

https://www.nature.com/articles/s44284-026-00443-x
1•Anon84•17m ago•0 comments

Ask HN: Should one learn Rust as thier first programming language?

1•agent_intern•18m ago•1 comments

Subagents and the Art of Spending More

https://azuanz.com/posts/subagents-and-the-art-of-spending-more/
1•azuanrb•18m ago•0 comments

Neovim Removes DHH Quote

https://github.com/neovim/neovim.github.io/pull/504/files
4•jjgreen•22m ago•1 comments

Show HN: Niche – outdoor sports conditions forecast

https://www.nichesports.eu/
1•MirceaOprea•26m ago•0 comments

Did AI write this? It's getting harder to tell

https://www.ft.com/content/f100c90b-c138-4125-aaa7-853b77690db9
2•cs702•28m ago•0 comments

Show HN: DeepSeekGUI – A Windows desktop client for DeepSeek's coding agent

https://github.com/See-Sol-Lab/DeepSeekGUI
1•Goumang•28m ago•0 comments

Is Slate Auto's new electric truck the EV Americans need?

https://www.technologyreview.com/2026/08/27/1142953/electric-truck-slate-auto/
1•joozio•29m ago•0 comments

A Network That Can Wait

https://artemandreenko.com/blog/a-network-that-can-wait/
1•miovoid•29m ago•0 comments

Results for LLM usage in Debian (vote)

https://lists.debian.org/debian-vote/2026/08/msg00360.html
1•ckastner•29m ago•0 comments

Ask HN: Why is there a Default to 4G?

1•zahirbmirza•30m ago•1 comments

Four faces of information in natural systems [pdf]

https://www.nature.com/articles/s42254-026-00971-4.epdf
1•__patchbit__•30m ago•0 comments

Post on X in your native language

https://chromewebstore.google.com/detail/gndbphllkdajhkbmpcddbonifpbbdane/preview?hl=pl&authuser=4
1•42echo•31m ago•0 comments

Prevent deploying broken links to your blog

https://www.codedge.de/posts/prevent-broken-links-in-hugo
1•codedge•33m ago•0 comments

White House teleprompter operator ordered to pay $172K for insider trading

https://www.nbcnews.com/politics/white-house/trump-teleprompter-operator-ordered-pay-172k-predict...
3•geox•34m ago•0 comments

A Collection of Ed Zitron Predictions

https://www.reddit.com/r/accelerate/comments/1w0s61w/a_collection_of_ed_zitron_predictions/
2•timpera•35m ago•1 comments

What we optimise for when we reach for an LLM

https://exploring-better-ways.bellroy.com/what-we-optimise-for-when-we-reach-for-an-llm.html
1•michaelwebb76•36m ago•0 comments

Convert Images to WebP in Seconds on Your Mac

https://medium.com/@chris.ahrweiler/convert-images-to-webp-in-seconds-on-your-mac-e39d3b21bc5a
1•docjojo•39m ago•0 comments

Twitter Viewer

https://twitterviewer.net
1•franczesko•40m ago•0 comments

Show HN: Editorial PR and guest post placements, without the guesswork

https://pr.seolutions.biz/
1•not_wowinter14•41m ago•0 comments

Find All Solutions to LinkedIn-Queens Puzzle

https://wyounas.github.io/model-checking/puzzles/2026/06/06/finding-all-solutions-to-linkedin-que...
1•simplegeek•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