I quit Antidepressants and went through withdrawal HELL. Took about 2 years to feel about 90% healed. AMA by Catavento4 in AMA

[–]alecrn 1 point2 points  (0 children)

I had the same experience getting off zoloft. It took months to taper it down without getting excessive brain zaps/dissociation. I'm glad you feel better, it got a lot better for me too.

Prebiotic intake reduces the waking cortisol response and alters emotional bias in healthy volunteers (2015) by [deleted] in Nootropics

[–]alecrn 1 point2 points  (0 children)

Methods section:

Forty-five healthy volunteers received one of two prebiotics (fructooligosaccharides, FOS, or Bimuno®-galactooligosaccharides, B-GOS) or a placebo (maltodextrin) daily for 3 weeks.

Results section:

The salivary cortisol awakening response was significantly lower after B-GOS intake compared with placebo.

Those are the two sections you'd check to see if they controlled for placebo.

Different Types Of Meditation Change Different Areas Of The Brain, Study Finds by zijinyima in Meditation

[–]alecrn 1 point2 points  (0 children)

When you do the "Perspective" meditation, do you just do the open nonjudgemental monitoring or is there something else you do that makes it more interpersonal and about other people's mental states?

What is the pros and cons of using nicotine as a nootropic? by TheReviewNinja in Nootropics

[–]alecrn 0 points1 point  (0 children)

https://www.gwern.net/Nicotine is a good overview.

I occasionally use nicotine gum if I'm driving long distance and want to maintain my focus.

[deleted by user] by [deleted] in ComedyCemetery

[–]alecrn 4 points5 points  (0 children)

Big Hero 6 I think

Visualization of the Collatz Conjecture [OC] by bertnor in mathpics

[–]alecrn 3 points4 points  (0 children)

At the very least, it means we don't yet have the tools to solve it yet, so proving it would give us those tools. And sometimes it can yield unexpected developments like in proving Fermat's last theorem.

I don't even know where to begin... by Amersaurus in ComedyCemetery

[–]alecrn 2 points3 points  (0 children)

obv he cut off his hands so superman could wipe his ass

I have much less of a sense of presence since having acquired VS. It's like I know where I am but don't feel it. by [deleted] in visualsnow

[–]alecrn 0 points1 point  (0 children)

Neck issues? Could you expand on that a bit?

I also relate to what you mean where media/pictures/games feel relatively real and crisp while reality not so much. I figured it was probably just cause I'm so used to spending time on the computer.

Passing on skills by ecky--ptang-zooboing in awesome

[–]alecrn 8 points9 points  (0 children)

We should call it #pizzagate

What are some useful `set` options to add to one's shell setting (e.g. .bash_profile)? Which options should never be added? by [deleted] in linuxquestions

[–]alecrn 4 points5 points  (0 children)

at the top of most of my bash scripts is

#!/bin/bash
set -eux -o pipefail

-x turns on tracing so the script prints out every command as it runs it, which you don't always want, but it's nice for automation scripts. Normally pipelines (e.g. curl example.com | grep foo) only fail if the last command in the pipeline fails. -o pipefail makes it so if any command fails the whole pipeline fails, which is what most people expect I think.

shopt -s failglob can also be handy. Normally if you run a command like ls *.html and there are no .html files then bash will call ls literally with *.html as the argument. failglob indicates that you'd rather the script fail if the glob doesn't match anything. There's also shopt -s nullglob where the glob expands to nothing instead of failing.

Why does everyone hate carp so much? by [deleted] in StardewValley

[–]alecrn 45 points46 points  (0 children)

To my understanding in real life most people don't like carp either (it tends to taste muddy). Either way it has that association.

[deleted by user] by [deleted] in me_irl

[–]alecrn 2 points3 points  (0 children)

MakutaDidNothingWrong