My short bio: I live on the upper east side in New York City. I grew up in the north of Israel. I also lived through the Argentine economic crisis of 1999 – 2002. Fun times.

I've been working at Stack Overflow for over 2 years now. You can learn more about my time there on our company blog.

If your are curious, you can find out more about me on my personal blog

edit: I'm running to a singing class I've started taking. Be back in about an hour to answer more questions.

update #2: I've answered a few more questions. I'm taking a break (life/work balance) and will be out most of the afternoon to do normal life stuff (drink espresso!), with maybe a few breaks where I will attempt to answer questions from an iPad Mini.

update #3 @537.beats (Swatch Internet Time) on Sunday, September 20 Some great questions and content here folks. High fives all around.

My Proof:

Look at my twitter handle (which is @arie_speaks) on this page. See that? Okay, I'm going to tweet about this AMA in a few minutes.

Comments: 800 • Responses: 11  • Date: 

KinOfMany1059 karma

Where do you copy-paste your code from?

diablosnuevos488 karma

Like most developers, I copy and paste it from other parts of our internal code repository. Unlike some, I usually critically evaluate if the piece of code actually makes sense for what I need it and just pull the parts I need.

This is more common when I'm working on a new technology stack, since I learn best by seeing lots of examples (and most humans and computers do). It doesn't always happen if there is a deadline I've imposed on myself and I just want to SHIP IT. Every situation requires a different optimization.

Oh yeah, and this little site called Stack Overflow. I hear it's great for copying code since it's all under the cc-wiki - with attribution required license. If you actually bother to answer people's questions, you get points too!

ebolapocalypse487 karma

has the Team at StackOverflow ever seek help from others on StackOverflow for issues on StackOverflow? if yes did you guys consider hiring that person?

diablosnuevos364 karma

TL;DR on wokring at Stack Yes, if a candidate has a really strong Stack Overflow profile, it can definitely increase his or her chances of getting an interview at Stack Overflow. But it’s only one factor out of many.

On our developers using Stack:

The reason Stack Overflow is so great and so helpful is that the community makes it a great place to be (despite the ocassional grumpy programmer). Our developers were also users on the site since day one (naturally), so we’ve always used Stack Overflow to build Stack Overflow which is why Stack Overflow is awesome (this may feel like a tautology, but it makes sense if you think about it for a bit). I think I’ve seen screenshots where Jarrod Dixon or Geoff Douglas asked questions about .NET and C# back when Stack Overflow was still wearing diapers. (Not sure exactly what specifically it was - I would have to dig through a lot of chat history for this)

The point is that by sharing our programming knowledge with others, we avoid wasting time on quirky bugs, tech idiosyncrasies, or simply the lack of documentation and knowledge around new technologies. (Some people are naturally curious about those things, and they use Stack Overflow to explore those interests by answering other people’s questions) We have some interesting stats about how many people the community has helped on Stack Overflow.

To fully answer your working at Stack Overflow question:

A lot of reputation on Stack Overflow is a public artifact, just like an open source project or a great blog; however, it is not a sufficient condition to work here. There are other factors that come into play: 1) Is their application properly written and targeted to our company. 2) How many years of experience does she or he have? 3) Do they have a deep knowledge of certain technologies (as opposed to just a high-level understanding of a language/APIs) 4) Is the candidate passionate about programming? 5) Does the candidate get things done?

Sure, we would hire Jon Skeet if he were interested.

FallingApple174 karma

What's the hardest bug you've had to fix?

Tabs or spaces?

Vi, emacs, other?

diablosnuevos244 karma

Hmmm.... I have to say I don't have any super impressive stories like you find on the Daily WTF where some source of electromagnetic interference on a wire under a floor causes your printer to fail.

Most of my professional experience has been dealing with buggy and mediocre third-party code (much of it on iOS, a lot of it dealing with ads or some video platform). When mobile was just gaining momentum in 2010, most open source and third party libraries were pretty buggy.

Oftentimes my work involved getting around iOS quirks, usually by some magical incantation of dispatch_asnych() (or performSelector: before GCD).

But, since you wanted a story:

There has been one instance of a bug report where a customer was being redirected, logged out, and sent back to our login page. I spent a considerable amount of time with our sales support team trying to isolate it down to one variable (so: try a different laptop, try internet at home and a work, disable VON, new careers account...) but still haven't found an explanation. I'm still theorizing if someone at her workplace modified something on both her work and personal laptop or if it's some malware.

Or aliens. Probably just aliens.

Tabbbbs all the way My current favorite setup is Sublime + the Kinesis Contoured Keyboard + Sony MDR 7506 while standing and listening to classical music (or whatever I'm optimizing for -- classical for concentration, EDM for getting stuff done)

FallingApple10 karma

You mentioned iOS on your blog post too.

I got a little sick of working within the iOS ecosystem. (One can only drink the kool aid for so long).

Do you think it's an iOS specific thing, or is that just because it's mostly what you've worked on?

Tabbbbs all the way

As it should be!

Nice little setup you've got there.

Thanks for the detailed reply and good luck with the bug, those are the worst kind.

diablosnuevos11 karma

Regarding your question: It was a combination of two things -- having worked on iOS for over 4 years and wanting a break; also, I wanted to work on a different project so I could learn more about different parts of Stack Overflow and meet new people.

lucuma132 karma

What was the most surprising aspect of Stack Overflow's backend architecture for you?

diablosnuevos236 karma

How efficiently we run our web stack for the amount of traffic we serve — ~148 million requests in 24 hours (and that’s a November of 2013 stat). Once you remove a layer of redundancy (a "backup" copy of every box and router), we only need:

2 SQL servers (SO is on one, everything else on another) 2 Web Servers 1 Redis Server 1 Tag Engine server 1 elasticsearch server 1 Load balancer 1 Network 1 ASA 1 Router

Source: I was aware of most of this, but I took this from Nick Craver's blog.

andreasd48 karma

It's not 148 billiion requests, but 148 million HTTP requests. Just if you, as I did, wonder why the number was that big.

diablosnuevos61 karma

Whoops, my bad. That was actually just a typo. I did read the number as 1 followed by 6 zeros, but I haven't slept much lately. [tag:status-fixed]

sodapoprules106 karma

What does your work life balance look like? Are you constantly around technology, playing sports,frolicking outdoors, etc.. ?

diablosnuevos156 karma

This is a GREAT question, and something we talk a lot about as employees at Stack Overflow.

TL;DR Life / Work balance (note the order) is generally good, but as you get better, you spend more time doing work that you enjoy.

I have a really, really flexible schedule, but of course your mileage depending on the season (Am I building a new proudct? Am I paying technical debt? Did I just ship a big new feature?). I used to work a steady average of 40 hours a week, but lately I'm working a little longer because I enjoy what I do so much. I also play the guitar and drums, and I've started taking singing lessons with Jim Fredericks.

I'm married and try to spend quite a bit of time with my wife, who also works full-time. We love to cook and do that several nights a week.

I run up the east river a lot. Exercising makes a big difference mentally and physically. This is something most productivity people (say, Tim Ferris) know and preach about, yet most people find really hard to get in the habit of.

I think the longer you do something, you learn to become more effective, productive, and leverage your time correctly. For example, I might work from home in the morning, avoid the morning rush hour of the subway/traffic, get in the office by 10am, answer some e-mails, and then really only start writing code after lunch (so around ~1PM). This works because I eliminate distractions earlier in the day, so I can really focus in the afternoon. It’s mostly about being organized and engineering your day to be effective AND efficient (these are different). All the little things make a big difference in the end, just like in programming.

fir3shark80 karma

People go to stackoverflow when their app is down and they can't fix it. Where would you go if SO is down? O.o

Jace_The_Masturbator111 karma

well seeing as he works at SO he could just manually query the database on the server it's on xD

diablosnuevos117 karma

Yup, we can do this. But querying and searching are different, so it's not the best user experience. We should setup an internal instance in case of emergency.

blindmanLICKS78 karma

If a developer relies on StackOverflow to do their job, do you think that makes them a bad developer?

diablosnuevos109 karma

Not at all. Stack Overflow is a great tool for people who are new to programming; more seasoned developers who are looking to sharpen their skills; as well as professionals looking to create an online presence. It's just like any other learning tool -- if you rely on it too much, it could become a crutch - but that's up to you.

Most developers naturally will rely on it less and less as they become comfortable with the language/technology stack.

lokoom35 karma

How have you moved to USA? I live in Israel also and I'm curious how you've done that. Could a degree help? In October I'm starting a degree in CS. Is there an importance where I learn? And could you give me some advice please about my studies/future?

diablosnuevos54 karma

I moved to the USA from Argentina because my parents were able to get an H1-B visa as ESL teachers. If you are a great software developer, have good communication skills, and a great online portfolio, most companies can sponsor you and pay your legal fees. Sometimes it's easier when you come here for a few months or a tourist visa and network. Sometimes you can do it remotely if you know the right people and companies. Just don't be shy, and don't give up.

ebolapocalypse32 karma

is it true StackOverflow has done this data analysis which tells approximate time in which a question will be answered correctly in any tags/category?

diablosnuevos35 karma

I haven't heard of this, but it would be an interesting metric. If anybody would know, it would be Kevin Montrose, the lead on our Data team.