Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
psiclops
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
psiclops
9y ago
previous discussion: https://news.ycombinator.com/item?id=10981616
2.
▲
Best Redis Issue
(github.com)
4 points
by
psiclops
9y ago
|
0 comments
3.
▲
Being Socially Awkward Is Actually Awesome, According to Science
(time.com)
3 points
by
psiclops
9y ago
|
0 comments
4.
▲
by
psiclops
9y ago
AFAIK the early go versions of docker used LXC underneath, but that was ~3+ years ago
5.
▲
by
psiclops
9y ago
Last part of your comment reminds me of the birth & death of javascript [0] [0] https://www.destroyallsoftware.com/talks/the-birth-and-death...
6.
▲
by
psiclops
9y ago
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 production servers.
7.
▲
by
psiclops
9y ago
Yeah I wasn't getting coordinates till I turned off ublock
8.
▲
by
psiclops
9y ago
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
9.
▲
by
psiclops
9y ago
"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 3%" I'd say picking a platform is not, as it
10.
▲
by
psiclops
9y ago
It's still safer and cheaper than a DUI* or worse. For many people, as long as it is convenient, those benefits are enough
11.
▲
by
psiclops
9y ago
The idea is that it makes software engineering across an organization much simpler if your language is minimal and eschews magic or complex constructs
12.
▲
by
psiclops
9y ago
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_sequential_proce...
13.
▲
by
psiclops
9y ago
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.
14.
▲
by
psiclops
9y ago
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
15.
▲
by
psiclops
9y ago
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-started
16.
▲
by
psiclops
9y ago
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-just-want-to-run-a-containe
17.
▲
by
psiclops
9y ago
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.blogspot.com/2012/06/less-i
18.
▲
by
psiclops
9y ago
I haven't used Elm yet, but if you like it, check out the language it is implemented in, Haskell
19.
▲
by
psiclops
9y ago
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 commonly used by all developers, the easier it is for others to
20.
▲
by
psiclops
9y ago
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++
21.
▲
by
psiclops
9y ago
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 monitoring something over time, hence the name. [0] ht
22.
▲
Ask HN: Resources for learning C++11/14*?
2 points
by
psiclops
9y ago
|
0 comments
23.
▲
by
psiclops
10y ago
Javascript
24.
▲
by
psiclops
10y ago
I post this pretty often when the conversation of design choices behind Go comes up. [0] There is definitely a heavy C and Plan 9 influence on it. [0] https://commandcenter.blogspot.com/2012/06/less-is-exponenti...
25.
▲
Ask HN: Python 2 or 3 for Data Science?
2 points
by
psiclops
10y ago
|
0 comments
26.
▲
by
psiclops
10y ago
I prefer medium to high contrast. If it gets too low, it gets hard to read.
27.
▲
How to Be More Productive Even If It Kills You
(fortune.com)
1 points
by
psiclops
10y ago
|
0 comments
28.
▲
by
psiclops
10y ago
Rob Pike has a great blog post that talks about the creation of Go and expected adoption vs where many of them ended up migrating from https://commandcenter.blogspot.com/2012/06/less-is-exponenti...
29.
▲
by
psiclops
10y ago
Go is verbose. There is a lot of thought behind that, but that is an intentional design aspect of the language. Personally I would not use gin, either net/http, gorilla/mux, or httprouter are solid choices
30.
▲
Background Tabs in Chrome 57
(developers.google.com)
4 points
by
psiclops
10y ago
|
0 comments
More ›