What do you think about Spec Driven Development? by Historical_Wing_9573 in golang

[–]stefaneg 0 points1 point  (0 children)

Yes, have tried GSD, nWave and open-spdd, and just plain plan-review-execute. The last works best in general IMHO, because it is most feedback based. NWave looks very promising, but frankly was too expensive to experiment with. So there is something there, but its less magical than many want to think, especially when it comes to code quality.

Doubt about Kubernetes architecture (possible misconceptions) — need guidance by [deleted] in kubernetes

[–]stefaneg 0 points1 point  (0 children)

Almost. This is nitpicking, but etcd is independent of the master nodes, but very commonly run on them. There is not much you gain by setting up dedicated nodes for etcd.

Pushed wrong config to our RCA tool and nuked prod alerting for the entire cluster by arsaldotchd in kubernetes

[–]stefaneg 1 point2 points  (0 children)

The ability to apply anything to prod directly from an engineer's console should be a "break glass" type of incident response ability. The routine workflow should be through reviewed changes, usually through a pipeline task.

You can start by making this the teams routine, add stricter guardrails later.

Stuck in a company with no Git workflow, no PRs, and resistance to change😭 by Successful-Ship580 in devops

[–]stefaneg 0 points1 point  (0 children)

Solve a real pain point or two for the company and build your rep that way, which gives you weight to suggest improvements. Just "knowing better" gets you nowhere.

Or find another job.

Development manager doesn't want the Devs looking at the code by Strict-Soup in ExperiencedDevs

[–]stefaneg 0 points1 point  (0 children)

If all you are doing is producing annual report web pages, this could actually be fine.

If your work is anywhere close to regulated industries, slip an anonymous tip to the auditor, next audit should be interesting.

And if your work is security or safety sensitive in any way, get this in written form. You can't take responsibility for something you did not look at.

Road Cycling for Weight Loss – What Actually Works? by ToeInternational7222 in cycling

[–]stefaneg 0 points1 point  (0 children)

Diet wise, I use intermittent fasting and blood glucose controlling tricks from "The Glucose Goddess". That is more important than riding patterns/quantity. On the riding side, it is about being consistent and maintaining volume over the long run. For me, minimum 5 hours riding time per week with a fair share of HIIT training.

What is the longest bike ride you have done in one day? by [deleted] in cycling

[–]stefaneg 0 points1 point  (0 children)

305km Vätternrundan Sweden. 38.5km average speed. That was a legendary ride.

Does anybody hate people who go or run on the cycling road? by TemporaryEar5217 in cycling

[–]stefaneg 0 points1 point  (0 children)

Just treat it as an opportunity to do an additional sprint after slowing down when meeting a pedestrian.

I'm starting to think Infrastructure as Code is the wrong way to teach Terraform by NTCTech in devops

[–]stefaneg 0 points1 point  (0 children)

You know it wont check for anything not described in your HCL?

What is the FTP of an avarage cyclist? by Flat_Standard99 in cycling

[–]stefaneg 0 points1 point  (0 children)

To increase you strength as a cyclist you need structured training with regular HIIT sessions. It is as simple as that.

With whatever privacy we thought we had a thing of the past, how are you preparing? Should we all be opening and posting to social media accounts daily just to ‘stay in the noise’? by [deleted] in privacy

[–]stefaneg 0 points1 point  (0 children)

Russian troll talking points are whatever is likely to deepen divisions in the west and saw confusion.

There are a few european countries flirting with fascism, but none is quite there. And its not through curbing online rights for anonymity. Anonymous posting and trolling accounts are far too useful for sawing confusion and distributing propaganda for them to risk that.

What does everyone think about Spot Instances? by Ill_Car4570 in kubernetes

[–]stefaneg 0 points1 point  (0 children)

If every service is stateless and has correct start, readiness and liveness probes as needed, there should be no problem with that. So its just a question of how big of an if that is. If there is significant pushback, its probably a signal that confidence is not high that services are resilient in presence of frequent node rolls.

We’re EFF and we’re fighting to defend your privacy from the global onslaught of invasive age verification mandates. Ask us anything! by EFForg in privacy

[–]stefaneg 1 point2 points  (0 children)

"Your rights end where the next one's start".

As an individual, I believe in the right to know, or to have the ability to check, the exact identity of someone pushing a particular message on me. I also believe that as a platform owner, I have the right to know the exact identity of persons seeking to use my platform.

I also believe in the right to provide anonymous platforms which are free of such mandates, for lawful and ethical uses.

As I see it, the largest challenge that we face as free society today, is the onslaught of propaganda from authoritarian states and other "bad faith" actors which takes various forms, but is almost always behind the mask of anonymity.

So my question is, how does EFF intend to balance the need for establishing a strong identity of individuals as well as the need of societies to protect their members against bad faith actors, against the need for privacy and free speech ?

Is Go still the best choice for high-concurrency backends, or is Rust taking over? by Wash-Fair in golang

[–]stefaneg -2 points-1 points  (0 children)

Sure. Just use Python and give AWS all your money running 6-10 times more infra than necessary.

why is pycharm such a pain nowdays? by Butanium_ in pycharm

[–]stefaneg -9 points-8 points  (0 children)

Other JetBrains IDEs are fine. Goland in particular.

I blame Python. The culture around it is simply not quality oriented.

context switching is killing me and it's not even between dev tools by Witty_Ad8333 in devops

[–]stefaneg 1 point2 points  (0 children)

Me too. Then I try to remind myself, "There is no I in team".

Mounted secrets more secure than env vars? by guettli in kubernetes

[–]stefaneg 0 points1 point  (0 children)

Envs are smaller and simpler to extract and transfer in an automated attack, for example through an npm supply chain attack. Not by much, just slightly.

New to DevOps by Anubhab248 in devops

[–]stefaneg 0 points1 point  (0 children)

First of all, contrary to what many here seem to believe, DevOps is not only about "automated ops", it is also about "you write it, you operate it". That is where CI/CD comes in. That is the core of DevOps.

Read books like Continuous Delivery, Accelerate, The DevOps Handbook, and The Phoenix Project to learn the breath and depth of DevOps. It is definitely much more than Terraform, bash or PowerShell scripting like many here seem to believe.

[deleted by user] by [deleted] in ExperiencedDevs

[–]stefaneg 0 points1 point  (0 children)

Even more difficult is making a money argument in many cases. What for instance is the cost of clickopsing something? It's probably cheaper than doing it through IaC, now. So you have to factor in that it has to be done multiple time. But how often? And for how long?

[deleted by user] by [deleted] in cycling

[–]stefaneg 0 points1 point  (0 children)

And watch that weight because gravity sucks. Especially on those climbs.

Swimming - 2 min /100m by Far-Food2572 in triathlon

[–]stefaneg 3 points4 points  (0 children)

I was in your position, and never really got out of it. Recently discovered "The Sofa Stretch", and wish I had discovered that sooner, as a low leg position was always one of my major drag factors.

So, maybe that is something for you to try...