A Clippings Scrapbook: Lou Sullivan, Jack Garland, and the Search For Trans Liberation in the Writings of Those Before Us

Sources:

The Lou Sullivan Collection at the Digital Transgender Archive. https://www.digitaltransgenderarchive.net/col/j6731380t

A Gender Variance Who’s Who. https://zagria.blogspot.com

From Female to Male: The Life of Jack Bee Garland. Lou Sullivan, 1990

We Both Laughed in Pleasure: The Selected Diaries of Lou Sullivan, 1961-1991.

Lou Sullivan; edited by Ellis Martin and Zach Ozma, 2019

Aesop Rock – “Dorks”, from the album “The Impossible Kid”


Piper Bly is a professional illustrator and underground cartoonist. When she’s not busy plowing away at her drawing board, singing dirges in the moonlight, or wandering throughout the United States, she can often be found tending to her ivies, frying up some biscuits, spending unreasonable hours in the gym, or floating above the Mississippi River at midnight, waiting for the tide to wrap her in its loving embrace and take her away. Her whereabouts are currently undisclosed. You, however, can find her at piperbly.com.

function wpbeginner_remove_comment_author_link( $return, $author, $comment_ID ) { // Simply return the comment author without the link return $author; } // Hook the custom function into the 'get_comment_author_link' filter add_filter( 'get_comment_author_link', 'wpbeginner_remove_comment_author_link', 10, 3 ); // Hook a custom function 'remove_website_from_checkbox_text' into the 'gettext' filter add_filter('gettext', 'remove_website_from_checkbox_text'); function remove_website_from_checkbox_text($translated_text) { // Replace the original text with the modified text $translated_text = str_replace( 'Save my name, email, and website', // Original text to find 'Save my name and email', // Replacement text $translated_text // The text being processed ); // Return the modified translated text return $translated_text; }