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/)PR
Posts
4
Comments
429
Joined
2 yr. ago

  • Sorry, that's just not a helpful comment. It kind of ignores my usecase.

    It's a tablet and I'm not going to use it for big workloads.

    If you know of any PCs with stylus support that I can carry in the pockets of my jacket with modular RAM, please do tell.

  • Native Linux: Install it on Desktop mode.

    With proton: You just download the installer and add it as a non-Steam game. After installation, redirect the non-Steam game link to the game binary/executable. You'll probably need to force proton, too.

    With music: add it to your Deck in Desktop mode via USB/SD, or the network. There's probably a Decky plugin for playing music files, too.

  • Comments are lies that will happen sometime in the future

    Comments are always overlooked if gode gets refactored. Language servers can't/won't parse them and they're easy to overlook.

    If you name your functions/variables clearly, put complex logic into clearly named functions and keep the same level of abstraction in every function (which never exceeds roughly 50 lines), you hardly need any comments, if any.

    Comments are for behavior that's not possible to convey clearly through code.