• 1 Post
  • 189 Comments
Joined 2 years ago
cake
Cake day: July 24th, 2023

help-circle




  • You could save 0.64 bit per char more if you actually treated you output as a binary number (using 6 bits per char) and didn’t go through the intermediary string (implicitly using base 100 at 6.64 bits per char).
    This would also make your life easier by allowing bit manipulation to slice/move parts and reducing work for the processor because base 100 means integer divisions, and base 64 means bit shifts. If you want to go down the road of a “complicated” base use base 38 and get similar drawbacks as now, except only 5.25 bits per char.









  • This was not a design consideration when usenet was being developed, because the assumption was all the users would have a name, email, and traceable identity so if you acted like a stupid shit, everyone already knew exactly who you were, where you worked/went to school, and could apply actual real-world social pressure to you to stop being a stupid fuck.

    The first email spammer got a call from the US Air Force Major in charge of ARPANET and nobody send spam for a while. We should have kept doing that.