Would you be willing to work with US based companies for hardware?
HN user
loganekz
You could still keep your root partition to a minimal size, just create a larger /var partition.
One I have been using for over 20 years, aliasing l to my favorite ls switches:
alias l='ls -GFla'This started from an article [1] posted on Drudge Report recently.
[1] https://pjmedia.com/trending/google-search-results-show-perv...
s3 with cloudfront
https://docs.aws.amazon.com/AmazonCloudFront/latest/Develope...
Functional Programming Principles in Scala [1] taught by Martin Odersky, professor at EPFL and creator of the Scala language.
Only ProcessPoolExecutor[1]. If you use a thread pool or async io it will be single python process/GIL.
[1] https://docs.python.org/3/library/concurrent.futures.html#pr...
The Wall Street Journal [1] also does this.
If you haven't already, check out sanic [1] which is powered by uvloop [2] which itself is pretty amazing.
koo-ber-net-ees [1]
[1] https://twitter.com/brendandburns/status/585479466648018944
Although Go's GC is tunable to some extent, the open source HotSpot JVM are already has multiple GC implementations that you can choose based on your use case and further tune. There is also work being done in the OpenJDK project for a GC that can collect > 100GB heaps in < 10ms [1]. There are also alternative proprietary implementations available today that already have no stop the world collections [2]
[1] http://openjdk.java.net/jeps/189 [2] https://www.azul.com/products/zing/
sudo yum -y install epel-release && sudo yum -y install python34
python35 will be soon be coming to EPEL also.
You should look into homebrew[1] if you haven't already. It installs everything in /usr/local and does not mess with the base install. To migrate between machines you can do something as simple as brew list > brew.txt
[1] http://brew.sh
Why do you think it's too early?
My company is running it on production with no issues.
Check out JRebel [1] which works with a plugin to your favorite IDE if you want to make it really easy.
The OS X kernel will not be supported.
Docker is built upon features available only in the Linux kernel (LXC, cgroups)
And if you are on a mac, I would the think the preferred way to install would with homebrew (brew install leiningen)