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

help-circle











  • moon_matter@kbin.socialtoLinux@lemmy.mlGamedev and linux
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    8 months ago

    It surprises me how many indie devs avoid some of the higher level / more popular engines for this reason alone. But I assume they just must enjoy that sort of stuff much more than I.

    The problem with indie devs is purely a lack of knowledge and resources. They don’t feel comfortable testing and packaging binaries for distribution on Linux. A decent number of them are also self-taught and actually have almost no exposure to desktop Linux at all. So it’s actually a much higher hurdle than you think.







  • It’s kind mind boggling how often you have to ask the OP to actually post the command they tried to run or the full error message and some of them will actually try to argue that it won’t help. The people that frequent the forums start to get a bit annoyed at having to beg for bread crumbs and they eventually either become toxic or burn out and leave the community.


  • moon_matter@kbin.socialtoLinux@lemmy.mlI feel called out
    link
    fedilink
    arrow-up
    41
    arrow-down
    2
    ·
    edit-2
    11 months ago

    Sometimes they can afford to not know because they have a relative who can manage the device for them. In which case they really wouldn’t be installing software on their own really.

    You would be surprised at how many people cannot even change the volume on their tablet.


  • Windows auto-recovers from almost any issue the average user might encounter. It cannot be understated just how hard it is for an application or driver to break modern Windows. It goes much farther than just fixing a kernel panic. It will reset to a serviceable state for almost anything you can think of ( e.g. bad display settings, borked application install) and even in the worst situation will still give you some sort of GUI and try to walk you through the problem.

    Linux sort of just gives up and lets you shoot yourself in the foot if you really ask it to. It’s up to you to then figure out how to fix things and that usually involves diving into the terminal. But even ignoring that, a lot of Linux applications have a serious UI/UX problem. I cannot count how many applications just do things like throw a config file at you even for common tasks and expect you to read a doc page in order to figure it out. I have better things to do than read yet another wall of text just to do something simple like remapping key bindings (e.g. mpv). That would be an unthinkable thing to do to a Windows user.

    Linux developers seem to want to develop software for other developers. Windows developers develop software for average people. The fragmentation of 1000s of Linux distros, each with their own quirks only make matters worse by further complicating where and how to get help.