frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Rejecting Emails on as Level

https://blog.vasi.li/june-spam-wave/
1•vsviridov•38s ago•1 comments

Tachio – Free esports API covering 13 games

https://tachiosports.com
1•domktt•48s ago•0 comments

YayText

https://yaytext.com/
1•visviva•3m ago•0 comments

Show HN: Mantis, A self-hosted LLM gateway

https://github.com/mantis-llm-gateway
1•rizsyed1•5m ago•0 comments

VibePHP

https://github.com/mnapoli/vibephp
1•_Microft•6m ago•0 comments

Building Voice AI Workflows with Branches Instead of One Giant Prompt

https://github.com/team-telnyx/telnyx-code-examples/tree/main/build-conversational-workflow-nodejs
1•anushathukral•6m ago•0 comments

Show HN: A free ACP payments module that adds Stripe payments to MCP tools

https://www.afcommerce.com/free-acp-payments-module/
1•abratabia•7m ago•0 comments

From API to Ontology: An Architecture for On-Demand Semantic Digital Twins

https://blog.ptidej.net/from-api-to-ontology-an-architecture-for-on-demand-semantic-digital-twins/
3•viniciusmioto•8m ago•0 comments

Summary of METR's predeployment evaluation of GPT-5.6 Sol

https://metr.org/blog/2026-06-26-gpt-5-6-sol/
1•pongogogo•8m ago•1 comments

Long Wave radio era set to end with Droitwich switch-off

https://www.bbc.com/news/articles/c74yn7v7k4qo
1•speckx•8m ago•0 comments

Amazon wouldn't let me, so I built my own 20TB Snowball [video]

https://www.youtube.com/watch?v=v0DEI4Ad7Ik
2•tambourine_man•8m ago•0 comments

Akrites: The Latest Attempt to Protect Open-Source from AI Attacks Has Arrived

https://devops.com/akrites-the-latest-attempt-to-protect-open-source-from-ai-attacks-has-arrived/
1•CrankyBear•9m ago•0 comments

A list of software and other offerings with free developer tiers

https://github.com/ripienaar/free-for-dev
2•faradtech•13m ago•0 comments

The French are painting their windows with chalk to beat the heat

https://www.bbc.com/future/article/20260625-why-the-french-are-painting-chalk-on-their-windows
3•geox•14m ago•0 comments

My-Pi Coding-Agent

https://github.com/spences10/my-pi
2•mainsong•14m ago•0 comments

HTML: Composer and Perl HTML Templating

https://rawley.xyz/posts/html-composer.html
1•rawleyfowler•15m ago•0 comments

My Love-Hate Relationship with Page Builders

https://eliotdill.substack.com/p/my-love-hate-relationship-with-page
1•DillyDally125•16m ago•0 comments

New Intel Linux Driver Patches Enable HDR over DP MST Connections

https://lore.kernel.org/dri-devel/20260626175510.3899476-1-gildekel@google.com/
1•DemiGuru•17m ago•0 comments

Roblox parental controls are a dystopian security disaster

1•notsure357•18m ago•0 comments

QA/Testing at Startups

1•ovi_firstqa•19m ago•0 comments

The EU Wants to Grow Homegrown Tech. Its Courts Keep Making That Impossible

http://www.techdirt.com/2026/06/26/the-eu-wants-to-grow-homegrown-tech-its-courts-keep-making-tha...
3•beardyw•22m ago•0 comments

In Loving Memory of Om Malik – Hodinkee

https://www.hodinkee.com/articles/in-loving-memory-of-om-malik-friend-writer-venture-capitalist-a...
1•adamfuhrer•22m ago•0 comments

AI Models Directory (To Compare)

https://aimodels.directory/
1•entempsllc•22m ago•0 comments

Transformers Explained for Software Engineers

https://bharad.dev/blog/transformers-and-attention
1•bharadwajp•22m ago•0 comments

Europe's largest datacentre hub leaves town sweltering

https://www.theguardian.com/environment/2026/jun/26/slough-is-like-an-experiment-europes-largest-...
1•speckx•23m ago•0 comments

Designing a Personal Pebble Watchface

https://www.jonashietala.se/blog/2026/06/26/designing_a_personal_pebble_watchface/
1•lawn•26m ago•0 comments

Auto-Charge Tracker makes Steam Controller move toward its charging dock

https://videocardz.com/newz/modder-makes-steam-controller-move-itself-to-the-charging-puck
1•LorenDB•31m ago•0 comments

The Ontological Consequences of AGI Autonomy

https://secondexpulsion.substack.com/p/the-apple-the-serpent-and-the-outside
2•cosmosjang•32m ago•0 comments

Cory Doctorow on the Right – and Wrong – Way to Criticize AI

https://jacobin.com/2026/06/ai-bubble-layoffs-workers-copyright
1•thunderbong•34m ago•0 comments

I was laid off from Meta and now I work at a butcher shop [video]

https://www.youtube.com/watch?v=oLzuO4FmcqE
3•mmarian•36m 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