(no title)
Verdex | 1 month ago
My biggest LLM success resulted in something operationally correct but was something that I would never want to try to modify. The LLM also had an increasingly difficult time adding features.
Meanwhile my biggest 'manual' successes have resulted in something that was operationally correct, quick to modify, and refuses to compile if you mess anything up.
zephen|1 month ago
The only thing I think I learned from some of those exchanges was that xslt adherents are approximately as vocal as lisp adherents.
ern_ave|1 month ago
I still use it from time to time for config files that a developer has to write. I find it easier to read that JSON, and it supports comments. Also, the distinction between attributes and children is often really nice to have. You can shoehorn that into JSON of course, but native XML does it better.
Obviously, I would never use it for data interchange (e.g. SOAP) anymore.
abrahms|1 month ago