loganekz·7년 전·discussYou could still keep your root partition to a minimal size, just create a larger /var partition.
loganekz·8년 전·discussOne I have been using for over 20 years, aliasing l to my favorite ls switches: alias l='ls -GFla'
loganekz·8년 전·discussThis started from an article [1] posted on Drudge Report recently.[1] - https://pjmedia.com/trending/google-search-results-show-perv...
loganekz·8년 전·discusss3 with cloudfronthttps://docs.aws.amazon.com/AmazonCloudFront/latest/Develope...
loganekz·8년 전·discussFunctional Programming Principles in Scala [1] taught by Martin Odersky, professor at EPFL and creator of the Scala language.[1] - https://www.coursera.org/learn/progfun1
loganekz·8년 전·discussOnly 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...
loganekz·9년 전·discussIf you haven't already, check out sanic [1] which is powered by uvloop [2] which itself is pretty amazing.[1] https://github.com/channelcat/sanic[2] https://github.com/MagicStack/uvloop