:p: on Nostr: Hyperhidrosis Lotta output ends up line-buffered, you gotta put breaks in once in a ...
Hyperhidrosis (npub1jlw…tt4c) Lotta output ends up line-buffered, you gotta put breaks in once in a while. You can use puts() or fputs() instead of printf if you're not using any formatting, it adds a line break in automatically. Or you could do something like
for(i=0;;i++){printf("whatever%c", i&15 ? ' ' : '\n');}
Published at
2024-04-11 05:21:07Event JSON
{
"id": "8a7964f8307bbedd706da442301b2fa1b1748e4a875bf87cf2bbe30e3e0d9d59",
"pubkey": "9b6329ed0702ce590c92ae64bd97fb282e3d388dd855de7870ca7cecd1b30917",
"created_at": 1712812867,
"kind": 1,
"tags": [
[
"p",
"97ddf242943af5869695823f7a775702a510fe8ca9c2c12861cef579230496e5",
"wss://relay.mostr.pub"
],
[
"e",
"5f6b902d651e3dcf913b4cb25616df2d1d4572429735969ba2f6396697c8188f",
"wss://relay.mostr.pub",
"reply"
],
[
"proxy",
"https://bae.st/objects/0abe1dcf-7ea8-4d54-8eb8-345313c14de4",
"activitypub"
]
],
"content": "nostr:npub1jlwlys558t6cd954sglh5a6hq2j3pl5v48pvz2rpem6hjgcyjmjs93tt4c Lotta output ends up line-buffered, you gotta put breaks in once in a while. You can use puts() or fputs() instead of printf if you're not using any formatting, it adds a line break in automatically. Or you could do something like\n\nfor(i=0;;i++){printf(\"whatever%c\", i\u002615 ? ' ' : '\\n');}",
"sig": "f1e2e7668d616a6917adac2f9e8f291af987ba6a54643da95009aba1fee28b89068a21758347647e4a11fff17ab135fdfadfd64263225fa76e97964d72fc3228"
}