32 private links
Frank Abagnale Jr. — the man whose life inspired the Leonardo DiCaprio movie "Catch Me If You Can" — has spent decades lying about the lies that made him famous, from impersonating pilots and even prison time.
Bills across the country are targeting transgender adults and their access to gender affirming care.
In Spero’s home state of Florida, adults are banned from using Medicaid to receive gender-affirming care.
Some states have gone further.
In Oklahoma, a proposed bill would make it a felony for anyone under the age of 26 to access gender-affirming care in the state.
“I think making a decision to permanently alter your body to remove a healthy body part is much more serious than buying a beer,” said Peake, a Republican.
He later continued, “There have been a lot of people who have come out who have had these surgeries and have indicated that they regret it.”
Research shows that rates of regret for gender-affirming procedures are extremely low — estimates are around 1%. Rates of regret for knee and hip replacement surgeries are much higher than gender affirmation surgery, according to studies.
"As somebody who felt acutely suicidal ... who was placed through multiple rounds of conversion therapy, I can tell you that it is incredibly hard to stay alive as a young trans person," Spero said.
"[Bans] will impact the lives of trans youth ... will cause mental distress and will cause, unfortunately, a lot of negative effects in the lives of these youth because they're not able to access life-affirming care."
States across the country are considering bans on transgender health care for youth and young adults.
When signing the bill, Alabama Gov. Kay Ivey said: "We should especially protect our children from these radical, life-altering drugs and surgeries when they are at such a vulnerable stage in life.
She continued, "Instead, let us all focus on helping them to properly develop into the adults God intended them to be."
Our results demonstrate that undergoing gender-affirming surgery is associated with improved past-month severe psychological distress, past-year smoking, and past-year suicidal ideation. Our findings offer empirical evidence to support provision of gender-affirming surgical care for TGD people who seek it. Furthermore, this study provides evidence to support policies that expand and protect access to gender-affirming surgical care for TGD communities.
In Peru, there are people aged 70 or 80, who have lived their entire lives under the quasi-feudal servitude of large estates, or gamonales. Not being able to read, they were denied the right to vote until 1980. They have faced violence and repression when fighting for land rights. They have survived hyperinflation, a cholera epidemic, terrorism, dictatorship, racism, hunger, at least two transitions to democracy, a poorly handled pandemic that killed about 220,000 people. (Peru had the highest covid mortality rate in the world.) Add on top of that a nearly permanent political crisis, with six presidents cycling through in the past six years.
Destigmatization of this diagnosis was a major milestone for transgender individuals in America, and further strides were achieved when a government appeals board in 2014 ruled that Medicare must cover surgery for gender transitions, overturning a policy that had been in place since the 1980s. Given that the surgeries are no longer experimental in nature and that the updated WPATH standards of care reference many studies which have proven the beneficial effects of sex reassignment therapy for transgender individuals, this ruling was a long time coming.
At least a dozen U.S. National Security Agency employees have been caught using secret government surveillance tools to spy on the emails or phone calls of their current or former spouses and lovers in the past decade, according to the intelligence agency's internal watchdog...
find /path/to/base/dir -type d -print0 | xargs -0 chmod 755
find /path/to/base/dir -type f -print0 | xargs -0 chmod 644
find . -maxdepth 2 -name '*.py' -type f | xargs -0 chmod +x
=== REPLACE ALL INSTANCES ON OSX ===
LC_ALL=C find ./ -type f -name "*.py" -exec sed -i '.bak' -e 's/trade_fee_percent/curve_fee_mult/g' {} \;
== MULTIPLE FILETYPES
find ./ -type f ( -iname *.jpg -o -iname *.png )
make group hack and share folder with it
sudo groupadd hack
sudo chgrp -R hack /data/trueblocks
sudo chmod 770 /data/trueblocks
sudo chmod +s /data/trueblocks
create new user and add it to group hack
sudo useradd jacob --home-dir /home/jacob --shell /bin/zsh --no-create-home
sudo cp -r /home/alex/ /home/alex/
sudo chown -vR jacob:jacob /home/jacob
sudo usermod -aG hack alex
shared permissions
sudo chown root:hack /code
sudo chmod 2750 /code (2770 for executable)
sudo chmod go-rwx /code/*
sudo chmod g+rX /code/zsh-autosuggestions /code/zsh-syntax-highlighting
sudo chown -R :hack /code/zsh-autosuggestions /code/zsh-syntax-highlighting
sudo chmod -R g+s /code/zsh-autosuggestions /code/zsh-syntax-highlighting
sudo setfacl -R -m g:hack:rwx /code/zsh-autosuggestions /code/zsh-syntax-highlighting
sudo setfacl -R -d -m g:hack:rwx /code/zsh-autosuggestions /code/zsh-syntax-highlighting
read -p "Enter package name: " packageName
sudo apt-mark auto $(apt-cache showsrc $packageName | sed -e '/Build-Depends/!d;s/Build-Depends: |,|([^)]),|[[^]]]//g' | sed -E 's/|//g; s/<.>//g')
sudo apt-mark manual build-essential fakeroot devscripts
sudo apt autoremove --purge
sudo mkdir -p /mnt/chrootdir
sudo mount /dev/nvme0n1p4 /mnt/chrootdir
for dir in proc dev sys etc bin sbin var usr lib lib64 tmp; do
sudo mkdir -p /mnt/chrootdir/$dir
sudo mount --bind /$dir /mnt/chrootdir/$dir
done
sudo mount -t devpts /dev/pts /mnt/chrootdir/dev/pts
This tutorial shows you how to fix the can not read superblock error on Linux for ext4 and Btrfs file system.
cp ~/.mozilla/native-messaging-hosts/org.keepassxc.keepassxc_browser.json ~/.librewolf/native-messaging-hosts