Live data from Hacker News

Lessons from Building and Scaling Reddit's Ad Serving Platform with Go

about.sourcegraph.com

1–10 of 132 posts

Re: Lessons from Building and Scaling Reddit's Ad Serving Platform with Go

#7
Cool. Maybe these guys should get in touch with the redesign guys and get them fired. Also fire any executive that thought it was a good idea.

Because all the hard work to serve ads more efficiently goes to waste when the site is a mess and unusable.

Re: Lessons from Building and Scaling Reddit's Ad Serving Platform with Go

#8

i will add to not use the default http.Client/Server, poor performance, instead use fasthttp

I like my HTTP package to actually speak as good an approximation of HTTP as it can, so fasthttp wouldn't be my first option.

Furthermore, the HTTP stack doesn't show up on most web servers' profiles. net/http is better understood by the community, interoperates with libraries better (e.g. golang.org/x/oauth2), and is better supported.

Use net/http.

Re: Lessons from Building and Scaling Reddit's Ad Serving Platform with Go

#9
A means for rapidly selecting and loading an advert which will then be blocked by the users' browser.

(Although even without adblock, are there actually all that many overt ads on Reddit, other than the sidebar ad which nearly always is an ad for a different subreddit?)

Re: Lessons from Building and Scaling Reddit's Ad Serving Platform with Go

#10
post #9

A means for rapidly selecting and loading an advert which will then be blocked by the users' browser. (Although even without adblock, are there actually all that many overt ads on Reddit, other than the sidebar ad which nearly always is an ad for a different subreddit?)

"rapidly blocked" :P
Post reply on HN