Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
AaronBBrown
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
AaronBBrown
2y ago
In busy systems, GOMAXPROCS=cpu.limits will still lead to the process exceeding its cfs quota and be throttled as the Go runtime has additional threads beyond just GOMAXPROCS. IME, the only way to (nearly) guarantee there's no throttli
2.
▲
by
AaronBBrown
4y ago
The truth is that most "big data" problems aren't big and can often be solved with awk and xargs.
3.
▲
by
AaronBBrown
4y ago
Clicked expecting this to be about the history ( https://officialrealbook.com/history/ ) of jazz fake books, which eventually evolved into the Real Book!
4.
▲
by
AaronBBrown
4y ago
I remember the pure magic of playing Sierra games after adding a Sound Blaster. Dr Sbaitso was also a hoot.
5.
▲
by
AaronBBrown
4y ago
This is a design flaw in Kubernetes. The article doesn't really explain what's happening though. The real problem is that there is no synchronization between the ingress controller (which manages the ingress software configuration
6.
▲
by
AaronBBrown
6y ago
Right out of Dvorak Symphony 9!
7.
▲
Debugging Network Stalls on Kubernetes
(github.blog)
40 points
by
AaronBBrown
7y ago
|
1 comments
8.
▲
by
AaronBBrown
9y ago
Hey, this is Aaron from GitHub. We're using devicemapper w/ LVM backed pools. Would love to hear about your experience there. We definitely see this problem during periods of high container churn.
9.
▲
by
AaronBBrown
10y ago
iTerm works with Cmd-[0-9] just fine.
10.
▲
by
AaronBBrown
10y ago
Have you tried `hub`? https://github.com/github/hub ~/src/bar (foo =)$ hub pull-request https://github.com/foo/bar/pull/5 There is also `hub fork` and others:
11.
▲
by
AaronBBrown
10y ago
With close to a decade of remote work experience under my belt at companies that are more than 50% remote (GitHub) down to being the only remote guy, I have concluded that some things are best left in the physical world... There is an actua
12.
▲
by
AaronBBrown
11y ago
I have had 3 Ecobee thermostats in my house for over 3 years. They have been extremely reliable and have an API, so I can do all sorts of fun stuff with them. Right now I'm working on hooking them up so my themostats change settings
13.
▲
by
AaronBBrown
11y ago
And all of the config management tools have a comparable concept. Ansible 2.0 has 16 levels of variable precedence, Puppet has hiera which gives you arbitrary levels of precedence, and Chef has attributes, of which there are 11-15, dependi
14.
▲
by
AaronBBrown
11y ago
To make this a fair comparison, you should be comparing chef-solo (or chef-zero) deployments to Ansible since the closet thing Ansible has to a dynamic source of truth is dynamic inventories. But we'll table the discussion of whether
15.
▲
by
AaronBBrown
11y ago
In what way is attribute precedence over-engineered? You can ignore most of it for most cases and just use default for everything, but when you need it, it's there for you. I don't see how it's more or less simple than what
16.
▲
by
AaronBBrown
11y ago
in what way is Chef over-engineered?
17.
▲
Pants Required: Staying Productive While Working Remotely
(medium.com)
2 points
by
AaronBBrown
11y ago
|
0 comments
18.
▲
by
AaronBBrown
11y ago
It's not a schooner, it's a sailboat!
19.
▲
Pants Required: Staying Productive While Working Remotely
(blog.9minutesnooze.com)
4 points
by
AaronBBrown
11y ago
|
0 comments
20.
▲
by
AaronBBrown
11y ago
By now, I have spent more than half of my 15+ year professional career as a remote employee. My first job, back in 2000 was as a developer working for a Boston-based company from my apartment in upstate NY. We exchanged source code via CD
21.
▲
by
AaronBBrown
11y ago
I am brand new to Go am trying to learn it together with my bright, but young (6 year old) son. Can anyone recommend some good introductory resources for to better learn the basic concepts and scoring? While general gameplay seems relativ
22.
▲
by
AaronBBrown
11y ago
The second part of your question is a big part of the answer...an IRC server needs to be well tended in order to support the features that people want. I run a Technical Operations (DevOps, SysEng, whatever you want to call it) team...the l
23.
▲
by
AaronBBrown
12y ago
Unless I'm currently unemployed, if someone asked me to do this I would politely say, "thank you, but no thank you." It has been my experience that there are oodles of development and operations jobs out there and not enough
24.
▲
by
AaronBBrown
12y ago
This is why I purchased an ecobee (www.ecobee.com) instead of Nest, despite the obviously superior interface provided by Nest.
25.
▲
by
AaronBBrown
12y ago
Strictly speaking they are 16 bytes when stored as binary, which sounds grat, but when represented as strings (as they usually are) they are 36 characters which is 36-bytes in ASCII, but 108(!) bytes in 3-byte unicode. So, in practice they
26.
▲
by
AaronBBrown
12y ago
I was half expecting this to be about Apache Kafka.
27.
▲
by
AaronBBrown
12y ago
What language would you write it in?
28.
▲
by
AaronBBrown
12y ago
All decent musicians adjust every note on every instrument (where possible) in order to be in tune with themselves and the others they are performing with. Musicians that don't do this quickly find themselves out of a job (or making m
29.
▲
by
AaronBBrown
13y ago
I went with ecobee thermostats (ecobee.com) because it already has a rich API. It doesn't have motion detection like Nest, but it does have a very useful web interface and a decent app for iPhone and Android. Since I work from home a
30.
▲
by
AaronBBrown
13y ago
That is an implementation problem. The behavior is still incorrect. MySQL manages to do this correctly, so it's clearly not impossible. I can't come up with any other conclusion except that transaction isolation in pg is fundament
More ›