marmarama

joined 1 year ago
[–] marmarama@lemmy.world 4 points 1 year ago* (last edited 1 year 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.

[–] marmarama@lemmy.world 2 points 1 year ago* (last edited 1 year ago) (1 children)

The last syllable is usually pretty subtle, like the br- in bread, but very quietly voiced. I'd say I hear it maybe 75% of the time I hear the word. Currently in Yorkshire, via SW England, London and NW England. The syllable is a lot less subtle in a West Yorks accent!

Did you learn French at GCSE level? Possibly there's a relationship between that and pronouncing the re like that in French-derived words. Cadre is another example. If it is related to learning French, then it's probably on the decline as French teaching is on the decline and foreign languages are no longer compulsory at GCSE.

[–] marmarama@lemmy.world 2 points 1 year ago

In some of the accents around here, blood, wood and food do rhyme, more or less.

[–] marmarama@lemmy.world 4 points 1 year ago* (last edited 1 year ago) (4 children)

British English voices those letters in most accents. I think the two silent letters is just a North American thing.

Similar to herb.

[–] marmarama@lemmy.world 6 points 1 year ago* (last edited 1 year 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.

[–] marmarama@lemmy.world 10 points 1 year ago* (last edited 1 year 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.

[–] marmarama@lemmy.world 9 points 1 year ago* (last edited 1 year 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.

[–] marmarama@lemmy.world 3 points 1 year ago

At least for me, there is a big difference between naming things at home and naming things for work.

Work "pet" machines get systematic names based on function, location, ownership and/or serial/asset numbers. There aren't very many of them these days. If they are "cattle" then they get random names, and their build is ephemeral. If they go wrong or need an upgrade, they get rebuilt and their replacement build gets a new random name. Whether they are pets or cattle, the hostnames are secondary to tags and other metadata, and in most cases the tags are used to identify the machines in the first instance, because tags are far more flexible and descriptive than a hostname.

At home, where the number of machines is limited, I know all of them like the back of my hand, and it's mostly just me touching them, whimsical names are where it's at.

[–] marmarama@lemmy.world 16 points 1 year ago* (last edited 1 year ago) (1 children)

Ungulates. Because who doesn't like a hoofed animal?

My client machines are even-toed ungulates (order Artiodactyla) and my servers/IoT machines are odd-toed (order Perissodactyla). I'm typing this on Gazelle. My router is called Quagga, both after the extinct zebra subspecies and the routing protocol software (I don't use it any more but hey, it's a router).

Biological taxonomy is a great source of a huge number of systematic (and colloquial) names.

[–] marmarama@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

Have you tried turning off Wi-Fi power management on the Deck? The Deck's Wi-Fi is normally pretty good, but the Wi-Fi power management occasionally has issues with some combinations of router chipset and router settings, which can cause symptoms like what you're experiencing.

Full instructions are here: https://seekingtech.com/how-to-disable-wi-fi-power-management-on-steam-deck/