Vacation in the Rhön
Yesterday, we came back from some much-needed vacation. We spent 9 nights in Fulda, went hiking a few times, visited some museums, and sometimes also just relaxed. On the way to Fulda, we also made a short break in Kassel and revived some memories. ⌘ Read more
Google flags Immich sites as dangerous
Article URL: https://immich.app/blog/google-flags-immich-as-dangerous
Comments URL: https://news.ycombinator.com/item?id=45675015
Points: 508
# Comments: 161 ⌘ Read more
From karaoke terminals to AI résumés: The winners of GitHub’s For the Love of Code challenge
This summer, we invited devs to participate in our hackathon for joyful, ridiculous, and wildly creative projects. Here are the winners of For the Love of Code!
The post [From karaoke terminals to AI résumés: The winners of GitHub’s For the Love of Code challenge](https://github.blog/open-source/from-karaoke-terminals-to-ai-resumes-the-winners-of-github … ⌘ Read more
LFX Insights: A new way to understand open source projects
Open source forms the backbone of modern technology ecosystems. From orchestration and observability to frameworks and developer tools, today’s technology choices depend on projects we may not control but rely on every day. The challenge: not… ⌘ Read more
Top security researcher shares their bug bounty process
For this year’s Cybersecurity Awareness Month, the GitHub Bug Bounty team is excited to put the spotlight on a talented security researcher—@dev-bio!
The post Top security researcher shares their bug bounty process appeared first on The GitHub Blog. ⌘ Read more
Cryptographic Issues in Cloudflare’s Circl FourQ Implementation (CVE-2025-8556)
Comments ⌘ Read more
Cloud Native Maturity Model 4.0 (Beta): Reflecting what’s next for cloud native — and we want your input
The CNCF Cartografos Working Group is excited to announce the beta release of the Cloud Native Maturity Model 4.0. This version expands the framework to include AI, FinOps, and evolving cultural practices. We invite the community… ⌘ Read more
Getting Started with Offload: Automating Everyday Workflows with Docker
Every developer eventually hits a wall with their local machine. Maybe it’s training an AI model that drains your CPU, compiling a massive codebase that makes your fan sound like a jet engine, or simply trying to run GPU workloads on a laptop that doesn’t have one. The result is the same: slow builds, limited… ⌘ Read more
How to update community health files with AI
Have you ever thought about using AI to update community health files for your repositories? This blog shares actionable next steps for doing just that, including a starter kit with a checklist and tutorials on how to create three useful files.
The post How to update community health files with AI appeared first on [The GitHub Blog](https:/ … ⌘ Read more
Cartridge chaos: the official Nintendo region converter and more!
This post is a combination of looks at several oddities among my pile of NES and Famicom cartridges. Why, for example, do I have a copy of Gyromite when I don’t have a R.O.B.? Did I miss something interesting in my MMC blog post? And while it is the Japanese release of Kid Niki: Radical Ninja, is my Kaiketsu Yanchamaru being a little too radical? Who put the ram in the rama-lama-ding-dong? Some of these … ⌘ Read more
Applying RBAC to databases on Kubernetes: Practical, real-world examples
Introduction Role-Based Access Control (RBAC) is one of the most important security features in any cloud native platform. It determines who can do what inside the Kubernetes Cluster, helping teams give the right access to the… ⌘ Read more
Introducing a Richer ”docker model run” Experience
The command line is where developers live and breathe. A powerful and intuitive CLI can make the difference between a frustrating task and a joyful one. That’s why we’re excited to announce a major upgrade to the interactive chat experience in Docker Model Runner, our tool for running AI workloads locally. We’ve rolled out a… ⌘ Read more
Servo 0.0.1 released
Today, the Servo team has released new versions of the servoshell binaries for all our supported platforms, tagged v0.0.1. These binaries are essentially the same nightly builds that were already available from the download page with additional manual testing, now tagging them explicitly as releases for future reference. ↫ Servo’s official blog Servo is making steady progress, and that’s awesome news. Every month a whole slew of new features and improvements make their way into this new br … ⌘ Read more
Inside the breach that broke the internet: The untold story of Log4Shell
Log4Shell proved that open source security isn’t guaranteed and isn’t just a code problem. It’s about supporting, enabling, and empowering the people behind the projects that build our digital infrastructure.
The post [Inside the breach that broke the internet: The untold story of Log4Shell](https://github.blog/open-source/inside-the-breach-that-broke-the-internet-the-untold-story-of-log4she … ⌘ Read more
Adding distributed tracing to AI Gateway: My LFX mentorship journey
In today’s rapidly evolving AI landscape, effectively monitoring and debugging AI Gateways has become a critical challenge. This article shares my complete experience through the LFX Mentorship program, where I added OpenTelemetry distributed tracing support to… ⌘ Read more
Docker Model Runner Meets Open WebUI: A Simpler Way to Run Local AI Models
Hi, I’m Sergei Shitikov - a Docker Captain and Lead Software Engineer living in Berlin. I’m focused on DevOps, developer experience, open source, and local AI tools. I created this extension to make it easier for anyone - even without a technical background - to get started with local LLMs using Docker Model Runner and… ⌘ Read more
Mathieu Pasquet: slixmpp v1.12
This version is out mostly to provide a stable version with compatibility with the newly released Python 3.14, there are nonetheless a few new things on top.
Thanks to all contributors for this release!
Fixes- Bug in MUC self-ping ( XEP-0410) that would create a traceback in some uses
- Bug in SIMS ( XEP-0447) where all media would be marked as inline
- Python 3.14 breakage
- Prono … ⌘ Read more