#devops

194 posts · Last used 3d

Back to Timeline
Bahnbef @Bahnbef@bahn.social · 4d ago
Until this Friday, as a #DevOps engineer, I have a #bullshit job. "I build and automate the systems that let developers safely deliver software quickly and reliably." Soon I do no longer have a bullshit job, because I can say "I drive trains." and that feels awesome! 🎉 (No offense to DevOps engineers, DevOps is awesome, the surrounding circumstances are the issue).
2
1
3
Hakierspejs (Łódź Hackerspace) @hslodz@mas.to · 6d ago
🎤 Jesień Linuksowa 2026 szuka prelegentów! Jako patron medialny wydarzenia serdecznie zapraszamy do zgłaszania prelekcji i warsztatów na 22. #JesieńLinuksowa – najstarszą aktywną konferencję o #Linux i #OpenSource w Polsce. Poszukiwane są tematy związane m.in. z #DevOps, #Security, #Programowanie, #AI, wolnym oprogramowaniem czy suwerennością cyfrową. 📍 Hotel Kolna, Kraków 📅 23–25 października 2026 👉 Zgłoszenia do 16 sierpnia 2026: https://jesien.org/2026/c4p Do zobaczenia w Krakowie! #CFP
0
0
1
Larvitz :fedora: @Larvitz@burningboard.net · 6d ago
New toy for FreeBSD folks who run Ansible: a become plugin for mdo(1), the mac_do(4) counterpart to sudo/doas. The kernel decides whether the credential transition is allowed, so there is no password, no TTY, no doas.conf, and pipelining just works. Single file, BSD 2-Clause, tested against 15.1-RELEASE. https://github.com/chofstede/ansible-become-mdo Feedback welcome, especially from anyone already using mac_do in production. #FreeBSD #Ansible #RunBSD #DevOps #Automation
0
0
0
drmorr @drmorr@hachyderm.io · Aug 06, 2026
I updated the DNS haiku, y'all: everyone forgot about the certificates they changed and things broke #certificates #devops #softwareengineering
15
0
8
HackMag — Top-notch cybersecurity magazine @hackmag@infosec.exchange · Aug 06, 2026
⚪️ Automating Data Collection and Processing from MikroTik Network Devices 🗨️ Suppose we have MikroTik equipment with firewall rules designed to detect port scanning. We need to keep a daily record of the IP addresses involved and email a report to the security team. Let’s write a script to automate the entire process. 🔗 https://hackmag.com/devops/mikrotik-automation?utm_source=mastodon&utm_medium=social&utm_campaign=repost_hackmag_to_socials #devops
0
0
0
PSConfEU @psconf.eu@bsky.brid.gy · Aug 06, 2026

🔑 Still storing client secrets in your CI/CD pipelines? There’s a better way.

@powers-hell.com@bsky.brid.gy demonstrates how Workload Identity Federation enables #Azure #DevOps and #GitHub Actions to access Azure resources without passwords, secrets, or certificates.

👉 youtu.be/MhuEm98VUWE?si=Xzv...

  • YouTube
0
0
0
z3r0 @z3r0@gts.maverick-hq.org · Aug 04, 2026
Nuevos e interesantes breaking changes en Forgejo Runner v13.0.0 #forgejo #devops
0
0
0
Wendy @wendythedruid@thistleandmoss.org · Aug 04, 2026
Ive been living on this all day, because I literally just gave up with zero fucks today. My junior engineers did stupid shit today, and I am up to my neck in it. Can this get any worse? I doubt it. I think secretly the world hates me or something. https://www.youtube.com/watch?v=BCn0b0qqng4&list=PL24pTw466wuDzOwpiKo5GnEZyKVFDV66G&index=25 #Devops #CloudOps #ProgMetal #DoNotCare #Depression #Anger #Sadness #Anxiety #ZeroFucks #Icanttoday #Trans #TransDeveloper #Queer #LGBTQIA #Frustration
0
0
0
Larvitz :fedora: @Larvitz@burningboard.net · Aug 04, 2026
A bug in my Ansible connection plugin needed a real FreeBSD jail to reproduce. So I put three of them on an idle 512 MB free-tier VPS. With pkgbase, the base userland is just 33 MB. And persistent jails use zero idle processes. Here’s the build, the regression test, and the two sharp edges that cost me twenty minutes: https://blog.hofstede.it/three-test-jails-on-a-512-mb-free-tier-vps/ #FreeBSD #Ansible #pkgbase #SysAdmin #Devops
0
0
0
BigBeardApps @BigBeardApps@mastodon.social · Aug 04, 2026
Boosted by Welcoming committee @welcome@friends.deko.cloud
Hi, I'm Raul — Air Force vet, ex-real-estate-broker, now a Senior Software Engineer at Dell (HashiCorp/IBM Vault) who also ships iOS apps solo under Big Beard Apps: Feastmark (no-analytics recipe app, in App Review), PayoffPilot (debt payoff), and a couple more close behind. #Introduction #iOSDev #IndieDev #DevOps #CareerChange
0
0
1
🍁 Martin Guay 👨‍💻🌈🎮📱 @MartinGuay@mstdn.ca · Aug 02, 2026
Most WordPress cache warmers act like a micro-DDoS attack against your origin server—locking MySQL tables and starving execution threads. We engineered Cryovex Edge Prime: a stateful, self-healing cache engine with 3-state circuit breakers, direct-loopback failovers, and primary-key batch compaction. Read the full engineering roadmap from v0 to v2.6.0: https://medium.com/@martinguayott/wordpress-cache-warmer-why-yours-fails-how-we-fixed-it-21cbaaab0423 #WordPress #DevOps #SysAdmin #WebPerf #SoftwareEngineering
2
1
1
🍁 Martin Guay 👨‍💻🌈🎮📱 @MartinGuay@mstdn.ca · Aug 03, 2026
Replying to @MartinGuay@mstdn.ca
Most WordPress cache warmers fail for two simple reasons: they blindly sweep every URL on a rigid schedule, and they hammer the origin server until it chokes. Over the v2.6.0 to v2.9.0 RC1 release cycle of Cryovex Edge Prime, we rebuilt cache warming into an autonomous, self-recovering performance engine: ⚙️ Event Orchestration (v2.6): Real-time event triggers, coalescing, and adaptive workload backoff to keep origin servers healthy. 📊 Coverage Ledger (v2.7): A flat, custom database ledger tracking page freshness so the planner only warms due targets within strict request budgets. 🧠 Deterministic Policy Engine (v2.8): Self-managing configuration across 55 settings with automatic rollbacks and 30-day learning holds—zero opaque AI required. 🛡️ Autonomous Resilience (v2.9 RC1): Self-repairing cron schedules, lock recovery for interrupted workers, and database growth governance. Read the full engineering breakdown on: https://medium.com/@martinguayott/wordpress-cache-warmer-why-yours-fails-how-we-fixed-it-21cbaaab0423 #WordPress #WebPerf #DevOps #Caching #PHP #SystemArchitecture
0
0
0
Cloud Manul @cloud_manul@nrw.social · Aug 03, 2026
"Of course, we have backups. But, alas, the restore app is on the backup tape." #DevOps
0
0
1
Dima @dima@dol.social · Aug 02, 2026
Drew the whole OSI stack because I got tired of googling which layer TLS sits on. Many years in. Still counting on my fingers. In practice I touch three of them. Physical, when someone unplugged the thing. Network, when it is DNS. Application, when it is also DNS. Presentation I had to look up. Twice. The first result was a mnemonic about pizza so I closed the tab out of spite. Layer 5 is in there too. Doing something. Allegedly. #OSIModel #Networking #DevOps #SysAdmin #ItsAlwaysDNS #Blog #Thoughts
0
0
0