• 0 Posts
  • 26 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
    1 year 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
    1 year 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.




  • He’s not entirely wrong.

    In business, a poor person doesn’t get to try, a middle class person gets one shot after putting everything on the line and a rich person can afford to fail a dozen or more times until they hit a winner. Elon has enough money that he can basically try an infinite number of times and at least some of those are going to work.


  • Is this even a legitimate problem? Lots of people, myself included, have a “local” configuration. All of the services and credentials mentioned in the config are running on my personal machine for testing only during active development. None of those credentials refer to any sort of “real” service that’s on 24/7 and accessible via the internet. It’s effectively dummy data to the rest of the world and I imagine there are a ton of false positives like what I just described.



  • Software is definitely at the top of the list in terms of reasons. But the UX/UI definitely leaves something to be desired. I sigh heavily every time an application asks me to edit a text-based config file instead of giving me a GUI. It’s an unnecessary, error-prone process and most importantly I have better things to do than read yet another page of documentation. That doesn’t mean I want the config file to go away, it’s still very useful for a variety of reasons. But I shouldn’t have to mess around with it just to remap keys or other common tasks. Editing a config file should be a last resort for an end user.

    You see similar problems when relying on the terminal. I don’t like this idea of the end user being allowed to mess around without a safety net or some sort of guidance.