it's all just [[shame]]\nthickening right below the surface
<<timedremove 3s>>this is more than \nanhedonia<<endtimedremove>>\n\n<<timedinsert 4s>>something is [[looming]]<<endtimedinsert>>
(take 10mg 1x semi-daily thinking it will be easier to wean off of when you lose health insurance because you still have not learned to [[value]] life more than money)
it's not a question of semantics\n<<timedcontinue 1s>>but of [[ontology]]
<<fadeinsound "Paynes Creek 1.mp3">> [img[feetsies.gif]]<<timedcontinue 9s>>[[***]]
a n h e d o n <<timedremove 3s>>i<<endtimedremove>><<timedinsert 4s>>[[_]]<<endtimedinsert>> a
i can't believe\nwe are still telling people to act\n<<timedcontinue 1s>>[[as if]]
sometimes it [[feels]] like cowardice
(function () {\n version.extensions['timedreplaceMacro'] = {\n major: 2,\n minor: 3,\n revision: 0\n };\n macros['timedcontinue'] = macros['timedinsert'] = macros['timedreplace'] = {\n handler: function (g, e, f, b) {\n function cssTimeUnit(s) {\n if (typeof s == "string") {\n if (s.slice(-2).toLowerCase() == "ms") {\n return Number(s.slice(0, -2)) || 0;\n }\n else if (s.slice(-1).toLowerCase() == "s") {\n return Number(s.slice(0, -1)) * 1000 || 0;\n }\n }\n throwError(g, s + " isn't a CSS time unit");\n return 0;\n }\n\n function tagcontents(starttag, endtag, k) {\n var a = b.source.slice(k);\n var l = 0;\n var c = "";\n for (var i = 0; i < a.length; i++) {\n var w = endtag.length;\n if (a.substr(i, w) == endtag) {\n if (l == 0) {\n b.nextMatch = k + i + w;\n return c;\n }\n else {\n l--;\n c += a.charAt(i);\n }\n }\n else {\n if (a.substr(i, starttag.length) == starttag) {\n l++;\n }\n c += a.charAt(i);\n }\n }\n return "";\n }\n var tr = "<<" + e;\n var rw = "<<replacewith>>";\n var etr = "<<end" + e + ">>";\n var k = b.source.indexOf('>>', b.matchStart) + 2;\n var c, d;\n if (e == "timedcontinue") {\n d = b.source.slice(k);\n b.nextMatch = k + d.length;\n }\n else if (e == "timedreplace") {\n c = tagcontents(tr, rw, k);\n d = tagcontents((c ? rw : tr), etr, c ? b.nextMatch : k);\n }\n else if (e == "timedinsert") {\n d = tagcontents(tr, etr, k);\n }\n else if (e == "timedremove") {\n c = tagcontents(tr, etr, k);\n }\n var tm;\n tm = cssTimeUnit(f[0]);\n var h;\n if (c) {\n if (d) {\n g = insertElement(g, "span", null, "timedreplacements");\n }\n h = insertElement(g, "span", null, "timedreplacement timedremove");\n new Wikifier(h, c);\n if (d || e == "timedremove") {\n setTimeout(function () {\n h.classList.add("replacement-out");\n setTimeout(function () {\n h.parentNode.removeChild(h);\n }, 1000);\n }, tm);\n }\n }\n if (d) {\n var m = insertElement(g, "span", null, "timedreplacement timedinsert", d);\n m.style.display = "none";\n setTimeout(function () {\n if (m) {\n var t = m.firstChild ? m.firstChild.nodeValue : "";\n removeChildren(m);\n new Wikifier(m, t);\n m.style.display = "inline";\n m.classList.add("replacement-in");\n setTimeout(function () {\n m.classList.remove("replacement-in");\n }, 1);\n scrollWindowTo(m);\n }\n }, tm);\n }\n else if (!c && e != "timedremove") {\n throwError(g, "can't find matching end" + e);\n return;\n }\n }\n }\n macros['timedremove'] = macros['timedreplace'];\n macros['replacewith'] = macros['endtimedinsert'] = macros['endtimedremove'] = macros['endtimedreplace'] = {\n handler: function () {}\n }\n scrollWindowTo=function(E){var D=window.scrollY?window.scrollY:document.body.scrollTop;\n var G=J(E);if(!G){return;}var C=Math.abs(D-G);var B=0;var I=(D>G)?-1:1;var F=window.setInterval(H,25);\n function H(){B+=0.1;window.scrollTo(0,D+I*(C*Math.easeInOut(B)));if(B>=1){window.clearInterval(F);\n }}function J(N){var O=A(N);var P=O+N.offsetHeight;var K=window.scrollY?window.scrollY:document.body.scrollTop;\n var L=window.innerHeight?window.innerHeight:document.body.clientHeight;var M=K+L;\n if(O>=K){if(P>M){if(N.offsetHeight<L){return(O-(L-N.offsetHeight)+20);}else{return O;\n }}}}function A(K){var L=0;while(K.offsetParent){L+=K.offsetTop;K=K.offsetParent;}return L;\n }};\n}());
(function () {\n version.extensions['soundMacros'] = {\n major: 1,\n minor: 1,\n revision: 1\n };\n var p = macros['playsound'] = {\n soundtracks: {},\n handler: function (a, b, c, d) {\n var loop = function (m) {\n if (m.loop == undefined) {\n m.loopfn = function () {\n this.play();\n };\n m.addEventListener('ended', m.loopfn, 0);\n } else m.loop = true;\n m.play();\n };\n var s = eval(d.fullArgs());\n if (s) {\n s = s.toString();\n var m = this.soundtracks[s.slice(0, s.lastIndexOf("."))];\n if (m) {\n if (b == "playsound") {\n m.play();\n } else if (b == "loopsound") {\n loop(m);\n } else if (b == "pausesound") {\n m.pause();\n } else if (b == "unloopsound") {\n if (m.loop != undefined) {\n m.loop = false;\n } else if (m.loopfn) {\n m.removeEventListener('ended', m.loopfn);\n delete m.loopfn;\n }\n } else if (b == "stopsound") {\n m.pause();\n m.currentTime = 0;\n } else if (b == "fadeoutsound" || b == "fadeinsound") {\n if (m.interval) clearInterval(m.interval);\n if (b == "fadeinsound") {\n if (m.currentTime>0) return;\n m.volume = 0;\n loop(m);\n } else {\n if (!m.currentTime) return;\n m.play();\n }\n var v = m.volume;\n m.interval = setInterval(function () {\n v = Math.min(1, Math.max(0, v + 0.005 * (b == "fadeinsound" ? 1 : -1)));\n m.volume = Math.easeInOut(v);\n if (v == 0 || v == 1) clearInterval(m.interval);\n if (v == 0) {\n m.pause();\n m.currentTime = 0;\n m.volume = 1;\n }\n }, 10);\n }\n }\n }\n }\n }\n macros['fadeinsound'] = p;\n macros['fadeoutsound'] = p;\n macros['unloopsound'] = p;\n macros['loopsound'] = p;\n macros['pausesound'] = p;\n macros['stopsound'] = p;\n macros['stopallsound'] = {\n handler: function () {\n var s = macros.playsound.soundtracks;\n for (var j in s) {\n var i = s[j];\n i.pause();\n i.currentTime = 0;\n }\n }\n }\n var div = $("storeArea").firstChild;\n var fe = ["ogg", "mp3", "wav", "webm"];\n while (div) {\n var b = String.fromCharCode(92);\n var q = '"';\n var re = "['" + q + "]([^" + q + "']*?)" + b + ".(ogg|mp3|wav|webm)['" + q + "]";\n k(new RegExp(re, "gi"));\n div = div.nextSibling;\n }\n\n function k(c, e) {\n do {\n d = c.exec(div.innerHTML);\n if (d) {\n var a = new Audio();\n if (a.canPlayType) {\n for (var i = -1; i < fe.length; i += 1) {\n if (i >= 0) d[2] = fe[i];\n if (a.canPlayType("audio/" + d[2])) break;\n }\n if (i < fe.length) {\n a.setAttribute("src", d[1] + "." + d[2]);\n a.interval = null;\n macros.playsound.soundtracks[d[1]] = a;\n } else console.log("Browser can't play '" + d[1] + "'");\n }\n }\n } while (d);\n }\n}());
(function () {\n version.extensions['replaceMacro'] = {\n major: 1,\n minor: 3,\n revision: 0\n };\n macros['continue'] = macros['insert'] = macros['replace'] = {\n handler: function (g, e, f, b) {\n var h = insertElement(null, "span", null, "replacement");\n var k = b.source.indexOf('>>', b.matchStart) + 2;\n var a = b.source.slice(k);\n var d = -1;\n var c = '';\n var l = 0;\n var el = e.length\n if (e=="continue") {\n d=k+a.length;\n c=a;\n } else for(var i = 0; i < a.length; i++) {\n if(a.substr(i, 7 + el) == '<<end' + e + '>>') {\n if(l == 0) {\n d = k + i + 7 + el;\n break;\n }\n else {\n l--;\n c += a.charAt(i);\n }\n }\n else {\n if(a.substr(i, 2 + el) == '<<' + e) {\n l++;\n }\n c += a.charAt(i);\n }\n }\n if(d != -1) {\n var m = Wikifier.createInternalLink(g, null);\n m.className = "internalLink replaceLink";\n insertText(m, f[0]);\n insertText(h, c);\n g.appendChild(h);\n h.style.display = "none";\n m.onclick = function () {\n var n = this.nextSibling;\n if(n) {\n var t = n.firstChild ? n.firstChild.nodeValue : "";\n removeChildren(n);\n new Wikifier(n, t);\n n.style.display = "inline";\n n.classList.add("replacement-in");\n setTimeout(function () {\n n.classList.remove("replacement-in");\n }, 1);\n scrollWindowTo(n);\n }\n if(e == "insert") {\n var p = document.createElement("span");\n p.innerHTML = this.innerHTML;\n p.className = this.className + " disabled";\n this.parentNode.insertBefore(p, this.nextSibling);\n }\n this.parentNode.removeChild(this);\n }\n b.nextMatch = d;\n }\n else {\n throwError(g, "can't find matching end" + e);\n return;\n }\n }\n }\n macros['endinsert'] = macros['endreplace'] = {\n handler: function () {}\n }\n scrollWindowTo=function(E){var D=window.scrollY?window.scrollY:document.body.scrollTop;\n var G=J(E);if(!G){return;}var C=Math.abs(D-G);var B=0;var I=(D>G)?-1:1;var F=window.setInterval(H,25);\n function H(){B+=0.1;window.scrollTo(0,D+I*(C*Math.easeInOut(B)));if(B>=1){window.clearInterval(F);\n }}function J(N){var O=A(N);var P=O+N.offsetHeight;var K=window.scrollY?window.scrollY:document.body.scrollTop;\n var L=window.innerHeight?window.innerHeight:document.body.clientHeight;var M=K+L;\n if(O>=K){if(P>M){if(N.offsetHeight<L){return(O-(L-N.offsetHeight)+20);}else{return O;\n }}}}function A(K){var L=0;while(K.offsetParent){L+=K.offsetTop;K=K.offsetParent;}return L;\n }};\n}());
(function(){ var render2 = Passage.prototype.render; Passage.prototype.render = function () { var b = render2.call(this); var t = this.tags.join(" "); document.body.setAttribute("data-tags", t); b.setAttribute("data-tags",t); return b; }}()); if(state) { var tgs = state.history[0].passage.tags.join(" "); var fc = $('passages').firstChild; fc.setAttribute("data-tags",tgs); }
for whatsoever man called every living creature, \nthat was the [[name]] thereof
version.extensions["cyclinglinkMacro"] = {\n major: 3,\n minor: 2,\n revision: 0\n};\nmacros.cyclinglink = {\n handler: function (a, b, c) {\n var rl = "cyclingLink";\n function toggleText(w) {\n w.classList.toggle(rl + "Enabled");\n w.classList.toggle(rl + "Disabled");\n w.style.display = ((w.style.display == "none") ? "inline" : "none");\n }\n switch(c[c.length - 1]) {\n case "end":\n var end = true;\n c.pop();\n break;\n case "out":\n var out = true;\n c.pop();\n break;\n }\n var v = "";\n if(c.length && c[0][0] == "$") {\n v = c[0].slice(1);\n c.shift();\n }\n var h = state.history[0].variables;\n if (out && h[v] === "") {\n return;\n }\n var l = Wikifier.createInternalLink(a, null);\n l.className = "internalLink cyclingLink";\n l.setAttribute("data-cycle", 0);\n for(var i = 0; i < c.length; i++) {\n var on = (i == Math.max(c.indexOf(h[v]), 0));\n var d = insertElement(null, "span", null, "cyclingLink" + ((on) ? "En" : "Dis") + "abled");\n if(on) {\n h[v] = c[i];\n l.setAttribute("data-cycle", i);\n } else {\n d.style.display="none";\n }\n insertText(d, c[i]);\n if (on && end && i==c.length-1) {\n l.parentNode.replaceChild(d,l);\n } else l.appendChild(d);\n }\n l.onclick = function () {\n var t = this.childNodes;\n var u = this.getAttribute("data-cycle") - 0;\n var m = t.length;\n toggleText(t[u]);\n u = (u + 1);\n if (!(out && u==m)) {\n u %= m;\n if(v) {\n h[v] = c[u];\n }\n } else {\n h[v] = "";\n }\n if((end || out) && u == m - (end ? 1 : 0)) {\n if (end) {\n var n = this.removeChild(t[u]);\n n.className = rl + "End";\n n.style.display="inline";\n this.parentNode.replaceChild(n, this);\n } else {\n this.parentNode.removeChild(this);\n return;\n }\n return;\n }\n toggleText(t[u]);\n this.setAttribute("data-cycle", u);\n };\n }\n};
i'm still not convinced about whose [[benefit]] it's for
anhedonia\n<<timedcontinue 2s>>by [[maddox pratt|http://misterjoyboy.tumblr.com/]]\n\n<<timedcontinue 3s>>macros by [[leon arnott|http://l.j-factor.com/]]\n<<timedcontinue 4s>>\n
[img[scissors3.jpg]]\n<<timedcontinue 1s>>i'm skilled at cutting around\n<<timedcontinue 1.5s>>the [[boundaries]] \ni set in place
<<fadeinsound "clock fast low.mp3">><<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic\n<<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic\n<<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic \n<<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic \n<<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic \n<<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<timedcontinue .5s>>tic <<fadeoutsound "clock fast low.mp3">><<timedcontinue .5s>>tic <<timedcontinue .5s>>[[tic|semantics]]
semantic saturation:\n\nthe phenomenon whereby the uninterrupted [[repetition]] of a word\nleads to a sense that the word has lost its meaning
<html>\n<video autoplay>\n <source src="feet.ogg" type="video/ogg">\n Your browser does not support the video tag.\n</video>\n</html>
practice\n[[IMPROVING THE MOMENT]]\nwith a half smile
body {font-size:32px !important;\nfont-weight:bold;\nbackground-color:rgb(255,255,255);\nfont-family:'Conv_later_on';\ncolor: rgb(42,75,104)}\n#passages {border-left: 0px !important; margin:100px 0px 0px 100px !important;}\n#sidebar {width: 0px !important;}\n#sidebar li{visibility: hidden;}\na:link {text-decoration:none !important; color:rgb(178,34,34);} \na:visited {text-decoration:none !important; color:rgb(255,99,71);} \na:hover {text-decoration:none !important; color:rgb(255,99,71) !important;} \na:active {text-decoration:none !important; color:rgb(255,99,71);} \n\n/** Generated by FG **/\n@font-face {\n font-family: 'Conv_later_on';\n src: url('later_on.eot');\n src: local('‚ò∫'), url('later_on.woff') format('woff'), url('later_on.ttf') format('truetype'), url('later_on.svg') format('svg');\n font-weight: bold;\n font-style: normal;\n}\n.timedreplacement.replacement-in {\n opacity: 0;\n}\n.timedreplacement {\n transition: 1.5s;\n -webkit-transition: 1.5s;\n}\n.timedreplacement.replacement-out {\n opacity: 0;\n}\n\n[data-tags~=title] {\n\n ;\nfont-size:78px\n\n}\nimg \n{\nfloat:left;\n}
<<fadeinsound "Termite.mp3">>[img[termites.gif]]i locked my mother out of the house once\nconvinced the termites tapping against the window\nwere about to break the glass to get inside\n\n<<timedremove 3s>> and throw themselves at the light<<endtimedremove>><<timedinsert 5s>>and [[devour]] me<<endtimedinsert>>
<<timedreplace 3.5s>>sometimes not knowing how to take a life feels like cowardice <<replacewith>>\nsometimes this feeling of cowardice feels like [[cowardice]]<<endtimedreplace>>
doctor opal \nin her pink sweater set\ntold me\nmy problem\nwas that i had not tried hard enough\n<<timedcontinue 2s>>to [[smile]]
call this: \n\n<<timedremove 2s>>attention seeking<<endtimedremove>><<timedinsert 3s>> <<timedremove 3.2s>>a cry for help<<endtimedremove>><<endtimedinsert>><<timedinsert 7.2s>>[[borderline]]<<endtimedinsert>>
<<cyclinglink $end "dismiss" "repress" "discount" "repeat" end>> [[it|knowing]]
i <<timedremove 2.2s>>have mental illness<<endtimedremove>><<timedinsert 3.3s>>[[am]] mentally ill<<endtimedinsert>>
<<fadeinsound "pencil.mp3">>[img[ward2.gif]]<<timedcontinue 13s>>[[****]]<<fadeoutsound "pencil.mp3">>
[img[lilacs2.jpg]]i smell the lilacs blooming\nand feel the heat \nthat makes me feel \nten years younger\nand only just discovering\nwhat it can mean to touch\ni weep when my partner \nsays she loves me\nbecause that makes it more\nfrightening\nmy thinking of permanent \n[[goodbyes]]
<<timedremove 2s>>sometimes<<endtimedremove>><<timedinsert 3.2s>> surviving myself\nfeels like it should be<<endtimedinsert>>\n<<timedinsert 4.5s>>enough<<endtimedinsert>>\n\n<<timedcontinue 6s>>[[*]]
this is an <<cyclinglink "irrational" "dysfunctional" "unhealthy" "insane" "terrifying" end>> [[thought]]
<<fadeoutsound "Paynes Creek 1.mp3">><<timedcontinue 2s>>i keep imagining my [[life]] as something <<timedremove 4s>>fading<<endtimedremove>>
all i can think about are its [[edges]]
<<timedcontinue .5s>>DEPRESSION\n<<timedcontinue .4s>>DEPRESSION\n<<timedcontinue .4s>>DEPRESSION\n<<timedcontinue .4s>>DEPRESSION\n<<timedcontinue .4s>>DEPRESSION\n<<timedcontinue .4s>>DEPRESSION\n<<timedcontinue .4s>>DEPRESSION\n<<timedcontinue .4s>>DEPRESSION\n<<timedcontinue .4s>>DEPRESSION\n<<timedcontinue .4s>>[[DEPRESSION]]
<<cyclinglink $end "dismiss" "repress" "repeat" end>> [[it]]
this is not a <<cyclinglink "rational" "healthy" "reasonable" "sane" end>> [[response]]\n\n<<if $end eq "sane">>\n<<print $end>>\n<<endif>>
<<timedcontinue .5s>>how does one [[separate]] illness from self
my thoughts \nrefuse to stay\n<<timedremove 2s>>in place<<endtimedremove>>\n<<timedinsert 4s>>[[come back]]<<endtimedinsert>>
<<fadeoutsound "Termite.mp3">><<timedcontinue 1.5s>>the glass is [[cracking]]
or is it all just an [[attempt]] at absolution
[img[masonjarcopy.jpg]] take [[20mg 1x daily]] with water\navoid alcohol\nand sunlight\n<<timedcontinue 1.5s>>indulge in both
<<fadeinsound "kans.mp3">>\n<<timedcontinue .7s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic\n<<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic\n<<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic \n<<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic \n<<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic \n<<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<timedcontinue 1s>>tic <<fadeoutsound "kans.mp3">> <<timedcontinue 1s>>[[tic]]\n
[img[scalescopy2.jpg]] i think in net balances\nmy life always lighter \n<<timedcontinue 1.5s>>than what it takes \nto [[maintain]] it
<<timedcontinue .5s>>repeat <<timedcontinue .5s>>repeat <<timedcontinue .5s>>repeat <<timedcontinue .5s>>[[repeat]]
<<timedcontinue 1.5s>> i fear what [[quiets]] them
five (or more) of the following symptoms have been present during the same 2-week period\n1. <<cyclinglink "depressed mood most of the day nearly everyday (may present as irritability)" "i feel empty and heavy at the same time. tears are always approaching." "L I E" "why is this \ni can't i can't i can't i can't \nyou don't understand \ni have shards of glass for a rib cage \nhold breath and cry"end>>\n2. <<cyclinglink "markedly diminished interest or pleasure in all, or almost all, activities most of the day, nearly every day" "stopped returning calls. avoid large groups. no longer keep up the pretence of fine" "L I E" "there is little point in anything. wanting only makes this harder"end>>\n3. <<cyclinglink "significant weight loss or weight gain" "weight gain from self medicating with sugar and wine" "L I E" "fat and monstrous. dig fingers into flesh. how does one hide when this size"end>>\n4. <<cyclinglink "insomnia or hypersomnia nearly everyday" "these endlessly running thoughts keep me awake at night. i would sleep through days if it weren't for appearances" "L I E" "12:00 12:20 12:34 12:50 1:04 1:26 2:00 2:40 3:25 4:13 5:20 6:00"end>>\n5. <<cyclinglink "psychomotor agitation or retardation" "i fidget and shake and need something to do with my hands" "L I E" "cut scratch hit clench burn cut rub tap pick dig jerk cut stab punch slice pull bite cut cut cut"end>>\n6. <<cyclinglink "fatigue or loss of energy nearly everyday" "the solution is not sleep" "L I E" "everything is a dull buzzing" end>>\n7. <<cyclinglink "feelings of worthlessness or excessive or inappropriate guilt nearly everyday" "there is a nagging question of worth. my friendship is a burden" "L I E" "i am a failure. as a friend. as a partner. as an artist. as a student. as a lover. as a person" end>>\n8. <<cyclinglink "diminished ability to think or concentrate or indecissiveness nearly every day" "i cannot keep track of thoughts. sentences are lost midway" "L I E" ".............................................................................................................................."end>>\n9. <<cyclinglink "recurrent thoughts of death, recurrent suicidal ideation without a specific plan, or a suicide attempt or a specific plan for committing suicide" "i think about death every hour. formulating plans." "L I E" "i have miscalculated. i have saved myself. i do not want to die. i don't always know this" end>>\ncheck [[all]]
this is an <<cyclinglink "irrational" "dysfunctional" "unhealthy" "insane" end>> [[belief]]