Hacker News new | ask | show | jobs
by hirenj 1866 days ago
I do molecular biology full time, but I truly believe that I learnt the skills I need to do this in my first project where I took over a several thousand line perl web app. The developer had been extremely clever with his use of tricks, which made debugging and reverse engineering a massive challenge. I often needed to internalise the state of the whole app to reason about why things were going wrong.

Those skills have served me well in my current work in debugging biological systems, where the organisms responsible for all these “clever” hacks are long gone, and all we’re left with is a system that often doesn’t boot back up after a crash.

1 comments

How would a software dev get into doing molecular biology?
Probably a masters program / PhD if you’ve got a compelling argument as to why you would be a good candidate.
I'd add that you need to do the homework first: If you can adequately formulate and articulate the problem that the lab is solving, and that one cool trick you have that can solve it, that's already a great signal that you would work well (Chances are your trick won't work, but that's only because biology is merciless).