HN user

dunreith

34 karma
Posts0
Comments13
View on HN
No posts found.

While I'm glad that I can read what someone is talking about on X/Twitter without giving away my privacy, I'd much rather see a trend of moving off of the platform altogether (or at least posting to multiple platforms to make the transition off of X more mainstream palatable)

All of these layoff announcements, regardless of high profits or otherwise, are quickly eroding any sense of loyalty I have toward my company - and it should do the same for all of the tech workers out there.

You have to do what's best for you and those that you support. Do not accept anything less; your company certainly will not.

Until it becomes apparent that the constant turnover of tech workers hits the bottom line, these companies will do less than nothing to make things better for their employees.

It's honestly not a bad idea, just a bad implementation. I use shadow.tech to achieve this and they do it well - instead of giving you game-specific VMs (or whatever Stadia is), they just give you a gaming VM with Windows and you install your own Steam / Epic / GOG / XBLive whatever on it.

incorrect thinking that the way to reduce bad outcomes from software is to change it less often

This. So much this. The way you turn a bug into a "bad outcome" is to make it slower to change. If you can deploy quickly and easily, you can fix any software issue before it becomes a big problem.

As long as you have manual processes, it's not continuous.

Agreed. I'm all-in for Continuous Deployment. Continuous Delivery is a half-measure at best.

I led our team to a full CI/CD (Deployment) and while it felt really counterintuitive to move quickly and have the occasional bug show for our customers, the speed at which we could fix the bug has vastly offset it. Introduce a bug? Fix it same day. Introduce a breaking change? Rollback and fix it. No biggie.

Depends on which CD you're talking about. Continuous Delivery: artifacts get delivered and are ready to deploy when someone is ready to do it. Continuous Deployment: built artifacts get deployed automatically.