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/)XO
Posts
0
Comments
530
Joined
2 yr. ago

  • You're right, that the net impact is exactly half of voting for trump instead - in that you only reduce biden's vote, as opposed to increasing trump's.

    In less consequential elections, I absolute agree that voting for the candidate you want is key. But the risk here of a bad candidate is not just a shit period of government, but a genuinely significant risk of incurring a coup.

    If you assume a default vote of "any viable candidate other than trump", you still move in the same direction as voting for trump instead if you vote for a 3rd party candidate.

    In countries with a healthier (not two party) system, this is typically the point where the centrist and left parties tend to form an electoral alliance to avoid the disaster candidate. That doesn't really work for presidential elections though, so individual votes need to take on that same role to minimise the risk.

  • As far as I'm aware, twitter has actually been a lot smaller in terms of users than you might imagine from its influence.

    It has a relatively low number of active users, but the fact it's designed to be a centralised public forum (rather than users being selective who can follow them like Facebook) means it is/was very attractive for businesses, celebrities and politicians.

  • The original example was doing the unwrap_within an iterator doing some string parsing, so there was a lot of unrelated boilerplate around the actual unwrapping that made it really unclear, as well as usual unwrap_or_else to produce a constant value

    Ehhh, I was more using get_default as a placeholder for some function, as opposed to representing Default::default for the inner type specifically. I think it should be alright since only people familiar with rust would know about the default trait anyway. I did consider adding an unwrap_or_default example, but thought it was getting a bit off topic at that point.

  • Eh, I think there's definitely some legitimacy to doing a virus scan for applications with unrecognised signatures

    Not everyone knows how to (or even can for many apps) manually verify the authenticity of their apks

    And plenty of non-technical people will just install random shit from the internet without thinking