Skip Navigation
How about we play, "Never have I ever"?
  • Straya.
    To be fair I haven’t gone around asking people if they dislike peanut butter, it’s just sort of assumed that everyone likes it (and other spreads like nutella), and I’d be surprised to hear somebody saying they didn’t like it.
    We have many local brands. I don’t think I’ve tried one from the USA yet, but we probably have a few imported ones at costco.

  • Is the bitwise AND of subnet masks and IP addresses redundant?
  • Probably because it’s only four bytes of data, and counting/extracting bits takes more cpu time than one AND operation.
    Most CPU’s are optimised to work with whole integers (32/64 bit) rather than individual bits.

    If memory was a serious concern you could compress it down to one byte as a ‘number of 1s’ counter at the cost of additional cpu operations, but because 3 extra bytes is such a small amount of data, this memory/time trade off isn’t worth it in most systems.

    It’d be useful if you wanted to compress some data logs or something with many subnet masks though.

  • 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/)PH
    phlegmy @sh.itjust.works
    Posts 0
    Comments 65