I've heard TLOU called many things, but shovelware is a new one.
Voyager works after logging out and back in, if you're looking for a short term solution?
Tree Style Tabs forever, baby! Simple vertical tab bars can't even hope to compete.
I suppose I'd prefer if short games weren't overly expensive, but I never liked the hours per dollar thing. I don't like replaying games. I'd rather buy six two-hour indie games for ten dollars each and have each one be at least somewhat unique and engaging, than spend 60 on a sprawling hundred hour AAA game filled mostly with repetition and busywork. Life's too short for that, you know?
man is standard Unix manual pages, while info is a documentation format introduced/popularised by GNU. info pages usually have a lot more information (sometimes including tutorials, guided examples, links to different pages and sections, etc (depending on the project maintainer obviously)) but man pages are the standard and basically everything has one. If you run info [program]
for something without a dedicated info page, it will show the man page instead.
Weak/no auto aim? Depends on the game you're playing, but I imagine CSGO doesn't have any. Maybe you could find a different shooter that accommodates joystick use?
Hot take, but I actually love well implemented radial menus on PC. When games bother to reset your cursor to the centre of the circle you can just quickly flick the mouse in a certain direction to make your selection, which is faster than most other mouse menus and a lot more comfortable than trying to reach for the 9 key.
This might sound weird, but are you actually engaged with what you're playing? Maybe you need to find some higher intensity games to keep your attention.
Might be a bit too heavyweight for your tablet, but both GNOME and KDE have tablet/touch modes which activate automatically if they detect touch input but no mouse. If auto detect doesn't work you can turn it on manually in Settings -> Workspace Behaviour -> General Behaviour -> Touch Mode in KDE. Not sure about GNOME.
There's a difference between the Fediverse exposing and federating your posts and likes, and Facebook's aggressive harvesting of engagement data, device metrics, location, etc. With federation, they can only get a fraction of a fraction of the data they usually get.
It depends which specific product you get, but a lot of it is just generically meatesque protein. I find their sausage rolls are indistinguishable from similarly priced pork sausage rolls, but the mince is more of a substitute than an imitation. It doesn't have the same texture, so you can easily tell it's not meat. I quite like using it for stuff like chilli con carne tho
Seconding vim as the universal Unix/Linux editor. It takes a while to become a real vim pro, but learning basic usage is very helpful. Escape to switch to normal mode (where letters trigger functions instead of just typing), i to switch to input mode, : in normal mode to enter commands, :wq to save and quit, :q! to exit without saving - that alone should be enough to cover a lot of basic use cases. If you ever want to learn more, there are plenty of tutorials online.