Live data from Hacker News

Ask HN: Must Read from ACM Library?

news.ycombinator.com

41–47 of 47 posts

Re: Ask HN: Must Read from ACM Library?

#41
post #30

Earlier quoted context omitted.

A couple weeks ago someone brought up High Frequency Trading and while in theory it didn’t tell me anything I didn’t already know, I’ve been chewing on the thesis of the linked article ever since: that the real trick to doing things quickly is to do them consistently. That variance causes far more kinds of practical problems than does average response time.

Slow is smooth; smooth is fast.

Indeed.

Re: Ask HN: Must Read from ACM Library?

#42
This is a good opportunity to remind folks that an ACM subscription is very affordable ($99/year; 25% off on first year [1]), and the benefits are more than worth it:

- Print and online "Communications of the ACM" magazine

- Safari Books subscription included - all 40,000 books (!)

- Online courses, webinars, special interest group conferences

- Full ACM Digital Library (only with the all-access membership option - $198)

[1] https://services.acm.org/public/qj/keep_inventing/qjprofm_co...

note: the promo code in the URL came on a Google search, and seems to give a 25% discount for first year (which is higher than on the site directly). I have no affiliation with ACM other than being a happy subscriber

Re: Ask HN: Must Read from ACM Library?

#43
https://queue.acm.org/detail.cfm?id=1814327 followed by http://varnish-cache.org/docs/trunk/phk/notes.html have completely transformed how I view and architect software. I basically started to strive to leave as much memory management as possible to the kernel thus not only simplifying my code but also making it behave better as citizens in the country that the operating system is, if you will.

Re: Ask HN: Must Read from ACM Library?

#44
post #29

My pick is Jeff Dean's The Tail At Scale (2013) [1]. If you're interested in performance of web services, it's very, very well-written and describes a counterintuitive (but crucial!) phenomenon: your p99.99 latency can drive the entire user experience because of head-of-line blocking. As microservice architectures have gotten more popular, this has only become more important. It's a fiendishly difficult problem to ge…

An argument I’ve had a few times and wish I didn’t: Yes, this situation only happens a small fraction of the time, but it happens exactly once to each user, and the first time they use it. It doesn’t matter what the stats say. The facts are that every user will see this problem and it will be their first experience with the feature .

In such situations I usually ask "whose percentile are we talking about ? the percentile of the latencies of the service or the percentile of the wait time of the user ?" Then I show that for many scenarios the percentile that the user experiences can be drastically different.

Re: Ask HN: Must Read from ACM Library?

#45
Communications of ACM Volume 37, Issue 7 July 1994

This was an issue that came around the time I was starting my dive into agents after reading [1] and it showed me my particular interest is a small part of what other people label the area.

1) https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.123...

Re: Ask HN: Must Read from ACM Library?

#46

This is a good opportunity to remind folks that an ACM subscription is very affordable ($99/year; 25% off on first year [1]), and the benefits are more than worth it: - Print and online "Communications of the ACM" magazine - Safari Books subscription included - all 40,000 books (!) - Online courses, webinars, special interest group conferences - Full ACM Digital Library (only with the all-access membership option - $…

The access to the Safari Books is alone worth it.
Post reply on HN