Everyone seems to be going on about Anthropic these days, but with #Mistral there is a European alternative as well.
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.
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 👇
#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. ♥️
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;})()`
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
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/)
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