Formerly /u/neoKushan on reddit

  • 0 Posts
  • 170 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle


  • Kushan@lemmy.worldtolinuxmemes@lemmy.worldBuT I CaNT MaKE cIrCLeS in GiMp!
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    2 months ago

    Linux is getting more popular because corporations like valve have put the effort into refining the user experience. I’m not just talking about a pretty UI either, I’m taking things like proton that makes playing games on Linux as easy as playing on windows.

    I’m not saying there aren’t people out there that demand free labour from volunteers - of course there are; I maintain and have contributed to a few open source projects myself so I know all too well what that’s like.

    However, I would say those folks are a very small (albeit vocal and annoying) minority. The vast, vast majority of users simply dismiss Linux/GIMP/Whatever because it’s not suitable for them. They don’t go screaming into GitHub demanding features, they don’t post on Lemmy that the software sucks or otherwise create a fuss, they just gravitate towards the stuff that works for them (usually something proprietary) with the least friction.




  • Kushan@lemmy.worldtolinuxmemes@lemmy.worldBuT I CaNT MaKE cIrCLeS in GiMp!
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    3
    ·
    edit-2
    2 months ago

    Yup and honestly the hostility those users get when mentioning it is the same reason Linux doesn’t get more traction in the mainstream.

    When a lot of users expect software to work in a particular way and it doesn’t, you change the software - if you insult, belittle or otherwise expect the user to change their working habits then you’re going to have a bad time and be all shocked Pikachu when the user doesn’t use the software.

    Apple is (was lol) the most valuable company on the planet because they understood that the user experience is the absolute most important thing. They are the textbook example of vendor lock in and yet people flock to them because “it just works”.



  • Corporate meddling gets blamed for ruining things all the time but the truth few want to admit is that some amount of meddling is necessary.

    Look at all the big flops Xbox has released over the last year - Redfall being a prime example. We kept hearing how Microsoft was happy to leave those studios to it, to give them the time and resources they needed and they still released dog shit.

    When it comes to AAA, it’s so expensive you need some amount of corporate input to make sure people will actually buy the damn game.

    Of course there’s extremes to both sides - pretty much anything Activision ever touched was ground to a lifeless micro transaction shell.

    But everything we know about concord is trekking6 us that the team itself, including the big bosses, were overly positive internally. Nobody had the balls to interfere.

    If they had just one exec who was willing to piss the entire team off, maybe the result would be different.


  • I’m on the side of “automate it all and stop whining”, but I do think it’s important not to so readily dismiss the thoughts and opinions of those this directly affects in favour of the opinions of the security researchers pushing the change.

    There are some legitimate issues with certain systems that aren’t easily automated today. The issue is with those systems needing to be modernised, but there isn’t a big push for that.







  • I have a Nas running nextcloud for general ease of automatically backing up anything important from my phone or pc.

    Nextcloud and important things from the server are backed up using a tool called “restic” which honestly does not get enough mention here.

    Restic is amazing, it supports just about every cloud storage provider out there - could be Amazon S3 or backblaze, but it could also be OneDrive or Google drive. If you’ve got some cloud storage somewhere, restic will probably support it.

    Restic is super clever, it takes snapshots and only backs up any data that has changed - so it’s very space efficient and fast. I back up hourly, it only takes a few mins and if nothing has changed, there cost is also basically nothing. But you can pull back files from any snapshots you keep and when you delete a snapshot, it only deletes data that’s not used by any snapshot.

    This means you can have backups going back months or years at very little data cost. You can restore a full backup, or just a specific file if you need.

    Seriously, restic is amazing and more people need to know about it.