Live data from Hacker News

Ask HN: What tips do you have for interns?

news.ycombinator.com

11–15 of 15 posts

Re: Ask HN: What tips do you have for interns?

#11
"Strongly dislike", it's not like any rational person waits in the wings with mallet to abuse someone for being new. :) If you do face a culture of blame (like playing an online game) your office culture probably is a bad fit. Never work with assholes. It's never worth it.

Study their workflow and design process well. Learn DVCS (git, hg) very well and the best practices that come with it (especially branching).

Once you have branching down, you can create your own branches without affecting their work.

Never use --force.

That makes is basically impossible for you to be a headache.

Use local databases only for testing/dev. Make sure you have a development server ready that's ok to wipe at will (so other devs don't cry about it).

Re: Ask HN: What tips do you have for interns?

#12
post #11

"Strongly dislike", it's not like any rational person waits in the wings with mallet to abuse someone for being new. :) If you do face a culture of blame (like playing an online game) your office culture probably is a bad fit. Never work with assholes. It's never worth it. Study their workflow and design process well. Learn DVCS (git, hg) very well and the best practices that come with it (especially branching). Once…

I meant it more in a way of things that people think but don't say, not actual abuse. My office is really a great one, but everyone has thoughts to themselves and I want to hear what those thoughts might be.

Re: Ask HN: What tips do you have for interns?

#13
post #2

Volunteer for challenging work that is not slated for you, when possible. Keep an open mind and be humble when viewing the work of your more experienced colleagues. You will see things that will seem downright silly to you, but you have to consider that there was probably a very good reason for why something was done the way it was.

Sometimes not even challenging work, but sometimes menial work that is below others.

Every internship I have had, I was with a team that tried to give me the best experience I could, and never gave me boring or menial tasks just because I was the intern. In fact they actively avoided doing so and did these things themselves.

On my first internship there was a task that came in. As part of a security audit, we had to verify that all ssh keys that had access to sensitive infrastructure. That had to be done by hand, by running around and finding these people and checking their keys manually, which was nearly a days work. I volunteered to do it, as really that's the sort of stuff that I should be doing as it would be wasteful for the others to be spending their time on it.

Things like that got me a lot of respect. As an intern, you need to make the lives of those you work with easier. If this means occasionally taking some menial work or writing scripts to automate their tasks.

Re: Ask HN: What tips do you have for interns?

#14
post #8
post #7

I'm an intern right now and these are some things I'm trying to do: 1) Work - we're young right now and don't have too many commitments so why not put in some extra time to excel at your main project and even take up some side projects. It's okay to stay in the office later than most other older engineers. 2) Networking/Side projects - talk to other people in the firms, see what they're working on and offer help if n…

All really useful information, do you ever get imposter syndrome? If so, what helps you overcome it?

Every day man. I tend to try to work more because I feel weird about being compensated for the work that I do. I guess just keep working hard and challenging yourself every day, and do as much as possible.

Re: Ask HN: What tips do you have for interns?

#15
post #8

Earlier quoted context omitted.

All really useful information, do you ever get imposter syndrome? If so, what helps you overcome it?

Every day man. I tend to try to work more because I feel weird about being compensated for the work that I do. I guess just keep working hard and challenging yourself every day, and do as much as possible.

Glad to know that someone else feels exactly the same as I do with work. You're not alone on this one.
Post reply on HN