Live data from Hacker News

Viewing profile — loganekz

loganekz

HN member
Joined
Mon, Sep 30, 2013, 4:36 PM UTC
HN karma
58
Public activity
17 items

About loganekz

No profile information was provided.

Recent public activity

  1. comment
    Comment #20707850

    Would you be willing to work with US based companies for hardware?

  2. comment
    Comment #20543112

    You could still keep your root partition to a minimal size, just create a larger /var partition.

  3. comment
    Comment #18900452

    One I have been using for over 20 years, aliasing l to my favorite ls switches: alias l='ls -GFla'

  4. comment
    Comment #17859873

    This started from an article [1] posted on Drudge Report recently. [1] - https://pjmedia.com/trending/google-search-results-show-perv...

  5. comment
    Comment #16784153

    s3 with cloudfront https://docs.aws.amazon.com/AmazonCloudFront/latest/Develope...

  6. comment
    Comment #16745589

    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. comment
    Comment #16738884

    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. comment
    Comment #14901873

    The Wall Street Journal [1] also does this. [1] https://www.wsj.com

  9. comment
    Comment #13484957

    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…

  10. comment
    Comment #12045293

    koo-ber-net-ees [1] [1] https://twitter.com/brendandburns/status/585479466648018944

  11. comment
    Comment #11026800

    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. The…

  12. comment
    Comment #10976041

    sudo yum -y install epel-release && sudo yum -y install python34 python35 will be soon be coming to EPEL also.

  13. comment
    Comment #8445951

    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 someth…

  14. comment
    Comment #7827932

    Why do you think it's too early? My company is running it on production with no issues.

  15. comment
    Comment #7698621

    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. comment
    Comment #7322576

    The OS X kernel will not be supported. Docker is built upon features available only in the Linux kernel (LXC, cgroups)

  17. comment
    Comment #6620176

    And if you are on a mac, I would the think the preferred way to install would with homebrew (brew install leiningen)