Tesla's Dojo supercomputer is DOA – now what? (theverge.com)
1 points by CharlesW 10m ago 1 comments
Deep Dive into Advanced N8n Node Development (intelda.ca)
2 points by swengcrunch 29m ago 1 comments
It's sufficiently bad that I am grateful I still have regex
4 ColinWright 1 8/12/2025, 12:55:10 PM mastodon.neilzone.co.uk ↗
At the end of the day I had a Perl script that used a regex to extract each top level element in the XML, which it then could attempt to parse. If the element parsed correctly then it was put in known good file and if it didn't parse then it was put in it's own separate file. Luckily there was only a handful of those invalid XML elements, which I could fix up by hand and then stitch back into the known good XML file.