frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Abandoning Scientific Linux Was a Mistake

https://blog.melashri.net/posts/scientific-linux-mistake/
1•elashri•1m ago•0 comments

I used to get paid to hang out with famous people

https://www.blackbirdspyplane.com/p/i-used-to-get-paid-to-hang-out-with-famous-people
1•pr337h4m•5m ago•0 comments

Ju Ju Tsu A book about jj / jujutstu

https://arialdo.codeberg.page/ju-ju-tsu/
1•fanf2•6m ago•0 comments

Data Privacy: Handling Data minimisation as a reactive strategy

https://scrutora.com/blog/data-minimisation-from-the-code-up
1•vimaldwivedi86•6m ago•0 comments

A garden and photovoltaic panels on the roof of the house [video]

https://www.youtube.com/watch?v=QPRrpcEwZV0
1•moltean•9m ago•0 comments

"What is still exciting in tech?"

https://merveilles.town/@neauoire/117315783660903484
1•gum_wobble•9m ago•0 comments

ShinyHunters claims FBI hack: 'This is NOT financially motivated'

https://www.theregister.com/security/2026/09/22/shinyhunters-claims-fbi-hack-this-is-not-financia...
2•joebuckwilliams•10m ago•0 comments

Heimdall – interactive code maps for your codebase

https://heimdallmap.com
1•pedrovgs•12m ago•1 comments

One thing I can beat Jev at: ROT13

https://arsh.zip/posts/jev-games/
1•arshxyz•14m ago•1 comments

PyTorch Implementation of Asymptotic Non-Closure Loss (ANC)

https://github.com/chris-anc/ANC-Loss-Tensor
1•anc_architect•14m ago•0 comments

Show HN: Lineselect – Interactive Line Picker

https://urbanogilson.github.io/lineselect/
1•urbanogilson•14m ago•0 comments

Using Llama-cpp-Python grammars to generate JSON

https://til.simonwillison.net/llms/llama-cpp-python-grammars
1•Bluestein•16m ago•0 comments

Show HN: Company-as-Code –> Spec and Validator

https://github.com/Pirol-ai/company-as-code
2•grischajacobs•17m ago•0 comments

Ask HN: How do GitHub Copilot and Anthropic Claude compare in cost?

2•erwindegroot•19m ago•1 comments

Jev Projects Listing Site

https://jevable.com/
1•Bluestein•19m ago•0 comments

Turn Phone into PC Speaker

2•kinle•21m ago•0 comments

Android 17 enables certificate transparency, and breaks custom CAs

https://httptoolkit.com/blog/android-17-certificate-transparency/
2•pimterry•21m ago•0 comments

Meta's New Muse AI Agent Read My Private Messages. I Never Asked It To

https://www.inc.com/jason-aten/metas-new-muse-ai-agent-read-my-private-messages-i-never-asked-it-...
1•LikelySupernova•24m ago•0 comments

WayVR – Open-source VR desktop overlay for Linux

https://digitalescapetools.com/tools/wayvr.html
1•xabd•26m ago•0 comments

Show HN: Moto – a native habit tracker for iPhone with a lifetime purchase

https://motohabit.com/
1•voising•26m ago•0 comments

Show HN: ReWeaver AI DriftDetector – score a GitHub repo's production readiness

https://drift.reweaver.ai/
1•gojongo•27m ago•0 comments

PEP 845 – Leading-Dot Value Patterns

https://peps.python.org/pep-0845/
1•orf•29m ago•0 comments

Hyprcrd – native Wayland host for Chrome remote desktop

https://github.com/jxoesneon/hyprcrd
1•jxoesneon•32m ago•0 comments

IdP Registration API

https://github.com/w3c-fedid/idp-registration/
2•erlend_sh•37m ago•0 comments

Shut up and calculate: Jev's new AI primitives for coders

https://www.theregister.com/devops/2026/09/23/shut-up-and-calculate-jevs-new-ai-primitives-for-co...
1•beardyw•38m ago•0 comments

Show HN: Gwae – infinite-scroll terminal multiplexer for AI agent fleets

https://github.com/hongnoul/gwae
1•hongnoul•38m ago•0 comments

Show HN: Structured Promptmaker

https://www.gptpromptmaker.com/
2•sanathbhat•44m ago•0 comments

Porting a clearing-house money market to a smart contract

1•citizensinan•47m ago•0 comments

Arcentry is back – create beautiful 3D infrastructure diagrams

https://arcentry.com/?src=hn
2•wolframhempel•47m ago•0 comments

Listening to loud music on a Singapore bus? It'll cost you

https://www.cnn.com/2026/09/22/travel/singapore-bus-rules-music-intl-hnk
2•edward•49m ago•2 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