Live data from Hacker News

Viewing profile — psiclops

psiclops

HN member
Joined
Thu, May 26, 2016, 1:14 AM UTC
HN karma
73
Public activity
54 items

About psiclops

No profile information was provided.

Recent public activity

  1. comment
    Comment #14224636

    previous discussion: https://news.ycombinator.com/item?id=10981616

  2. story
  3. story
  4. story
  5. comment
    Comment #14166576

    AFAIK the early go versions of docker used LXC underneath, but that was ~3+ years ago

  6. comment
  7. comment
    Comment #14137813

    Last part of your comment reminds me of the birth & death of javascript [0] [0] https://www.destroyallsoftware.com/talks/the-birth-and-death...

  8. comment
    Comment #14113726

    That is a quote from the CL, not the hardware of the person you replied to. That being said, I'm pretty interested to see how this would perform on other systems, specifically prod…

  9. comment
    Comment #14091734

    Yeah I wasn't getting coordinates till I turned off ublock

  10. comment
    Comment #14091651

    Backpack features even numbers along with 0 in positions they show up on a keypad. Interesting writing on the floss, deodorant, hair dye, perfume, and id bracelet as well

  11. comment
  12. comment
    Comment #14083340

    "We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil. Yet we should not pass up our opportunities in that critical …

  13. comment
    Comment #14047966

    It's still safer and cheaper than a DUI* or worse. For many people, as long as it is convenient, those benefits are enough

  14. comment
    Comment #14015035

    The idea is that it makes software engineering across an organization much simpler if your language is minimal and eschews magic or complex constructs

  15. comment
    Comment #14015028

    Go's concurrency model is based on CSP [0] and the previous languages Rob Pike worked on that were also heavily influenced by CSP. [0] https://en.wikipedia.org/wiki/Communicating_s…

  16. comment
    Comment #14010538

    I would suggest https://raft.github.io/ That has a nice, interactive visualization along with links to the paper itself, implementations, and talks about raft.

  17. comment
    Comment #13982660

    As I have my daytime f.lux setting at 5500k, I don't plan to change over. I prefer to have the blue light reduced slightly all the time

  18. comment
    Comment #13972356

    For Go, people use either the standard library or third-party routers, etc. glued together That being said, buffalo is getting pretty popular. http://gobuffalo.io/docs/getting-star…

  19. comment
    Comment #13972227

    runc is lower level. Docker uses runc under the hood to run each individual container, and rkt is somewhere in the middle as far as features go http://jvns.ca/blog/2016/10/02/i-jus…

  20. comment
    Comment #13953568

    Here's a blog post from Rob Pike about the design philosophies inherent in Go, and how that affected adoption from C/C++ developers vs. Python, Ruby, etc. https://commandcenter.blo…

  21. comment
    Comment #13953493

    I haven't used Elm yet, but if you like it, check out the language it is implemented in, Haskell

  22. comment
    Comment #13938438

    A lot of it boils down to making it easier for developers to work with each other, rather than any technological benefit. The less magic that happens and the more code that is comm…

  23. comment
    Comment #13938425

    AFAIK (although I could be wrong about this) the typical 'five' languages used at Google are not specifically for servers. I have heard they are Javascript, Java, Python, Go, and C…

  24. comment
  25. comment
    Comment #13938190

    I am not an expert in this, but I would say they are domain-specific. Time series databases I hear about are Prometheus[0] and InfluxDB's offerings[1], both meant specifically for …