Imagine having an alt account
this post made by single instance crew
they/them
Please post something public or @ me before following
| pronouns | they/them |
Imagine having an alt account
this post made by single instance crew
This toot is me picking one word from each IRC post over 1hr and "make a stream of consciousness poem"
cuz @vilmibm was talkin about that in the irc message that contained "meetings" and the one that contained "post-its"
# https://docs.python.org/3/library/http.server.html
import http.server
import socketserver
Handler = http.server.SimpleHTTPRequestHandler
with socketserver.TCPServer(("0.0.0.0", 9999), Handler) as man:
man.serve_forever()