Trying a switch to tal@lemmy.today, at least for a while, due to recent kbin.social stability problems and to help spread load.

  • 0 Posts
  • 43 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle









  • Well, whoever does that for closed-source software is going to basically have to do what they have done. Probably some kind of cross-distro fixed binary target, client software to do updates, probably some level of DRM functionality like steamlib integration.

    If it’s not Steam, it’s gonna be something that has a lot of the same characteristics.

    Personally, I kind of wish that there was better sandboxing for apps from Steam (think what the mobile crowd has) since I’d rather not trust each one with the ability to muck up my system, but given how many improvements Valve’s driven so far, I don’t feel like I can complain at them for that. A lot of the software they sell is actually designed for Windows, which isn’t sandboxed, and given the fact that not all the infrastructure is in place (like, you’d need Wayland, I dunno how much I’d trust 3d drivers to be hardened, you maybe have to do firejail-style restrictions on filesystem and network access, and I have no idea how hardened WINE is), it’d still take real work.

    Their use of per-app WINE prefixes helps keep apps that play nicely from messing each other up, but it isn’t gonna keep a malicious mod on Steam Workshop or something from compromising your system.





  • They may not want their configuration stored in $HOME, for example:

    they’re on a machine that isn’t under their physical control and ~/.config is mounted over the network from their personal machine;

    That sounds like it’s a bad way to handle configuration, since among many other problems, it won’t work with the many programs that do have dotfiles in home directory, but even if that happened, you could just symlink it.

    they prefer to version control their configuration files using git, with a configuration directory managed over different branches;

    I do that. I symlink that config into a git-controlled directory. If OP plans to put his entire ~/.config in git, he is doing things wrong, because some of that needs to be machine-local.

    the user simply wants to have a clean and consistent $HOME directory and filesystem

    If whatever program you are using to view your home directory cannot hide those files, it is broken, as it does not work with a whole lot of existing software.

    less secure,

    If your home directory is “not secure”, you’re probably in trouble already.

    Like, there are reasons you may not want to put dotfiles in a homedir, but none of the arguments in the article are them.

    EDIT: I will ask developers to stop dumping directories and files that don’t start with a dot in people’s home directories, though. I gave up over twenty years ago and put my actual stuff under ~/m just to keep it from being polluted with all the other things that dump non-dotfiles/-dotdirs in a home directory. Looking at my current system, I have:

    • A number of directories containing video game saves and configuration. I am pretty sure that these are mostly bad Windows ports or possibly Windows programs under WINE that just dump stuff into a user’s home directory there (not even good on Windows). Some are Windows Steam games.

    • WINE apparently has decided that it’s a good idea to default to sticking the Windows home directory and all of its directories in there.

    • Apparently some webcam software that I used at one point.

    • A few logfiles







  • tal@kbin.socialtoLinux@lemmy.mlI had a journey
    link
    fedilink
    arrow-up
    34
    arrow-down
    9
    ·
    edit-2
    10 months ago

    https://moneyinc.com/linus-torvalds-net-worth/

    How Linus Torvalds Achieved a Net Worth of $150 Million

    Red Hat and VA Linux went public, and since they acknowledged it would not have been possible without the programmer, Torvalds received shares reportedly worth $20 million. Before it went public, Red Hat had allegedly paid Torvalds $1 million in stock, which the programmer claims was the only big payout he received.

    He revealed that the rest of the stock Transmeta and another Linux startup awarded him were not worth much by the time he could sell them. However, in the case of his Red Hat stock, it must have been worth his while because, in 2012, Red Hat became the first $1 billion open-source company when it reached the billion-dollar mark in annual revenue.

    Whether he exercised his stock options is unclear, but the money he makes from the gains could be the reason why his net worth has continued to soar.

    Well, that’s one definition of being communist, I suppose. Myself, I think that it’s fairly safe to say that Torvalds is okay with private ownership of industry.