Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
loganekz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
loganekz
7y ago
Would you be willing to work with US based companies for hardware?
2.
▲
by
loganekz
7y ago
You could still keep your root partition to a minimal size, just create a larger /var partition.
3.
▲
by
loganekz
8y ago
One I have been using for over 20 years, aliasing l to my favorite ls switches: alias l='ls -GFla'
4.
▲
by
loganekz
8y ago
This started from an article [1] posted on Drudge Report recently. [1] - https://pjmedia.com/trending/google-search-results-show-perv...
5.
▲
by
loganekz
8y ago
s3 with cloudfront https://docs.aws.amazon.com/AmazonCloudFront/latest/Develope...
6.
▲
by
loganekz
8y ago
Functional 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
7.
▲
by
loganekz
8y ago
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...
8.
▲
by
loganekz
9y ago
The Wall Street Journal [1] also does this. [1] https://www.wsj.com
9.
▲
by
loganekz
10y ago
If 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
10.
▲
by
loganekz
10y ago
koo-ber-net-ees [1] [1] https://twitter.com/brendandburns/status/585479466648018944
11.
▲
by
loganekz
11y ago
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
12.
▲
by
loganekz
11y ago
sudo yum -y install epel-release && sudo yum -y install python34 python35 will be soon be coming to EPEL also.
13.
▲
by
loganekz
12y ago
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
14.
▲
by
loganekz
12y ago
Why do you think it's too early? My company is running it on production with no issues.
15.
▲
by
loganekz
12y ago
Check out JRebel [1] which works with a plugin to your favorite IDE if you want to make it really easy. [1] http://zeroturnaround.com/software/jrebel/
16.
▲
by
loganekz
13y ago
The OS X kernel will not be supported. Docker is built upon features available only in the Linux kernel (LXC, cgroups)
17.
▲
by
loganekz
13y ago
And if you are on a mac, I would the think the preferred way to install would with homebrew (brew install leiningen)