The 35-year World Record: Solving Atari 2600 Dragster
reddit.com2 pointsby dbbolton0 comments
very common: > 10%
common: 1%-10%
uncommon: 0.1% - 1%
rare: 0.01% - 0.1%
very rare: < 0.01%
But you will probably never know the exact origin of these figures (like how many patients were studied, what populations were included, how tightly the study was controlled, whether adverse effects were self-reported, etc.) without doing some intense searching. And even if you did, I doubt it would have a significant impact on your healthcare. I don't want to go on a tangent about the nuances of pharmacology in clinical medicine, so I'll just circle back to my point that you should trust your doctor, or else find a new one that you do trust. cd foo; stow bar ZDOTDIR="${XDG_CONFIG_HOME}/zsh"
in `/etc/zshrc`, then moving all miscellaneous files to the same place: # ~/.config/zsh/.zshenv
export HISTFILE="${ZDOTDIR}/history"
# ~/.config/.zshrc
compinit -d ${ZDOTDIR}/zcompdump
zstyle ':completion:*' cache-path "${ZDOTDIR}/cache"
## separate files for easier and quicker editing:
for file in $ext_files; do
[[ -f ${ZDOTDIR}/${file} ]] && source ${ZDOTDIR}/${file}
done
This method removed quite a few files (history, compdump, cache, zkbd, zshrc, zshenv, zprofile, zlogin, etc.) from my home dir.
Coca-Cola has special privileges to import raw coca leaves. They extract the cocaine (which is then sold for pharmaceutical use). The mostly-cocaine free extract is then used to flavor their cola. AFAIK Coca-Cola is the only entity in the US allowed to do this, so it is unsurprising that other cola brands taste significantly different.