Skip Navigation

Posts
0
Comments
57
Joined
2 yr. ago

  • 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.

  • 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.

  • But that's sort of the nature of the beast when you put your content up for free on a public website. Does Kbin or Beehaw owe us money for our comments on this thread? What about everyone currently reading? At least KBin and Beehaw are making profit off of this.

    The argument is not as clear cut as people are making it sound and it has potential to up-end some fundamental expectations around free websites and user-generated content. It's going to affect far more than just AI.

  • I always do everything online anonymously unless there's a VERY good reason not to. So with no identity or investment in an account to protect, I don't really fear any negative feedback. That said, it's not a license to be a jerk and I try not to come across as aggressive or blaming them for what is on the whole, a very minor problem in my life.

  • Dark blue also tends to be the default color for keywords in most programming languages.

    The only place I see that happen anymore is in PuTTy. IDEs and text editors have pretty good dark themes these days.

  • 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.

  • A few series exist that let you do this, but none offer agency to the other players outside of battles to go talk to NPCs and get their own quests.

    I think Divinity OS2 has this. You can go off on your own and do side quests. But you're probably going to be restricted by how tight the difficulty curve is and can't handle major battles solo. Though I guess a mod could change that.

  • 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.

  • 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.

  • I hate myself for saying this, but the only way forward is to treat PCs like a highly moddable console. They need to come with some "exclusive" software that only makes its way to other platforms at a later date. They also need to be built for a specific purpose (e.g. media centre, gaming) with the expectation that most people won't want to leave the comfort zone.

  • I’ve been using Linux for so long that it’s hard for me to give an approximation of what a new user might find challenging

    The average person would fail on step 0 of Installing the OS. In fact 90% of the problem could be attributed to Linux distros not coming preinstalled on PCs sitting in big box stores.

    All of Linux's success stories for the average user (Android, Steam Deck, Chrome book) have one thing in common. They are low cost, simple, purpose built for very specific tasks with a bunch of exclusive games/software that people want to use. We need to start looking at PCs almost like they are highly moddable game consoles. It should come with the expectation that most users don't want to leave the comfort of the walled garden.

  • We need the equivalent of what Android is for phones, but for the desktop. A preinstalled, very opinionated OS that completely eliminates issues 2-4 and is supported by a major corp. We need someone like Valve to take things a tiny step beyond some combination of a Chrome book and the Steam Deck.

  • Genshin community,

    I get that communities for popular games can be a bit hit or miss, but communities for single player games are pretty chill. Competitive team games like the Source games you mentioned, League of Legends etc. are on a whole different level of toxic. They can't even be compared.

    For something like Genshin the real problem is content creators. Much of the so called toxicity has little to nothing to do with the game itself and is more an issue with huge cults of personality clashing with each other. I think every popular game is going to fall victim to this going forward and you just have to learn to ignore it.

  • AIs don't judge, don't remember and don't hold anything against me, so I'd rather have an AI screening my stuff than a human - especially my superiors.

    They do judge, in the sense that managers are going to want statistics and those stats are going be interpreted a certain way. It's a "numbers don't lie or show bias, but anything lower than a 7/10 is bad according to humans" situation.

  • You have to account for the fact that it's going to be abused. If I knew I was monitored like this then it would change how I interacted with people. I wouldn't go as far as outright faking positivity, but I would definitely avoid being too negative. Everything would have to go through my "corporate drone" speech filter. It would remove my ability to be frank with people beyond a certain point.

  • Won't Rocky have the same issue as Alma? RedHat has made RHEL closed source, so how can they maintain compatibility?

    I suspect Rocky and other source rebuilds just haven't made the announcement yet. Alma was merely the first to make an official statement.

  • I get the feeling that nobody wants to deal with new platforms anymore. They are actively hostile to the idea and come in with unrealistic expectations. They want all the staple features and stability of a decade old major platform from day 1.

  • Bash isn’t the only shell. Most systems can use zsh or fish or tcsh or whatever shell you prefer, if you like that better than bash. You’re gonna have to run a shell if you want to use the terminal, though, you understand that?

    Defaults matter. There are a lot of situations where you aren't allowed to install whatever you want. It would be less of an issue if other shells or language run-times came preinstalled. The problem isn't really Bash itself. It's the fact that it's often the only dependable option. But thankfully that's starting to change and you can usually find python preinstalled at minimum.

  • 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.

  • To start with, I don’t think privacy is that important.

    It makes more sense when we start talking about privacy in concrete forms. It's about not giving any entity more information than it really needs in order to perform the service they claim to provide. For example, imagine how much better credit cards would be if the number was randomly generated, only valid for a single purchase and only the credit card company knew your name and address. Credit card scams would mostly be dead in the water and card readers would be rendered useless.