summary refs log tree commit diff
path: root/www/causal.agency
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--www/causal.agency/.gitignore3
-rw-r--r--www/causal.agency/Makefile31
-rw-r--r--www/causal.agency/catgirl.pty97
-rw-r--r--www/causal.agency/index.html.in125
-rw-r--r--www/causal.agency/index.sed5
-rw-r--r--www/causal.agency/play.pty23
-rw-r--r--www/causal.agency/scheme.pty10
-rw-r--r--www/causal.agency/torus.pty774
8 files changed, 1068 insertions, 0 deletions
diff --git a/www/causal.agency/.gitignore b/www/causal.agency/.gitignore
new file mode 100644
index 00000000..7935a3c1
--- /dev/null
+++ b/www/causal.agency/.gitignore
@@ -0,0 +1,3 @@
+*.html
+scheme.css
+scheme.png
diff --git a/www/causal.agency/Makefile b/www/causal.agency/Makefile
new file mode 100644
index 00000000..fdb1748e
--- /dev/null
+++ b/www/causal.agency/Makefile
@@ -0,0 +1,31 @@
+WEBROOT = /usr/local/www/causal.agency
+
+FILES = index.html scheme.png
+
+all: ${FILES}
+
+install: ${FILES}
+	install -C -m 644 ${FILES} ${WEBROOT}
+
+INCLUDES = scheme.css torus.html play.html catgirl.html scheme.html
+
+index.html: index.html.in index.sed ${INCLUDES}
+	sed -f index.sed index.html.in > index.html
+
+FLAGS.torus.pty = -n -h 25
+FLAGS.scheme.pty = -n -h 10
+FLAGS.play.pty = -h 16
+
+.SUFFIXES: .html .pty
+
+.pty.html:
+	shotty ${FLAGS.$<} $< > $@
+
+scheme.css:
+	scheme -s > scheme.css
+
+scheme.png:
+	scheme -g > scheme.png
+
+clean:
+	rm -f ${FILES} ${INCLUDES}
diff --git a/www/causal.agency/catgirl.pty b/www/causal.agency/catgirl.pty
new file mode 100644
index 00000000..651e83db
--- /dev/null
+++ b/www/causal.agency/catgirl.pty
@@ -0,0 +1,97 @@
+[?1049h(B[?7h[?1h=[?1004h[?2004h(B(B 0 <network> 
(Bcatgirl(B is GPLv3 fwee softwawe ^w^  code is avaiwable fwomhttps://git.causal.agency/catgirl

+Traveling...

+]2;chat.freenode.net <network>
+-adams.freenode.net- *** Looking up your hostname...

+-adams.freenode.net- *** Checking Ident

+-adams.freenode.net- *** Couldn't look up your hostname

+(B
+-adams.freenode.net- *** No Ident response

+(B
+You arrive in freenode

+
+-(B Welcome to adams.freenode.net. Thanks to ATW Internet Kft

+-(B (http://www.atw.hu) for sponsoring this server!

+-
+-(B ADAMS, DOUGLAS (1952-2001).  Author of The Hitch Hikers Guide

+-(B to the Galaxy and many other witty and humourous books,

+-(B portrayed in his uniquely British irony. He is sorely missed

+
+-(B by many millions of devoted fans. "So long and thanks for all

+-(B the books!"

+-
+-(B Welcome to freenode - supporting the free and open source

+-(B software communities since 1998.

+-
+(B
+-(B By connecting to freenode you indicate that you have read and

+-(B accept our policies and guidelines as set out on https://freenode.net

+-
+(B
+-(B In the event that you observe behaviour that contravenes our policies,

+-(B please notify a volunteer staff member via private message, or send us an

+-(B e-mail to complaints@freenode.net -- we will do our best to address the

+
+-(B situation within a reasonable period of time, and we may request further

+-(B information or, as appropriate, involve other parties such as channel

+  operators

+-(B Group Contacts representing an on-topic group.

+
+-
+-(B freenode runs an open proxy scanner.

+-
+-(B If you are looking for assistance, you may be able to find a list of

+-(B volunteer staff on '/stats p' (shows only on-call staff) or by joining

+-(B #freenode and using the '/who freenode/staff/*' command. You may message

+
+-(B any of us at any time. Please note that freenode predominantly provides

+-(B assistance via private message, and while we have a network channel the

+-(B primary venue for support requests is via private message to a member

+-(B of the volunteer staff team.

+-
+(B
+-(B From time to time, volunteer staff may send server-wide notices relating to

+-(B the project, or the communities that we host. The majority of such notices

+-(B will be sent as wallops, and you can '/mode <yournick> +w' to ensure that you

+-(B do not miss them. Important messages relating to the freenode project,

+  including

+
+-(B notices of upcoming maintenance and other scheduled downtime will be issued

+  as

+-(B global notices.

+-
+-(B Representing an on-topic project? Don't forget to register, more information

+-(B can be found on the https://freenode.net website under "Group Registration".

+-
+(B
+-(B Thank you also to our server sponsors for the sustained support in keeping

+  the

+-(B network going for close to two decades.

+-
+-(B Thank you for using freenode!

+ 1 freenode-connect (2) 
(B]2;freenode <network> (+2!) 1 freenode-connect (2) (B 2 #ascii.town 

+(B
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+catgirl(B arrives in #ascii.town(B

+The sign in #ascii.town(B reads: https://ascii.town public SSH services and IRC

+things <3 AGPL

+In #ascii.town(B are catgirl, gjabell, danopia, larbob, ep, nonlinear, epilys,

+benharri, june, yourfate, josuah

+<catgirl> (B]2;freenode #ascii.town (+2!)
/close 1(B 1(B
<catgirl> (B]2;freenode #ascii.townhello, world!
+ 

+<catgirl> (B(B(1) 
(B* june(B waves
+(B]2;freenode #ascii.town (1)]2;freenode #ascii.town
\ No newline at end of file
diff --git a/www/causal.agency/index.html.in b/www/causal.agency/index.html.in
new file mode 100644
index 00000000..82f2457e
--- /dev/null
+++ b/www/causal.agency/index.html.in
@@ -0,0 +1,125 @@
+<!DOCTYPE html>
+<title>Causal Agency</title>
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<style>
+html {
+	font-family: monospace;
+	color: var(--ansi15);
+	background-color: var(--ansi0);
+}
+body {
+	max-width: 80ch;
+	margin: 2em auto;
+	padding: 0 1ch;
+}
+h1 {
+	font-size: inherit;
+	font-weight: inherit;
+	margin: 1em 0 0;
+}
+p {
+	margin: 0 0 1em 4ch;
+}
+a {
+	color: var(--ansi12);
+	text-decoration: none;
+}
+a:visited {
+	color: var(--ansi13);
+}
+pre {
+	border: 1px dashed var(--ansi8);
+}
+hr {
+	visibility: hidden;
+}
+/* include:scheme.css */
+</style>
+
+<p>
+Hi.
+I make mostly IRC software in C.
+I like FreeBSD and OpenBSD
+but also the GPL.
+You can find me in
+<a href="ircs://chat.freenode.net:6697/#ascii.town">#ascii.town</a>
+on freenode
+or send mail to june@.
+
+<p>
+<a href="https://git.causal.agency">code</a>
+--
+<a href="https://text.causal.agency">words</a>
+
+<h1><a href="https://git.causal.agency/pounce/about">pounce</a></h1>
+<p>
+multi-client IRC bouncer
+
+<h1><a href="https://git.causal.agency/catgirl/about">catgirl</a></h1>
+<p>
+artisanal IRC client
+<p>
+demo: <a href="ssh://chat@ascii.town">ssh chat@ascii.town</a>
+<p>
+<!-- include:catgirl.html -->
+
+<h1><a href="https://git.causal.agency/litterbox/about">litterbox</a></h1>
+<p>
+full-text search IRC logger
+
+<h1><a href="https://git.causal.agency/scooper/about">scooper</a></h1>
+<p>
+web interface for litterbox
+
+<h1><a href="https://git.causal.agency/catsit/about">catsit</a></h1>
+<p>
+process supervisor
+
+<hr>
+
+<h1><a href="https://git.causal.agency/imbox/about">imbox & git-fetch-email</a></h1>
+<p>
+IMAP to mbox
+
+<h1><a href="https://git.causal.agency/notemap/about">notemap</a></h1>
+<p>
+mirror notes to IMAP
+
+<hr>
+
+<h1><a href="https://ascii.town/explore.html">torus</a></h1>
+<p>
+collaborative ASCII art
+<p>
+<a href="ssh://torus@ascii.town">ssh torus@ascii.town</a>
+--
+<a href="https://git.causal.agency/torus">src</a>
+<p>
+<!-- include:torus.html -->
+
+<h1>play</h1>
+<p>
+2048 over SSH
+<p>
+<a href="ssh://play@ascii.town">ssh play@ascii.town</a>
+--
+<a href="https://git.causal.agency/play">src</a>
+<p>
+<!-- include:play.html -->
+
+<hr>
+
+<h1><a href="https://git.causal.agency/cards/about">cards</a></h1>
+<p>
+CARDS.DLL loader for SDL
+
+<h1><a href="bin/scheme.html">scheme</a></h1>
+<p>
+earthy terminal colours
+<p>
+<a href="scheme.png">palette</a>
+<!-- include:scheme.html -->
+
+<h1><a href="bin/">bin</a></h1>
+<p>
+other little tools
diff --git a/www/causal.agency/index.sed b/www/causal.agency/index.sed
new file mode 100644
index 00000000..ea32675f
--- /dev/null
+++ b/www/causal.agency/index.sed
@@ -0,0 +1,5 @@
+/include:scheme[.]css/r scheme.css
+/include:torus[.]html/r torus.html
+/include:play[.]html/r play.html
+/include:catgirl[.]html/r catgirl.html
+/include:scheme[.]html/r scheme.html
diff --git a/www/causal.agency/play.pty b/www/causal.agency/play.pty
new file mode 100644
index 00000000..3da44fb7
--- /dev/null
+++ b/www/causal.agency/play.pty
@@ -0,0 +1,23 @@
+[?12l[?25h[?1h=[?25l[?1h=0

+
+                              Use the arrow keys to

+     .      .      .      .   slide and merge tiles.

+                              Press q to quit.

+                              
+   .      .      .      .   
+                            
+                            
+   .      .      2      2   
+                            
+                            
+   .      .      .      .   
+                            4          2          
+                     
+   4      .      .   
+                               2                    .          
+       
+   .   
+       
+              
+   4      2   
+              
\ No newline at end of file
diff --git a/www/causal.agency/scheme.pty b/www/causal.agency/scheme.pty
new file mode 100644
index 00000000..74be2196
--- /dev/null
+++ b/www/causal.agency/scheme.pty
@@ -0,0 +1,10 @@
+                                                                                

+                                                                                

+                                                                                

+                                                                                

+                                                                                

+                                                                                

+                                                                                

+                                                                                

+                                                                                

+                                                                                
diff --git a/www/causal.agency/torus.pty b/www/causal.agency/torus.pty
new file mode 100644
index 00000000..1e147970
--- /dev/null
+++ b/www/causal.agency/torus.pty
@@ -0,0 +1,774 @@
+[?1h=[?25l┌──────────────────────────────────────────────────────────────────────────────┐│ Welcome to ascii.town!          q quit  Q teleport  m mini-map  ? help       ││                                                                              ││    k       0 1 2 3 4 5 6 7    esc navigation mode     s copy                 ││  y ↑ u                          i insert mode         p paste                ││ h ←∙→ l    ) ! @ # $ % ^ &      a insert after        ~ paint color          ││  b ↓ n                          I insert direction    * paint bright         ││    j      8 bright  9 invert    R draw mode           ( paint invert         ││               ` pipette         . line mode         C-a increment            ││ \ fast                          r replace           C-x decrement            ││                                 x erase        HJKLYUBN swap cell            ││                                                                              ││ F1 @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmno                          ││ F2  ☺☻♥♦♣♠•◘○◙♂♀♪♫☼►◄↕‼¶§▬↨↑↓→←∟↔▲▼                                          ││ F3 αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■                                           ││ F4 ░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀                          ││ F5 ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»                          ││                                                                              ││                                                                              ││ This is AGPLv3 Free Software!                                                ││ Code is available from <https://code.causal.agency/june/torus>.              ││                                                                              ││                                                                              ││ Press ? to open this help again. Press any key to continue...                │└──────────────────────────────────────────────────────────────────────────────┘─[?12l[?25hPress ? for help!│   this space now frees     \ y \ CP437 ☻ ♥♦♣♠ ░▒▓█  (000,000)─────────────────┘   It's Free Real Estate     \ y \  ╒══════════════════════╕

+For a good   (0_0) | y | │ ascii.town guestbook │ 

+time, go in                   a                 | y | ╞══════════════════════╡

+any direction.     RR w         | y | │ - june         

+Pls don't publicg@conferencRRRRuRRRRR.forsale   | y | │ - scott      

+vandal. ThereRRRRRRRRRR           |   | │ - cjm        

+are huuuuuge    helo woldr  RRRRRRRR    r a     | l?| │ - erik       

+tracts of       aaaac  RRRRRR     What's up?j/| │ - swgillespie

+unused land.RRRR       poop   | a▼| │ - dikaiosune

+if u do vandal                 RR       test    | o     - danopia    

+make it funny  but maybe dont   hey  000 sdddddd|   | │ - Connor_____

+PROTIP: Press ESC to escape input modes  q,,,,,,| a   │ - tokenrove          │

+2048 clone: ssh play@ascii.town  <3     aa      | y | │ - mykey      │

+    G O O D B Y E  W I T C H E S . T Osjjj :(   | y | │ - dmrd               │ 

+vim controls, eh?.__________________. Conjor    | y | │ - hiya               │

+ . . . . . . . . |   Out of space?  | Wasj whut?| y | │ - arke 

+. Welcome to. . .|Try typing 1Q, 2Q,| Herj      | y | │ - cmr

+ . . . the TOWN. |3Q or 4Q to travel|   wjoft   | y | │ - Grissess (:D)      │

+  . . . . . . . .|to far-away lands |   ajoo    | y | │ - eternaleye (ipv6)  │

+  .. . . . . . . '------------------'    j test | y | │ - meena      

+  sad   hi friends  hello  cybre! ^Yes?  j ni   | y | │ - b0rk      boy __   │

+ nethack    yo how do i select black??? aj sxD  | y | │ - fbernier     /  '  │

+   boi    clown townjj this is as wired 0j dasdksajklj│ - mguaypaq     |     │

+  *   hot tip: don't ruin shit    *    * j *  / yq/ * │ - rkallos      V     │
+
+
+
+
+
+
+
+
+
+
+
+
(The client tries to check if you'll     j    | y |///│ - fsj         │1

+be able to see all the colours now.)     j    | y |\\\│ - Sylvhem     └──────┐//                                         j    | y |///│ - iliana <3          │\\         ] gas pedal ┐ this is just \    j    | y |\\\│ - tjk                │//  .__    [ brakes    ┘ to toggle fast nowj    | y |///│ - duckinator   \\  |\     } curly gas pedal   :)          j  elo y |\\\│ (pup@mastodon.social)│//    \    { curly brakes                  j    | y |///│ - bug(@chitter.xyz)  │\\ Looking for something interesting?      j    | y |\\\│ - peidran    // Aside from scattered pages all over,    j    | y |///│ - KitRedgrave\\ there's some development left and up froj    | y |\\\│ - vimtingu  // here.  The bulletin is over to the rightj->  | y |///│ - thomas@touhey.org  │\\ somewhere.  And there's stuff all along j    | y |\\\│ - frewsxcv    \.fr   │// the torus if you follow it around.      j    | y |///│ - NecroTechno <3     │\\                                    \    j    | y |\\\│ - er1n       │// NEW: press m to open the mini-map  _\|       | y |///│ - quantified         │\\      and see what's nearby                   | y |\\\│   @cybre.space       │//                        yoooooo yw!           | y |///│ - nightpool (cybre)  │\\    aaa\]\\y wat           hey vanta          | y |\\\│ - ghosty//    UrFU !d               this is dope       | y |///│ - lynn (@chordbug)   │\\     RTF - chempion!       thx 4 sharing      | y |\\\│ - vantablack         │// This is actually amazing.                    | y |///│ //wxyzzyrd   \\Don't forget to grab the source:             | y |\\\│ //international <3   │//                              hi RC!         | y |///│ - maren              │\\ $ git clone \                                | y |\\\│ - rose               │//   https://code.causal.agency/june/torus.git  | y |///│   (@BLASTPROCESSlNG) │/\/
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| y |~~~│ - grainloom   2

+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| y |~~~│   @cybre.space~~~~~~~~~hi~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| y |~~~│   @slimelia  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| y |~~~│ - jfo~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~jh~~~~| y |~~~│   @Phairupegiont~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| y |~~~│ - chr@cybre.space <3 │~~~~~~~~~~~~ i want to marry lynn ~~~~~~~~~~~~~~| y |~~~│ - elomatreb :3       │~~~~~~~~~~~~~~~~~~~same~~~~~~~~~~~~~~~~~~~~~~~~~| y |~~~│ - minerobber~~~~~~~~~~~~~~~~~~~same tbh ~~~~~~~~~~~~~~~~   ~| y |~~~│   @tilde.town~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ I iiiiikhjk been ~| y |~~~│ - selfsame(~town)    │~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ moving around ~| y |~~~│ - Zhorken@awoo.space │~~~~~~~~~~ I am bad at VIM ~~~~~~ I didnt know ~| y |~~~│ - noiob@awoo.space   │~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ this is~vim~| y |~~~│ -               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~it's vim~| y |~~~│ - aeon~~~~~~~~~~vim is  bad hello lynn~~~~~~~~~ ~~~~~~| y |~~~│ - unascribed         │~~~~~~~~~~(lovely application, this)~~~~~~~~~~~~| y |~~~│ ~ nee (hidamari.blue)│~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| y |~~~│ ~ curiouser          │~~~~~~~~this is as much nethack               ~~| y |~~~│ - clouded  ~~~~~~~~as it is vim  ~~~~~~~~~ sry i cnt drw ~~| y |~~~│ - flacs (@f1ac5)     │~~~~~~~~~~~~~~~~~~~     ~~~~~~~               ~~| y |~~~│ - xenonnsmb (~town)  │~~~~~~~~~~~~~~~~~~~~emacs keys pls~+2~~~~~~~~~~~| y |~~~│ - Jakob              │~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| y |~~~│ - rose!              │~~~~~~~~oh no its vim~~~~~~~~~~whoops~~~~~~~~~~~| y |~~~│   (@mahoushoujorose) │~~~~~~~~help im trapped in a vim factory~~~~~~~~| y |~~~│ - jess (@dogs ~town) │~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~I messed| yq|~~~│ - rachel (@arjache)  │~~~
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^ ^^^  | y |   │ - Falkreon 3

+            Roses are red.                 ^  | y |   │ - mitosis@manhater.io│

+          Violets are blue.                ^  | y |   │ - yrgfm    

+Some people don't think                    ^  | y |   │ - felix   

+                 ascii.town be like it is.    | y |   │ - ndiesslin     

+              But it do!                   ^  | y |   │ - matth             

+                                           ^  | y |   │ - timi        

+ .-.  .-. .-.  .-. .-..-. .----. .-.  .-.  ^  | y |   │ - @andwhatnot2 

+ }  \/  {  \ \/ /  | ' /  } |__}  \ \  /   ^  | y |   │ - Spocky     

+ | {  } |   `-\ }  | . \  } '__}   `-  }      | y |   │ - Kid Iccurus    

+ `-'  `-'     `-'  `-'`-` `----'      -'      | y |   │ - tom@slime.global :3

+                                              | y |   │ -                    │ 

+                                              | y |   │  lr            

+                                              | y |   │ - fennecs (helo)

+                     this poem sd             | y |   │ - @amsomniac (mastod

+                     is factually             | y |   │    on)               

+                   incorrect, but             | y |   │ - maxj     

+                   at least it rhymes         | y |   │   AdamThePhantump was

+                       i love this place      | y |   │   here. Boo! :)      └┐

+                                              | y |   │   Tsuki "Hello guys !"│

+             now I can't sleep                | y |   │ - @dejawu_           ┌┘

+                                              | y |   │ - @eal  

+                             zzzz             | y |   │   @social.sakamoto.gq

+                                              | y |   │ - frenata            

+we are addicts. we need an intervention       | yq|   │ - banjo            
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
What is this big fucking line of 'y'?        -Ethan    4

+  What is this big fucking line of 'y', you - Profpatsch  └──────┐

+  may ask yourself? It's the torus ouroboros,viv@cybre.space

+  ayying its own lmao.                        | y - dom96 ;)                             | cloin                - dbucklin i went all the way around the       - hiljusti  

+                         ros                   │ - @ercts_mxms  

+             leave some notes on the           │ -f@r4ch0

+           way for your fellow travellersr     │ ffffff               

+                                 ~chr         │ -Harper              
+     this is pretty sweet    │ -@discordalert

+           -meena                             | y |   │ - von   ShadowRZ      world wide web!            (@ShadowRZ@mastodoninternet                    .xyz

+ Your journey begins now.                 |   │ - QBFreak

+                                        y |   │ - @scanlime  +Tuco <3wow this is very exciting       | y |   │   @diode.zone        │-b0rk - zer00              │        O         |   │ - kokakoda│

+  ifdfd\|/(!)  - m3tax         
+o_O|       (!!!!!)    ~~~zgebiit~~~     

+ / \hey b0rk!! - gauntlet

+                           a                            - lastrik
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
                                     - CX    5

+ ######################################     - tomjschwanke 

+#                                    #      - @aliasless     

+ #              Mastodon              #         @awoo.wolfgirl.

+ #  #    engineering

+ # Giving social networks back to you #  - cosine  

+ # Free, decentralized microblogging  #       - stevenleeg

+#            #- steampunc   

+ #      https://joinmastodon.org      #- @blinry

+######################################   - ben@tilde.team          - Alpatron#6158
+   #################################### Calamitous  
+#             #       
+#Witches Town#   │           
+#                                  #                   
+#      Mastodon instance for       #       

+       # queer   feministanarchists #         

+       #         #                     
+#      https://witches.town        #            
+####################################       

+<<<more advertising goes over there<<<          

+   ,-._.~~~^-v^v^v**=>                     

+  /life is better on/ <3                         

+  */a.weirder.earth/*                      

+   \______________/*       love you| yq|   │          │
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+    6

+  someone.. feel free to reuse this space.              └

+  it's uh... i wouldn't feel bad about                 

+  erasing whatever this is                            

+                                 

+            Tidied. The ASCII Janitor.           

+                                                         

+                                          

+      WHATS UP MY GLIB GLOBS?                   

+       W U B A L U B A D U B D U B                       *~~~~~~~~~~~~~~~~~~~~~~~*                   
+     < tilde.town <3s u      >                   
+    *~~~~~~~~~~~~~~~~~~~~~~~*         .
+ < shell in today >          
+           *~~~~~~~~~~~~~~~~*        
+                       < :3 >         i want to avoid
+                       *~~~~*       confusion for new
+                 │ people though
+ this thing is cool                  or make the guestbook

+too bad i   ssss u  u k k                  go AROUNDWAYS        │ 

+             s    u  u kk             to be continued...
+           ssss u  u kk │   │ we need to move the
+              s u  u k k     ├───┘ text below elsewhere └─┐           ssss uuuu k  k  at ascii art│ (Snek petting dude moved to│             -xenonnsmb, from ~town000,009.)  │ 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  7

+                                          

+                                           Shrine of the church 
+                                 empty lot             o o o o 
+          COME ON DOWN               o        oTO ASCII TOWN~~~ o     ..   o                             o   |----    o
+                         o   ||       o
+          uiwiidr                 o    ---     o  of                            o   |.       o                    o   ..       o                          o    \---    oI walked the               o     ,/    oourobouros             o   '     oand all I got was this   o o   o o   lousy t-shirt         o         
+_---.___,---_       | y |  ┌┘    GNU   Emacs └─┐/             \        │=========================│     /|  |y|  |\          │ https://gnu.org/s/emacs │|       |           │=========================│|       |     <- amazing shirt|  └┐                      ┌─┘|_______|         would i buy it?|   │ Emacs faithfuls  |   │                            |   │                 \|/  │       maybe           │ signqbelow:v   │
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+      │ - [X] nee     8

+ i may prefer vim, but emacs has tetris   │ - [X] byxor

+which is a stellar feature     │ - [X  @amsomniac (   

+honestly makes me like emacs  │     ]mastodon )      │                           │ - [X] tokenrove 
+l  shame it doesn't have  │ - [X] rkallos Gj  a text editor             │ - [X  nephariuz 

+      fucking heretics   SHAME!!!       │ -      evoxel   

+emacs doesn't have :smile though :)  │ - :wq!<CR>           │M         │                      │       li  │                    │ - [M-x] zge     N            │                                |   │                

+o---------o o----o        y |   │              A

+|| |    |                       │              

+|| |    |                       U|         | |    |        │                │ 

+|         | o----o      stop here  │                      │ 

+|         |         │                      │C

+|         | 000129          go down until you  │                      │ 

+|         |                reach        ok  ││ 

+|         |     100              │                      │ 

+o---------o e|   │     q                │S

+ U:%*-  *Tetris*      Top (1,0)      (Tetris Projqctile[rms])
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+      │               9

+    +/////////////////+                   │            

+    //you@cybre.space//          │                   

+    +/////////////////+                     
+/\/\/\/\/\\\/\/\/\/\/\             │                

+   /                     /    │              

+   \ pleroma.soykaf.com  \   │                

+   /     see   the       /             │              

+   \   -   entire   -    \   I miss Karl...  │                   

+   /     fediverse /   

+   \ \            

+    \/\/\/\/\///\/\/\/\/\/   │               │          .      /---------------------\  

+                    |I'm petting the snek.|   

+           |                     |  

+           |        ^U^          |  

+                    \---------------------/  

+       [X] TODO: move this too            \     

+       [ ] TODO: write todo list            @/   

+       [X] TODO: hey, me too               /|   

+                   / \  

+       ##########################  

+       # TODO: advertise things #     |   │      

+       ##########################             | yq|   │     q                │
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+││10

+                       │└──────┐

+                      ││

+            #          ││
+   ##   #       ##    ││
+    ##   #       ##     ││
+          #             ││
+         ####    ││
+                 ##                     ││
+      #   ###   ##     │     a│
+      ## ## ## ##      │(hells         │
+       ###   ### Capouet│  guettbook     │
+lol this is awesome│    s retch│                       │      goals)│                        ││                       ││                       ││                       ││
+                                    ││
+                             │  │
+todo: write todo list    ││   ▓▓
+                          ▒▒
+                          ░░
+                           
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+   (000,011)   W 

+    E 
+         E 
+ 3333333333333333 E 333333333333   3 E 333 3333   3   3 E 3333333333333333 E              E             H                   E 

+                      E           . H  E 

+   vi for the vin! E   E   E  E  E 
+                      E             E             E                            
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  2  iiit  llgwfth                                                       Acme is best editor :P 
+ is that a plan9 reference    
+ is that a Jojo's referenc  .  is that a let's encryp          
+                    d s f            s            ffd hello there            o f    l   eGenre l? d           j
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  p3  x      m        p  p  
+i want to pet a soft girl      p
+and call her by her first nameu
+god, i'm so lonely. b                         l
+You can do it i                         c
+Go out there and talk to peopleg                      @
+Even if it doesnt go anywhere, don'tc
+see it as a loss, see it as practiceo     n
+I believe in you     f     e
+You will be succesful     r     e
+You just have to try...     n              c
+UwU     e
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+    .4y
+o
+u
+r
+d
+a
+                         t
+                              a
+                   .
+f
+             o
+r
+                              wheres area
+                              you   l
+                              going ethere
+                isnothing
+                     downhere
+                       i promise
+   (there is)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+      015 
+ 
+or is there? 
+wow
+  
+you all just 
+bbhello 
+       |   |           
+Rewrite this in Nim for better     
+performance and easier maintenance.
+https://nim-lang.org       
+Sorry, couldn't resist :P         Rewrite it in Idris to prove itscorrectness :P  
+Remove it :P       
+dasdasdasdsa          
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+6write.
+
+jjjjjjjjjjj
+     see,What's that creepingi told you  waaaaayyy over there?-------------------->                              
+                                   
+                    
+                                                                       
+            
+q           
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+7What is this ?:wqq      there istrust me        | yi wrapped                .          
+   
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+8                 

+Ancient legend tells of the treasure

+of the legendary pirate,                     

+Cap'n Jasmine Sharkbait!

+No one knows where its shiny and well shaded

+glory is hidden, and many have perished

+trying to find it.

+
+   stuff is here                     | 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+(000,019)MDG - boi

+
+                                    

+                                             

+                        

+                                            why though

+======================================D

+                  

+
+                (i legitput tape                     | on my       screen
+to do this)you are crazyyou will be seen asa visionaryhello tilde.town hereqweird flex but ok
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+     020         
+please                     stop
+this
+is
+silly

+                                       itllllllllllllll nois                  lovely
+"Root? Where we're going wet
+don't need root!"people havedied tryingdon't try :(
+   don't stop!there's nice artuwujust ahead   
+|||                     vvv 
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
                                              | @ | comment space!!! <3(000,021)                                              | @

+                                              | @ |  __________________ 

+                                              > @ > |                  |   

+                                              > @ > | >>> MORE ART >>> | 

+                                              > @ > | (on (001, 021))  |      

+                 #                            > @ > |___________  _____|     

+   ############# #           ##############   | @     

+                                              | @ |       ooh what you drawing

+     /     /     /       /         /          | @ |   just a little landscape

+                                  /           | @ |  nice!! keep it up ^o^

+        /                     /               | @ |   thank you =v=

+                   /              /           | @ 

+           /                /                 | @oh wait hi rose

+                                              | @ |  this is wonderful

+                     /                        | @hi alice!!

+               #### ####                      | @ |                          

+                #######                       | @ |     art restored to its

+         /       ##|##      /                 | @ |     former glory         

+               ####|####                      | @ |  cmon, play nice yall

+                ## |  ##                      | @ |             yeah!

+||||||||||||||||||||\|||||||||||||||||||||||||| @

+#####################\########################| @ |  thanks for watching

+######################\#######################| @ |  i guess it's done now   

+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^| @q|  wonderful :)  might do morer
\ No newline at end of file