Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CY
Cyfress @kbin.social
Posts 0
Comments 12
Will Microsoft drop the TPM requirement for Win 11 once Win 12 rolls around?
  • I recall setting up wine for the original World of Warcraft. That was such a pain to do. Performance was great.

    Running games on Linux now is easier than I ever could imagine. Especially with steam and the other launchers added such as Lutris.

    Been rocking the game Grounded on my steam deck while my kids are on their windows machines. And it has great performance even output to 1080p monitor.

    I agree it seems like most the comments are from people who haven't even attempted to run games on it. Or maybe there attempt was just to double clicked the setup.exe and it didn't work like windows and they threw their arms up and walked away.

  • How can I get better at the CLI?
  • Focus maybe on some CLI tools, like text editor. I use Vim, it was pain to learn but been worth it, since you don't have to leave the keyboard for anything. Once you learn the layout you can use it in other IDEs that also, many have plugins or built in support for Vim layout (JetBrains IDEs do) so I can use the same key map in desktop apps to do C# and C++, etc..
    Also use Vim Mode that mode in the https://obsidian.md/. Which is great since you can also use Vim in the CLI to edit the Markdown Files.
    Good Vim Cheat Sheet, bit confusing but as you get use to VIM it makes more sense.
    http://materials.ucsd.edu/doc/vim_cheat_sheet_for_programmers_screen.pdf

    Also this book is pretty handy, the 3rd edition dropped GUI apps and focuses 100% on CLI.
    https://linuxpocketguide.com/
    Handy if you have a Steam Deck also.