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

help-circle






  • Oh man, my local shop sells these as “makkaroni” and I was so confused, because I knew those to be a different shape. Now I just checked Wikipedia and it literally has a heading like:

    “Makkaroni” in Germany

    And it says that apparently we refer to any longer, straight, tube-shaped pasta as “makkaroni”. I guess, it’s alright that we don’t use the Italian spelling after all. 🫠





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




  • Ephera@lemmy.mltolinuxmemes@lemmy.worldJust edit the config file, so easy!
    link
    fedilink
    English
    arrow-up
    27
    arrow-down
    1
    ·
    13 days ago

    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…




  • Very interesting, thanks. I kind of got stuck on Dungeon Crawl Stone Soup, which used to have a food clock until a few versions ago, now it’s just no respawns. They also scale XP amounts up for higher levels, so when there are more low-level enemies around than needed, they won’t give you a ton of extra XP.

    I’ve played around with Angband and ToME a few years ago, and I tried to like Cataclysm: Dark Days Ahead multiple times, but yeah, I feel like that’s probably the reason then why they never clicked for me quite like DCSS. I am absolutely the worst for optimizing the fun out of games, if given the opportunity.