Live data from Hacker News

Ask HN: What sparked your interest in programming?

news.ycombinator.com

51–56 of 56 posts

Re: Ask HN: What sparked your interest in programming?

#51
I was really big into Counter-Strike (1.3-1.6).

Someone created two apps. Amytal would scrape Steam IDs to confirm what leagues the players were in. Bazbar would have a bot in IRC for #findscrim and allow us to chat with people.

Both apps could be run by sending commands from ingame chat.

It was awesome. Still no idea how they worked.

Re: Ask HN: What sparked your interest in programming?

#52
My dad was a programmer at Sperry Univac. Our scratch paper was 11 x 14 fanfold. He also brought home punched cards. I learned to read the holes (though not for punctuation characters). He had this laminated card with a list of assembly opcodes, what they did, and their time of execution. (I still remember that an add took 4 microseconds, and a multiply took 6).

Then our high school got TRS-80s in the computer lab. I borrowed the BASIC manual and read it while I was supposed to be paying attention in calculus. (It only took an hour. That's something to keep in mind when designing a language for kids to learn.) I already knew FORTRAN, but changing a FORTRAN program took a week (create a deck of cards, hand it off to a teacher, they took it off-site and ran it, and brought back the results). Whereas BASIC I could change in a minute. (Yeah, those who say that a REPL is a big deal? Instant feedback really does change things.)

Re: Ask HN: What sparked your interest in programming?

#54

I guess QBasic. Something about drawing a round face with two eyes using commands was just irresistible for me at one point in my life. Also nibbles.bas.

Nibbles.bas! You’ve just unlocked a forgotten memory for me. Wow! Great game that was. Takes me back to the Gem operating system days!

Re: Ask HN: What sparked your interest in programming?

#55
RPG Maker 1998. For weeks as an elementary school kid I hounded some hobbyist game dev forums about what the hell "variable" means, until an older member relented and tutored me.

I was doing simple things like custom spell animations and cut scenes. I built a few dungeon rpgs back then, and sought more and more powerful tools to make simple games, GML, and finding Java in highschool was my first experience with a "real" language.

Post reply on HN