Hacker News
Scale Kubernetes deployments to zero using KEDA
Article URL: https://mijndertstuij.nl/posts/scale-to-zero-keda-cron-scaler/
Comments URL: https://news.ycombinator.com/item?id=48417729
Points: 1
# Comments: 0
Open Source, Co-Ops and a History of Bias in Corporate America
Article URL: https://radicaltherapy.substack.com/p/open-source-co-ops-and-a-history
Comments URL: https://news.ycombinator.com/item?id=48417720
Points: 3
# Comments: 0
Nvidia DGX Spark GB10 – AI Models and Guide with vLLM and Autonomous Script
Article URL: https://github.com/omnia-projetcs/spark-dgx
Comments URL: https://news.ycombinator.com/item?id=48416815
Points: 1
# Comments: 0
What people don't get about safety at Anthropic
Article URL: https://twitter.com/kevins8/status/2062969935379513431
Comments URL: https://news.ycombinator.com/item?id=48416794
Points: 1
# Comments: 0
How Elon Musk Killed Hundreds of Thousands of People
Article URL: https://www.currentaffairs.org/news/how-elon-musk-killed-hundreds-of-thousands-of-people
Comments URL: https://news.ycombinator.com/item?id=48416791
Points: 1
# Comments: 0
S&P 500 rejects SpaceX, also blocking entry for OpenAI and Anthropic
How to Stop Shipping Low-Quality RL Environments (With Examples)
Article URL: https://www.latent.space/p/bad-envs
Comments URL: https://news.ycombinator.com/item?id=48416742
Points: 1
# Comments: 0
Show HN: Busbar – every LLM behind one URL, in a single Rust binary
I have been working on multiple projects lately involving AI endpoints (including some I run locally) and I found I needed a way to easily load balance across multiple. Sometimes my on-prem would not be able to handle to load and Id have to crank up the z.ai usage or Anthropic depending on where my credits were at the time.
One thing led to another and I ended up writing Busbar: An LLM gateway, written in Rust (I have a thing for Rust lately). You point your existing OpenAI/Anthropic/Gemini SDK at it, change the model to a pool name, and that name now load-balances across the vendors. Your client code doesn't change and never learns it even happened.
My central idea is "protocols, not providers". I implement six protocols - Anthropic, OpenAI, Gemini, Bedrock, Responses, Cohere - losslessly. You define a provider in three lines of YAML, mainly specifying the protocol that provider speaks.
Your client speaks a protocol in to Busbar and Busbar speaks a protocol out to the provider.
- Each protocol translates request and response, streamed and buffered, in both directions. Same-protocol calls pass through untouched; cross-protocol calls reconcile the awkwardness (a field one dialect requires and another makes optional).
- A circuit breaker that knows whose fault a failure is. It stops routing to a backend that's genuinely failing, but it won't penalize a model for a request that was simply too big (it retries on a larger-context model instead), and it won't blame a backend when the caller sent a bad request. A healthy model never gets pulled from rotation for something that wasn't its fault. All issues I have personally faced and wanted to fix one time in busbar vs 10x in 10 applications.
- Hand-rolled AWS implementations so I am not reliant on AWS SDK's: SigV4 and a from-scratch AWS eventstream frame decoder for Bedrock
It's 1.0.0-rc.2 — feature-complete and API-stable, with release-candidate validation underway before 1.0.0. I have been using it on my projects and its solving my problems nicely.
Solo project, AGPL-3.0. The AGPL choice is open to discussion; I know it matters for a request-path component.
Feedback very welcome, particularly on where the translation might still be lossy in edge cases. Contribution and conversation desired!
Comments URL: https://news.ycombinator.com/item?id=48416730
Points: 1
# Comments: 0
UK orders Google to allow publishers to opt out of AI scraping
Article URL: https://apnews.com/article/google-britain-ai-competition-regulation-ce2016a4519fbe234799e009bac8f120
Comments URL: https://news.ycombinator.com/item?id=48416706
Points: 3
# Comments: 0
The effects of foods on LDL cholesterol levels
Article URL: https://www.sciencedirect.com/science/article/pii/S0939475321000028
Comments URL: https://news.ycombinator.com/item?id=48416698
Points: 1
# Comments: 0
I Put ChatGPT Browser Inside My Terminal [video]
Article URL: https://www.youtube.com/watch?v=YErIWOPytuc
Comments URL: https://news.ycombinator.com/item?id=48416682
Points: 1
# Comments: 0
The Wrath of the Killdozer (2009)
Article URL: https://www.damninteresting.com/the-wrath-of-the-killdozer/
Comments URL: https://news.ycombinator.com/item?id=48416675
Points: 1
# Comments: 0
Data Centers Have a New Adversary: Tigers and Leopards at a Zoo
Article URL: https://www.bloomberg.com/news/articles/2026-06-05/data-centers-have-a-new-adversary-tigers-and-leopards-at-a-zoo
Comments URL: https://news.ycombinator.com/item?id=48416656
Points: 1
# Comments: 0
Amazon Employees Show Up to City Council Meetings, Demand Limits on Data Centers
Article URL: https://www.wired.com/story/amazon-employees-publicly-demand-regulations-on-data-centers/
Comments URL: https://news.ycombinator.com/item?id=48416644
Points: 4
# Comments: 0
We Built Plainform and What It Means for Your Next Project
Article URL: https://plainform.dev
Comments URL: https://news.ycombinator.com/item?id=48416639
Points: 1
# Comments: 0
Transformers Are Inherently Succinct
Article URL: https://openreview.net/pdf?id=Yxz92UuPLQ
Comments URL: https://news.ycombinator.com/item?id=48416635
Points: 1
# Comments: 1
Jax Back Ends and Devices
Article URL: https://www.gilesthomas.com/2026/06/jax-backends-and-devices
Comments URL: https://news.ycombinator.com/item?id=48416629
Points: 1
# Comments: 0
Tech sovereignty package to strengthen Europe's digital autonomy and resilience
Article URL: https://ec.europa.eu/commission/presscorner/home/en
Comments URL: https://news.ycombinator.com/item?id=48416628
Points: 2
# Comments: 0
Show HN: SupXML, modern memory-safe XML parser replacement for libxml2
Article URL: https://supso.org/projects/sup-xml/docs
Comments URL: https://news.ycombinator.com/item?id=48416611
Points: 1
# Comments: 0
Against an Increasingly User-Hostile Web (2017)
Article URL: https://neustadt.fr/essays/against-a-user-hostile-web/
Comments URL: https://news.ycombinator.com/item?id=48416563
Points: 3
# Comments: 0
