adds i ching journal entry

This commit is contained in:
James Tomasino 2020-07-16 13:41:31 +00:00
parent 1138466779
commit 3230e833f4
5 changed files with 34 additions and 4 deletions

View File

@ -9,8 +9,7 @@ gopher: gopher://gopher.black
web presence: https://tomasino.org
wire: jamestomasino
fediverse: @tomasino@mastodon.sdf.org
voip (sdf): 1897
fediverse: @tomasino@tilde.zone
voip (~tel): 202-3101
irc (~chat): tomasino

View File

@ -4,7 +4,7 @@
<title>fox in black</title>
<link rel="alternate" href="gemini://tilde.black/users/fox/"/>
<link rel="self" href="gemini://tilde.black/users/fox/atom.xml" />
<updated>2020-07-08T00:00:00Z</updated>
<updated>2020-07-16T00:00:00Z</updated>
<id>gemini://tilde.black/users/fox/</id>
<author>
@ -12,6 +12,13 @@
<uri>gemini://tilde.black/users/fox/about.txt</uri>
</author>
<entry>
<title>I Ching</title>
<link href="gemini://tilde.black/users/fox/journal/20200716-i-ching.gmi"/>
<id>gemini://tilde.black/users/fox/journal/20200716-i-ching.gmi</id>
<updated>2020-07-16T00:00:00Z</updated>
</entry>
<entry>
<title>Black on Samizdat</title>
<link href="gemini://tilde.black/users/fox/journal/20200708-black-on-samizdat.gmi"/>

View File

@ -22,9 +22,9 @@ Gemini is a young protocol with great potential. People are flocking to the proj
## Recent Journal Entries
=> /users/fox/journal/ All Entries
=> /users/fox/journal/20200617-five-questions-one.gmi 2020-06-17 Five Questions - One
=> /users/fox/journal/20200706-gemini-on-tor.gmi 2020-07-06 Gemini on Tor
=> /users/fox/journal/20200708-black-on-samizdat.gmi 2020-07-08 Black on Samizdat
=> /users/fox/journal/20200716-i-ching.gmi 2020-07-16 I Ching
## My other projects

View File

@ -0,0 +1,23 @@
# I Ching
The IRC folks at tilde.town have a bot that does tarot readings in the #town channel. I dig it, even if it's just pulling a random card. I have a special love of divination and wanted to contribute something.
The yarrow stalk method of the I Ching is a favorite of mine. I have my sticks over there in a little bag, in fact. There's something wonderfully meditative about the practice, and the fact that this method takes me about 30 minutes to complete means I don't waste my efforts with it frivolously.
In the past I've written about the method on gopher [1] but wanted to go further this time and actually build an app for it. I chose to do it as a shell script (which is hopefully portable).
=> gopher://gopher.black/1/explorations/iching I Ching yarrow stalk method on gopher.black
=> https://github.com/jamestomasino/iching I Ching shell script on github
I knew I wanted to make it accessible to IRC bots which meant I need some method to run it without interaction. After adding that feature I realized I could also make it work on Gemini. This is my first Gemini cgi, and it was quite easy to do thanks to Jetforce.
=> /cgi-bin/iching I Ching on tilde.black
I've written more thoughts on divination and its applicability to digital tools in a note at the end of that page. Enjoy!
Originally Published 2020-07-16 at:
gemini://tilde.black/users/fox/journal/20200716-i-ching.gmi
If you have questions or thoughts to add please send me a link to your response.
=> /users/fox/about.txt Contact Information

View File

@ -9,3 +9,4 @@
=> /users/fox/journal/20200617-five-questions-one.gmi 2020-06-17 Five Questions - One
=> /users/fox/journal/20200706-gemini-on-tor.gmi 2020-07-06 Gemini on Tor
=> /users/fox/journal/20200708-black-on-samizdat.gmi 2020-07-08 Black on Samizdat
=> /users/fox/journal/20200716-i-ching.gmi 2020-07-16 I Ching