A Clippings Scrapbook: The Service of Albert Cashier and the Incivility of the United States

Sources:

https://www.courthousenews.com/wp-content/uploads/2025/12/dc-circuit-trans-soldier-ban-opinion.pdf

https://www.courthousenews.com/split-dc-circuit-sides-with-pentagon-on-transgender-military-ban/

https://www.federalregister.gov/documents/2025/02/03/2025-02178/prioritizing-military-excellence-and-readiness

https://transequality.org/resources/understanding-trumps-trans-military-ban

https://en.wikipedia.org/wiki/Southern_strategy

Jennie Hodgers Known as Albert Cashier, Part I

Jennie Hodgers Known as Albert Cashier, Part II

https://will.illinois.edu/news/story/illinois-issues-little-soldier-big-mystery

https://genius.com/Tennessee-ernie-ford-union-dixie-lyrics

https://www.theguardian.com/us-news/2026/jan/28/deaths-ice-2026-


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; }