Skip to content

Instantly share code, notes, and snippets.

View jph00's full-sized avatar
🦘

Jeremy Howard jph00

🦘
View GitHub Profile
sudo add-apt-repository -y ppa:apt-fast/stable
sudo add-apt-repository -y ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get -y install apt-fast
# prompts
sudo apt-fast -y upgrade
sudo apt-fast install -y python3-pip ubuntu-drivers-common libvorbis-dev libflac-dev libsndfile-dev cmake build-essential libgflags-dev libgoogle-glog-dev libgtest-dev google-mock zlib1g-dev libeigen3-dev libboost-all-dev libasound2-dev libogg-dev libtool libfftw3-dev libbz2-dev liblzma-dev libgoogle-glog0v5 gcc-6 gfortran-6 g++-6 doxygen graphviz libsox-fmt-all parallel exuberant-ctags vim-nox python-powerline python3-pip ack lsyncd
sudo apt-fast install -y tigervnc-standalone-server firefox mesa-common-dev
@jph00
jph00 / mit-letter.md
Last active September 8, 2019 15:17

Dear Joi Ito, Reid Hoffman, Eileen Donahoe, David Hornik, Jennifer Lerner, James Manyika, Martha Minow, Amanda Nguyen, Laurene Powell Jobs, Jamila Raqib, Maria Zuber, and other fellow Selection Committee members for the MIT Disobedience Awards:

I was stunned and dismayed by Joi's email disclosing his extensive involvement, personally and through MIT, with Jeffrey Epstein. It is even harder to understand how this relationship could have begun and burgeoned in 2013, years after Epstein pled guilty to sex charges involving minor children. And it boggles the mind that this involvement spanned Epstein-tainted donations to MIT as well as investments in Joi's personal funds.

I'm struggling to find a way to make sense of this situation that does not lead me to write the sentence "Respected tech and academic leader raised money from convicted pedophile and leveraged that institutional connection to personally profit from the relationship." I am not trying to be unkind, but I would need help to understand why this se

@jph00
jph00 / blog_test.ipynb
Created January 19, 2020 22:03
/nbs/blog_test.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Confused about mask wearing? Sure, it's complicated. But not as complicated as some people imply. We've been looking at the science (see our papers Face Masks Against COVID-19: An Evidence Review — with 84 references! — and Face masks for the public during the covid-19 crisis). Here's a summary of the different streams of evidence, and our take on what it all means.

Translations

We'd love your help translating this article! Please at-mention @jeremyphoward on Twitter with your translation, and I'll retweet it and add it here.

The epidemiology of disease spread

#!/usr/bin/env bash
###
# NB: You probably don't want this gist any more.
# Instead, use this version from `fastsetup`:
# https://github.com/fastai/fastsetup/blob/master/setup-conda.sh
###
set -e
cd
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jph00
jph00 / install-wireguard-server.sh
Last active May 19, 2022 19:42
Installation of Wireguard server. Tested on Ubuntu 20.04. Should work on 18.04 as well.
#!/usr/bin/env bash
set -e
echo
if ! [[ $(id -u) = 0 ]]; then
echo "Please run 'sudo ./install-wireguard.sh'" >&2
exit 1
fi
read -e -p "Use VPN for *all* internet traffic? [y/n] " -i n ROUTE_ALL
@jph00
jph00 / python-stdlib.md
Created October 15, 2020 02:57
Every documented symbol in the Python standard library
@jph00
jph00 / py.md
Last active May 31, 2022 06:16
Organized and hyperlinked index to every module, function, and class in the Python standard library

All of the python 3.9 standard library

For a version without the collapsible details sections (so you can search the whole thing in your browser), click here.