Damus
Alice Averlong🏳️‍⚧️ · 3w
the biggest hurdle I face with programming is that I often only have like, an hour or two worth of energy to work on it a day and I can easily use that all up on bullshit
Alice Averlong🏳️‍⚧️ profile picture
like today I wanted to write a script that recurses through some folders, finds files matching a regex, and upload them to a local service. easy! I can imagine the whole script in my head even before my fingers touch the keyboard
1
Alice Averlong🏳️‍⚧️ · 3w
but the API wrapper is out of date so I'll have to modify that oh and it doesn't support local servers so I'll need to implement that and wait requests/urllib3/certifi/python's ssl module/python's _ssl module has a bug and can't parse my cert. I can hack around that, who cares. oh I need to supply...