All 80 or so games in Aisleriot Solitaire
silverchase
1800 hours and counting on Path of Exile. With how major game updates are scheduled, either I'm sitting it out for months or it's all I play, depending on if the expansion interests me. This pattern has been going on since I joined the open beta in 2013.
The large variety of builds, extremely vast endgame, and very high power ceiling means that there's always more stuff to play and more improvements you can make.
Hell's Cube (It works.)
It's pretty comforting how straightforward it is. You just go blasting. After the main story, replaying levels in arcade mode is also good fun.
Fedora's key selling point is being up to date and extremely boring. It's mainly just off-the-shelf software, with minimal niche custom software. Flathub and Steam are available from the setup process. It's the most Linux Linux that Linuxes today.
Edit: the bonus is that Red Hat being a sponsor means that the biggest improvements to the Linux desktop come to Fedora first. That's what happened with PipeWire.
Free tech tip: https://cht.sh/ serves practical, usage-focused help on common command-line tasks. You can visit the website, or even better, curl for what you want.
$ curl cht.sh/touch
gets you this:
cheat:touch
# To change a file's modification time:
touch -d <time> <file>
touch -d 12am <file>
touch -d "yesterday 6am" <file>
touch -d "2 days ago 10:00" <file>
touch -d "tomorrow 04:00" <file>
# To put the timestamp of a file on another:
touch -r <refrence-file> <target-file>
Append with ~ and a word to show only help containing that word:
$ curl cht.sh/zstd~compress
Result:
tldr:zstd
# zstd
# Compress or decompress files with Zstandard compression.
# More information: <https://github.com/facebook/zstd>.
# Decompress a file:
zstd -d path/to/file.zst
# Decompress to `stdout`:
zstd -dc path/to/file.zst
# Compress a file specifying the compression level, where 1=fastest, 19=slowest and 3=default:
zstd -level path/to/file
# Unlock higher compression levels (up to 22) using more memory (both for compression and decompression):
zstd --ultra -level path/to/file
For more usage tips, curl cht.sh/:help.

Holy hell