iposbeforehoes | 12 years ago | on: Ask HN: What would it take for you to switch to Python 3?
iposbeforehoes's comments
iposbeforehoes | 14 years ago
iposbeforehoes | 14 years ago | on: Ask HN: How much do recruiters make?
iposbeforehoes | 14 years ago | on: Ask HN: Career Change to something without computers
That is actually a natural progression for a lot of people in our field. I, personally, don't want to be a developer when I am 35, and I am already being tasked with more and more of the duties of the roles I mentioned above, and I like it. Have you been tasked with of the duties of other roles that are less development-oriented? Did you like it?
If your sole reason for wanting to switch really is your health issues, find out what professions leverage your previous technical knowledge, and further refine that list depending on which roles will work with your health issues. On a side note, it seems that most professional careers these days require that you sit a computer for long periods of times: lawyers, engineers of all fields, accountants, and finance professionals, etc. So keep that in mind.
Ultimately, you get one body, so make your health your first priority. And you only get one life so make sure you're doing what you want to do. Good luck.
iposbeforehoes | 14 years ago | on: What the NYC startup world needs (and doesn’t need)
While I don't know what the true "typical" start up salary in NYC, I'll give you my experience: I interviewed with 7 start ups, and 6 of the 7 were offering a nice chunk of equity and salaries over $100,000. If you can't live in NYC on 100k, you're doing something very wrong.
And, great article!
Seriously. I've programmed for 5 years, studied CS, and I really don't understand how to do it.
I have a Mac Book Pro Retina, so it ships with 2.7. I write Ruby in various versions via RVM, and I have no idea what version of Node I use, but I use it a lot.
Over the Holiday I decided to try to port some Node services to Python (mainly because they are analytics projects and I'd like to start using Python for analytics and "data science" ). And I struck out. Bad. Using Homebrew to install Python 3[.3] and no success with virtualenv and Pip. At best I get a pip-3.3 to install and crash anytime I try to install a package.
I would love to convert these services to Python 3. In fact, I'll regret not doing so. But at this point, it really isn't worth my time trying to figure it out. Once I accepted installing my packages via 2.7, I was able to convert the services (with tests!) over a long weekend.
I did a fair amount of research through Google and Stack Overflow, and each confirmed my suspicion that this process is shit.
I just saw a tweet by @holman where he described a friend saying 'how can ruby be such an easy language but be so hard to install?' And asserted that our industry still sucks (and in my opinion Ruby in any incarnation is infinitely easier than Python).
He is so right.