Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. The day you realized you were a programmer ...

The day you realized you were a programmer ...

Scheduled Pinned Locked Moved The Lounge
csharphelp
58 Posts 46 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T tkrn

    It happened today for me. I was digging through lines of code in C# VS2008 when my mind started debugging what I was working on. After a few hundred lines of code later it came down to one debugging error! I saw the objects within my C# app coming together in a visio flow chart in my mind. I took a second and it dawned on me, I am a programmer. Yikes! Considering I come from a very heavy Cisco networking field. Im a well rounded dork now! :-D

    I Offline
    I Offline
    I Record
    wrote on last edited by
    #40

    I remember my dad bringing home an IBM PS2 machine that he'd "borrowed" from work when I was about 6. I wrote a batch file options menu for my games, so I didn't have to 'cd' to the appropriate directory. When I was 15, my now brother-in-law showed me Turbo Pascal that he was learning at college, I then wrote a pong game before I started college (the same course as him). Through my 4 years of college I was always showing everyone else how to make the boring program we had to write more interesting, generally through boredom of completing it within a few mins. I thought I was a programmer, then I went work for a company using AS400s and RPG3/ILE, I realised how little I knew. I now write internal web applications for a school in .NET, all alone.

    You don't have to be mad to live here [UK], but it helps.

    1 Reply Last reply
    0
    • J John M Drescher

      Sounds very familiar. For me this was in the early to mid 80s and I was 11 or 12 working on that 2k RAM vic20. Or maybe this was after I had my parents spring for the $800 8K RAM upgrade that gave me all the memory I would ever need..

      John

      R Offline
      R Offline
      Rich Leyshon
      wrote on last edited by
      #41

      John M. Drescher wrote:

      2k RAM vic20.

      You do it a dis-service - there was a huge 3,583 bytes free at power-up! I only ever got the 3k expansion pack though. Best thing I ever did with a Vic 20 - me and a mate made a box of tricks that linked the Vic's parallel port via triacs (and a huge heatsink!) to ontrol some stage lighting (got up to 8kW) via the use of an assembly program that interpreted a "language" of lighting instructions to control eight channels of lights. It gets worse. When I got the C64 I did a new version that allowed up to 256 channels and full dimming control along with some faders that could have any channel (or group of channels) assigned to them for a bit of manual control. Alas, this one only ever reached demonstration stage with 2 or 3 working channels and one fader! But it did work! Rich

      1 Reply Last reply
      0
      • S Shog9 0

        :) I guess for me it'd be when i stopped typing in code for games from BASIC code listings in books and started writing my own, in ink, in notebooks, when i was supposed to be doing homework.

        Citizen 20.1.01

        'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'

        D Offline
        D Offline
        destynova
        wrote on last edited by
        #42

        That was how I realised I'd caught the programming bug as well - wherever I was going, I'd bring a notepad for writing ideas and snippets of code for first C64 Basic, then GFA Basic for the Atari ST (which made C64 Basic look like a cruel joke). Of course, for the first while, what I wrote was complete nonsense :)

        C 1 Reply Last reply
        0
        • T tkrn

          It happened today for me. I was digging through lines of code in C# VS2008 when my mind started debugging what I was working on. After a few hundred lines of code later it came down to one debugging error! I saw the objects within my C# app coming together in a visio flow chart in my mind. I took a second and it dawned on me, I am a programmer. Yikes! Considering I come from a very heavy Cisco networking field. Im a well rounded dork now! :-D

          K Offline
          K Offline
          Karl Sanford
          wrote on last edited by
          #43

          I new when I was in 8th grade (11 years ago). We were learning quadratic equations and I hated it, so I learned how to program my TI-83 calculator to do it for me. Then the teacher got wise and realised what I was doing, so he started marking me down for not showing my work. I replied by going back and changing the program to show me the line by line work as well. I've been addicted ever since.

          "It's like the sixties, but with less hope."

          D 1 Reply Last reply
          0
          • B BadKarma

            1 sheep 10 sheeps 11 sheeps 100 sheeps 101 sheeps 110 ... ...

            Learn from the mistakes of others, you may not live long enough to make them all yourself.

            D Offline
            D Offline
            Dan Neely
            wrote on last edited by
            #44

            ... 8 sheep 9 sheep A sheep B sheep C sheep D sheep E sheep F sheep ... oh god I'm channeling a kiwi!

            Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

            1 Reply Last reply
            0
            • K Karl Sanford

              I new when I was in 8th grade (11 years ago). We were learning quadratic equations and I hated it, so I learned how to program my TI-83 calculator to do it for me. Then the teacher got wise and realised what I was doing, so he started marking me down for not showing my work. I replied by going back and changing the program to show me the line by line work as well. I've been addicted ever since.

              "It's like the sixties, but with less hope."

              D Offline
              D Offline
              Dan Neely
              wrote on last edited by
              #45

              Karl Sanford wrote:

              he started marking me down for not showing my work.

              MY defense to accusations that I was cheating by not showing work was to do one of the problems for the teacher without showing any work while spectated. None of them were ever able to prove I was copying answers out of the back of the book. :rolleyes: :rolleyes:

              Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

              1 Reply Last reply
              0
              • T tkrn

                It happened today for me. I was digging through lines of code in C# VS2008 when my mind started debugging what I was working on. After a few hundred lines of code later it came down to one debugging error! I saw the objects within my C# app coming together in a visio flow chart in my mind. I took a second and it dawned on me, I am a programmer. Yikes! Considering I come from a very heavy Cisco networking field. Im a well rounded dork now! :-D

                S Offline
                S Offline
                Stuart Rubin
                wrote on last edited by
                #46

                This may not have been the "first" time, but it hit home pretty hard. When Sudoku puzzles first became popular a few years ago, my father thought I would like them and challenges me to do a "difficult" one (something like 4 out of 5 points of difficulty). Withing a few minutes, I had worked out a simple algorithm, complete with annotations in the boxes and margins, and solved the puzzle just like a computer would, systematically working through the grid eliminating options, until the puzzle was solved. It was not fun, but effective. Even as a human, I knew that the "brute force" solution was the way to go. Unfortunately, I was both the programmer AND the computer! BTW, that was the last sudoku I have ever done!

                1 Reply Last reply
                0
                • T tkrn

                  It happened today for me. I was digging through lines of code in C# VS2008 when my mind started debugging what I was working on. After a few hundred lines of code later it came down to one debugging error! I saw the objects within my C# app coming together in a visio flow chart in my mind. I took a second and it dawned on me, I am a programmer. Yikes! Considering I come from a very heavy Cisco networking field. Im a well rounded dork now! :-D

                  R Offline
                  R Offline
                  Richard Jones
                  wrote on last edited by
                  #47

                  When I was 16. Entering ASM as hex code on the 6502, and debugging it at the same time.

                  "Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..." "There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain..."

                  1 Reply Last reply
                  0
                  • C Chris Losinger

                    i can't recall mine... it was at least 23 years ago. :( :old:

                    image processing toolkits | batch image processing

                    S Offline
                    S Offline
                    Steve Naidamast
                    wrote on last edited by
                    #48

                    I can't recall mine either... It was close to 35 years ago. I think I was just absorbed by the "Dark Side"...

                    Steve Naidamast Black Falcon Software, Inc. blackfalconsoftware@ix.netcom.com

                    C 1 Reply Last reply
                    0
                    • T tkrn

                      It happened today for me. I was digging through lines of code in C# VS2008 when my mind started debugging what I was working on. After a few hundred lines of code later it came down to one debugging error! I saw the objects within my C# app coming together in a visio flow chart in my mind. I took a second and it dawned on me, I am a programmer. Yikes! Considering I come from a very heavy Cisco networking field. Im a well rounded dork now! :-D

                      F Offline
                      F Offline
                      FanatiX
                      wrote on last edited by
                      #49

                      This happened when I was on holidays in spain and found me coding the whole day instead of going to the beach... ...and every night when hundreds of lines of code are running through my brain... ...and everytime I look through the screen or elsewehere like a zombie, just thinking of the next piece of code to write... But i feel fine ;)

                      1 Reply Last reply
                      0
                      • D destynova

                        That was how I realised I'd caught the programming bug as well - wherever I was going, I'd bring a notepad for writing ideas and snippets of code for first C64 Basic, then GFA Basic for the Atari ST (which made C64 Basic look like a cruel joke). Of course, for the first while, what I wrote was complete nonsense :)

                        C Offline
                        C Offline
                        cpkilekofp
                        wrote on last edited by
                        #50

                        destynova wrote:

                        That was how I realised I'd caught the programming bug as well - wherever I was going, I'd bring a notepad for writing ideas and snippets of code for first C64 Basic, then GFA Basic for the Atari ST (which made C64 Basic look like a cruel joke). Of course, for the first while, what I wrote was complete nonsense

                        LOL...My first wife quickly got used to me suddenly staring off into space then grabbing a napkin and asking for a writing implement if an idea came to me while we were out to dinner...my boss would be amused when he saw that crumpled napkin sitting on my desk, 'cause he'd seen me do it at lunch...I'd just tell 'em "when creativity happens, you gotta write it down."

                        1 Reply Last reply
                        0
                        • S Steve Naidamast

                          I can't recall mine either... It was close to 35 years ago. I think I was just absorbed by the "Dark Side"...

                          Steve Naidamast Black Falcon Software, Inc. blackfalconsoftware@ix.netcom.com

                          C Offline
                          C Offline
                          cpkilekofp
                          wrote on last edited by
                          #51

                          Steve Naidamast wrote:

                          I can't recall mine either... It was close to 35 years ago. I think I was just absorbed by the "Dark Side"...

                          For me, it was in 1974, when that cursed teletype printed out the results from my first successful bubble sort (described for me without code example). GE's "Apple" time-sharing system running Dartmouth Basic. Then I had a hiatus during which I had no access to a computer. I didn't get my first programming job until 1985, then my first permanent programming job came in 1988.

                          1 Reply Last reply
                          0
                          • T tkrn

                            It happened today for me. I was digging through lines of code in C# VS2008 when my mind started debugging what I was working on. After a few hundred lines of code later it came down to one debugging error! I saw the objects within my C# app coming together in a visio flow chart in my mind. I took a second and it dawned on me, I am a programmer. Yikes! Considering I come from a very heavy Cisco networking field. Im a well rounded dork now! :-D

                            C Offline
                            C Offline
                            CDMTJX
                            wrote on last edited by
                            #52

                            Way back in college in my first programming class for FORTRAN. The teacher wasn't exactly giving intro material. I ended up going to the library to figure out functions and subprograms. I was the only one who handed in the last assignment on time. Teacher held my listing (olden days) up and waved it around for the class. In spite of a lousy teacher and lousy text book, I still figured out how to do the assignment...

                            C 1 Reply Last reply
                            0
                            • C CDMTJX

                              Way back in college in my first programming class for FORTRAN. The teacher wasn't exactly giving intro material. I ended up going to the library to figure out functions and subprograms. I was the only one who handed in the last assignment on time. Teacher held my listing (olden days) up and waved it around for the class. In spite of a lousy teacher and lousy text book, I still figured out how to do the assignment...

                              C Offline
                              C Offline
                              cpkilekofp
                              wrote on last edited by
                              #53

                              I'll raise a different topic: the first time I WANTED to be a programmer. You see, after a little exposure to programming in BASIC using a teletype for input and output, I thought "Is this all there is?". Thus, while I was clearly talented enough to pursue it, it didn't grab me, and thus I didn't consider it a worthy field of endeavor. Same thing when I took more BASIC in college.... Then came 1983 and Able-1 Communications. They had a system constructed of a hodge-podge of components, from DEC Rainbow SSSD floppies to a VT100 terminal to rows of lead-acid batteries for a UPS. They'd developed a very cool screen editor for placing and organizing instructions on the screen. I was the salesman for this answering service, but after seeing this system in operation for a while, I wanted to be the guy who built, maintained, and enhanced this system. This is when I acquired the desire, as opposed to recognizing my capability.

                              1 Reply Last reply
                              0
                              • S Shog9 0

                                :) I guess for me it'd be when i stopped typing in code for games from BASIC code listings in books and started writing my own, in ink, in notebooks, when i was supposed to be doing homework.

                                Citizen 20.1.01

                                'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'

                                D Offline
                                D Offline
                                DarrollWalsh
                                wrote on last edited by
                                #54

                                A man after my own heart. There is nothing like opening a book first to play a computer game.

                                Darroll

                                1 Reply Last reply
                                0
                                • S Shog9 0

                                  :) I guess for me it'd be when i stopped typing in code for games from BASIC code listings in books and started writing my own, in ink, in notebooks, when i was supposed to be doing homework.

                                  Citizen 20.1.01

                                  'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'

                                  M Offline
                                  M Offline
                                  mborigin
                                  wrote on last edited by
                                  #55

                                  When I first read a Holerith card without having to pass it through the deck reader!, and could cut and paste Fortran by eye on the punch tape printer - and physically Cut the tape, and paste to the other tape lying in the box that it dropped into. We dreamed long and hard back then - about what were the best scissors for cut and paste!

                                  1 Reply Last reply
                                  0
                                  • T tkrn

                                    It happened today for me. I was digging through lines of code in C# VS2008 when my mind started debugging what I was working on. After a few hundred lines of code later it came down to one debugging error! I saw the objects within my C# app coming together in a visio flow chart in my mind. I took a second and it dawned on me, I am a programmer. Yikes! Considering I come from a very heavy Cisco networking field. Im a well rounded dork now! :-D

                                    J Offline
                                    J Offline
                                    jtvberg
                                    wrote on last edited by
                                    #56

                                    It was either: When I was 12 I wrote a program to password protect all of my 'computers' teacher's discs beacuse she wouldn't let me opt out of the class. I told her if she couldn't figure it out I should be allowed to opt out. I opted out. --or-- When I was 9 or 10 and my Dad gave me his 8086 to play with and all I could think to do with it was to write a program in BASIC that replicated the tune the horn on the 'General Lee' made from the 'Dukes of Hazard.'

                                    1 Reply Last reply
                                    0
                                    • C Colin Angus Mackay

                                      I realised I was a programmer some time before my 10th Birthday.

                                      Recent blog posts: *SQL Server / Visual Studio install order *Installing SQL Server 2005 on Vista *Tip of the Day - SysInternals * Meme My Blog

                                      A Offline
                                      A Offline
                                      azonenberg
                                      wrote on last edited by
                                      #57

                                      Wow - you were pretty fast. My dad got me started in C when I was 9, but I wasn't too into coding until just before I turned 11, when I got started in C++. I can't say when I first realized I was a programmer, but I do know that a few years ago I suddenly discovered that I was a crypto geek. I was sitting down with my laptop, writing an AES implementation for my TI-89, when it hit me: Instead of playing on my Xbox like many of my friends were, I was playing with S-boxes!

                                      1 Reply Last reply
                                      0
                                      • D Dalek Dave

                                        When I realised I started typing words like TeleVision or MotorBike! I started with a research machines 380z and side graded to the ZX range. BBC's and Sirius didn't help, but then an AS400! I was a God. This was back in the days that computers were user hostile, a blank screen and a c:> prompt! I learnt to love and embrace the power I had! A box that did what I wanted it to do told it to do. Wandering around with a 5.25" made me feel special! Now? I am an accountant who writes a bit of VB and C# for work, maintains the web site and am the duty tech head at the office. I STILL LOVE IT!!! :)

                                        ------------------------------------ "Password Protected? Your dealing with Geeks, just turn it on, type Gandalf and you're in!" - Frankie Boyle

                                        L Offline
                                        L Offline
                                        Lost User
                                        wrote on last edited by
                                        #58

                                        Dalek Dave wrote:

                                        Wandering around with a 5.25" made me feel special!

                                        I know it's an old post, but I only just saw it, and simply had to reply. I don't hink any comment is necessary. :laugh:

                                        ___________________________________________ .\\axxx (That's an 'M')

                                        1 Reply Last reply
                                        0
                                        Reply
                                        • Reply as topic
                                        Log in to reply
                                        • Oldest to Newest
                                        • Newest to Oldest
                                        • Most Votes


                                        • Login

                                        • Don't have an account? Register

                                        • Login or register to search.
                                        • First post
                                          Last post
                                        0
                                        • Categories
                                        • Recent
                                        • Tags
                                        • Popular
                                        • World
                                        • Users
                                        • Groups