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/)JP
Posts
3
Comments
252
Joined
2 yr. ago

  • It's definitely not solved. Even stockfish has been beaten by more advanced AIs, and there is always the possibility of making even better ones.

    Also, humans can't solve it on their own. With time constraints a human player is unable to make a "perfect" move every time.

  • Evolution is throwing things against the wall and seeing what sticks (by sticking I mean reproducing bc you have better traits). If every single one of their prey and predators have this color blindness then orange and green would have the same effectiveness and whichever trait comes out first. If a prey/predator evolved to have better color vision then it would quickly become a disadvantage and after millions of years it's possible they evolve to have green fur.

    There could be other benefits like being easier to attract mates.

    Also some animals can see infrared, so even if their fur was perfect for the environment they could still have issues by being spotted, in which case the color doesn't matter as much and the colors for mating becomes more important.

    Edit: Wording.

  • A couple of things here

    Defimation isn't a criminal offense, this is a civil lawsuit. There is no conviction or guilt/innocence.

    Second the previous ruling you're referring to had basically no chance of holding him accountable. Bc the courts moved so slowly (intentionally in some cases) Trump was able to delay any punishment enforcement until he was president, which then he'd be immune. The judge could have ordered different punishment then no punishment, but it just increases the chance of appeal and wasted time at that point.

    Lastly the most likely outcome is the case stalls bc he is president (and thus has civil immunity [and technically criminal bc supreme Court nonsense but that's not important here]) and it would never go to trial.

    The court system is messed up in a lot of ways, but it's still important to be honest where the failures and issues are in the system instead of blaming a judge that had no real choice in the matter.

  • Everything with a message is propaganda. If I tell you to where a mask to protect those around you it's propaganda. Nobody is immune to propaganda.

    Anti-propaganda would definitely mean factual information without bias or a message. It's not a real thing though, so in their meaning they clearly just mean anything they disagree with.

  • omg

    Jump
  • If you're saying two variables are equal, then x=x is valid. The only issue with this is it doesn't indicate the restriction at x=0. This is a "hole" in the function since anything/0 is undefined. For all other cases the equation holds true.

  • Opening a port isn't really bad if you have your firewall configured properly. You will have to open a port either way with jellyfin or wireguard. If you have a TLS/SSL certificate then just doing jellyfin is fine (but have good passwords since it's public facing), otherwise a VPN like wireguard will handle encryption for you.

    As for managing traffic on the VPN you can follow this advice: https://serverfault.com/questions/1075973/wireguard-how-to-only-tunnel-some-of-the-traffic

    Basically setup your firewall to stop extra traffic on your end, and change accessible IPs in wireguard to your service(s) so the peer knows not to talk on that interface for unrelated things.