Live data from Hacker News

Ask HN: How did your passion for computer stuff start?

news.ycombinator.com

31–38 of 38 posts

Re: Ask HN: How did your passion for computer stuff start?

#31
I fell in love with computers under serendipitous circumstances -- I was pretty lucky that I went to the only hackathon near me in my freshman year of high school. I ended up loving it so much (I made a meme generator at the event) that I wanted to create a hands-on coding club at my school, which only continued to fuel my love for code as I found a community of young coders when I started my school's chapter of Hack Club. After the club began, my peers at my school and I finally felt like we had a group of students excited about code and its impact, leading us to create many coding initiatives in our relatively under-served community.

After us, 3 other Hack Clubs popped up, and it's been magical to see them hosting school hackathons and summer camps. I really hope that this continues so we can show more students what pushed us into the wild coding world!

Re: Ask HN: How did your passion for computer stuff start?

#32
I've always been the kid who was into technical stuff. Before I was in elementary school, I would insist that my dad let me help put together my Hot Wheels tracks and such. On a rainy day when I was 8, I had locked myself in my room to avoid my family, and I was lucky to have a computer to myself there. I turned my focus for that day towards it, and I wondered how it worked, so I googled "How to code". The first result that came up at the time (circa 2006) was https://www.cprogramming.com/tutorial/c-tutorial.html, and an hour or two later, I had learned the basics of my first programming language.

I didn't really care that much about computers at the time, though. Over the years, I became a power user of Windows, iOS, and macOS, but I was way more into sports, particularly baseball. After a while, though, I became the fat kid that all the pitchers liked to hit, and when the pitchers started learning to throw 80 MPH fastballs in early high school, I decided I needed a new hobby. That's when I started getting serious about understanding code and becoming a developer.

I bounced around free tutorial after tutorial online, and I ended up with a solid understanding of how to make a static website. I saw a few ads between YouTube videos for a more cohesive online coding school called Treehouse, and they were running a promotion at the time where if you bought one of their pro subscriptions, they'd give one for a year for free to a public high school student. I thought to myself, "Hey, I'm a public high school student. I wonder how I can get on the receiving end of that?", and so after some googling, I found their CEO's email address, and asked him. He got me set up with that, and I've been hooked ever since. I taught myself everything from the web front-end to scripting languages like Python to mobile development. Nowadays I'm a moderator on their community forums, supporting myself as a freelance iOS/web developer.

In high school, I was also really into the technical clubs I had available to me. I went for the majority of my Junior year to a high school in suburban Philadelphia, where I joined the robotics club, which got pretty much all my attention and passion while I was there. There was also a computer science club there, too, which was part of the Hack Club family of high school coding clubs. I loved that club, too. It was a great time to stop worrying about the stresses of they day/week before, and just sit back and work and learn about code with other people who're into it. I enjoyed it so much that when I went back to my former high school in suburban Nashville for my Senior year, I started another Hack Club there, too. Since then, I've pretty well known what my life's passion is, and now I'm trying to use it to start a career.

Treehouse: https://teamtreehouse.com Hack Club: https://hackclub.com My website: https://hulet.tech

Re: Ask HN: How did your passion for computer stuff start?

#33

I've always been the kid who was into technical stuff. Before I was in elementary school, I would insist that my dad let me help put together my Hot Wheels tracks and such. On a rainy day when I was 8, I had locked myself in my room to avoid my family, and I was lucky to have a computer to myself there. I turned my focus for that day towards it, and I wondered how it worked, so I googled "How to code". The first resu…

Oh boy, treehouse... I did most of my girlfriend's treehouse training for her new job, the parts that weren't on google word-for-word. She's something of a legend at her company for finishing those CSS snd JavaScript modules so fast.

Re: Ask HN: How did your passion for computer stuff start?

#34
My parents moved house when I was around 11. I suspect as a result of the recent house-purchase my parents basically bought one christmas present for my two sisters and myself: A 48k ZX Spectrum home computer.

The computer came with ~10 casette-tapes, a casette-player for loading them, and the computer itself. Unfortunately the casette-player we received in our bundle was broken. Which meant that we couldn't load any games.

So I read the manual instead, and experimented with programming in BASIC. A week later, or so, (all the shops being closed around Christmas time in the UK back then), we had a working system. My sisters played games, and while I did too I was hooked on programming.

A few more details here:

https://blog.steve.fi/how_i_started_programming.html

Re: Ask HN: How did your passion for computer stuff start?

#35

Games

It's the gateway drug. Gaming (at least used to) gets you into save-file editing, then into modding, then into programming. Not to mention all the general IT fiddle-frigging that was involved in making games run, or fixing your PC after something went disastrously wrong with that, and you needed to get it back in a working state before the parents noticed that you'd broken the computer...

Yes, all of that, but particulairly because I want(ed) to make my own game(s). I actually took a detour via 3D modelling (Blender) for gaming and then becoming interested in writing my own Python scripts, so I learned how to code and forgot all about my original aspirations with Blender.

Re: Ask HN: How did your passion for computer stuff start?

#37

I grew up poor and didn't want to spend my adult life that way. So I got my hands on a used computer and some tools, and learned to code. I'm only in it for the money.

Didn't grow up poor, still in it for the money. Every other benefit that comes with it ( highly flexible workibg hours, intelectually teasing tasks) are just bonuses on top. Can't remember I ever wrote a line of code that hasn't been paid for (except whilst studying)

The one thing that pushed me to follow this path was a joy for pc gaming, an enthusiastic teacher and income per profession rankings showing that computer science pays quite well.

Re: Ask HN: How did your passion for computer stuff start?

#38

My fascination with computers started when I watched the movie Hackers (1995) [1]. I just liked the idea of the underdogs upping the ante over their well-funded bureaucrats and being smart and stubborn. Even though this was rather a bland movie (by today's standards), I appreciate the fact that this movie pushed me into the realms of software and computers in general. [1] https://www.imdb.com/title/tt0113243/

Hackers was one of the two movies that got me into development. The other was Antitrust (2001) [1]. I ended up taking AP Computer Programming in high school that year (back when it was C++) and had dreams of going to UIUC and starting a startup in the garage with my good friend.

[1] https://www.imdb.com/title/tt0218817/

Post reply on HN