Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
maplebed
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
maplebed
8y ago
There are a number of articles on this topic coming from the perspective of martial arts rather than music. Start at http://codekata.com and you’ll find good articles. (Note - I am not associated with codekata; just find the ide
2.
▲
by
maplebed
9y ago
For the curious, the first failure I saw was at 13:15UTC and the last was 14:59UTC.
3.
▲
Dynamic sampling for high volume traffic with code
(honeycomb.io)
3 points
by
maplebed
10y ago
|
0 comments
4.
▲
Using Sampling to deal with instrumentation in high volume services
(honeycomb.io)
2 points
by
maplebed
10y ago
|
0 comments
5.
▲
by
maplebed
10y ago
Yup! It's hard! All the things you point out are right on. We don't have the visualizations for histograms yet (though you can chart specific percentiles), but for the reasons you mention, Honeycomb is perfectly suited to give you
6.
▲
by
maplebed
10y ago
Are you a plant? It must just be coincidence that the second post in the series is titled "measuring capacity." :) https://honeycomb.io/blog/2017/01/instrumentation-measuring-... (bias alert - I w
7.
▲
by
maplebed
10y ago
By creating events that contain both the duration of the request and whether it succeeded, you can create graphs that show you the detail you need. Unless you include those data together at the beginning, it will be impossible to tease them
8.
▲
by
maplebed
10y ago
Nice to see that 36 years later they're writing the same thing. https://www.nytimes.com/2017/01/21/us/san-francisco-children... "San Francisco Asks: Where Have All the Children Gone?"
9.
▲
by
maplebed
10y ago
Once you have your report card, don't forget to revoke access. https://github.com/settings/applications
10.
▲
by
maplebed
12y ago
[nit] Daniel-san
11.
▲
The Broken App Store
(medium.com)
4 points
by
maplebed
12y ago
|
0 comments
12.
▲
by
maplebed
12y ago
Though there's no answer in the video, the classic demonstration of TMS (Transcranial Magnetic Stimulation) you'll find in an intro to brain imaging class is to trigger sections of brain containing the motor neurons. This creates
13.
▲
by
maplebed
12y ago
As a tech worker who is more focused on the back end than the visible product, I have found a very low correlation between my belief in the product and my satisfaction with the job. I find that my job is pretty much the same regardless of t
14.
▲
Facebook developer conference F8 registration is open
(fbf8.com)
4 points
by
maplebed
13y ago
|
0 comments
15.
▲
How to lose and recover your blog in 30 minutes
(antirez.com)
95 points
by
maplebed
13y ago
|
30 comments
16.
▲
by
maplebed
13y ago
My two favorite parts of this article: the author lives in New York and "Don’t let people merge in front of you, ever." Now I understand New York drivers!
17.
▲
by
maplebed
13y ago
No, I took a different approach. Any normal cron job that wants to be run only once (per cluster) grabs a zookeeper lock. Those that fail to acquire the lock exit and try again during the next interval. This is implemented with a wrapper ar
18.
▲
by
maplebed
13y ago
I chose Zookeeper to achieve this same goal a while ago (before I heard of etcd). I have been pleasantly surprised at how useful having a coordination service is in my infrastructure in addition to a configuration management service. Becau
19.
▲
Parse Developer Day Conference launches five new products
(blog.parse.com)
6 points
by
maplebed
13y ago
|
0 comments
20.
▲
by
maplebed
13y ago
I've used monit since forever, but have really come to like runit more recently.
21.
▲
by
maplebed
14y ago
Having a minor in CS means I understand conversations about algorithmic complexity, have experience with parsers, can discuss data structure analysis, and all those other things that you don't learn when you learn a language. Computer Scie