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

  • For age verification specifically, they are supposed to just set a "verified" flag in their database and remove the rest of the data within some amount of time (not more than a month I think).

    I wouldn't trust some random nobody to do this, but big companies should have processes that comply with privacy laws.

  • They should've just picked Kotlin.

    It also encourages good basic habits, such as not making a variable mutable unless you specifically need to (val is way more common than var, the IDE makes them very visually distinct).

  • But a lot of the crap you have to do only exists because projects are large enough to require multiple separate teams, so you get all the overhead of communication between the teams, etc.

    If the task gets simple enough that a single person can manage it, a lot of the coordination overhead will disappear too.

    In the end though, people may find out that the entire product, that they are trying to develop using automation, is no longer relevant anyway.

  • It's definitely possible, but such an AI would probably be good enough to take over every other field too. So it's not like you can avoid it by choosing something else anyway.

    And the disruption would be large enough that governments will have to react in some way.

  • Well the practical difference is that money is something people actually use, where as crypto is mostly something they just hope to resell later to a higher bidder - who will only buy it because they hope to resell later to an even higher bidder.

  • Open source is important for services with end-to-end encryption, because you can make sure the client actually encrypts the outgoing data, is not sending your private key somewhere, and won't break that security at some point in the future.

    Of course this particular service cannot even have end to end encryption in the first place.