Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TH
Posts
2
Comments
26
Joined
2 yr. ago

  • Obviously there would be exceptions, but in general for the last few decades, we have been mainly engaging conflicts outside of the US. So until it is in our home territory, it a good idea to put a limit on the military and divert fund to education. Don't Let the Perfect Be the Enemy of the Good

  • I would say democracy is less of a problem, the problem is lack of accountability at least on constitutional level. One of the biggest thing I'd add to the constitution is a rule that mandates for every dollar we spent on the military, another dollar must be spent on education.

  • I would say Project Zombiod the closest one on that list. Just need a few mods to raise the hunger rate, more comprehensive nutrient stats, and farm difficulty scaling. The game already laid out most of the groundwork.

  • It would make more sense if community just set up contracts amongst themselves to pool together with monthly community fund added to the pile and if something happened, then a clause in the contact begins and facilitate the steps to release fund for that person. Contract could set up arbiter (paid hourly) to determine whether the claim is covered by the contract agreed by the subscribers.

    The major difference in this model is basically that the perverse incentive is removed whereas commercial insurance have every incentives not to pay out to claimants which defeats the purpose of insurance in the first place.

    I don't know much about insurance laws or contracting to say for sure, but part of me is wondering why we haven't popularize this idea yet.

  • Yep, streamlining the process to write a new compiler. Most compiler development utilize something like Bison/Flex or by handwriting their own lexer/parser, but those things doesn't generate AST tree and you still have to read/modify that AST tree before reading it to generate the final resulting code.

    The sheer absurdity in scale of development increases when you realizes that you also have to do the same for LSP server.

    Melosynthos is came up with to think about streamlining all of this in one unified workflow.

  • This is a Pandora box situation, when potential use for malicious purposes on AI on the ponderance of evidence outweigh the goods, one have to conclude that it is necessary to ban it from the purpose of monitoring. This have immense impact on disabled workers for instance.

  • I don't think it's possible for them to do so, because that would means killing the gaming aspect of Windows. GPU on cloud is stupidly overpriced and expensive, just look at Standard_NV6 for an example, it easily cost $10,000/yr according to this (Just look for anything that have "N" in it's name for GPU enabled VM and they are all expensive.)

    If they try to ban everyone from being allowed to use their own computer hardware, I really doubt people would stay on Windows, they most likely would be in the 5 stages of griefs and then contemplate on switching to either Linux or Mac OSX.

  • Could we think about repurposing the down-vote function to serve a different role? Similar to the report function, which signals a need for moderator review, the down-vote could be used in the same way to flag content that might require a second look. This could assist in handling extreme or illegal content without suppressing diverse opinions or content simply because it doesn't receive wide agreement.

    What if we displayed only the "+1" upvotes on the website without showing any down-vote counts? This would maintain a positive atmosphere and could encourage more open dialogue. Essentially, a down-vote would transition from meaning "I disagree" to "this might need reviewing".

    Importantly, if content isn't extreme or illegal but still gathers a significant amount of down-votes, it could be an indicator for the moderator to assess if further action is necessary. This shifts the down-vote function from being a tool for disagreement to a measure for maintaining the quality of discourse.

  • This seems to be intentional disinformation. The prefix 'dis-' implies intention, whereas 'mis-' suggests unintentionality.

    I think we need to start curating a list of writers that aren't intentionally spewing uninformed craps. We need to start posting legit writer's articles and blacklist all other hostile writers.

  • Free and Open Source Software @beehaw.org

    Non-commercial Open Source License?

    Programming @beehaw.org

    Rethinking Compiler Design - Melosynthos