"Could You Explain Programming Please"

by Keith12 Banned
10 replies
Being a programmer and the only computer literate person in my family, I get tech support calls from my family all the time. I got a phonecall from a brother-in-law today:
Him: Hey, you're good with computers right?
Me: Yes.
Him: And you know how to program computers?
Me: Yes, thats my job actually.
Him: Could you explain programming please?
Me: I'm sorry, what do you mean?
Him: I want to make a game like Halo, but I don't know how to start. Could you explain what I need to do?
Me: You should probably go to the library and get a book.
Him: Can you just tell me what I need to do?
Me: Wait a minute. Are you asking me to explain how to program computers?
Him: Yeah.
Me: Over the phone?
Him: Yeah.

My brother in law apparently made several unsuccessful attempt to "learn programming" by opening up exes in Notepad. He created a text file with the words "Morph the screen into something cool" and couldn't figure out how to run it, even had the balls to ask me "how do I install my program? Do I just put a shortcut on the desttop".
My dad, a programmer, lent him an unfortunately titled book called "Teach Yourself Java in 24 hours". He immediately flipped to the back of the book and reading sections on server and Swing development, and was very excited to see that he could write his own server after just one day.
In the end, I was unable to teach my brother in law how to make his own Halo over the phone, and he decided that I wasn't a very good programmer.
  • Profile picture of the author Aronya
    Your sister must lead quite an interesting life!
    {{ DiscussionBoard.errors[672084].message }}
  • Profile picture of the author AndyBlackSEO
    Haha... if it was that easy then everyone would just be doing it. I want to make a game like Halo.. lol... classic. It appears then that all these games programmers have wasted four years of their life studying at University. All they needed to do was make 'one' phone call.

    Thanks for the laugh!
    Signature
    [FREE SEO TOOL] Build 29 Effective, High Authority Backlinks that Will Increase Your Google Rankings in 2020... CLICK HERE ...
    ... Instant backlinks that can get you results within 24-72hrs.
    {{ DiscussionBoard.errors[674427].message }}
  • Profile picture of the author stevenh512
    lmao.. I want to make a game like Halo, too.. but unfortunately, that requires a lot more than programming skills.

    At one point I actually wrote a Quake-style engine (very loosely based on the GPL'd Quake 2 source code) and was going to create a game with it. That's when I found out I'd need to learn a lot of other things like 3D modeling and map building.
    Signature

    This signature intentionally left blank.

    {{ DiscussionBoard.errors[674607].message }}
  • Profile picture of the author AndyBlackSEO
    Two of my friends work in the games industry. One was the chief animator for Grand Theft Auto 4 among other games and the other is a games programmer who seems to have been working on a 3D engine for years?! It's all over my head though... i'm quite happy sticking with php and mySQL for now.
    Signature
    [FREE SEO TOOL] Build 29 Effective, High Authority Backlinks that Will Increase Your Google Rankings in 2020... CLICK HERE ...
    ... Instant backlinks that can get you results within 24-72hrs.
    {{ DiscussionBoard.errors[674903].message }}
  • Profile picture of the author BethD
    I just have one question - does he use that slide out tray on his computer for a cup holder or has he progressed to knowing it's for dvd's? LMAO Great story!
    {{ DiscussionBoard.errors[678811].message }}
  • Profile picture of the author Neil Morgan
    Send him lesson one:

    10 REM MY FIRST PROGRAM
    15 PRINT "HELLO WORLD"
    20 GOTO 15

    He should be able to work the rest out from there.

    Cheers,

    Neil
    Signature

    Easy email marketing automation without moving your lists.

    {{ DiscussionBoard.errors[679330].message }}
  • Profile picture of the author wayfarer
    10 REM MY SECOND PROGRAM
    15 PRINT "HELLO WORLD"
    20 GOSUB 30
    25 GOTO 15
    30 PRINT "GOODBYE WORLD"
    35 RETURN
    Signature
    I build web things, server things. I help build the startup Veenome. | Remote Programming Jobs
    {{ DiscussionBoard.errors[679690].message }}
  • Profile picture of the author coog
    LMAO I get calls from family and friends too, but I have to say that one takes the cake!
    {{ DiscussionBoard.errors[683230].message }}
  • Profile picture of the author BloomerBeak
    This is funny. But truth is, I can totally relate to that. It's really to explain things to them, especially if they know nothing about computers.
    Signature
    {{ DiscussionBoard.errors[683740].message }}
  • Profile picture of the author madison_avenue
    Tell him to add code to the text shown in the link. It's how I learned (many thanks to the guys on this forum) the basics:


    http://www.unf.edu/~broggio/cop2221/2221pseu.htm
    {{ DiscussionBoard.errors[686461].message }}

Trending Topics