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. Why Jonny Can't Code

Why Jonny Can't Code

Scheduled Pinned Locked Moved The Lounge
htmldatabasecomquestion
95 Posts 48 Posters 218 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.
  • C Christian Graus

    You should ALWAYS peek before you poke.

    Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

    M Offline
    M Offline
    Marc Clifton
    wrote on last edited by
    #5

    Christian Graus wrote:

    You should ALWAYS peek before you poke.

    Hmmm. Sometimes ignorance is bliss. :) But I remember, peeking at a hardware port might actually be a bad thing to do, especially if it changes the state of the read/write line! Marc

    Will work for food. Interacx

    I'm not overthinking the problem, I just felt like I needed a small, unimportant, uninteresting rant! - Martin Hart Turner

    C 1 Reply Last reply
    0
    • M Marc Clifton

      Christian Graus wrote:

      You should ALWAYS peek before you poke.

      Hmmm. Sometimes ignorance is bliss. :) But I remember, peeking at a hardware port might actually be a bad thing to do, especially if it changes the state of the read/write line! Marc

      Will work for food. Interacx

      I'm not overthinking the problem, I just felt like I needed a small, unimportant, uninteresting rant! - Martin Hart Turner

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #6

      Yes, I do recall that the way to get high res graphics on the Apple ][ to fill the screen and not have four lines of text at the bottom, was a peek, not a poke.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      1 Reply Last reply
      0
      • T TheGreatAndPowerfulOz

        Why Jonny Can't Code[^] I think this guy's got a point. Things are very, maybe too complex for simple PRINT "Hello World!" type programs today. A lot of today's technologies are not very approachable... You don't start out mountain climbing by first tackling Mt. Everest. You start out much much smaller and work up to Mt. Everest. Where's the BASIC of today. Can you even get BASIC nowadays?

        E Offline
        E Offline
        Electron Shepherd
        wrote on last edited by
        #7

        ahmed zahmed wrote:

        Can you even get BASIC nowadays?

        Sure. Run MS-DOS 6.22 ina virtual machine.

        Server and Network Monitoring

        T A 2 Replies Last reply
        0
        • T TheGreatAndPowerfulOz

          Why Jonny Can't Code[^] I think this guy's got a point. Things are very, maybe too complex for simple PRINT "Hello World!" type programs today. A lot of today's technologies are not very approachable... You don't start out mountain climbing by first tackling Mt. Everest. You start out much much smaller and work up to Mt. Everest. Where's the BASIC of today. Can you even get BASIC nowadays?

          B Offline
          B Offline
          BillWoodruff
          wrote on last edited by
          #8

          Is this the same "Jonny" I know who grew up watching Scooby-Doo right after he got out of bed, before he even had his breakfast sugar-and-carbs load, before he took his ritalin before going off to school with his iPod playing "death metal" with the volume set to stun ? The same Jonny who knows more about the family life of the Simpsons than about his parents ? The same Jonny who has the attention span of a gnat ? It sure sounds like him. best, Bill p.s. Marc : let's not leave out "turtle graphics" !

          "Many : not conversant with mathematical studies, imagine that because it [the Analytical Engine] is to give results in numerical notation, its processes must consequently be arithmetical, numerical, rather than algebraical and analytical. This is an error. The engine can arrange and combine numerical quantities as if they were letters or any other general symbols; and it fact it might bring out its results in algebraical notation, were provisions made accordingly." Ada, Countess Lovelace, 1844

          A M 2 Replies Last reply
          0
          • C Christian Graus

            Wow - do you know anything about programming at all ? Visual Basic is, along with C#, one of the most popular languages for Windows development today. The writer is an idiot. He must be looking for a specific version of BASIC. The problem with programming today, is that there's so much drag and drop, point and click, write no code stuff going on that people are taking contract work and hitting a wall the moment they find they need to write code after all, and hitting our ASP.NET forums predominantly, although I notice a real increase in the WPF forum of late. The problem is that people assume it's easier than it really is to write good code, or just plain don't care about good code, and are glad that todays GC environments allow them to write crap that won't actually crash the system, and then sell it.

            Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

            T Offline
            T Offline
            TheGreatAndPowerfulOz
            wrote on last edited by
            #9

            uh, yeah i have a fair bit of knowledge about programming. you miss the point. and your last paragraph is exactly the point of the article.

            C K 2 Replies Last reply
            0
            • E Electron Shepherd

              ahmed zahmed wrote:

              Can you even get BASIC nowadays?

              Sure. Run MS-DOS 6.22 ina virtual machine.

              Server and Network Monitoring

              T Offline
              T Offline
              TheGreatAndPowerfulOz
              wrote on last edited by
              #10

              hey good idea

              1 Reply Last reply
              0
              • T TheGreatAndPowerfulOz

                uh, yeah i have a fair bit of knowledge about programming. you miss the point. and your last paragraph is exactly the point of the article.

                C Offline
                C Offline
                Christian Graus
                wrote on last edited by
                #11

                I'm sorry. The article does appear stupid to me, but I did fly off a little bit. I'm just not having a good day. The point appears to me to be that languages with line numbers and no OO are a better starting point than any modern language. I don't really agree. You can create a simple VB.NET project and write plenty of VB code, without having line numbers, which are only useful for arbitrary goto statements, something I don't think people need to learn about.

                Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                T C A G P 8 Replies Last reply
                0
                • T TheGreatAndPowerfulOz

                  Why Jonny Can't Code[^] I think this guy's got a point. Things are very, maybe too complex for simple PRINT "Hello World!" type programs today. A lot of today's technologies are not very approachable... You don't start out mountain climbing by first tackling Mt. Everest. You start out much much smaller and work up to Mt. Everest. Where's the BASIC of today. Can you even get BASIC nowadays?

                  D Offline
                  D Offline
                  Douglas Troy
                  wrote on last edited by
                  #12

                  Honestly I do not see what this guy's problem is ... he can simply go get FreeDOS and grab the Basic compiler from their available list of languages and run that in a VM, if he's that hard up to run an old version of basic like that. Or how about use a programming language specifically designed for kids? Like KPL[^]? The problem isn't the lack of machines to get kids interested, and it certainly isn't accessibility, since the internet has blown those doors wide ope, the real problem is a lack of kids that have a desire or interest in doing anything other playing video games, texting and updating Twitter with what they're doing now. But that's just my opinion, and you know what they say about those ...


                  :..::. Douglas H. Troy ::..
                  Bad Astronomy |VCF|wxWidgets|WTL

                  D 1 Reply Last reply
                  0
                  • C Christian Graus

                    Wow - do you know anything about programming at all ? Visual Basic is, along with C#, one of the most popular languages for Windows development today. The writer is an idiot. He must be looking for a specific version of BASIC. The problem with programming today, is that there's so much drag and drop, point and click, write no code stuff going on that people are taking contract work and hitting a wall the moment they find they need to write code after all, and hitting our ASP.NET forums predominantly, although I notice a real increase in the WPF forum of late. The problem is that people assume it's easier than it really is to write good code, or just plain don't care about good code, and are glad that todays GC environments allow them to write crap that won't actually crash the system, and then sell it.

                    Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                    P Offline
                    P Offline
                    PIEBALDconsult
                    wrote on last edited by
                    #13

                    Hear hear! VB is not BASIC; there's a bunch of extra plumbing that needs to be done.

                    1 Reply Last reply
                    0
                    • T TheGreatAndPowerfulOz

                      Why Jonny Can't Code[^] I think this guy's got a point. Things are very, maybe too complex for simple PRINT "Hello World!" type programs today. A lot of today's technologies are not very approachable... You don't start out mountain climbing by first tackling Mt. Everest. You start out much much smaller and work up to Mt. Everest. Where's the BASIC of today. Can you even get BASIC nowadays?

                      P Offline
                      P Offline
                      PIEBALDconsult
                      wrote on last edited by
                      #14

                      ahmed zahmed wrote:

                      Where's the BASIC of today.

                      Perl.

                      ahmed zahmed wrote:

                      Can you even get BASIC nowadays?

                      I have Turbo BASIC on 5.25" floppies. P.S. Also HP BASIC on my AlphaServers, but it's a shame that DEC abandoned the BASIC environment that I first learned on the high school's PDP-11. :sigh:

                      JB> type test.bas
                      10 A=5
                      20 B=4
                      30 C=A*B
                      40 PRINT C
                      50 END
                      JB> basic test.bas
                      JB> link test
                      JB> run test
                      20
                      JB>

                      modified on Tuesday, October 13, 2009 8:46 PM

                      T L 2 Replies Last reply
                      0
                      • C Christian Graus

                        I'm sorry. The article does appear stupid to me, but I did fly off a little bit. I'm just not having a good day. The point appears to me to be that languages with line numbers and no OO are a better starting point than any modern language. I don't really agree. You can create a simple VB.NET project and write plenty of VB code, without having line numbers, which are only useful for arbitrary goto statements, something I don't think people need to learn about.

                        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                        T Offline
                        T Offline
                        TheGreatAndPowerfulOz
                        wrote on last edited by
                        #15

                        yeah, i agree he's gone a bit overboard. something like phrogram[^] might do.

                        1 Reply Last reply
                        0
                        • C Christian Graus

                          I'm sorry. The article does appear stupid to me, but I did fly off a little bit. I'm just not having a good day. The point appears to me to be that languages with line numbers and no OO are a better starting point than any modern language. I don't really agree. You can create a simple VB.NET project and write plenty of VB code, without having line numbers, which are only useful for arbitrary goto statements, something I don't think people need to learn about.

                          Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                          C Offline
                          C Offline
                          CaptainSeeSharp
                          wrote on last edited by
                          #16

                          Christian Graus wrote:

                          I'm just not having a good day.

                          Eugenicists don't deserve to have a good day.

                          Fall of the Republic[^]

                          C 1 Reply Last reply
                          0
                          • P PIEBALDconsult

                            ahmed zahmed wrote:

                            Where's the BASIC of today.

                            Perl.

                            ahmed zahmed wrote:

                            Can you even get BASIC nowadays?

                            I have Turbo BASIC on 5.25" floppies. P.S. Also HP BASIC on my AlphaServers, but it's a shame that DEC abandoned the BASIC environment that I first learned on the high school's PDP-11. :sigh:

                            JB> type test.bas
                            10 A=5
                            20 B=4
                            30 C=A*B
                            40 PRINT C
                            50 END
                            JB> basic test.bas
                            JB> link test
                            JB> run test
                            20
                            JB>

                            modified on Tuesday, October 13, 2009 8:46 PM

                            T Offline
                            T Offline
                            TheGreatAndPowerfulOz
                            wrote on last edited by
                            #17

                            PIEBALDconsult wrote:

                            Perl.

                            line noise

                            1 Reply Last reply
                            0
                            • C Christian Graus

                              I'm sorry. The article does appear stupid to me, but I did fly off a little bit. I'm just not having a good day. The point appears to me to be that languages with line numbers and no OO are a better starting point than any modern language. I don't really agree. You can create a simple VB.NET project and write plenty of VB code, without having line numbers, which are only useful for arbitrary goto statements, something I don't think people need to learn about.

                              Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                              A Offline
                              A Offline
                              AspDotNetDev
                              wrote on last edited by
                              #18

                              Christian Graus wrote:

                              something I don't think people need to learn about

                              They should learn what not to do, and learning it in the first place is certainly a good start.

                              Visual Studio is an excellent GUIIDE.

                              C 1 Reply Last reply
                              0
                              • E Electron Shepherd

                                ahmed zahmed wrote:

                                Can you even get BASIC nowadays?

                                Sure. Run MS-DOS 6.22 ina virtual machine.

                                Server and Network Monitoring

                                A Offline
                                A Offline
                                AspDotNetDev
                                wrote on last edited by
                                #19

                                Haha, actually I technically learned to program using Visual Basic in high school. However, in that same class I discovered QuickBasic 4.5 (in DOS 6.22) and abandoned Visual Basic. It was a very fun language. :)

                                Visual Studio is an excellent GUIIDE.

                                1 Reply Last reply
                                0
                                • B BillWoodruff

                                  Is this the same "Jonny" I know who grew up watching Scooby-Doo right after he got out of bed, before he even had his breakfast sugar-and-carbs load, before he took his ritalin before going off to school with his iPod playing "death metal" with the volume set to stun ? The same Jonny who knows more about the family life of the Simpsons than about his parents ? The same Jonny who has the attention span of a gnat ? It sure sounds like him. best, Bill p.s. Marc : let's not leave out "turtle graphics" !

                                  "Many : not conversant with mathematical studies, imagine that because it [the Analytical Engine] is to give results in numerical notation, its processes must consequently be arithmetical, numerical, rather than algebraical and analytical. This is an error. The engine can arrange and combine numerical quantities as if they were letters or any other general symbols; and it fact it might bring out its results in algebraical notation, were provisions made accordingly." Ada, Countess Lovelace, 1844

                                  A Offline
                                  A Offline
                                  AspDotNetDev
                                  wrote on last edited by
                                  #20

                                  BillWoodruff wrote:

                                  turtle graphics

                                  turn left: turn right 270 degrees :laugh:

                                  Visual Studio is an excellent GUIIDE.

                                  1 Reply Last reply
                                  0
                                  • T TheGreatAndPowerfulOz

                                    Why Jonny Can't Code[^] I think this guy's got a point. Things are very, maybe too complex for simple PRINT "Hello World!" type programs today. A lot of today's technologies are not very approachable... You don't start out mountain climbing by first tackling Mt. Everest. You start out much much smaller and work up to Mt. Everest. Where's the BASIC of today. Can you even get BASIC nowadays?

                                    S Offline
                                    S Offline
                                    Stuart Dootson
                                    wrote on last edited by
                                    #21

                                    ahmed zahmed wrote:

                                    Where's the BASIC of today

                                    Python or maybe Ruby probably fit the bill

                                    Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

                                    1 Reply Last reply
                                    0
                                    • D Douglas Troy

                                      Honestly I do not see what this guy's problem is ... he can simply go get FreeDOS and grab the Basic compiler from their available list of languages and run that in a VM, if he's that hard up to run an old version of basic like that. Or how about use a programming language specifically designed for kids? Like KPL[^]? The problem isn't the lack of machines to get kids interested, and it certainly isn't accessibility, since the internet has blown those doors wide ope, the real problem is a lack of kids that have a desire or interest in doing anything other playing video games, texting and updating Twitter with what they're doing now. But that's just my opinion, and you know what they say about those ...


                                      :..::. Douglas H. Troy ::..
                                      Bad Astronomy |VCF|wxWidgets|WTL

                                      D Offline
                                      D Offline
                                      dighn
                                      wrote on last edited by
                                      #22

                                      Ditto. Programming is more accessible than ever. You could download Ruby and do "Hello World" in minutes. Or Python, or Visual Studio Express, or Java, or etc etc. There are simply too many distractions, and too much stigma with the geek/nerd label. And frankly I think computer science doesn't have the kind of "magic" it had way back (this is my impression of it because I'm not that old ;)). It's been commoditized.

                                      M 1 Reply Last reply
                                      0
                                      • B BillWoodruff

                                        Is this the same "Jonny" I know who grew up watching Scooby-Doo right after he got out of bed, before he even had his breakfast sugar-and-carbs load, before he took his ritalin before going off to school with his iPod playing "death metal" with the volume set to stun ? The same Jonny who knows more about the family life of the Simpsons than about his parents ? The same Jonny who has the attention span of a gnat ? It sure sounds like him. best, Bill p.s. Marc : let's not leave out "turtle graphics" !

                                        "Many : not conversant with mathematical studies, imagine that because it [the Analytical Engine] is to give results in numerical notation, its processes must consequently be arithmetical, numerical, rather than algebraical and analytical. This is an error. The engine can arrange and combine numerical quantities as if they were letters or any other general symbols; and it fact it might bring out its results in algebraical notation, were provisions made accordingly." Ada, Countess Lovelace, 1844

                                        M Offline
                                        M Offline
                                        Marc Clifton
                                        wrote on last edited by
                                        #23

                                        BillWoodruff wrote:

                                        p.s. Marc : let's not leave out "turtle graphics" !

                                        I was thinking about mentioning that! Marc

                                        Will work for food. Interacx

                                        I'm not overthinking the problem, I just felt like I needed a small, unimportant, uninteresting rant! - Martin Hart Turner

                                        1 Reply Last reply
                                        0
                                        • D dighn

                                          Ditto. Programming is more accessible than ever. You could download Ruby and do "Hello World" in minutes. Or Python, or Visual Studio Express, or Java, or etc etc. There are simply too many distractions, and too much stigma with the geek/nerd label. And frankly I think computer science doesn't have the kind of "magic" it had way back (this is my impression of it because I'm not that old ;)). It's been commoditized.

                                          M Offline
                                          M Offline
                                          Marc Clifton
                                          wrote on last edited by
                                          #24

                                          dighn wrote:

                                          and do "Hello World" in minutes.

                                          Not much beats: 10 Print "Hello World" run Marc

                                          Will work for food. Interacx

                                          I'm not overthinking the problem, I just felt like I needed a small, unimportant, uninteresting rant! - Martin Hart Turner

                                          D L F 3 Replies 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