The reason the province of British Columbia has mythical creatures like Sasquatch and Ogopogo is because, being on the west coast of North America, it missed out on Medieval and Renaissance cartographers mapping sea monsters.
tomasino will be taking a break from the Interspace tonight and next week so SDF members @cosullivan and @lyra will be filling in for him. How nice of them. I'm excited. What's in store for us tonight? No one knows. Let's find out together. Together forever... just like Rick Astley's song.
Unless I'm mistaken, 23 Nov 01h00 UTC is the timeslot scheduled for #aNONradio's #ChooseYourOwnAdventure "gap show" or "Contribute Your Own Audio" as I call it. #SDF member @lyra and I helped fill in @tomasino's allotted hour, looking forward to hearing if other listeners contributed audio too.
Let's play a game, to help some of #SDF's newcomers to #Mastodon make connections: in your #introduction name subjects and topics that interest you but aren't in your profile, as tags so they are searchable. Then boost this post or repeat its instructions so others know to do the same.
@alexandria I may've figured it out: 20 is a 'space' in hexadecimal, the string includes '20' which, converted to space, isn't stripped. The stripping in my code is positioned before the conversion.
@alexandria Thanks for your response. I tested by printing the length of the string and it was 132, which I interpret as an even number. Does neither strip() nor [:2] eliminate, respectively, null bytes or slice away leading '0x' on hexadecimals?