Hacker News new | ask | show | jobs
by nnmg 1912 days ago
I totally agree and had a very similar experience in graduate school. Writing about my experiences and things I had learned (technical and project management) had a huge impact on my ability to demonstrate my knowledge and is without a doubt why I quickly received two job offers before defending my phd (biology/neuroscience). I think papers are a really poor way to demonstrate the huge amounts of work you've done unless you stay in academia (and probably not even then).
1 comments

This is one thing I messed up during my grad school studies. Now that I have a "real job", getting the ball rolling on blogging about what I'm looking into / learning about is harder (although that is still a convenient excuse).

Thank goodness I have been meticulously keeping track of what I've learned in Org mode for years. I've just gotta dredge that old database for some blog posts (starting with why folks who are similar to me should really consider not going to grad school...).

I work on a well established, closed source, trade secrets style e-commerce site. I can never seem to think about anything I could write up that would not involve me reworking everything to be more general. I also think it would largely boil down to a Stack Overflow link. I am doing more management now, so that might make this problem a little easier to solve for me.
I had one of these blogs years ago and I found the questions I had to look up were great subjects for blog posts. Many of them wound up being pretty basic: thread safe singleton in java, sort a list, etc. This isn't a PhD thesis, it doesn't have to be profound, you're just trying to demonstrate you can write some code and communicate.
I don't think I did a good job of articulating my point. By the time I wash out all the domain specific stuff, I believe I am left with a post that is even less valuable than a link to a Stack Overflow discussion about the same issue. Does that make sense? What value am I adding to the world if I spend an hour typing up my thoughts on this and I could have just linked to SO? Also, my blog traffic is effectively 0 people. I don't think it is wrong for others to do so, it just isn't the right thing for me.

EDIT - sorry, I missed the fact that we are talking about producing a blog as a proof that I understand and think about programming in a certain way (e.g. as useful to people evaluating me)... You are absolutely right, then, and I withdraw my objection.

I am not currently looking for work but if I were, I think a blog focused on dev would be more valuable than my collection of half-baked github repos. Food for thought.

I’d be interested in hearing those considerations.
The pithy way I tell people is that they should only do a PhD if they can't NOT do a PhD, i.e. they feel so compelled to work on a specific thing and have found an advisor who will advise them but ultimately let them do their own thing to a great degree. The only other viable option is to find a tenure-track junior professor who really has their stuff together (including their work ethic and emotional intelligence; often the latter can be lacking).

One also has to consider the time cost of doing a PhD, and whether spending the equivalent time working would have gotten them further not only in career, but also salary. Between a) people who go from undergrad to a job and don't really keep pushing themselves, b) people who go to grad school to hopefully skip to a more interesting job post-PhD, and c) people who go from undergrad to a job but really push hard to learn new skills (e.g. presenting at conferences, blogging about it, etc), option C is generally leaps and bounds ahead of the other two.

A PhD is worth considering if the thing you're interested in most is not really used widely in industry (perhaps some PL stuff?).

Also, prospective PhD students need to consider that there is a very asymmetric relationship between advisor / advisee compared to a normal job. If my job starts treating me like dirt, I can tell them to shove it and quit ASAP because I know that my skills can get me another job in short order. With a PhD, it is almost impossible to quit a PhD and then pick it up again if you and your advisor have some sort of falling out; every future PhD position will look at the prior "failure" with suspicion, losing the nuance of issues besides the actual work that triggered the separation.

Basically you need to really understand why you want a PhD (and whether you could do better towards your ultimate career goal without it), and if that's a "yes" you need to really make sure you can get along with your advisor for years. A strong advisor can "compensate" for a weak student (i.e. get them through the program), and a strong student can compensate for a weak advisor (e.g. students who basically do their own thing from the get go, and have high-ranking perpetually absentee advisors who do more research bureaucracy than research and advise by way of ominous single-word emails), but if both are weak it's a recipe for disaster, and only the student gets hurt.

Getting a visa into a country via graduate studies is definitely a good reason (especially in the US it seems), but often an MS is sufficient (except if one tries to get in on the green-card fast-track via the O1 visa, which requires an exceptional PhD track record).

Really insightful, thank you