Not sure if that’s what you are referring to as destructors, but they added a new way to have code run at resource collection in go 1.24
Not sure if that’s what you are referring to as destructors, but they added a new way to have code run at resource collection in go 1.24
Not necessarily broken, just not updated recently. Some games might be fine as is
True, and more generally I would not recommend drinking out of plastic containers anyway
They don’t even really look that good. A 3d printer could probably have similar output in an afternoon for less than 10 bucks of filament
Heavy in taste or heavy in abv? We have both light in taste and light in alcohol beers, sometimes even both at the same time :)
The source engine does not handle case sensitivity when loading assets from disk. On windows it’s not an issue but on Linux it will silently fail to load assets if the case doesn’t match. I lost so many hours trying to fix some weapon animation that had 0 seconds run time when porting a mod dedicated server to Linux.
They have a Kickstarter ending today, if you want books of his comics
From the incident report it seems the impact was limited to VMs in one DC in one region to be stopped, as the power was lost. And some service degradation in the region.
So not that much impact. Of course resources in this DC would stop working, but the rest of the region was still working properly. If you built your infra in this region in a resilient manner, your services should not have been impacted that much
Wait, someone edited this just to remove some hamster balls ? Weird
It’s a game of cat and mouse. I’d be willing if I needed to use win11 myself but for my parents it’s either gonna be Linux or a new computer
Yeah I work in tech and I’m the only one that cares enough to use Firefox. All my colleagues use chrome or chrome with makeup.
Maybe ad blocking will be what broke the camel’s back, but I doubt more than a few will care enough to switch.
Thanks for your service
I hate the concept because it’s just really wasteful of energy. If I recall correctly, only 30% of the power output of the charger goes into the device, versus 95+% for wired.
I love that you started with the insults mdr
I don’t know, I like spicy food but I had trouble eating the one in the thumbnail I bought in Thailand. It was really intense during, after and the day after on the toilet.
Maybe you are desensitized to the spiciness, or the version you had was milder
Not sure about the latest Android version, but I managed to unlock and bypass a phone which had factory reset protection, and as far as I know a lot of vendors like Samsung have their own exploit available.
Using this you can manage to get to the settings app (while still locked, waiting for the previous owners google account) and remove the account, add your own or disable the security.
Done!
I did not yet upgrade to the latest version, but to migrate to compose I only had to copy the volume paths and the environment variables from Synology.
I can share my compose yaml by the end of the day if you need.
Before I upgrade I will try putting the cache on a SSD instead, seems it can improve performance quite a bit
The latest version of Synology with the container manager allows you to update images from the registry and will restart the container for you.
But I still migrated to docker compose to enable hw transcoding with quicksync
Thanks for taking the time to explain it. Indeed the new runtime method does not guarantee when the resource will be cleaned, so something like that Drop trait would be quite useful