Live data from Hacker News

Poll: Was one of your parents a programmer?

news.ycombinator.com

21–30 of 68 posts

Re: Poll: Was one of your parents a programmer?

#22
My father is from the high tech of the previous generation: radio and electronics. If it can get a signal from A to B, he's done something with it. Radio, microwave, copper, fibre optic, satellite and probably a bunch of other things I don't know about. He's worked in remote parts of Australia, Indonesia, Malaysia, Russia and Antarctica.

I imagine that in a different place and time he'd have been a steam engineer. In yet another time and place: a computer engineer. But he was born when radio was king, before electrical engineering was a university-degree bearing profession instead of a trade.

Re: Poll: Was one of your parents a programmer?

#24
It might be interesting to collect this data by age ranges, the probability to have a programming parent shrinks if you are older because less people programmed back than. I wonder how many people younger than me (24) learned it from their parents.

I started programming when I was around 12 to script computer games. I struggled with the scripting environment of one of them, misunderstood the mention that it had a "c-like syntax", bought my first book about C and the rest is history ;)

Re: Poll: Was one of your parents a programmer?

#25
My dad was a self-taught programmer (he was a chemical engineer and loved to learn new things). I started by playing games on our Apple IIe (with a tape drive and 114k of RAM!), then typing in games from magazines, then tweaking those games to work the way I wanted.

When I was 15 I got a job at a gas station and built a service reminder system for them, based on some software my dad wrote. I had to replace about half of his code, so it probably would have been faster to start from scratch but I didn't have the confidence to do that at that time. I got a little help from my dad, but not much.

Most of my friends were geeks (we played D&D at lunch in the math wing of our high school, and most of us were in the band) but only one of them became a programmer as a career.

Re: Poll: Was one of your parents a programmer?

#26

Both parents were programmers. Mom has been retired since before I was born, Dad is still working as a DBA nearing retirement. My brother and I are both employed as programmers, and my sister is due to graduate this summer with a CS degree.

You must have great Christmas dinners!

Re: Poll: Was one of your parents a programmer?

#27
I'm surprised by this poster, not at all surprised by the results. I thought my experience was pretty standard, and the results seem to indicate that. My dad had an Apple IIe and a Dos machine while I was growing up, and I quickly surpassed his (very limited) technical knowledge once we moved up to the DOS box. Everything else was self taught. A lot of my skills I never remember learning - I just grew up always on the computer.

In fact, if being a programmer was his job, I'd probably be turned off by it. I remember a friend of mine had a dad who was a programmer, but while the kids were all pretty good with the computer I never remember him teaching them things as such - in fact, I turned this friend on to a lot of game creation engines, etc. myself.

Re: Poll: Was one of your parents a programmer?

#28
I was totally hooked to computers once I played Civilization 1 on PC the first time at my cousin place (I was 13 then).

As my cousin lived 1000 km away from me, I had to get my own machine. The next year I got myself a computer and quite soon I started programming. It's just something magical about the power to command something that fully obeys without question and provides endless possibilities.

ps.: no one else around me even had a computer back than.

Re: Poll: Was one of your parents a programmer?

#29
No one mentored me when I started programming. We had Internet fairly early so I looked into how to make my own website. This taught me HTML (no CSS back then!) and some basic PHP. Then I became interested in game programming (I was still a kid after all) and entered the world of "real" programming: C++, the Win32 API (urghhh) and OpenGL.

My dad studied electrical engineering at the Navy and had a library of study books that I never bothered to look into. One day, one or two years after I got into C++, I decided to have a look. Surprisingly, I found some really interesting CS books, amongst others the OS book by Tanenbaum, with the full source code of Minix printed at the end of the book (12,000 lines of code iirc).

Re: Poll: Was one of your parents a programmer?

#30
My dad is, but after trying to teach me basic declared that "this child will never be any good with computers". I left home to become a professional dancer. It wasn't until I was in my early 20s I started learning Perl - I wanted to build a guestbook, like everyone with a website in 1997. So I wasn't mentored by anyone, I just taught myself with the Camel book and asked questions on usenet when I got stuck.

This is the method by which I still learn new things. Get a good book (or online tutorial). Ask questions.

Post reply on HN