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

  • You are probably correct. I don't know if it's true, it's probably more likely it was a way for it not to fail.

    I said HTTP mainly because HTML is plaintext because of it. 1.0s main purpose was to manipulate the page. Of course Array objects weren't added til 1.1, when netscape navigator 3.0 released, but it was still mostly 1.0 code. I felt like having everything be coercable to string made it easy for you to just assign it to the document. If you assigned the wrong thing it wouldn't crash.

    I originally thought there was a precursor to microsofts XMLHTTP in an earlier version due to the 1997 ECMAScript documentation specifically talking about using it both client and serverside to distribute computations, but it was far more static. So, I'm probably just wrong.

  • Add to it the gun law was declared unconstitutional by the fifth circuit Court of appeals recently, it's likely the only charges he'll be facing are tax related. It's funny because the gun charge was the only thing holding back his plea deal.

  • It was 50k doubling each day. So 50k + 100k + 200k for 3 days, if they had let it keep going it would of hurt a lot. This type of fine works.

    At 10 days would be 51 million, after 20 would be 52 billion dollars. So, they have a compelling reason to comply with haste.

  • It starts at the local level. National 3rd party candidates are just spoilers used to split the vote enough for one side to win when they wouldn't in a 1v1. Until the third party builds enough momentum in city->county->state elections they will never be viable nationwide.

    Instead of focusing on the national, they need to pick a few places to focus on and grow viable candidates throughout the whole process. If they can flip one state to the third party, then we might start talking about their viability.

  • The problem is if you play their games like they play them you legitimize everything. If you start cheating like they do, their lies about you become truth and it's all down hill from there.

    The only chance the country can be saved is if the electorate wakes up. Part of the country still playing by the rules allows us to be able to go back to all of the government playing by the rules. If they give up on that, there is no coming back.

  • Array.prototype.sort if no callback is passed to it will coerce non-undefined elements to strings when sorting. It does do that.

    To sort numbers passing a function like (a, b) => a - b is good enough.