This happened to my Samsung S23 after the update too. The thing would black screen spontaneously following the update. At first it would respond to an hard-reboot, then repeatedly complain about Google Play Services crashing, and eventually black-screen again. After hard-rebooting it a few times it no longer even responds to the hard-reset key combo.
I wanted an electric car. I did not want to be an early adopter of any brand. I value reliability over style and coolness, so ended up with a Nissan leaf. I'm very happy with it for my daily driving. It's a little boring, but very functional, reliable and a great value. The leaf and other ~$35k electric cars actually save me money over gas cars. Any electric that costs more than about $40k would be more expensive to own than a gas car.
The leaf will go to my teenager in a few years, and then I'll probably buy a mid size hybrid crossover. The electric car is good for daily driving near home, but not great for road trips in the rural mountain west.
How about this: stop penalizing kids who can’t sit still in school. Statistics show that the “sit still and listen” model doesn’t work for many boys, but the stats show that the model doesn’t work for many girls either.
The recommendations in this article are solid, but apply to all kids.
We are breaking our monorepo into 3 kind-of mono repos based on release cadence. A repo for each of two large applications plus a third repo for shared library code. We import the share library code onto the app repos using a git sub module. Has anyone else used git sub-repos to import common code?