frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

How to reduce your API LLM bill

https://github.com/salimassili62-afk/ai-costguard
1•salim2006•8s ago•1 comments

Companies question cost of AI as tokenmaxxing spending adds up

https://www.cbc.ca/news/business/ai-spending-ending-tokenmaxxing-tokenomics-9.7237680
1•uladzislau•5m ago•0 comments

Fast and Secure Cloud Delivery in Regulated Industries

https://blog.faridnsh.ninja/fast-and-secure-cloud-delivery-in-regulated-industries
1•alFReD-NSH•6m ago•0 comments

Ask HN: What has been bothering you lately?

1•julienreszka•7m ago•0 comments

Sci-Bot

https://sci-bot.ru/
2•charlieirish•10m ago•0 comments

The Joy of Tech: A Different Path for Products, People, & AI

https://blog.dfeldman.co/the-joy-of-tech-a-different-path-for-products-people-ai-df122b28764e
1•schvenk•15m ago•0 comments

Which AI agent spent the money on your OpenAI/Anthropic bill

https://github.com/Nu11P01nt3r3xc3pt10n/spaturzu-sdks
1•nu11P01nt3r•17m ago•0 comments

Show HN: High-Res Neural Cellular Automata

https://cells2pixels.github.io/
4•esychology•19m ago•0 comments

We Thought It Was a Compute Bottleneck. It Was a Design Decision

https://zhenthinks.substack.com/p/we-thought-it-was-a-compute-bottleneck
1•zhenthinks•21m ago•0 comments

Simulating a Solar Panel and Battery in Home Assistant Before Buying One

https://virtuallytd.com/posts/solar-simulation-home-assistant/
2•virtuallytd•21m ago•1 comments

YC Application Review Skill

https://github.com/morajabi/yc-partner
1•morajabi•23m ago•1 comments

Show HN: Open-source 3D Cell Models Pipeline

https://www.lorea.app/3d-library
2•herbstgewinn•25m ago•0 comments

Composable building blocks for full-stack AWS apps

https://github.com/aws-devtools-labs/aws-blocks
1•ferhatelmas•25m ago•0 comments

People want robots in warehouses and factories not hospitals or schools

https://hexagon.com/company/newsroom/press-releases/2026/people-want-robots-in-warehouses-and-fac...
2•JeanKage•26m ago•0 comments

Amazon Almost Killed Best Buy. Then, Best Buy Did Something Brilliant (2019)

https://www.inc.com/justin-bariso/amazon-almost-killed-best-buy-then-best-buy-did-something-compl...
1•downbad_•27m ago•0 comments

The Death of the Chatbot

https://wisdomofcrowds.live/p/the-death-of-the-chatbot
1•HR01•29m ago•0 comments

Qwen and Fable: An open-weights agentic coding model. 35B Mixture-of-Experts

https://huggingface.co/lordx64/Qwable-v1
1•thunderbong•31m ago•0 comments

SwiftOS – an OS in Embedded Swift that serves its own website

https://github.com/asaptf/swift-os
2•asaptf•31m ago•0 comments

Build of freestanding extensions for PHP is now available

https://codeberg.org/determin1st/php-sm-test
1•freestanding•32m ago•0 comments

Pentagon used Elon Musk's Grok AI to fire 2k missiles at Iran, official says

https://www.independent.co.uk/news/world/americas/us-politics/elon-musk-grok-ai-iran-missiles-pen...
3•cbg0•34m ago•0 comments

Oracle's OpenJDK Bans Generative AI Contributions, Oracle's GraalVM Allows Them

https://www.infoq.com/news/2026/06/oracle-genai-policies/
1•rowbin•35m ago•0 comments

GLM-5.2 is the new leading open weights model on Artificial Analysis

https://artificialanalysis.ai/articles/glm-5-2-is-the-new-leading-open-weights-model-on-the-artif...
2•himata4113•35m ago•0 comments

Distributed AI on AWS

https://www.day1training.com/
2•gjmveloso•36m ago•0 comments

R.O.B.

https://en.wikipedia.org/wiki/R.O.B.
1•tosh•40m ago•0 comments

Anthropic's latest feud with the Trump admin may help it, sales data suggests

https://techcrunch.com/2026/06/16/anthropics-latest-feud-with-the-trump-admin-may-actually-help-i...
1•frb•42m ago•0 comments

Show HN: Cerberus – PromQL/LogQL/TraceQL Query APIs Backed by ClickHouse

https://github.com/tsouza/cerberus
3•tcostasouza•43m ago•0 comments

GLM-5.2: Built for Long-Horizon Tasks

https://huggingface.co/blog/zai-org/glm-52-blog
1•victormustar•43m ago•0 comments

Claude vs. ChatGPT for Code Review: Which Is Better?

https://theaileverageweekly.com/posts/claude-vs-chatgpt-for-code-review-which-is-better.html
1•talvardi7•46m ago•0 comments

Show HN: Tocka – A million-pixel canvas like R/place, but with real economics

https://tocka.rocks
10•nikoladinevski•48m ago•0 comments

Arkanoid

https://en.wikipedia.org/wiki/Arkanoid
3•tosh•51m 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