Explore >> Select a destination


You are here

blog.hypriot.com
| | codeinthehole.com
6.8 parsecs away

Travel
| | Because I have to look this up every time
| | blog.nobugware.com
10.2 parsecs away

Travel
| | It's more a reminder to myself, gevent depends on libevent2 but the setup.py doesn't correcty look for it, a simple solution: export CFLAGS=-I/usr/local/include export LDFLAGS=-L/usr/local/lib pip install gevent change it for /opt/local/... if you are on OSX or you will get a bunch of errors /Developer/usr/bin/llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -pipe -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c...
| | michael-lewis.com
12.5 parsecs away

Travel
| | Notes on using Tensorflow with GPU support in a Docker container interactively, running an IDE within the container, and running Jupyter Notebooks from the container.
| | freebsd.uw.cz
26.3 parsecs away

Travel
| I use site-to-site VPNs between datacenter and two remote locations. Recently, I had some strange issues with OpenVPN site-to-site performan...