So it turns out that an organization I thought was doing good work, the False Memory Syndrome Foundation (associated with Center for Inquiry, James Randi, and Martin Gardner) was actually caping for pedophiles. Uhhhh oops?

Since this, bizarrely, turned out to be one of my longest videos ever (??) here's a quick thread to sum it up for those of you like myself with short attention spans. 1/10
In the '90s the False Memory Syndrome Foundation was founded to call attention to the problem of adults suddenly "remembering" child abuse that never actually happened, often under hypnosis. Skeptics like James Randi & Martin Gardner joined their board. 2/10
A new article reveals that the FMSF was founded by parents who had been credibly and PRIVATELY accused of molestation by their now-adult daughter. They publicized the accusation, destroyed the daughter's reputation, and started the foundation. 3/10 https://t.co/0tIP7x03SG
The FMSF assumed any accused pedo who joined was innocent, saying "We are a good-looking bunch of people, graying hair, well dressed, healthy, smiling; just about every person who has attended is someone you would surely find interesting and want to count as a friend" 😬 4/10
Turns out, psychologists don't recognize "false memory syndrome" as an actual disorder. There's a lot of disagreement over the extent to which memory can be manipulated & later recalled, and a lot of valid criticism of "false memory" research. 5/10
Oh, also? Two board members of FMSF gave an interview to a pro-pedophilia magazine, saying pedophilia is a "responsible" choice and an "acceptable expression of God's will." 6/10
That said, The Cut article is unfair in a few respects. It casually says (prominent skeptic) Elizabeth Loftus defended Ted Bundy without mentioning that she was likely right: cops may have manipulated the witness to ID Bundy. They just happened to have the right guy. 7/10
Also, people like Loftus have been instrumental in stopping cops from pressuring both witnesses and suspects into "remembering" or admitting to crimes that never happened. It happens often and leads to innocent people ending up in prison. 8/10
Loftus testified in the McMartin Preschool trial, in which teachers were accused of raping kids -- and also of flying around like demons. One kid said Chuck Norris was one of the rapists. The kids were manipulated. After 6 years, the teachers were exonerated. 9/10
Yes, memory can be manipulated, but also, guilty pedophiles will jump aboard an organization that claims they're innocent with no investigation. Prominent skeptics didn't do their due diligence & got conned because of it. 10/10 https://t.co/zkkBPYBsAk

More from Science

You May Also Like

Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.