Earlier quoted context omitted.
Thanks! Do feel free to ask if you think of something :)
Actually I came to think of something but it's not an AMA kind of question but a Reddit question though. I just opted in to the profile beta literally less than an hour ago and I like it but I have a bug report [1] and a feature request / feedback [2] that I'd like to be seen by the specific people that work on the profile portion of Reddit. Who do I contact about that? Or was submitting it to /r/beta sufficient and…
The Evolution of Code Deploys at Reddit
11–20 of 32 posts
Re: The Evolution of Code Deploys at Reddit
#12Re: The Evolution of Code Deploys at Reddit
#13Earlier quoted context omitted.
> Do you find yourself browsing Reddit in your spare time or do you avoid it? I personally still spend plenty of time reading stuff on the site, both educational (r/askhistorians, various programming subreddits) and entertainment (r/popular). I'll definitely tend to avoid the more meta subreddits when not in a work mood though. > Do you ever find yourself spending whole days at work without being on the site because…
I'd like to pose a follow up question; as your role at the company has progressed, do you feel your day to day (collective you, the [a]'s) is less development oriented and more social management of the different issues that arise when a community gets that large?
Re: The Evolution of Code Deploys at Reddit
#14I've seen many projects in the 1-2 server range become messy nightmares as people obsessed with 2017-reddit style deployments.
Re: The Evolution of Code Deploys at Reddit
#15And, how do/did you provision new servers? By hand, or did you use something like Chef/Puppet?
Re: The Evolution of Code Deploys at Reddit
#16A question out of curiosity: why did you choose to write your deployment tools from scratch, instead of going with something like Jenkins? And, how do/did you provision new servers? By hand, or did you use something like Chef/Puppet?
Each step along the way was basically just a small modification on the system before. AFAIK Jenkins doesn't come with the ability to safely deploy code to hundreds of servers out of the box, so building out the systems to make that the case would've been more work than just adding to what existed and for unknown benefit.
> And, how do/did you provision new servers? By hand, or did you use something like Chef/Puppet?
We use puppet for configuration management. That's been the case for most stuff since early 2011 for context. There's a lot more detail in our semi-recent infra/ops AMA: https://www.reddit.com/r/sysadmin/comments/57ien6/were_reddi...
Re: The Evolution of Code Deploys at Reddit
#17It also says a lot about how basic deployment schemes are perfectly good at a reasonable scale. I've seen many projects in the 1-2 server range become messy nightmares as people obsessed with 2017-reddit style deployments.
Re: The Evolution of Code Deploys at Reddit
#18It also says a lot about how basic deployment schemes are perfectly good at a reasonable scale. I've seen many projects in the 1-2 server range become messy nightmares as people obsessed with 2017-reddit style deployments.
Re: The Evolution of Code Deploys at Reddit
#19Re: The Evolution of Code Deploys at Reddit
#20I think it's strange how little attention this got here on HN. Submitted by one of the Reddit admins even. I'd ask you to do an AMA but I have no questions and besides you lot are pretty good at answering questions whenever they come up anyway so.
Thanks! Do feel free to ask if you think of something :)