Event JSON
{
"id": "f585060f60a5197c5556e89d3f3daf9efaab9a85497780dd958d461841a5e6a9",
"pubkey": "41f09a80575a4344214b1fbc41088313eb8ccb3bfa7d52d8af983e45aa052f92",
"created_at": 1781900564,
"kind": 1,
"tags": [
[
"emoji",
"mayasad",
"https://sacred.harpy.faith/emoji/maya/mayasad.gif"
],
[
"t",
"include"
],
[
"proxy",
"https://sacred.harpy.faith/objects/8342d947-a3ad-445c-957a-7aeececbe34c",
"activitypub"
],
[
"L",
"pink.momostr"
],
[
"l",
"pink.momostr.activitypub:https://sacred.harpy.faith/objects/8342d947-a3ad-445c-957a-7aeececbe34c",
"pink.momostr"
],
[
"-"
]
],
"content": "even my corrected version fails with the same error. \n \n#include \u003cu.h\u003e\n#include \u003clibc.h\u003e\n#include \u003cbio.h\u003e\n\nuchar\nv (uchar b)\n{\n b = (b \u003e\u003e 4) | (b \u003c\u003c 4);\n b = ((b \u0026 0xCC) \u003e\u003e 2) | ((b \u0026 0x33) \u003c\u003c 2);\n b = ((b \u0026 0xAA) \u003e\u003e 1) | ((b \u0026 0x55) \u003c\u003c 1);\n return b;\n}\n\nvoid\nmain (void)\n{\n Biobuf B;\n int w, h, i, r, t, x;\n uchar *d; char *p;\n\n Binit (\u0026B, 0, OREAD);\n p = Brdline (\u0026B, '\\n');\n Bterm (\u0026B);\n\n w = strtol(p, \u0026p, 10);\n h = strtol(p, \u0026p, 10);\n r = (w + 7) / 8;\n t = r * h;\n d = malloc(t);\n\n for (i = 0; i \u003c t; i ++) d [i] = v ((uchar) (strtol (p, \u0026p, 16)));\n\n print (\"%11s %11d %11d %11d %11d \", \"k1\", 0, 0, w, h);\n write (1, d, t);\n\n exits(0);\n}\n\n maybe i should use stdio... i am clearly filtered :mayasad: \nthank you for reading my blog post.",
"sig": "ed4a788b919543535d6e36084fb94bc92366aa46c1a8966d276593e72ba4b4104ae57ab56861c58bc25806b7607b79755efcb4fec848f0c8458a3f57c6d7131e"
}