What is Nostr?
Adriano /
npub1w84…dgvt
2024-11-22 12:21:48
in reply to nevent1q…6z50

Adriano on Nostr: nprofile1q…0cg79 ayup. I think there are ways to make the contents of an object ...

nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqmm35vqtgdg3mw4v9vsvxuaapxhsapr4vpxj5yu94jegxx85alxes80cg79 (nprofile…cg79) ayup. I think there are ways to make the contents of an object immutable, but I don't remember. In Python there's a similar thing in that a tuple is supposed to contain immutable stuff, but even then, you can do this
>>> myt = ([1, 2], 'b')
>>> myt[0][0] = 2
>>> myt
([2, 2], 'b')
Author Public Key
npub1w848n46njf0ewf6tp9rj0d2cja66quvwve8qgwv786kl3z73qc8qdydgvt