Torgo's comments

Torgo | 6 years ago | on: Ask HN: Ways to Improve Cognition?

The quality has to be good, too. I was getting "enough" sleep, but it didn't matter until I got some pills (trazadone) that really knocked me out.

Torgo | 6 years ago | on: What were the creepiest declassified documents of the last decade?

The papers detailing finding tunnels under the mcmartin preschool are not FBI papers but are taken from a book about the mcmartin trial by Ted Gunderson who is one of the primary proponents of the satanic ritual abuse theory. The investigation was funded by the families and none of the people involved are reputable. You can find another copy of the whole report here:

http://tedgunderson.info/index_htm_files/McMartin%20Scientif...

you will find the exact same pages as included in the finders fbi file. Even if you choose to believe the report, this demonstrates that it didn't actually have anything to do with the finders and in any case was not done for, or by, the fbi or police. it was (presumably) included in the file because it had similar claims to ones made against the finders.

I have read the entire finders fbi file. Repeatedly there are the fbi and police fielding claims that the finders were satanists, or that they were sexually abusing the children, but in every case they document they found no actual evidence of this.

the claim of an fbi cover-up was documented in the fbi file (that would be weird if you think about it) but this claim was made by a single junior member of the manhattan beach police, and is never repeated or corroborated anywhere.

the claim that the finders were tied up in the intelligence community seems to be based on uncorroborated claims as well. nothing in the document or linked resources supports it.

I hope you find this helpful, I had multiple of my friends bring up this fbi release as "proof" that SRA was real all along but after reading every page of the file I just don't think there's anything compelling in there.

Torgo | 6 years ago | on: An IT migration corrupted 1.3B customer records

I don't know how to fulfill this that makes every auditor happy, but so far what we're doing is, we have a restricted-access role on the db that denies access to certain sensitive tables, create a time-restricted temporary user for the developer, and then give them access to the read-replica.

Torgo | 6 years ago | on: The “backfire effect” is mostly a myth, a broad look at the research suggests

You're arguing that everything can be subject to exploration via scientific method, and he's arguing that some people reject this anyway. Here is a quote about an ideological split that happened in the anthropology community:

>The divide is trenchantly summarized by Lawson and McCauley (1993) who divide between ‘interpretivists’ and ‘scientists,’ or, as noted above, ‘positivists’ and ‘naturalists.’ For the scientists, the views of the ‘cultural anthropologists’ (as they call themselves) are too speculative, especially because pure ethnographic research is subjective, and are meaningless where they cannot be reduced to science. For the interpretivists, the ‘evolutionary anthropologists’ are too ‘reductionistic’ and ‘mechanistic,’ they do not appreciate the benefits of subjective approach (such as garnering information that could not otherwise be garnered), and they ignore questions of ‘meaning,’ as they suffer from ‘physics envy.’

cite: https://www.iep.utm.edu/anthropo/#SH4b

Torgo | 6 years ago | on: Colleges improve website accessibility as they are defendants in lawsuits

As a contractor I used to construct special websites for both universities and government agencies. I would bring up in meetings "this site is required by law to be accessible" and invariably I was told "accessibility's not in the list of requirements". So in my opinion, they've had this coming for a long time.

Torgo | 6 years ago | on: PostgreSQL 11.3 and 10.8

I inherited a production system with a PostgreSQL 8.1 database. It's one of the most reliable systems I have.

Torgo | 7 years ago | on: An Easy Mode Has Never Ruined a Game

The entire movie/captioning analogy is off. Language spoken in movies isn't meant to be adversarial but gameplay is. It's just not an accessibility issue. I hate this argument because it feels manipulative. If it's about accessibility and if you still say no, you're a monster.

Torgo | 7 years ago | on: Ask HN: What's the dumbest thing you've done on the job?

I stored an entire 30GB PostgreSQL production database on an AWS ephemeral volume (gets automatically wiped on restart) because I mistook the device ID for one of a regular volume I thought attached.

Found my mistake months later, was able to fix it before disaster struck.

Torgo | 7 years ago | on: Pika/web: Web Apps Without the Bundler

>I have to review at least monthly all our dependencies for published vulnerabilities and new versions.

Off-topic, but can you write about how you manage this without tons of manual work?

page 1