• 17 Posts
  • 963 Comments
Joined 5 years ago
cake
Cake day: May 31st, 2020

help-circle

  • It’s the usual ridiculous premise of “AI is better, if you remove all the aspects that are actually involved in doing the thing”.
    A real therapist looks at emotions, at your dynamic when you talk about your conflicts. They throw in suggestions to gauge your reaction. And they can get to know you and push you towards a positive outcome over many sessions. In particular, they also serve as a form of mediation. Having a person that holds you accountable for disrespectful behavior and for ridiculous expectations can do a lot for bringing a couple back on track. A chatbot just does not do these things.

    But on top of that, even the methodology seems to be flawed. A person liking a response is not an indication of it being good. Sometimes, a therapist needs to tell you that you’re being an ass.

    Like, yeah, the research itself has some amount of merit. A chatbot therapist might be better than having no therapist at all (so long as it doesn’t encourage self-harm). But the headline and the premise of the article is so far removed from any truth that it doesn’t belong in a science community.


  • The SSN is likely to appear in multiple tables, because they will reference a central table that ties it all together. This central table will likely only contain the SSN, the birth date (from what others have been saying), as well as potentially first and last name. In this table, the entries have to be unique.
    But then you might have another table, like a table listing all the physical exams, which has the SSN to be able to link it to the person’s name, but ultimately just adds more information to this one person. It does not duplicate the SSN in a way that would be bad.



  • Well, any software needs to include a license of some form, if you want it to be usable by others. But if it’s not an open-source or libre license, then it’s a proprietary license. That’s not necessarily a bad thing. At that point, it depends on what’s actually written into the license. But it’s also not a good thing, as you miss out on various open-source benefits due to there being no proven legal compatibility with open-source licenses. Well, and if I remember correctly, FUTO’s license actively prohibits reuse of the code anyways.





  • Oh, that is actually the part I do agree with. I don’t think everyone will, but I do actually think JSON is easier to read and write (correctly) than YAML. I specifically wrote that JSON cares the least about that, because it was designed to just serialize JavaScript objects into strings and back. As far as its original purpose is concerned, no one would ever need to hand-edit JSON. Which is also why it doesn’t support comments (which is still somewhat of a dealbreaker for a configuration language, although I guess for your proposed workaround, one could potentially use a JSON flavor which supports comments; potentially, you can even write your JSON in the YAML file with comments directly and then not convert it, since YAML is a superset of JSON).

    As for documentation, yeah, it is possible to convert, but it makes it more annoying, particularly also if you then can’t easily re-use configs in another project. And if you’re working in a team, having to explain to all your team members, how they can convert the official documentation, is also not really acceptable…





  • Yeah, some distros have GUIs for system settings, like openSUSE and Mageia, but advanced users will often even take that as a reason to not use those distros, because they themselves don’t need that on their system. And because not many advanced users use these distros, it’s hard to recommend them for noobs, because it makes it more difficult to find help resources. Kind of a stupid situation…





  • Ephera@lemmy.mltoGames@lemmy.worldIs Civilization 7 not fun?
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    9 days ago

    Yeah, its game mechanics are very similar to Civ5, which is still considered one of the high points in the Civ series. And it does reproduce them quite well, so I do think that can give you a good impression, if Civ is for you.

    Then again, I do own Civ5, but still end up playing Unciv instead, because I’d rather have my laptop not screaming at me while it runs in the background and I do a couple turns every so often…