Amanda

🔒 Manual approval

@pronounshe@lgbtqia.space

*Use caution when following me.* I can't stress this enough.
Formerly of defunct lgbt.io
#Genderqueer | #PhysicallyDisabled | #MentalHealthStuff | Not a stoner/drinker | Not Usually NSWF. That's what alt accts are for.

#Anxiety
#AcquiredDeformity
#Bicycles
#cPTSD
#Depression
#Homeless
#Linux
#PNW
#SocialSecurity
#Vegan
#Veganism

#NoAI #NoArchive #NoBridge

SFW Alt: @pronounshe
NSFW Alt: @militantbottom

Every cis woman I see is every cis woman I'll never get to be.

Fediversary
2017
No Alt Text?
No Boost. Period.
Profile picture:
Triangular warning sign indicating drowning danger
Header picture:
Book dedication page which reads: To Richard O'Brien It's just a jump to the left.

Here's one of my routines that I'm rather fond of having written.

$sl is the save directory that the user is asked to enter. If the user enters a directory name that doesn't exist, the routine below will ask to create it. If the use user responds no, the download directory will default to $HOME/Videos/

if [ -n "$sl" ] ; then
if [[ ! -d "$vdir"/"$sl" ]]; then
printf "\n\33[1;34m$sl\33[0m does not exist.\n"
read -p "Create it? " yn
if [ $yn = y ] ; then
mkdir $HOME/Videos/"$sl"
vdir=$HOME/Videos/"$sl"
fi
else
vdir=$HOME/Videos/"$sl"
printf "\nSaving $aud1 to $vdir\n"
fi
else
printf "\nSaving $aud1 to $vdir\n"

fi

$aud1 is a filename

I'm so used to working with Linux native filesystems that when a rsync job fails the last thing I think to look for are "special characters" that are valid on the originating filesystem, but fat32 just barfs all over upon encountering. So there's a minute or two of, "WTF??" Before, "Oh..."'

Image appropriated to add #AltText.

Text message conversation between two people.

Person 1 - I have just learned that at 250 years old, America is the oldest republic in the world according to Donald H Trump. This has come as a tremendous surprise to the residents of San Marino.

Person 2- Fascinating. I Learned from the same font of wisdom that Communism has been around for a thousand years. This has similarly surprised members of the Chinese Politburo. (Person 1 reacted to this message with a heart emoji.)

P1 - This is, to quote Hans Liebchen, "the benefits of smartness."

Text message conversation between two people.

Person 1 - I have just learned that at 250 years old, America is the oldest republic in the world according to Donald H Trump. This has come as a tremendous surprise to the residents of San Marino.

Person 2- Fascinating. I Learned from the same font of wisdom that Communism has been around for a thousand years. This has similarly surprised members of the Chinese Politburo. (Person 1 reacted to this message with a heart emoji.)

P1 - This is, to quote Hans Liebchen, "the benefits of smartness."
ALT