summary refs log tree commit diff
path: root/www
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-11-26 21:28:28 -0500
committerJune McEnroe <june@causal.agency>2020-11-26 21:28:28 -0500
commite12314b35f66a1497021887d8e0926a503dfba50 (patch)
tree5ef03f30d0b898d7a4ca9959bbbfbc242cdd3526 /www
parentRender content into atom feed (diff)
downloadsrc-e12314b35f66a1497021887d8e0926a503dfba50.tar.gz
src-e12314b35f66a1497021887d8e0926a503dfba50.zip
Publish "Inability"
I don't know, it's something.
Diffstat (limited to 'www')
-rw-r--r--www/text.causal.agency/012-inability.739
-rw-r--r--www/text.causal.agency/Makefile1
2 files changed, 40 insertions, 0 deletions
diff --git a/www/text.causal.agency/012-inability.7 b/www/text.causal.agency/012-inability.7
new file mode 100644
index 00000000..d352143b
--- /dev/null
+++ b/www/text.causal.agency/012-inability.7
@@ -0,0 +1,39 @@
+.Dd November 26, 2020
+.Dt INABILITY 7
+.Os "Causal Agency"
+.
+.Sh NAME
+.Nm Inability
+.Nd losing the ability to create
+.
+.Sh DESCRIPTION
+For often weeks, sometimes months at a time,
+I lose the ability to write new code.
+I can still make fixes
+and little cleanups
+in my existing projects,
+but if I try to work on something new,
+nothing happens.
+I can't get anything done.
+.
+.Pp
+I think it's now been
+over 3 months
+since I've created anything.
+I don't know what to do about it.
+In the past I've eventually
+regained the ability to code,
+but it's unclear to me how or why.
+I also don't know what
+I should be doing instead.
+Writing code is the only hobby
+I've ever really developed,
+so without it I basically
+don't do anything.
+.
+.Pp
+Does this happen to anyone else?
+How do you cope?
+.
+.Sh AUTHORS
+.Mt june@causal.agency
diff --git a/www/text.causal.agency/Makefile b/www/text.causal.agency/Makefile
index 5b6eb908..5bfa0a56 100644
--- a/www/text.causal.agency/Makefile
+++ b/www/text.causal.agency/Makefile
@@ -11,6 +11,7 @@ TXTS += 008-how-irc.txt
 TXTS += 009-casual-update.txt
 TXTS += 010-irc-suite.txt
 TXTS += 011-libretls.txt
+TXTS += 012-inability.txt
 
 all: ${TXTS}