• 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2024

help-circle


  • Right, because there are only a few options here, and none of them are good for Schumer: He was aware of the plan to vote for the bill, and couldn’t do anything to stop it. He is an incompetent and ineffective leader of the party in the Senate.

    He was aware of the plan, and agreed with it or spearheaded it: He, as leader of the Democrats in the Senate, wanted this and cosigned it, leaving him to blame (spoilers, but this is actually what happened)

    He was unaware of 8 separate Democrats colluding behind his back to vote for a Republican bill to end a MASSIVELY politically advantageous situation for the Democrats. Again, he is incompetent and should be fired.

    Of course, it’s pretty plain to see that their agreement was spearheaded by lobbied interests threatening to pull money out if they didn’t cave, given the massive advantage the shutdown have the Dems. No reasonable Dem would have voted to end it otherwise. And obviously, the Minority Leader would be involved heavily in those discussions.







  • The number of calories it takes to lift an object of a given weight isn’t affected by how dofficult it is for you. Per the law of conservation of energy, it takes a specific amount of energy to lift an object of a given weight a given height, just as much as it would have if you dropped it from that height in a vaccuum.

    The actual reason they would be out of shape is because they wouldn’t NEED to work out to be strong, since they’re supernaturally gifted, so they just wouldn’t



  • You can via git add -i foo.bar

    I believe the only issue with that is that it can only go by hunks. If your changes are sufficiently far away, you can select them separately. But if you change one function that should be in patch a, and another function 5 lines down that should be in patch b, I think you’re screwed

    That being said, this is all from memory, so don’t quote me on it





  • Not only is md5sum not proven to have equal dostribution, it is specifically known to not have equal distribution, only nearly equal distribution.

    A hash function is any function that converts an arbitrary input size into a specific output size deterministically. No other requirements are there. A hash for a simple job could be just adding the ascii values together and give the output. Needless to say, that would not have an even distribution.


  • The hashes not being there isn’t particularly relevant within a hash function outputting a specific size. If your hash function is always 64 bits for example, the fact that you have 3/4th of them not exist means you should be operating as if its a 16 bit hash, not a 64 bit hash. If you still do this math based on the 64 bits outputted (2^64 boxes) you’d arrive at very inaccurate numbers.