For further actions, you may consider blocking this person and/or reporting abuse
Read next
🌀What’s New in TypeScript: Essential Updates, Advantages, and Tips for 2024
Argho Dev -
The story behind John Doe
Muhammad Essa -
What’s the Best Way to Market Your SaaS as a Solo Developer?
Dusan Petkovic -
From Idea to Launch: Mistakes to avoid in your Development process
Namubiru Rose -
Top comments (126)
Wow, congrats on making the leap!
I was thirteen or fourteen during the latter half of the 90's when AOL was still a thing. I discovered programs (progz as they were known back then) that you could use to punt people off of AOL via instant message, or spam chat room messages with ascii art, or any number of things that an obnoxious 14 year old kid would take pleasure in. I also discovered that some of these progz included source code, so naturally I was curious.
I studied the source code and learned an alarming amount of the Win32 API as an adolescent and eventually became proficient in writing these programs myself. I was also introduced to "affiliate programs" for certain kinds of websites, in particular websites owned and operated outside of the US that would allow you to sign up as an affiliate without having to prove your age or provide a SSN. I wrote spamming software that implemented the AOL Instant Messenger protocol and would scrape AOL chat rooms for people to message. This thing ran over a dial-up connection, had reconnect logic, and supported connecting an arbitrary number of AIM accounts to circumvent rate limiting.
Naturally, I had acquaintances who wanted to get in on it. I showed them how to do the affiliate sign up, how to set up a web page for banners, and provided them with a spammer that I could remotely configure to send a percentage of messages to advertise my banner portal. I pulled in anywhere from $500-$1000 a month which, for a teenager, was a lot.
Then I turned 18 and at least had the sense to find more legitimate means of making money. I knew it would involve programming, and well, here I am nearly 16 years later working as a programmer.
Quick edit and funny note about the AOL punting thing
It's so funny to think how insecure software was back then. To punt someone off AOL all you had to do was send them the following message:
<font size=999999999999999>peace out sucka!</font>
It was a simple buffer overflow caused by specifying a font size exceeding 32-bits. The worst part is that punting was super common and it took AOL YEARS to fix it!
This reminds me of crashing someone's Messages app on their iPhone by sending huge emoji texts... I guess some things haven't changed, lol!
Wanted to do psychology, one day someone asked me "soo.. <.< psychology huh... what are you gonna do with that... I was so sure I knew what I wanted to do, and that moment I don't why I just felt lost. I was in the library after that break and my girlfriend at the time, was like, you should take college more seriously, I was like "aight fine". Looked up high paying jobs, found that computer oriented jobs seemed to be up there, I said "hey I like computers", so I signed up for it just like that... I spent the summer before my first semester diving into it, every day got more and more exciting, I saw a whole new world and it was made of code. Never turned back since, except those last 3 years where I took a break, found passion for life and explore my creative perspectives. Some source code manipulation you know. Now with long hair and beard, the coding world welcomes me 2.0
I don't have the long hair and beard, but how much it doesn't matter what you look like is a real draw of coding-as-a-career for me too!
AOL! My family got AOL when I was about 15 and I was completely hooked on reading everything and IMing random internet people. Somehow, I stumbled upon Geocities or the like and realized I could make webpages. HTMLGoodies was my go to website at the time.
I saw my first developer in action at a Startup Weekend a few years ago. I had no idea what he was doing at the time, but I knew right then and there that's what I wanted to do for a living. However, I was building Myspace themes as a 11 yr old. I wish I had an adult in my life at the time to guide me towards Computer Science!
What steps did you take after observing that first developer?
Well after that weekend, I jumped right back into HTML and CSS. Then I discovered Flash wasn't a thing anymore, so I had a rude awakening trying to learn Javascript. I took a class on Java in school, and was able to transfer that knowledge to learn JS a lot easier. I was also referring to job descriptions to see what else I needed to learn.
Glad I got around to this discussion a little late - you have no idea how comforting to see more than a few who got into programming later than age 8... I've always felt like I was perpetually "behind" because I didn't start programming until mid-way through an AAS in Network Engineering.
I switched majors two weeks into the one required programming class because I'd found programming far easier and more enjoyable than anything I was doing on the Networking side. It just fit me better and made sense. :)
Yeah the idea that if you weren't writing programs in grade school you'll never catch up is really daunting, I'm glad to see otherwise too!
Late 70s and I loved arcade video games but lacked money. My father told me that video games were computer programs. He started me with a class learning Fortran 4 on punch cards which seemed designed to kill any interest in computers.
A friend though gave me a copy of Basic Computer Games atariarchives.org/basicgames/ My junior high school had a DECwriter hooked up via a 110 baud link to the high school's PDP 11. I started by typing them in, then learned to understand them and then creating my own games.
I was in that first generation where girls were being told we could do anything and at the same time society seemed to say girls should be nurses or teachers. I always assumed I would grow up to be a history teacher but instead became a software engineer.
For fun though I still write games for fun today itunes.apple.com/us/app/deadline-a...
Ha! That was my first programming book. My parents bought it for me when my school got it's first shipment of Apple II E's. My more experienced friend pointed out that the BASIC that book used was not compatible with Apple. So I decided I would modify them so they would run. I learned a lot by doing that. Then I mowed lawns for a year and saved up for my first computer, the C64. I stayed up late nights learning 6502 Assembly. Wouldn't trade that time in my life for anything!
If I had an Apple TV, I would buy your game.
I've been hoping that any of our kids will show any interest in programming, but they are between 15 and 22 now, and zero. oh well. at least we've got a couple hobbyist musicians :)
Some afternoon after school I was playing PlayStation (the first one) and my mom pass by and says to me in a very casual and distended way: Son you should be a software developer. So as a good son, I went to psychology school. After a few tries I ended up doing computer science like she said
As an amateur, when I was something like 8 my father thaught me the basics of... well, BASIC. It was kind of love at first sight. Programmed things for fun, until I got into university - at that point I had no time.
Professionally, it was more or less by accident. Was looking for a job, sent a resume for working in a computer shop, it was forwarded to someone who was hiring web developers. I basically had no experience whatsoever, but surprisingly I got hired.
Maybe having won that programming contest back when I was an university student helped... I still don't know.
All I know is that I love my job.
For me, it was my friend who started a website for his band on Geocities when I was about 12 or so. I got hooked immediately on this stuff once the stuff was introduced to me, but I did let it fade away for a while, coded now and then for the next 10+ years, before finally jumping in for real in my 20s.
Some comments may only be visible to logged-in visitors. Sign in to view all comments.