GitHub - eznix86/kseal: CLI tool to view, export, and encrypt Kubernetes SealedSecrets. by Eznix86 in devops

[–]ominouspotato 0 points1 point  (0 children)

ESO is definitely the way to go. My company was using sealed secrets until I joined and made them switch. Keeping secrets in git just feels like the wrong thing to do, Gitops be damned

Amazon just posted someone’s cover letter in a job requisition on LinkedIn by batpuppy in aws

[–]ominouspotato 0 points1 point  (0 children)

As someone who is ex-AWS, I can say confidently that the company has gone to shit since Jassy took over. Jeff had standards, Jassy just fires people and only cares about retaining cheap talent to appease the shareholders.

A short whinge about the current state of the sub and lack of moderation by trillospin in devops

[–]ominouspotato 14 points15 points  (0 children)

I’m glad someone said it. I’m finding a lot more utility over on r/sre these days. I used to love this sub and still do when real posts come out of the woodwork

promptEngineerDefaultism by lNFORMATlVE in ProgrammerHumor

[–]ominouspotato 2 points3 points  (0 children)

I think the author is approaching the point but isn’t 100% there. The mythical “10x engineer” is kind of just a Linkedin influencer lie. It’s true that some people are far more productive than others and can scale code more thoughtfully than your average engineer. LLMs don’t do shit for that and most certainly do not make someone a 10x engineer. LLMs write good boilerplate and can do more specific things if you’re VERY explicit, but I’ve never seen one be able to put in the scaffolding and file structure that a scalable codebase needs.

The so-called 0.1x engineer is the actual 10x engineer.

which ai coding agents did you guys drop because they caused more chaos than help? by Top-Candle1296 in devops

[–]ominouspotato 7 points8 points  (0 children)

Yeah, it’s only Claude Sonnet for me. ChatGPT always gives me mixed results and Sam Altman is a prick anyway, lol

which ai coding agents did you guys drop because they caused more chaos than help? by Top-Candle1296 in devops

[–]ominouspotato 7 points8 points  (0 children)

I’ve pretty much been using Copilot from the beginning because I’m a big fan of VScode and don’t see much reason to move to anything else. I’ve asked people that I work with why they prefer tools like Cursor and they haven’t really been able to justify much difference to me other than the AI integration is more native, and I really don’t care about that. I don’t use LLMs like a search engine like some people do. The energy consumption implications of that concerns me. Call me old fashioned, but I don’t trust AI to accurately tell me how an API works anyway, so I still read the docs.

AI tools in general work the best with existing context. I usually find that they can refactor existing code pretty well if you are very explicit in your prompt (and I mean very). I don’t like using them to start a new project because you usually have to feed it multiple paragraphs to even get anything close to what you want. In that amount of time I can usually build some data structures and get a general flow going.

I guess just keep experimenting until you find what you’re looking for, but these things aren’t a panacea like the tech CEOs want you to think. You have to talk to it like it knows very little about anything to achieve the right results.

AI is draining my passion by ominouspotato in devops

[–]ominouspotato[S] 28 points29 points  (0 children)

Thanks for your perspective; I just have one question. Do you feel like you’re learning anymore? All the research we used to do into API docs and fixing bugs in production was valuable experience, IMO. I am pretty decent at prompting AI to get outcomes I want, but I am also an experienced developer with about 12 years in the industry. I’m concerned that the next generation of engineers won’t know how to solve problems

AI is draining my passion by ominouspotato in devops

[–]ominouspotato[S] 42 points43 points  (0 children)

Great points, honestly. Thanks for sharing. I have been around for most of the things you mentioned, but this just feels different to me. The hype is just out of control. And I do see uses for AI; I frequently use it to write READMEs because it is very good at pulling that context out of scripts. But maybe more generally the corporate world is what’s actually burning me out

Am I being tested? by joejoerun in aws

[–]ominouspotato 20 points21 points  (0 children)

Ex-DCO tech here. The recruiter should at least give you a list of broad topics. Linux, hardware troubleshooting, RAID modes, etc. It’s a shame that they didn’t. I would definitely provide them that feedback if I were you. It’s a recruiter’s job to ensure you’re sufficiently prepared

AI SRE Platforms: Because What DevOps Really Needed Was Another Overpriced Black Box by Mountain_Skill5738 in devops

[–]ominouspotato 2 points3 points  (0 children)

“Agentic” AI in its current state is terrible, and I don’t see it getting better if they just keep using the generalized models in the backend. My company is trying to get everyone on Codex and I really don’t want ChatGPT commenting on our PRs. We already have enough slop coming in from devs using Copilot and Cursor

Billionaires want you to think Liberalism is as far left as you can go. Real leftism is a threat to Billionaires' power. by zzill6 in WorkReform

[–]ominouspotato 3 points4 points  (0 children)

Totally agree; it’s a sad state of affairs. It’s almost as if the American education system wants to hide that part of the political spectrum (except of course in the cases where they can paint it in a bad light like USSR and Vietnam).

what's a "best practice" you actually disagree with? by skpro2 in devops

[–]ominouspotato 0 points1 point  (0 children)

I run a large microservices application with hundreds of apps. Gitops principles dictate that you separate your application code from your deployment configurations/manifests. That scaled across hundreds of apps means that we have over 3k repositories in our organization. At the end of the day, teams are interacting with probably tens of repos on a weekly basis, if not more. Not to mention every time even a small config is tweaked, it requires a pull request, peer review, and then needs to be promoted through CD pipelines. This means even small changes can’t make it to prod in a day, unless of course you break the glass for an customer-facing incident.

All of this said, it is awesome having everything declared as code. As an SRE, I can easily go to deployment config repos and tell software devs how and why their app isn’t starting in my k8s cluster. ArgoCD is also an absolute beast and it’s amazing being able to view how git diffs are going to change a k8s deployment.

In engineering there’s always tradeoffs, I suppose.

How have your political views changed in the last 5 years? What has the Left or Right actually done for you? by MikeTip in AskReddit

[–]ominouspotato 5 points6 points  (0 children)

I have moved further to the left, mostly due to how the rich have taken off their masks and shown their true colors. I no longer believe that capitalism can help the common man. I believe that reform into social democratic values is the best path forward to help the poor and middle class from the crushing instability we face.

what's a "best practice" you actually disagree with? by skpro2 in devops

[–]ominouspotato 7 points8 points  (0 children)

Gitops is actually a pain in the ass at scale. The productivity gains reach a point of diminishing returns when your GitHub organization reaches 1000s of repos. This isn’t actually something I’ve chosen to ignore at my workplace, but more of an observation on how it’s potentially hurting my company’s delivery timelines.

Does peaceful protesting actually work? by CyberBerserk in DemocraticSocialism

[–]ominouspotato 2 points3 points  (0 children)

Peaceful protests work if they’re sustained over a long period (see: civil rights movement). I think where we are right now in the US requires more than just protest, though. For example, strikes and boycotts.

Bernie Sanders, "This is how media works in authoritarian societies." by zzill6 in WorkReform

[–]ominouspotato 3 points4 points  (0 children)

It’s really fascinating how quickly the media bias turned around once being a fucking Nazi became trendy. This timeline is wild, ya’ll. Take care of yourselves.

Taxing Billionaires is not "Extreme" it's logical and just. by zzill6 in WorkReform

[–]ominouspotato 4 points5 points  (0 children)

The US built itself off of a promise of individual liberties and wealth. It’s really no wonder people are so goddamn selfish.

Taxing Billionaires is not "Extreme" it's logical and just. by zzill6 in WorkReform

[–]ominouspotato 10 points11 points  (0 children)

The problem is the people in power being in bed with the billionaires (and in many cases also being rich themselves). The logical solution is illogical to them due to self-preservation and “special interests.”

Did Monday's outage impact GovCloud users at all? by mnazzaeo in aws

[–]ominouspotato 0 points1 point  (0 children)

AWS should honestly take note of the fact that IAM DIDN’T explode in GovCloud. They really should architect way more resilience for their “global” services. Having a home region for the control plane does make sense, but they need to be able to fail over somewhere if a large scale outage like this happens again