I learned that one can get psychosis from trauma. Say a nasty divorce that ended badly. (Do divorces ever end goodly? Don’t answer that.) I had a mental break in 2020, the begging of it after I went through a bad divorce. Well I wonder if I ended up going through that break earlier when the divorce was going on in 2019. Yeah that’s possible. Divorce was a very traumatic experience to say the least. Luckily I had someone with me who could see what was going on and helped me get the help I sorely needed. Good ol’ Google AI says this: Trauma is a well-documented risk factor and trigger for psychosis, including brief psychotic disorder or post-traumatic stress disorder (PTSD) with psychotic features. Traumatic events can alter the brain’s stress response, causing an overload that significantly increases the likelihood of developing distressing hallucinations or delusions. If that’s the case? Then yeah, I had that happen to me. The only problem is that the psychosis didn’t go away. No ...
So I was looking into creating XML documents. Of course you could use the default that comes with Java or you could use JDom. I've used both methods in the past, and they both work quite well.
Got me thinking though, why not approach the creation of an xml document as a StringBuffer? Could be useful if you don't need to have a DOM to work with. Something simple to just output the xml document in a very simple text format.
I'm currently working on it. Possibly more just a proof of concept.
We'll see how it all turns out.
Comments
Post a Comment