Viewing profile — psiclops
psiclops
HN member- Joined
- Thu, May 26, 2016, 1:14 AM UTC
- HN karma
- 73
- Public activity
- 54 items
- HN profile
- View on Hacker News ↗
About psiclops
No profile information was provided.
Recent public activity
-
comment
Comment #14224636
previous discussion: https://news.ycombinator.com/item?id=10981616
- story
- story
- story
-
comment
Comment #14166576
AFAIK the early go versions of docker used LXC underneath, but that was ~3+ years ago
- comment
-
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...
-
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…
-
comment
Comment #14091734
Yeah I wasn't getting coordinates till I turned off ublock
-
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
- comment
-
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 …
-
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
-
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
-
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…
-
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.
-
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
-
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…
-
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…
-
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…
-
comment
Comment #13953493
I haven't used Elm yet, but if you like it, check out the language it is implemented in, Haskell
-
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…
-
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…
- comment
-
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 …