@nicobo

22 Followers
117 Following
449 Posts
I speak to computers 🤖
sitehttps://www.nicolabs.net
twitterhttps://twitter.com/nic0b0

Ok, I've finally identified what is wrong with my dns-persist-01 challenge integration. #LetsEncrypt prod server just does not support it yet... ;-(

Waiting for "Q2 2026" then...

https://letsencrypt.org/2026/02/18/dns-persist-01#:~:text=production%20rollout%20targeted%20for%20some%20time%20in%20Q2%202026

#acme #devops #security

DNS-PERSIST-01: A New Model for DNS-based Challenge Validation

When you request a certificate from Let’s Encrypt, our servers validate that you control the hostnames in that certificate using ACME challenges. For subscribers who need wildcard certificates or who prefer not to expose infrastructure to the public Internet, the DNS-01 challenge type has long been the only choice. DNS-01 works well. It is widely supported and battle-tested, but it comes with operational costs: DNS propagation delays, recurring DNS updates at renewal time, and automation that often requires distributing DNS credentials throughout your infrastructure.

Keep Android Open

Your phone is about to stop being yours. In September 2026, Google will block every Android app whose developer hasn't registered with them.

Mythos finds a curl vulnerability

yes, as in singular one. Back in April 2026 Anthropic caused a lot of media noise when they concluded that their new AI model Mythos is dangerously good at finding security flaws in source code. Apparently Mythos was so good at this that Anthropic would not release this model to the public yet but instead … Continue reading Mythos finds a curl vulnerability →

daniel.haxx.se
High-Quality Chaos

As I have been preparing slides for my coming talk at foss-north on April 28, 2026 I figured I could take the opportunity and share a glimpse of the current reality here on my blog. The high quality chaos era, as I call it. No more AI slop I complained and I complained about the … Continue reading High-Quality Chaos →

daniel.haxx.se

All #AI tools are installed with curl|bash.
Developers are probably aware of the security issues with this.
But as AI democratizes, editors don't behave responsibly by training newcomers to blindly copy-paste things around the whole day...

- https://code.claude.com/docs/en/quickstart#step-1-install-claude-code
- https://openclaw.ai/
- https://ollama.com/download

#Security #DevOps #Claude #OpenClaw #Ollama

Quickstart - Claude Code Docs

Welcome to Claude Code!

Claude Code Docs

**DON'T waste your time on this AI tutorial !** https://www.freecodecamp.org/news/how-to-run-open-source-llms-locally-and-in-the-cloud

The guy just tries random responses from the LLMs without understanding what he's doing... and he even does not complete the goal of the chapters !

Strangely, Beau Carnes - which published the article - produces excellent tutorials on the matter himself...

#FreeCodeCamp has the best and the worst...

#AI #GenAI #DevOps

How to Run Open Source LLMs Locally and in the Cloud

Learn how to work with a wide range of open large language models (LLMs) such as Gemma, Kimmy, and GLM across various local and cloud-based environments. We just posted a course on the freeCodeCamp.or

freeCodeCamp.org
Les techs de l'Etat développent la Suite Numérique avec Samuel Paccoud

YouTube

If you want a free open alternative to Microsoft Github, you might want to have a look at @forgejo which lets you host your own code forge:

🌱 https://forgejo.org

If you just want to sign up on a Forgejo instance without self-hosting it, check out @Codeberg at:

🌱 https://codeberg.org

Forgejo is free open source software, a community-run hard fork of Gitea. The Forgejo devs are also working on adding Fediverse support to Forgejo instances.

#FOSS #SelfHosting #Dev #Github #Alternatives

Forgejo – Beyond coding. We forge.

Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.

Not to be outdone by Linux, Pleroma is presenting to you a NEW RELEASE today that you shouldn't miss.

https://pleroma.social/announcements/2026/05/03/pleroma-release-2.10.2/

Update immediately (that includes hakui).
Pleroma Release: 2.10.1 and 2.10.2

#sphinx configuration is very strange. The default is for both source documents and configuration file to have the same root directory. In order to put the configuration aside, I'm trying to adjust parameters but they are at different places (in the command line and configuration file) and they depend on each other... It's a nightmare just to change the default directories. #devops