801
The end of Windows 10 is approaching, so it's time to consider Linux and LibreOffice
(blog.documentfoundation.org)
This is a most excellent place for technology news and articles.
I am a developer and Linux is my native environment in production systems. I wanted to use Linux on my laptop but sleeping / waking up never worked well enough. It could not switch from integrated video card to a discrete one ending up always using the discrete one which drained the battery in 30 minutes. All in all, it was usable but the details didn't work so I gave up. That was years ago and eversince no customer really allows Linux...
Sleep/hibernate has been a pretty big problem for a while. As for the gpu, have you checked out NixOS? There's ways to enforce your integrated card to handle everything and change states for certain apps to the discreet card.
It takes a bit to learn, but nixlang is pretty simple. I've heard it referred to as "JSON with functions". It also has the largest package repository of any OS and is atomic, so its hard as hell to break. You can even make separate, containerized dev environments with flakes.