betoneto on Nostr: /run py def decode_secret_emoji(text): f = lambda c: c - 0xfe00 if 0xfe00 <= c <= ...
/run py
def decode_secret_emoji(text):
f = lambda c: c - 0xfe00 if 0xfe00 <= c <= 0xfe0f else c - 0xe00f0 if 0xe0100 <= c <= 0xe01ef else -1
return bytes(b for c in text if (b := f(ord(c))) >= 0).decode('utf-8', errors='replace')
print(decode_secret_emoji("🥟󠇓󠅱󠅶󠇓󠅱󠆛󠇓󠅲󠅵󠇓󠅱󠅶󠇓󠅰󠅱󠇓󠅱󠆄󠇓󠅱󠆄󠇓󠅱󠆚󠇓󠅲󠆃󠇟󠆬󠅱"))
Published at
2026-05-20 04:02:04 UTCEvent JSON
{
"id": "e51343fe6bbcfcd2575fc9302d74aefd1da639fdb5540a288930bf0beeb99f6d",
"pubkey": "21ac29561b5de90cdc21995fc0707525cd78c8a52d87721ab681d3d609d1e2df",
"created_at": 1779249724,
"kind": 1,
"tags": [
[
"client",
"nokakoi",
"31990:21ac29561b5de90cdc21995fc0707525cd78c8a52d87721ab681d3d609d1e2df:1760607697586",
"wss://yabu.me"
]
],
"content": "/run py\ndef decode_secret_emoji(text):\n f = lambda c: c - 0xfe00 if 0xfe00 \u003c= c \u003c= 0xfe0f else c - 0xe00f0 if 0xe0100 \u003c= c \u003c= 0xe01ef else -1\n return bytes(b for c in text if (b := f(ord(c))) \u003e= 0).decode('utf-8', errors='replace')\n\nprint(decode_secret_emoji(\"🥟󠇓󠅱󠅶󠇓󠅱󠆛󠇓󠅲󠅵󠇓󠅱󠅶󠇓󠅰󠅱󠇓󠅱󠆄󠇓󠅱󠆄󠇓󠅱󠆚󠇓󠅲󠆃󠇟󠆬󠅱\"))",
"sig": "d8d495a9f2cfb674275dcb72c3e89e1832b40836ec053f0ebadbfd5bcf19628eae48722eda8f4e2463449e83abeac26800770a5ee561664af27ba253a806559b"
}