Event JSON
{
"id": "105d88686a43eb41f1ea64071c5ca10685e3ffcde883d62a39827b42dc04e4c4",
"pubkey": "bea83a9da72be14df35d74e1f5797c64e53e090ef24eebef3483311b2240130d",
"created_at": 1706887765,
"kind": 1,
"tags": [
[
"p",
"ca83e28953fbcd66aa6f0128a739999289191c3051e7faf169839fd0c278a1f5",
"wss://relay.mostr.pub"
],
[
"p",
"7743d6497523e4c3868bafe60fdf6f6d6da58b0e666f5b52c7c8b9970f7274b6",
"wss://relay.mostr.pub"
],
[
"e",
"d959e8b3f4ed4f670c4ac0cbe44ee45b3451e2fa4c3e1e2a7b29ef020a0e9e11",
"wss://relay.mostr.pub",
"reply"
],
[
"proxy",
"https://fosstodon.org/users/orsinium/statuses/111862596619716615",
"activitypub"
]
],
"content": "nostr:npub1e2p79z2nl0xkd2n0qy52wwvej2y3j8ps28nl4utfsw0apsnc586seraqmc\n\nThere are two things, essentially: values in memory and names that point to these values. Multiple names can point to the same value. In Elixir, you can make a name to point to another value, maybe even of different type, and you can create new values, but you never can modify a value in place.\n\nConsider this Python code\n\na = []\nb = a\na.append(1)\n\nThe result is that Both a and b share the same value, so when you modify a, you also modify b. So, both a and b will be [1].\n\n1/2",
"sig": "da256e125f5ddd96a7f60c8c51e920a08d702da206a2965be20ccf08da1aada06f3e7b6ed9989afde7da1ee94abfaeba7d585613255345a7f019e416198a142c"
}