[-] [email protected] 32 points 1 month ago

This is a use-after-free, which should be impossible in safe Rust due to the borrow checker. The only way for this to happen would be incorrect unsafe code (still possible, but dramatically reduced code surface to worry about) or a compiler bug. To allocate heap space in safe Rust, you have to use types provided by the language like Box, Rc, Vec, etc. To free that space (in Rust terminology, dropping it by using drop() or letting it go out of scope) you must be the owner of it and there may be current borrows (i.e. no references may exist). Once the variable is droped, the variable is dead so accessing it is a compiler error, and the compiler/std handles freeing the memory.

There's some extra semantics to some of that but that's pretty much it. These kind of memory bugs are basically Rust's raison d'etre - it's been carefully designed to make most memory bugs impossible without using unsafe. If you'd like more information I'd be happy to provide!

[-] [email protected] 8 points 1 month ago

That's the point. Malicious compliance.

[-] [email protected] 2 points 1 month ago

IIRC it's an APU thing, and last I heard it was just a rumor (could be out of date). Either way, non-LTSC is EOL in a year and a half. If you're putting in a Zen 5 CPU, the best choice is realistically either Linux or Windows 11 Pro, since Pro can turn off all the bullshit through group policy. My Windows machine I have to have is on 11 Pro and it's basically Windows 10 with a slightly different taskbar. No Copilot bullshit, no ads, no Bing in Windows Search. If you're ok your taskbar on the bottom of the screen, IMO it's the best choice as long as you have to use Windows.

[-] [email protected] 1 points 3 months ago

Even as an (older) zoomer in the US, this was never a thing for me. No one cared what phone you used. If you had an Android you wouldn't be in iMessage group chats but no one judged you for it.

[-] [email protected] 58 points 10 months ago

Typically this thinking is mostly correct - e.g. Manifest v3 - but not in this case. If websites see enough users using chormium, via user agent or other fingerprinting, they'll be more willing to require WEI. And unlike Manifest v3 etc. this affects the whole web, not just users of one browser or the other.

In every case monopolies are bad. Including in tech.

[-] [email protected] 3 points 10 months ago

Yep! Just need faster internet so I can share with more friends 😭

[-] [email protected] 2 points 10 months ago

Same here. And especially for watch parties Jellyfin has been great.

sleep_deprived

joined 11 months ago