• 0 Posts
  • 257 Comments
Joined 1 year ago
cake
Cake day: December 29th, 2023

help-circle






  • yeah you can’t have a ballot that someone else can force you to keep to prove how you’ve voted… anonymous, individual, untraceable ballots are essential

    though perhaps that’s could be mitigated if you could print as many ballots/receipts as you like so you can submit your real one and keep a fake one… then anyone with no care can keep their real one, and anyone being coerced can keep a fake one

    i totally agree this is the way to do it: the machines can even keep tallys for early results reporting, but the paper ballots are the only thing that actually matters. that would make subverting the electronic systems useless. it’d also be a good sanity check on the count





  • honestly australia is kinda between a rock and a hard place … we have to ride the line between US and china because we’re hugely strategic to china with all our raw resources, with little to no ability to actually defend ourselves because we have such a huge land mass and tiny population (we’re about the size of the US in land mass with a population slightly smaller than texas: imagine if texas alone had to defend the entire US)

    we aren’t europe: if we piss off the US we don’t have the money or population to pivot

    … also the US has been involved with overturning our elected government twice

    that said, we’ve been getting much closer to recognising palestinian recently






  • Math.min isn’t the minimum integer; it’s the minimum of a list (and max visa versa)… the min/max of an undefined list is the same… IDK what it is, but this probably the most reasonable of the “WTFs” they could have put there i think… other languages would throw an exception or not compile (which JS definitely SHOULD do instead of this, buuuuut lots of JS has aversions to errors)

    *edit: okay the curiosity was killing me: Math.min() is Infinity and Math.max() is -Infinity