marmarama

joined 2 years ago
MODERATOR OF
[–] [email protected] 4 points 2 years ago* (last edited 2 years ago)

I doubt they'd have to retire the phone - digital radio power levels are normally pretty easy to change in the radio firmware. Which also means it's pretty easy to change, intentionally or unintentionally, in a later OS version.

Perhaps Apple chose to cheat to improve reception after mandatory testing was complete and the phone was available to buy, figuring they'd never get caught out. Perhaps Apple didn't retest with later OS versions and it was unintentional. We will probably never know.

[–] [email protected] 1 points 2 years ago* (last edited 2 years ago)

Pulumi code ends up looking like a DSL anyway with all the stuff you end up using from the top-level pulumi package to do anything vaguely complicated.

Only now, compared with Terraform, you need to worry about resource ordering and program flow, because when you have a dependency between resources, the resource object you depend on has to be instantiated (within the program flow, I mean - Pulumi handles calculating the ordering of actual cloud resource creation) before the dependent resource. This gets old really quickly if you're iterating on a module that creates more than a few interdependent resources. So much cut, paste, reorder. FWIW CDK has the same issue, and for the same reason - because it's using a general-purpose programming language to model a domain which it doesn't fit all that well.

I like Pulumi and it's got a lot going for it, especially if you have complex infrastructure requirements. You get a bunch of little quality of life enhancements that I wish Terraform would adopt, like cloud state management by default, and a built-in mechanism for managing secrets in a sane way. Python/TypeScript etc. modules are much more flexible than Terraform modules, and really help with building large chunks of reusable infrastructure. The extra programmability can be useful, though you need to be extra-careful of side-effects. You get more power, but you also get some extra work.

But for most people deploying a bit - or even quite a lot - of cloud infrastructure, Terraform is honestly just easier. It's usually some fairly simple declarative config with some values passed from one resource to another, and a small amount of variation that might require some limited programmability. Which is exactly what Terraform targets with HCL. It's clear to me that Pulumi sees this too, since they introduced the YAML syntax later on. But IMO HCL > YAML for declarative config.

[–] [email protected] 10 points 2 years ago* (last edited 2 years ago) (1 children)

If you're on-call 24/7/365 without a break, and it's not because you have equity in the company, then find a new job.

If you don't, then your health (physical and mental) will eventually force you to leave anyway. I did it at a startup where I was employee #1 (no equity for me), just me and the founders, and I nearly had a nervous breakdown from it, and ended up quitting from stress. Afterwards I decided I would do no more than 1 week in 3, and life got better after that.

[–] [email protected] 9 points 2 years ago* (last edited 2 years ago) (5 children)

What? Tech companies the world over have people on 24/7 on-call rotas, and it's usually voluntary.

Depending on the company, you might typically do 1 week in 4 on-call, get a nice little retainer bonus for having to have not much of a social life for 1 week in 4, and then get an additional payment for each call you take, plus time worked at x1.5 or x2 the usual rate, plus time off in lieu during the normal workday if the call out takes a long time. If you do on-call for tech and the conditions are worse than this, then your company's on-call policies suck.

I used to do it regularly. Over the years, it paid for the deposit on my first house, plus some nice trips abroad. I enjoyed it - I get a buzz out of being in the middle of a crisis and fixing it. But eventually my family got bored of it, and I got more senior jobs where it wasn't considered a good use of my energies.

Your internet connection, the websites and apps you use, your utilities - they don't fix themselves when they break at 0300.

If TSMC's approach to on-call is bad, then yeah, screw that. I don't see anything in the article that says that one way or the other. But doing an on-call rota at all is a perfectly normal thing to do in tech.

[–] [email protected] 5 points 2 years ago

Russians in positions of power have frequently said that Ukraine is an aberration, and doesn't actually exist at all as a national identity. So any Ukrainian symbol is an act of resistance to that.

Why use that particular flag? Well, why does anyone do any trolling? Because it feels good getting an emotional reaction out of other people. Because it feels good sticking it to those people who want you dead, or assimilated.

But also because it helps to figure out who isn't a fan of the concept of Ukrainian statehood. If the initial reaction towards a Ukrainian nationalist flag is that it's "Nazi" then that's a pretty strong signal.

[–] [email protected] 4 points 2 years ago

It's worked though, hasn't it? No one with half a gram of understanding of modern Ukraine thinks it's Nazi - nationalist, yes, but not Nazi - and yet there are several accounts on the thread who have taken that bait.

Finding Nazis everywhere is paranoia, and demeans the experience of the millions who suffered and died because of actual Nazis.

[–] [email protected] 17 points 2 years ago

I'm a big fan of Kubernetes, and for larger projects the flexibility and power it brings is unrivalled. But for smaller projects, assuming equal levels of competence, delivery teams using managed Kubernetes are almost universally later and have more issues than teams that use simpler solutions. Container-as-a-service solutions like GCP CloudRun or AWS FarGate help somewhat, but are not cheap for a given amount of compute time.

Terraform (or IaC in general) absolutely has a place, because even if you use Kubernetes, most projects have more infrastructure to manage than just the cluster - at the very least, lemmy.world has a CloudFlare proxy to manage - and clicking buttons in a management portal is not a repeatable way of deploying that, or deploying the Kubernetes clusters themselves.

Ansible also has a place, particularly if you're deploying onto bare metal. I wouldn't use it for new deployments unless I had bare metal to configure and maintain, but lemmy.world is deployed onto a bare metal server as I understand it. Plus, the most effective tooling is generally the one your team understands.

[–] [email protected] 8 points 2 years ago (1 children)

"V for Victory" is Nazi too, right? Think about how the occupied French must have felt when they heard that on the BBC, after all the Frenchmen killed by those English longbow archers.

Meanings evolve.

[–] [email protected] 22 points 2 years ago (9 children)

Sure. I'm sure Trinidad and Tobago, and Albania, are definitely Nazis. And those anarchists with their black and red flags, they're definitely Nazis too, right?

Seriously though, in this case, it's the unofficial war flag of Ukraine.

It was originally associated with the WWII nationalist Banderite movement, which has some dubious history but is important in the 20th century story of Ukrainian nationalism. However its usage has evolved and is used widely, albeit unofficially, in modern Ukraine, by lots of military-associated groups who have nothing to do with Nazis or fascism.

One of the main selling points of it is that it trolls people who uncritically believe that Ukraine is run by Nazis.

[–] [email protected] 15 points 2 years ago (4 children)

Way too obvious. They could have left it standing for at least a few weeks before an uhhh... "electrical fire".

Of course, no-one is going to get prosecuted for this.

[–] [email protected] 15 points 2 years ago (3 children)

I can only imagine they're shutting it down to replace it with something with different branding, based on an LLM. Microsoft has gone all-in on LLMs and I'm sure they'd love some of that virtual assistant action if they were able to differentiate themselves.

[–] [email protected] 15 points 2 years ago* (last edited 2 years ago) (2 children)

Nice to see Google doing the responsible thing here, because Apple certainly didn't when AirTags were launched.

I still think having cheap, socially acceptable, easily-accessible, highly effective tracking devices with months or more of battery life is something out of dystopian fiction though. It's not good for society in the long run.

view more: next ›