Veille Technologique

2026-05-03

27 feeds · 60 articles traités · 20 sélectionnés · gemma4:e2b · 2026-05-03T09:08:20.944Z

Divers

Looking for hands-on DevOps experience — happy to contribute to real projects

r/devops (Tier 1) · Publié : 2026-05-02 · 75.9/10

Hi everyone, I’m a QA engineer (~3 YOE) based in Pune, India, transitioning into DevOps. Over the last 6–7 months, I’ve completed 100+ hands-on labs (KodeKloud) and worked with tools like Kubernetes, Docker, Linux, Terraform, AWS, Jenkins, ArgoCD, Python, Grafana, and Prometheus. I’m looking for opportunities to contribute to real-world projects (personal, open-source or professional) to gain practical experience before applying for DevOps roles. I’m happy to help, learn, and collaborate — compe

I started a DevOps YouTube channel and would love feedback / ideas on learning content

r/devops (Tier 1) · Publié : 2026-05-02 · 53.8/10

Hello DevOpsers! I am a big video learner, and learned lots about devops through videos in the last 10 years or so. There are some nice channels like learndevopswithnana for example. This influenced me to start a devops channel of my own on YouTube, and would love to hear your thoughts on what direction I could go in.. I am big on analogies to explain things. For example trying to explain what cloud networks are using analogies. What are some of the topics you really struggle to understand still

AI coding tools are now a CVSS 10.0 CI/CD supply chain vector - patch Gemini CLI and update Cursor

r/devops (Tier 1) · Publié : 2026-05-03 · 42.2/10

Two critical AI coding tool vulns landed last week with the same root cause: agents that autonomously execute OS operations trust their environment in ways that weren't designed for automated use. Gemini CLI (CVSS 10.0, no CVE): In headless/CI mode, it automatically trusted workspace folders for config loading - no sandboxing, no explicit consent. Attack vector: submit a PR to any project running Gemini CLI in CI, plant a crafted .gemini/ config, and you get RCE on the CI host before the san

Where can I find DevOps tutors at an affordable rate?

r/devops (Tier 1) · Publié : 2026-05-02 · 41.5/10

Hi all, I’ve been working as a SCADA engineer for 2 years now in the Oil and Gas industry and I’m not sure I want to do it long term. Before that I work in an internship at an IT company where I got to learn a bit about DevOps CI/CD Pipelines (Jenkins), APIs (Python, Flask), Micro service architectures, configuration management (Chef Cookbooks), containers (Docker), BDD testing (Cucumber, Pytest), Ruby, etc. I did fine, however, I was laid off after 2 years and had some challenges finding other

fedit — a deterministic CLI + MCP file editor I built after watching LLMs mangle my Terraform/YAML/nginx configs

r/devops (Tier 1) · Publié : 2026-05-02 · 39.7/10

**TL;DR:** `fedit` is a small Go CLI that does line-addressable file edits (show / insert / delete / replace / replaceall / map / find / insertafter / insertbefore / write). It also ships an **MCP server** so Claude/Cursor/etc. can call the same ops as tools instead of regenerating whole files. MIT, single binary, no deps. Repo: https://github.com/amalexico/fedit --- ### Why this exists Like a lot of you, I've been letting LLMs touch my configs — Terraform modules, Helm values, nginx blocks,

Built a Jenkins plugin that tracks all 4 DORA metrics natively

r/devops (Tier 1) · Publié : 2026-05-02 · 27.6/10

Been working on getting DORA metrics visibility for our pipelines without setting up external infrastructure like Prometheus/Grafana or paying for commercial tools. Ended up building a Jenkins plugin that does it all inside Jenkins itself. It tracks Deployment Frequency, Lead Time for Changes, MTTR, and Change Failure Rate. Also does pipeline rankings (slowest, most failing, flakiest), stage-level analytics, and has a REST API if you want to pull data into other tools. Everything runs on an embe

How do you debug async job failures across multiple steps?

r/devops (Tier 1) · Publié : 2026-05-02 · 19.5/10

Ran into this recently & it took longer than expected to figure out. Flow was something like: Order → Payment → Email → Analytics The payment step was failing intermittently & retrying in the background because of that, downstream jobs were either delayed or never triggered. The tricky part wasn’t the error itself but figuring out which retry attempt actually failed whether it eventually succeeded or not & what downstream jobs were impacted. I ended up jumping between logs and trying

Un C-3PO grandeur nature transformé en assistant vocal qui répond pour de vrai

Korben (Tier 1) · Publié : 2026-05-03 · 17.2/10

Un maker a transformé une réplique grandeur nature de C-3PO en assistant vocal interactif, et le résultat est franchement convaincant. Sa version du droïde papote, répond à vos questions, et tient même une conversation, le tout sans dépendre du moindre cloud une fois en local. Le truc tient sur un Raspberry Pi 5 planqué dans la coque dorée du droïde. Un micro capte ce que vous racontez, un moteur de speech-to-text le transcrit, et un LLM local s'occupe de comprendre votre question pour formuler

Root SSH with keys only 👍 or 👎? Why as opposed to another user with sudo without password ability?

r/devops (Tier 1) · Publié : 2026-05-02 · 16.4/10

Most basic os hardening recommendations say. To disable root login? What is the security risk as opposed to having another user with sudo ability without password? Things I can think of obvious username to try to brute force. Highly risky if compromised. But the other username I have is obvious too and It does have sudo ability. So what is the best approach? submitted by /u/daisydomergue81 [link] [comments]

Tired of rebuilding the same on call pay spreadsheet every month so I made a thing (pager duty)

r/devops (Tier 1) · Publié : 2026-05-02 · 15.4/10

Every month without fail someone on my team had to manually cross-reference PagerDuty schedules with our incident log, figure out which days were bank holidays (spoiler: England and Scotland have different ones), apply the right stipend rates, count callouts, and format it all into something finance would actually accept. It took about 1 hour each time, was different every month depending on who did it, and we had at least two payroll disputes in a year because of calculation errors. Eventually

Devops of the world, unite!

r/devops (Tier 1) · Publié : 2026-05-02 · 15.0/10

Hi everyone. This is a bit embarrassing for me to write, but I want to try. I feel ashamed of my English sometimes. I studied it at school and university, but I never had real speaking practice, so now I know grammar and many words, yet speaking feels difficult and slow. I’d really like to improve my conversational English by talking with professionals, especially people from IT / engineering fields. I think real communication is the best way to learn. I’d be happy to discuss work, technology, i

A GitHub for maintainers

Lobste.rs (Tier 1) · Publié : 2026-05-03 · 14.7/10

Comments

Specsmaxxing – On overcoming AI psychosis, and why I write specs in YAML

Hacker News (Tier 1) · Publié : 2026-05-03 · 14.6/10

Article URL: https://acai.sh/blog/specsmaxxing Comments URL: https://news.ycombinator.com/item?id=47994012 Points: 84 # Comments: 65

Data collection question.

r/devops (Tier 1) · Publié : 2026-05-02 · 13.0/10

When your infra is a mess like many tools and may serup and the manager needs accurate data. How you guys deal with these. The thing is even if I manage to pull data from db, there is always a mismatch. I don't know if it's my thought process or something. I came from very low like installing windows now/devops. submitted by /u/Level_Paper6241 [link] [comments]

Toptout

Lobste.rs (Tier 1) · Publié : 2026-05-03 · 11.9/10

A collection of environment variable settings to opt out of analytics and telemetry Comments

Testing MacOS on the Apple Network Server 2.0 ROMs

Lobste.rs (Tier 1) · Publié : 2026-05-03 · 11.5/10

Comments

Did you guys started arguying with ai?

r/devops (Tier 1) · Publié : 2026-05-02 · 10.8/10

Did you guys started arguying with ai? Untile it says the right answer? submitted by /u/Level_Paper6241 [link] [comments]

NetHack 5.0.0 Released

Lobste.rs (Tier 1) · Publié : 2026-05-03 · 10.8/10

Comments

Inside OpenSearch’s bid to become the default AI data layer

The New Stack (Tier 1) · Publié : 2026-05-02 · 10.8/10

Most of the engineering teams I work with started with open source OpenSearch for log analytics and enterprise search. But The post Inside OpenSearch’s bid to become the default AI data layer appeared first on The New Stack .

Waymo Drives Off with South Bay Man's Luggage

Hacker News (Tier 1) · Publié : 2026-05-02 · 10.8/10

Article URL: https://sfist.com/2026/05/01/waymo-drives-off-with-south-bay-mans-luggage-after-trunk-fails-to-open/ Comments URL: https://news.ycombinator.com/item?id=47991487 Points: 83 # Comments: 60

Généré par veille-auto · Modèle : gemma4:e2b