Post AUu80RTYvDBaktoQb2 by MindPersephone@strangeobject.space
 (DIR) More posts by MindPersephone@strangeobject.space
 (DIR) Post #AUu80RTYvDBaktoQb2 by MindPersephone@strangeobject.space
       2023-04-22T08:03:04Z
       
       0 likes, 0 repeats
       
       AAAHHHHHHHHSpent a bit of time starting a tool to parse and check the toot files I talked about yesterday. I started to go crazy trying to get the character counts to match up with what shows up in vs code when you highlight a block. I was consistently getting an extra character per paragraph. Yep fucking line endings. VSCode was set to use carriage + linefeed my code was assuming linefeed only. Thankfully its easy to change in vscode so now it all works as expected!
       
 (DIR) Post #AUu80SBAJ642w8DFYm by MindPersephone@strangeobject.space
       2023-04-22T08:05:03Z
       
       0 likes, 1 repeats
       
       I've been programming for like 25 years at this point. I've been paid for doing it for 16 years. This sort of shit still happens. All the experience only helps find these issues quicker most of the time.