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/)AR
Posts
2
Comments
984
Joined
2 yr. ago

  • Replacing politicians with AIs actually sounds really cool. Instead of voting, you write an essay on the things you value. An AI reads all their voting base's essays and votes in a way that predominantly aligns with their voter's ideals. This isn't direct or indirect democracy, it's a totally new approach driven by mathematical averages.

    Politicians shouldn't negotiate to get something passed. If the senate of AIs doesn't like it, it's unpassable, you just have to write a new bill. No tit for tat, no lobbying, no friends protecting friends. The only people in politics are the ones who write bills, and they can check to see if their bill would pass in a few minutes on a server, and that will be the actual vote because voting is reproducible behavior, then they'll decide if they have to revise it.

  • This isn't standard python. lib is not in the standard library. Python also doesn't have any special variables where it stores comments, other than __doc__ which stores a docstring. If I had to guess, add is reading the file/REPL via __file__.

  • The study said they normalize by mileage, which will account for both model popularity and driving distance. Driving safety is usually reported in incidents per mile or something to that effect, so that's all standard.

  • If you ever happen to have 5000 uncommitted files, you shouldn't be asking yourself if you should commit more often. You should be asking yourself how many new repos you should be making.