camel-cdr@beehaw.orgtoLiterature@beehaw.org•Fun Fact: The longest piece of literature ever written is a Loud House fanfiction called "Loud House Revamped".
1·
1 year agoThe Wandering Inn is an OC web-serial which is currently at 12,246,348 words and also still going. Not quite as large, but still very big.
I recently started doing xeyes debugging.
We have so many debug logs that trying to find your log of a background takes a non zero amount of time.
So just inserting
system("xeyes");
is actually way easier, to get instant feedback, and you can just usesystem("xmessage msg")
, if you need a message.