Turning into a hacker aged 27
41–50 of 79 posts
Re: Turning into a hacker aged 27
#42Earlier quoted context omitted.
Thanks for the tips. Question: why are you hopping around different languages?
Initially I started with Python because everyone told me it was the best intro to coding, which it was and I'm glad I did. But I want to be focused on the web, so I think it's important to know PHP (despite some people knocking it, it's still used on 75% of the world's web servers). The two languages I'm really focusing on now is Ruby and PHP. I want to get good with both. And if you want to do anything on the web, y…
Re: Turning into a hacker aged 27
#43I have huge respect for your drive and ambition, but there's something I just don't get (and it applies to many aspiring hackers/entrepreneurs, not just you). Why do you need a mentor? Why "cold emailing startups"? Why do you need somebody to "take you in"? Why not just hit the books and start hacking away? This isn't meant to be a personal attack on you by any means. I've noticed a huge movement toward "mentorship"…
I believe that it is a byproduct of increasing popularity of hacking bringing in a more diverse group of people and the lack of formal support structures / "good" trade schools for programming. Before the internet was pervasive, a self-study of Programming was for the curious tinkerer. Now that it is incredibly mainstream, we are seeing more people who are approaching programming as a means to an end, for whom the so…
Re: Turning into a hacker aged 27
#44I have huge respect for your drive and ambition, but there's something I just don't get (and it applies to many aspiring hackers/entrepreneurs, not just you). Why do you need a mentor? Why "cold emailing startups"? Why do you need somebody to "take you in"? Why not just hit the books and start hacking away? This isn't meant to be a personal attack on you by any means. I've noticed a huge movement toward "mentorship"…
Re: Turning into a hacker aged 27
#45I have huge respect for your drive and ambition, but there's something I just don't get (and it applies to many aspiring hackers/entrepreneurs, not just you). Why do you need a mentor? Why "cold emailing startups"? Why do you need somebody to "take you in"? Why not just hit the books and start hacking away? This isn't meant to be a personal attack on you by any means. I've noticed a huge movement toward "mentorship"…
Re: Turning into a hacker aged 27
#46I started learning how to code at 27 and am 29 now, still going strong. Frankly I wanted to do a web-startup, but realized that unless you can code, you're nerfed. Learning how to code completely free's you from being permanently stuck in "idea mode". The exception to that is if you have a lot of cash, and are willing to hire someone to build something for you. That's very expensive of course, since you're competing…
Even if you are hiring a programmer, it's still helpful to know how to code. You will be able explain your ideas and discuss the project intelligently.
Where it does help to know code is when you need to understand the programmer. If he or she can communicate clearly, then hang onto that person by any means necessary.
Within the law. No need to get all Buffalo Bill on him or her.
Re: Turning into a hacker aged 27
#47I saw a another post just like this on Quora. I wonder if its part of a larger trend?
Sign of a top in the bubble? I am considering the jump as well (from i-banking), and have been putting in a considerable amount of work, but part of me is worried the growth we have seen will come crashing down soon and opportunities will disappear. It is hard to give up a nice salary and job security, especially when a similar position is very difficult to return to if things don't work.
Re: Turning into a hacker aged 27
#48Re: Turning into a hacker aged 27
#49I'm 25 years old and I'm pretty much doing the same thing. Taking time off to work on my programming chops instead of jumping into another idea again as the "business guy". It sure beats spending six-figures getting an MBA or going to grad school these days... and I'm learning a ton. I'm absolutely loving it. I learned Python first, then learned how to use linux and emacs, played with firefox add-ons to learn Javascr…
Re: Turning into a hacker aged 27
#50Earlier quoted context omitted.
I believe that it is a byproduct of increasing popularity of hacking bringing in a more diverse group of people and the lack of formal support structures / "good" trade schools for programming. Before the internet was pervasive, a self-study of Programming was for the curious tinkerer. Now that it is incredibly mainstream, we are seeing more people who are approaching programming as a means to an end, for whom the so…
If programming is now attracting more mainstream interest as you said, I wonder if the pedagogy of disseminating programming knowledge will change. Will the educators (I can't think of a less formal word for this, but basically refers to anyone that wants to share knowledge, whether pros or amateurs) now approach teaching in a way that does not assume someone has been tinkering with Unix since they were 5, but instea…
for a direct example, compare the README.md in many GitHub projects to the pages on SourceForge.
We used to take for granted that you'd know how to get cvs, configure make and install for your system (and would understand architecture flags and so forth...) nowadays library authors (who in many ways are the "first educators" for their tech) are putting in more effort to make things as easy as "copy and paste this into your terminal to install."
That all said, it is kind of terrifying how many people are developing networked applications with only the most rudimentary understanding of networking...