Monkey Island Fan - IT Specialist, Developer, Nurse, Sports fan, Gamer, Indie Developer and Board Game Enthusiast.

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

help-circle



  • You’re right - but I’d say things on newer windows versions are pretty much out of the box. It may ask for driver installs, but that’s often just pressing a confirmation box.

    It’s not that I’m afraid of the technical stuff - I am a windows sys admin and software developer. I just have bad memories of hours of getting drivers to work on Linux. I’m sure, that if I make the change and are happy, eventually I’ll take a deeper dive. But it takes a good first time impression to get there.




  • I really want to switch to Linux, but I’ve been told this before and then ended up spending hours trying to get everything to work, and usually give up … but it’s been a couple of years since I tried the last time, so is this the right time?

    I have zero interest in the technical parts of Linux or setting things up. I want things to work out if the box. I may have to dual boot because of WoW and MS Flight Sim, but if everything else works it may be worth it.

    Edit: wow thanks for the answers. You may have convinced me to try again.



  • Most programming languages uses = to copy a value into whatever whatever you put on the left side. You did it with TooClose, which you set to true.

    But when you compare values as you do with the if statement, you need another operator, otherwise CanReadThis will be set to true and the if statement will always run (or syntax error), making it unnecessary.

    Compare operators are typically == and/or === and some languages uses their own like ‘eq’ or other exciting ways.

    Languages and compilers works in different ways, but your program could look like this. (When comparing a Boolean you don’t need the operator, you can just write the variable since it’s either true or false)

    If (CanReadThis) { TooClose = true; }






  • One thing that annoys me coming from Reddit is, that there isn’t just one group of each theme. You have for example gaming groups on several instances and you can either chose to subscribe to a number of those or chose the one you like.

    But in the end, one will be the go-to group, and wouldn’t that centralize the most popular groups?

    (Honest question, I’m new to Lemmy and the thoughts behind it)


  • I think it’s more about trying to change particular industries. If all of Adobes software was available for Linux in a supported and stable versions, you could see changes in the OS used in lots of design and creativity industries, which again would change what OS people use at home.

    Also I think the force of being open source and spread over so many distros, is also a weakness in terms of getting the mainstream user to use it. My dad will call me or ask his friend about how you do this and that in Windows, but if our OS per default looks different from what others are using, he will not be able to get the same kind of help from his near community, and will have to rely on a more technical kind of support.

    And things have to work out of the box. If I hear “You CAN get it to work” - I won’t use it. I need things to just work, I don’t have time to (nor interrest in) spending a night mingeling with config files to have simple things do the things they’re supposed to.