holger

@no_blockers
9 Followers
20 Following
73 Posts
Just a person tinkering with stacks and thinking too much about infrastructure.
Private profile.
Expect DevOps thoughts and selfhosting adventures.
Posts shouldn’t be taken seriously - life’s too short.

Everyone seems to be going on about Anthropic these days, but with #Mistral there is a European alternative as well.

https://www.heise.de/en/news/European-AI-Autonomy-Mistral-Invests-830-Million-in-Data-Center-11242019.html

#digitalsovereignty #ai

European AI Autonomy: Mistral Invests $830 Million in Data Center

Mistral is taking out an $830 million loan to build an AI data center near Paris with Nvidia GPUs. This is intended to strengthen Europe's AI autonomy.

heise online

Linux Professional Institute (LPI) will join @FrOSCon, a leading community-driven #opensource conference in Germany, Aug 15–16!

Save big on LPI 📝 exams at the event, sponsored by our Channel Partners OSC - LPI Channel Partner and Linux Training @wefinet. 🐧💛

Essentials €70 / Others €110

Register today 👇

https://lpi.org/maksuL45

#FrOSCon #FOSS #freesoftware #LearnLinux #LinuxCertifications #LPI #LPIC #DevOps #BSD #FrOSCon2026 #LinuxEssentials #WebEssentials

It is the little things that spark joy, right?
For me it just was the power of shell brace expansion a few moments ago when creating a folder structure in my repo.

Creating sequences instantly: `mkdir -p report_{01..05}`
Batch grouping folders: `mkdir -p ./{report_01,report_02,report_03}`

Such simple syntax. ♥️

#BashScripting #TerminalHacks #Productivity

I found a nice JS snipped on greasyfork that kills JS by setting `document.body.innerHTML` to `document.body.innerHTML`. Way easier then `for(;;);`.

Here is my bookmark:
`javascript:(function() {document.body.innerHTML = document.body.innerHTML;})()`

#js #LibreWolf

I propose a new #git commit message trailer

Tokens-used: ℕ

so that everyone can see when you burned a whole forest to make a small change to a log message

#AI #artificialIntelligence #generativeAI #genAI #noAI #vibeCoding #amCoding #amProgramming #softwareDevelopment #softwareEngineering #programming #webDevelopment #webDev #computerScience

I've written up how I've configured git and GitHub to use organisation-specific SSH keys to authenticate with GitHub and sign my commits. I store my SSH keys in 1Password and I'm using MacOS.

https://jamesmead.org/blog/2026-04-19-organisation-specific-git-authentication-and-commit-signing

#ssh #git #macos

Organisation-specific git authentication and commit signing - James Mead

Using SSH keys stored in 1Password on MacOS

There was a team, which I joined to help with “DevOps’ stuff”. 5 or 6 people, good engineers, focused and busy. They had their habbits, processes and rituals. All more or less working fine… Except the review process. They were producing a lot of changes, but struggled to review them on time, which was blocking other team members and resulting in tasks being moved from sprint to sprint, without the real progress.

#blog #BestPractices #Devops #People (https://gagor.pro/2026/04/the-wall-of-shame/)

My "Read Later" pile in Mastodon is reaching critical mass. 🫠📚 #BookmarkBlues #DigitalHoarder #ToRead
destroying #infrastructure with #terraform (well #opentofu in my case) never ceases to make me worry. it's never failed and i've never destroyed the wrong thing but it sure feels sketchy in prod. #devoops #devops

Just updated to Forgejo 15.0.0! Smooth sailing, no issues at all.

Thanks to the Forgejo team for keeping it stable and efficient!

#Forgejo #15.0.0 #ContinuousIntegration #DevOps