diff --git a/content/About/CV.md b/content/About/CV.md index b68ccc8..7b20957 100644 --- a/content/About/CV.md +++ b/content/About/CV.md @@ -1,5 +1,5 @@ --- -title: Corriculum Vitae +title: Curriculum Vitae page: bodyHtml: | - \n","description":"[[About]]"},"tags":[],"title":"Curriculum Vitae"},"parentNote":"About.md","title":"Curriculum Vitae","url":"About/CV"},"About/Experience.md":{"filePath":"About/Experience.md","links":[{"resolvedRelTarget":{"contents":"About/Work","tag":"RRTFound"},"unresolvedRelTarget":{"contents":["WikiLinkBranch","Work"],"tag":"URTWikiLink"}}],"meta":{"page":{"description":"(as far as NDA and other things allow it)"},"tags":[]},"parentNote":"About.md","title":"Highlights of my experiences in the programming world","url":"About/Experience"},"About/Work.md":{"filePath":"About/Work.md","links":[{"resolvedRelTarget":{"contents":"Coding/Haskell/FFPiH","tag":"RRTFound"},"unresolvedRelTarget":{"contents":["WikiLinkNormal","FFPiH"],"tag":"URTWikiLink"}}],"meta":{"page":{"description":"Mar. 2023 to Sep. 2023:"},"tags":[]},"parentNote":"About.md","title":"Work-Experience","url":"About/Work"},"Android.md":{"filePath":"Android.md","links":[],"meta":null,"parentNote":"index.md","title":"Android","url":"Android"},"Android/Einrichtung.md":{"filePath":"Android/Einrichtung.md","links":[],"meta":{"categories":"Android, Tutorial","page":{"description":"Hier stelle ich meine Erfahrungen und die Einrichtung meines Smartphones vor. Keine Garantie auf Übertragbarkeit und Aktualität."},"tags":[],"title":"Einrichtung Android-Smartphones","toc":true},"parentNote":"Android.md","title":"Einrichtung Android-Smartphones","url":"Android/Einrichtung"},"Coding.md":{"filePath":"Coding.md","links":[],"meta":null,"parentNote":"index.md","title":"Coding","url":"Coding"},"Coding/Haskell.md":{"filePath":"Coding/Haskell.md","links":[],"meta":null,"parentNote":"Coding.md","title":"Haskell","url":"Coding/Haskell"},"Coding/Haskell/Advantages.md":{"filePath":"Coding/Haskell/Advantages.md","links":[{"resolvedRelTarget":{"contents":"Coding/Haskell/Code%20Snippets/Morphisms","tag":"RRTFound"},"unresolvedRelTarget":{"contents":["WikiLinkBranch","Morphisms"],"tag":"URTWikiLink"}},{"resolvedRelTarget":{"contents":"Coding/Haskell/Lenses","tag":"RRTFound"},"unresolvedRelTarget":{"contents":["WikiLinkBranch","Lenses"],"tag":"URTWikiLink"}},{"resolvedRelTarget":{"contents":"Coding/Haskell/Code%20Snippets/Morphisms","tag":"RRTFound"},"unresolvedRelTarget":{"contents":["WikiLinkNormal","Morphisms"],"tag":"URTWikiLink"}}],"meta":{"page":{"description":"Gründe Haskell zu nutzen und wo Vorteile liegen."},"tags":[]},"parentNote":"Coding/Haskell.md","title":"Talks und Posts zu Haskell","url":"Coding/Haskell/Advantages"},"Coding/Haskell/Code Snippets.md":{"filePath":"Coding/Haskell/Code Snippets.md","links":[],"meta":{"page":{"description":"Hier schreiben wir ein paar Code-Highlights auf, die uns begegnet sind."},"tags":[]},"parentNote":"Coding/Haskell.md","title":"Code-Snippets","url":"Coding/Haskell/Code%20Snippets"},"Coding/Haskell/Code Snippets/Monoid.md":{"filePath":"Coding/Haskell/Code Snippets/Monoid.md","links":[],"meta":{"page":{"description":"Stellen wir uns vor, dass wir eine Funktion schreiben, die einen String bekommt (mehrere Lines mit ACSII-Text) und dieses Wort-für-Wort rückwärts ausgeben soll. Das ist ein einfacher Einzeiler:"},"tags":[]},"parentNote":"Coding/Haskell/Code Snippets.md","title":"Monoid? Da war doch was…","url":"Coding/Haskell/Code%20Snippets/Monoid"},"Coding/Haskell/Code Snippets/Morphisms.md":{"filePath":"Coding/Haskell/Code Snippets/Morphisms.md","links":[],"meta":{"page":{"description":"Backup eines Blogposts eines Kommilitonen:"},"tags":[]},"parentNote":"Coding/Haskell/Code Snippets.md","title":"*-Morpisms","url":"Coding/Haskell/Code%20Snippets/Morphisms"},"Coding/Haskell/FFPiH.md":{"filePath":"Coding/Haskell/FFPiH.md","links":[{"resolvedRelTarget":{"contents":"Coding/Haskell/Lenses","tag":"RRTFound"},"unresolvedRelTarget":{"contents":["WikiLinkBranch","Lenses"],"tag":"URTWikiLink"}}],"meta":{"page":{"description":"FFPiH ist eine Vorlesung, die ich zusammen mit einem Kommilitonen im Sommer 2015 erstmals erstellt und gehalten haben."},"tags":[]},"parentNote":"Coding/Haskell.md","title":"Fortgeschrittene funktionale Programmierung in Haskell","url":"Coding/Haskell/FFPiH"},"Coding/Haskell/Lenses.md":{"filePath":"Coding/Haskell/Lenses.md","links":[],"meta":{"page":{"description":"Die Idee dahinter ist, dass man Zugriffsabstraktionen über Daten verknüpfen kann. Als einfachen Datenstruktur kann man einen Record mit der entsprechenden Syntax nehmen."},"tags":[]},"parentNote":"Coding/Haskell.md","title":"Lenses","url":"Coding/Haskell/Lenses"},"Coding/Haskell/Webapp-Example.md":{"filePath":"Coding/Haskell/Webapp-Example.md","links":[{"resolvedRelTarget":{"contents":"Coding/Haskell/Webapp-Example/MyService_Types.hs","tag":"RRTFound"},"unresolvedRelTarget":{"contents":["WikiLinkEmbed","MyService_Types.hs"],"tag":"URTWikiLink"}},{"resolvedRelTarget":{"contents":"Coding/Haskell/Webapp-Example/Main.hs","tag":"RRTFound"},"unresolvedRelTarget":{"contents":["WikiLinkEmbed","Main.hs"],"tag":"URTWikiLink"}},{"resolvedRelTarget":{"contents":"Coding/OpenAPI","tag":"RRTFound"},"unresolvedRelTarget":{"contents":["WikiLinkTag","OpenAPI"],"tag":"URTWikiLink"}}],"meta":{"page":{"description":"Step-by-Step-Anleitung, wie man ein neues Projekt mit einer bereits erprobten Pipeline erstellt."},"tags":[]},"parentNote":"Coding/Haskell.md","title":"Webapp-Development in Haskell","url":"Coding/Haskell/Webapp-Example"},"Coding/Haskell/Webapp-Example/Main.hs.md":{"filePath":"Coding/Haskell/Webapp-Example/Main.hs.md","links":[{"resolvedRelTarget":{"contents":"Coding/Haskell/Webapp-Example","tag":"RRTFound"},"unresolvedRelTarget":{"contents":["WikiLinkTag","Webapp-Example"],"tag":"URTWikiLink"}}],"meta":{"page":{"description":"Wie man das verwendet, siehe [[Webapp-Example]]."},"tags":[]},"parentNote":"Coding/Haskell/Webapp-Example.md","title":"Webapp-Example: Main.hs","url":"Coding/Haskell/Webapp-Example/Main.hs"},"Coding/Haskell/Webapp-Example/MyService_Types.hs.md":{"filePath":"Coding/Haskell/Webapp-Example/MyService_Types.hs.md","links":[{"resolvedRelTarget":{"contents":"Coding/Haskell/Webapp-Example","tag":"RRTFound"},"unresolvedRelTarget":{"contents":["WikiLinkTag","Webapp-Example"],"tag":"URTWikiLink"}}],"meta":{"page":{"description":"Anleitung siehe [[Webapp-Example]]."},"tags":[]},"parentNote":"Coding/Haskell/Webapp-Example.md","title":"Webapp-Example: MyService/Types.hs","url":"Coding/Haskell/Webapp-Example/MyService_Types.hs"},"Coding/OpenAPI.md":{"filePath":"Coding/OpenAPI.md","links":[{"resolvedRelTarget":{"contents":"Coding/Haskell/Webapp-Example","tag":"RRTFound"},"unresolvedRelTarget":{"contents":["WikiLinkNormal","Webapp-Example"],"tag":"URTWikiLink"}},{"resolvedRelTarget":{"contents":"TODO","tag":"RRTFound"},"unresolvedRelTarget":{"contents":["WikiLinkNormal","TODO"],"tag":"URTWikiLink"}},{"resolvedRelTarget":{"contents":"TODO","tag":"RRTFound"},"unresolvedRelTarget":{"contents":["WikiLinkNormal","TODO"],"tag":"URTWikiLink"}},{"resolvedRelTarget":{"contents":"TODO","tag":"RRTFound"},"unresolvedRelTarget":{"contents":["WikiLinkNormal","TODO"],"tag":"URTWikiLink"}}],"meta":{"page":{"description":"[[TODO]] Idee hinter einem API-Generator"},"tags":[]},"parentNote":"Coding.md","title":"Openapi-generator","url":"Coding/OpenAPI"},"Health.md":{"filePath":"Health.md","links":[],"meta":null,"parentNote":"index.md","title":"Health","url":"Health"},"Health/Issues.md":{"filePath":"Health/Issues.md","links":[{"resolvedRelTarget":{"contents":"About/Work","tag":"RRTFound"},"unresolvedRelTarget":{"contents":["WikiLinkBranch","Work"],"tag":"URTWikiLink"}},{"resolvedRelTarget":{"contents":"Uni/Extracurricular","tag":"RRTFound"},"unresolvedRelTarget":{"contents":["WikiLinkBranch","Extracurricular"],"tag":"URTWikiLink"}},{"resolvedRelTarget":{"contents":"About/Experience","tag":"RRTFound"},"unresolvedRelTarget":{"contents":["WikiLinkBranch","Experience"],"tag":"URTWikiLink"}},{"resolvedRelTarget":{"contents":"TODO","tag":"RRTFound"},"unresolvedRelTarget":{"contents":["WikiLinkNormal","TODO"],"tag":"URTWikiLink"}}],"meta":{"page":{"description":"In modern times many people struggle with mental health issues - and a am by no means an exception. The main issue is, that most people just don’t talk about it and suffer alone, thinking they are alone, and everyone else is just doing fine in this hellscape of a modern society. At least that is what you see on several social media platforms like Instagram etc."},"tags":[],"title":"Mental Health"},"parentNote":"Health.md","title":"Mental Health","url":"Health/Issues"},"Logik.md":{"filePath":"Logik.md","links":[],"meta":{"categories":"Mathematik","page":{"description":"Logik ist das ziehen von Schlüssen, die innerhalb der Logik widerspruchsfrei und kohärent sind."},"tags":[],"title":"Logik für Dummies","toc":true},"parentNote":"index.md","title":"Logik für Dummies","url":"Logik"},"Opinions.md":{"filePath":"Opinions.md","links":[],"meta":null,"parentNote":"index.md","title":"Opinions","url":"Opinions"},"Opinions/Editors.md":{"filePath":"Opinions/Editors.md","links":[{"resolvedRelTarget":{"contents":"TODO","tag":"RRTFound"},"unresolvedRelTarget":{"contents":["WikiLinkNormal","TODO"],"tag":"URTWikiLink"}}],"meta":{"page":{"description":"Better said: why neovim is currently my favorite editor 😉"},"tags":[]},"parentNote":"Opinions.md","title":"Editors","url":"Opinions/Editors"},"Opinions/Layout.md":{"filePath":"Opinions/Layout.md","links":[{"resolvedRelTarget":{"contents":"Opinions/Editors","tag":"RRTFound"},"unresolvedRelTarget":{"contents":["WikiLinkNormal","Opinions/Editors"],"tag":"URTWikiLink"}}],"meta":{"page":{"description":"Since around 2006 i basically write only using the NEO2-Layout. There are many advantages that are not obvious to an onlooker right away."},"tags":[],"title":"Keyboard-Layouts"},"parentNote":"Opinions.md","title":"Keyboard-Layouts","url":"Opinions/Layout"},"Stuff.md":{"filePath":"Stuff.md","links":[],"meta":null,"parentNote":"index.md","title":"Stuff","url":"Stuff"},"Stuff/Bielefeldverschwoerung.md":{"filePath":"Stuff/Bielefeldverschwoerung.md","links":[],"meta":{"page":{"description":"Kopie des vermutlichen Originals von (vermutlich) Achim Held aus 1994."},"tags":[]},"parentNote":"Stuff.md","title":"Die Bielefeld-Verschwörung","url":"Stuff/Bielefeldverschwoerung"},"TODO.md":{"filePath":"TODO.md","links":[],"meta":{"page":{"description":"Todo List in backlinks below vvv"},"tags":[],"title":"Todo"},"parentNote":"index.md","title":"Todo","url":"TODO"},"Uni.md":{"filePath":"Uni.md","links":[],"meta":null,"parentNote":"index.md","title":"Uni","url":"Uni"},"Uni/Extracurricular.md":{"filePath":"Uni/Extracurricular.md","links":[{"resolvedRelTarget":{"contents":"Coding/Haskell/FFPiH","tag":"RRTFound"},"unresolvedRelTarget":{"contents":["WikiLinkBranch","FFPiH"],"tag":"URTWikiLink"}}],"meta":{"page":{"description":"(What I did at university besides studying 😎 )"},"tags":[]},"parentNote":"Uni.md","title":"Studium generale / University-Life","url":"Uni/Extracurricular"},"Uni/Lernerfolg_an_der_Uni.md":{"filePath":"Uni/Lernerfolg_an_der_Uni.md","links":[],"meta":{"page":{"description":"Dies ist eine gute Frage. Da ich im laufe der Zeit einige Antworten gesammelt habe, wollte ich diese mal hier niederschreiben. Vorweg eine Warnung: All das hier spiegelt nur meine persönlichen Erfahrungen aus Gesprächen wieder. Es kann sein, dass die z.B. für euren Fachbereich nicht gilt. Da wir das nun aus dem Weg haben, geht es auch gleich los."},"tags":[]},"parentNote":"Uni.md","title":"Wie lerne ich richtig an der Uni?","url":"Uni/Lernerfolg_an_der_Uni"},"Unix.md":{"filePath":"Unix.md","links":[],"meta":null,"parentNote":"index.md","title":"Unix","url":"Unix"},"Unix/SSH-Filter.md":{"filePath":"Unix/SSH-Filter.md","links":[],"meta":{"page":{"description":"To filter incoming SSH-Connections by Country/Login do:"},"tags":[]},"parentNote":"Unix.md","title":"SSH-Filter","url":"Unix/SSH-Filter"},"index.md":{"filePath":"index.md","links":[],"meta":{"page":{"description":"Unsortierte Einsichten und Erfahrungen. Archiviert zum verlinken, späteren Überdenken oder Diskutieren."},"tags":[]},"parentNote":null,"title":"Home","url":""}},"version":1} \ No newline at end of file diff --git a/static_gen/-/stork.st b/static_gen/-/stork.st index 0a1b397..6588deb 100644 Binary files a/static_gen/-/stork.st and b/static_gen/-/stork.st differ diff --git a/static_gen/-/tags.html b/static_gen/-/tags.html index 19a2350..a64cd0b 100644 --- a/static_gen/-/tags.html +++ b/static_gen/-/tags.html @@ -46,7 +46,7 @@ - + @@ -150,11 +162,13 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + + +
+
+ + + + +

+ + Health + +

+
+ +
+

+ Note: To override the auto-generated content here, create a file named one of: Health.md, Health.org +

+
+ + +
+
+ + +
+ +
+ +
+ + +
+
+
+ +
+ + + + + + + + diff --git a/static_gen/Health/Issues.html b/static_gen/Health/Issues.html new file mode 100644 index 0000000..1941ad6 --- /dev/null +++ b/static_gen/Health/Issues.html @@ -0,0 +1,1451 @@ + + + + + + + + Mental Health – Home + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + + + +
+
+ + + + +

+ + Mental Health + +

+
+ + +

+ In modern times many people struggle with mental health issues - and a am by no means an exception. The main issue is, that most people just don’t talk about it and suffer alone, thinking they are alone, and everyone else is just doing fine in this hellscape of a modern society. At least that is what you see on several social media platforms like Instagram etc. +

+ +

+ So even despite my exceptional [citation needed] successes that can be seen in my work i always struggled with issues even to the point of total breakdown. Of course i am also guilty of painting a rosy picture of me - just look at a summary of my experiences or the awesome things i did at university. If you only read that it is hard to believe that i basically had to delay my studies from 2007 to 2010 because i wasn’t even really able to leave the house. +

+ +

+ Only thanks to the not-that-awful system in Germany and massive financial help from my parents i was even able to pursue this way. +

+

What are my issues?

+

+ Well.. it is not completely clear, what all my issues are. Many of those are related, some are just the result of coping mechanisms of ignoring other issues. +

+ +

+ Currently i am successfully diagnosed with +

+ +
    + +
  • + social anxiety +
  • + +
  • + ADHD +
  • + +
  • + transgenderism +
  • + +
+ +

+ and suspected of +

+ +
    + +
  • + autism (asperger) +
  • + +
+ +

+ All in all: when i feel well, am good rested and have nothing critical coming up i am more of what i would call a “high functioning Autist, but not THAT far on the spectrum”. But it is funny that finding out who i really am i met more people that i thought who basically had the same issue and a similar biography then me. Some of them get the autism-diagnosis first, others the ADHD one - since until some time ago those diagnosis were mutually exclusive. +

+ +

+ That’s also why many people like me are only really diagnosed as adults, because autism hides many effects of ADHD and vice-versa - depending on which one is currently dominating. It is basically 2 modes: do everything all at once and start everything that grabs your attention - or do a deep dive into a single thing. And the exact opposite: The ADHD part being bored by the autism-project, the autism-part is completely overwhelmed by the ADHD chaos. Both then leading to exhaustion, not being able to do anything .. and basically feeling guilty for the things you did not manage to finish. +

+

The early days

+

+ Todo +

+ + + +
+
+ + +
+ +
+ +
+ + +
+
+
+ +
+ + + + + + + + diff --git a/static_gen/Logik.html b/static_gen/Logik.html index 808a0dd..d0d8716 100644 --- a/static_gen/Logik.html +++ b/static_gen/Logik.html @@ -47,7 +47,7 @@ - + @@ -153,11 +165,13 @@ - - - - - - - - - - - - -