taylodl 13 hours ago

Used regex to parse XML - including properly handling namespaces!

TBF, the XML was part of our integration platform, so I knew it was well-formed. Using regex to parse what I needed from the incoming payload was several times faster than using a traditional XML parser. This was on the Java platform. People were amazed at how fast that system could process incoming messages!

commandersaki 13 hours ago

I once came up with a not so easy mathematical proof for a homework exercise while taking a nap.