Notes
\nThis is the part of the site where I post long-ish-form writing I seem to have the embarrassing need to share … I guess you’d call it a blog.
\nPosts are listed in reverse chronological order. Please be aware of posting dates – my opinions are constantly changing and evolving, and the longer ago something was written, the more likely it is that I’ll have since come to disagree with it completely … or in the case of more technical stuff, details may simply be out of date.
\nSome of these posts were originally made on a now-deleted Dreamwidth account. Toggle the boxes to show/hide posts in the relevant category.
\n\n\n\n\n\n\n\n\n\n\n- \n")
for post in posts:
poststring = "
" + post["date"] + "
" try: if post["media"] == "book": poststring += "📚 " elif post["media"] == "game": poststring += "🎮 " elif post["media"] == "music": poststring += "🎵 " elif post["media"] == "sight": poststring += "🔭 " except: pass poststring += post["real"] + " \n"
writeindex.write(poststring)
writeindex.write("