Trying and failing to use ChatGPT to write Python to parse a PDF
Here we make some great progress, but ultimately fail to correctly parse a PDF invoice vendor file using ChatGPT. Still shows a ton of promise and interestin... (more…)
Read more »
There’s no two ways about it, Python is slow. I felt this in particular when exploring how to sanitize potentially malicious HTML content in the CTFd content editor. The two options for sanitizing/processing HTML in Python both have some tradeoffs: Poorl… Read more