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. A type down memory lane.

A type down memory lane.

Scheduled Pinned Locked Moved The Lounge
performancecomgraphicsquestioncareer
43 Posts 17 Posters 0 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.
  • A A Jordison

    CodeWraith wrote:

    I also learned the magic command GOTO.

    Yes and now we're being told to forget it :laugh:

    C Offline
    C Offline
    CodeWraith
    wrote on last edited by
    #17

    Which I stubbornly refuse to do. These 'rules' are for those who are to dumb to understand at which point something becomes problematic. I do this very rarely, but sometimes it's more important to keep a piece of complicated code contained in a method. No refactoring into other functions! Let's keep these eggs in one basket, despite all wise rules. Add a note that only I may work on that thing, and even then only with signatures from at least three bosses and only on highest holidays. There should be reasons for doing this and playing by the rules will break it. In such a thing it can be easier to get out of some nested code using a GOTO than doing it with the 'good' if-else way. In C or C++ such a function may often contain some inline assembly, providing one more good reason to keep everything in one function. That's very volatile code which you don't want to spread out all over the application.

    The user can't update the up: we update it for them (Choice in the CP poll)

    D 1 Reply Last reply
    0
    • T theoldfool

      You can now purchase a usable computer for ~ $200. But The one you really want is still >$3000

      Arguing with a woman is like reading the Software License Agreement. In the end, you ignore everything and click "I agree". Anonymous

      F Offline
      F Offline
      Foothill
      wrote on last edited by
      #18

      $3000 wouldn't complete the machine that I really want.

      CPU

      $1000

      Intel Core i9-7900

      Video

      $1400

      GeForce Titan Z

      Motherboard

      $500

      ASUS Prime X-299 Deluxe

      RAM

      $825

      GSkill DDR4 4000 x32GB

      And I haven't even got to the hard drives, power supply, case, or the three 26 inch 4K monitors that I would like. :-D I could easily spend over $5000 on a single machine plus video. Now only if I could actually afford it. :sigh:

      if (Object.DividedByZero == true) { Universe.Implode(); } Meus ratio ex fortis machina. Simplicitatis de formae ac munus. -Foothill, 2016

      T 1 Reply Last reply
      0
      • L Lost User

        I literally shouvelled shit ti help my school buy 2 model II's. Few months later was caned for playing on it when I was supposed to be in class (metalwork) - in font of the class. Ah memories, stuff that today's kids will never get the chance to experience. And I must admit: 1. caning (6 on the backside) really didn't hurt that much, 2. learning metal/woodwork back then means there's a lot of stuff I can do myself. 3. chainsaws are fun

        signature upgrading ... please wait.

        C Offline
        C Offline
        CodeWraith
        wrote on last edited by
        #19

        Lopatir wrote:

        3. chainsaws are fun

        Anything destructive is fun at that age. Right after school they drafted me and taught me how to operate these.[^] Shooting with rifles and machineguns got almost boring. :-)

        The user can't update the up: we update it for them (Choice in the CP poll)

        F 1 Reply Last reply
        0
        • F Forogar

          Yes, I remember; I had the same model Amstrad running GEM! Who needs Windows, eh? Although my first home machine was a Commodore PET 40x25 screen. Later I bought the business version of the PET with 80x25 lines and a external twin floppy box (1.04mb each) that cost about 1,225 pounds!

          - I would love to change the world, but they won’t give me the source code.

          C Offline
          C Offline
          CodeWraith
          wrote on last edited by
          #20

          GEM! Did you know it survived to this day? It enjoyed a long life on the Atari ST and the Atari OS was completely rewritten when Atari died. It has been enhanced since then and is still used on FPGA based computers or software emulators. That remiends me: I always wanted one of those FPGA boards.

          The user can't update the up: we update it for them (Choice in the CP poll)

          1 Reply Last reply
          0
          • C CodeWraith

            Which I stubbornly refuse to do. These 'rules' are for those who are to dumb to understand at which point something becomes problematic. I do this very rarely, but sometimes it's more important to keep a piece of complicated code contained in a method. No refactoring into other functions! Let's keep these eggs in one basket, despite all wise rules. Add a note that only I may work on that thing, and even then only with signatures from at least three bosses and only on highest holidays. There should be reasons for doing this and playing by the rules will break it. In such a thing it can be easier to get out of some nested code using a GOTO than doing it with the 'good' if-else way. In C or C++ such a function may often contain some inline assembly, providing one more good reason to keep everything in one function. That's very volatile code which you don't want to spread out all over the application.

            The user can't update the up: we update it for them (Choice in the CP poll)

            D Offline
            D Offline
            Dave Kreskowiak
            wrote on last edited by
            #21

            Quote:

            These 'rules' are for those who are to dumb to understand at which point something becomes problematic.

            For those of us who haven't used a GOTO in 20 years, we can say the same thing about you.

            System.ItDidntWorkException: Something didn't work as expected. A guide to posting questions on CodeProject

            Click this: Asking questions is a skill. Seriously, do it.
            Dave Kreskowiak

            C 1 Reply Last reply
            0
            • F Foothill

              $3000 wouldn't complete the machine that I really want.

              CPU

              $1000

              Intel Core i9-7900

              Video

              $1400

              GeForce Titan Z

              Motherboard

              $500

              ASUS Prime X-299 Deluxe

              RAM

              $825

              GSkill DDR4 4000 x32GB

              And I haven't even got to the hard drives, power supply, case, or the three 26 inch 4K monitors that I would like. :-D I could easily spend over $5000 on a single machine plus video. Now only if I could actually afford it. :sigh:

              if (Object.DividedByZero == true) { Universe.Implode(); } Meus ratio ex fortis machina. Simplicitatis de formae ac munus. -Foothill, 2016

              T Offline
              T Offline
              theoldfool
              wrote on last edited by
              #22

              Here you go: Raspberry Pi Zero - Raspberry Pi[^]

              Arguing with a woman is like reading the Software License Agreement. In the end, you ignore everything and click "I agree". Anonymous

              1 Reply Last reply
              0
              • OriginalGriffO OriginalGriff

                This cartoon: UserFriendly[^] got me thinking: 36 years ago this month, the PC was released to the world for the first time. I was in the industry when it happened, and it didn't really make a splash immediately, but IBM made some huge mistakes back then: they made it extensible, expandable, and ludicrously expensive. Seriously: the basic usable machine (64K RAM, one off 160KB floppy, monochrome text-only monitor, and a keyboard) was priced at around US$3,000. A top of the range model with CGA monitor (16 colours text, 320x200 graphics in any four colours of your choice from the available 16, and a printer) was US$4,500. You could buy expansion cards to get more RAM - up to 640K! Two floppies! You could swap out the 4.77MHz processor for a slightly faster working (but same clock speed) V20 one, or buy a floating point processor and plug that in! So clones appeared. And boy, have they progressed! There are (from what I see on t'interwebs) well over 2 billion PC's in existence and working today. And every single one of them is thousands of times more powerful than the computers that got man to the moon and back in 1969. We - nearly all of us - owe our whole job to that tank of a PC (heavy? Nah - the keyboard alone weighed in at only 6lb) and I've been coding on or for the damn things for well over thirty years. Perhaps August 12th should be a worldwide public holiday? [edit]CGA, not EGA! :doh:[/edit]

                Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!

                K Offline
                K Offline
                Kevin Marois
                wrote on last edited by
                #23

                Way back in 1983 I taught myself GW-Basic on [one of these](http://lowendmac.com/wp-content/uploads/zenith-z120.jpg).

                If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.

                1 Reply Last reply
                0
                • C CodeWraith

                  OriginalGriff wrote:

                  (64K RAM, one off 160KB floppy, monochrome text-only monitor, and a keyboard) was priced at around US$3,000. A top of the range model with EGA monitor (16 colours text, 320x200 graphics in any four colours of your choice from the available 16, and a printer) was US$4,500.

                  Go ahead and take a look what a TRS-80 Model 3 or 4 would have cost. These were still typical workhorses at that time. Edit: Model 4 came later, that still leaves us with Model 3: 1980: July - Radio Shack introduces the TRS-80 Model III, priced from US$700 to US$2500.

                  The user can't update the up: we update it for them (Choice in the CP poll)

                  K Offline
                  K Offline
                  kmoorevs
                  wrote on last edited by
                  #24

                  CodeWraith wrote:

                  1980: July - Radio Shack introduces the TRS-80 Model III, priced from US$700 to US$2500.

                  Amazing how much the price dropped in the next couple of years...my parents bought us a TI/99-4a at the end of '83 (I think) for around $100. No monitor, just hook up the console to a TV! Also, no HDD or even a floppy...cassettes! I still have it in the box! :laugh:

                  "Go forth into the source" - Neal Morse

                  C R 2 Replies Last reply
                  0
                  • OriginalGriffO OriginalGriff

                    This cartoon: UserFriendly[^] got me thinking: 36 years ago this month, the PC was released to the world for the first time. I was in the industry when it happened, and it didn't really make a splash immediately, but IBM made some huge mistakes back then: they made it extensible, expandable, and ludicrously expensive. Seriously: the basic usable machine (64K RAM, one off 160KB floppy, monochrome text-only monitor, and a keyboard) was priced at around US$3,000. A top of the range model with CGA monitor (16 colours text, 320x200 graphics in any four colours of your choice from the available 16, and a printer) was US$4,500. You could buy expansion cards to get more RAM - up to 640K! Two floppies! You could swap out the 4.77MHz processor for a slightly faster working (but same clock speed) V20 one, or buy a floating point processor and plug that in! So clones appeared. And boy, have they progressed! There are (from what I see on t'interwebs) well over 2 billion PC's in existence and working today. And every single one of them is thousands of times more powerful than the computers that got man to the moon and back in 1969. We - nearly all of us - owe our whole job to that tank of a PC (heavy? Nah - the keyboard alone weighed in at only 6lb) and I've been coding on or for the damn things for well over thirty years. Perhaps August 12th should be a worldwide public holiday? [edit]CGA, not EGA! :doh:[/edit]

                    Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!

                    R Offline
                    R Offline
                    Rick York
                    wrote on last edited by
                    #25

                    I remember those days well. I was still in gradual school at the time. The original PC had a cassette tape or a floppy drive as options actually. You could also get your choice of CP/M or PC-DOS on it. Once 1-2-3 came out CP/M faded quickly. One amusing thing - the original v1.0 PC-DOS didn't even have directories. That wasn't until v2.0. :omg:

                    1 Reply Last reply
                    0
                    • D Dave Kreskowiak

                      Quote:

                      These 'rules' are for those who are to dumb to understand at which point something becomes problematic.

                      For those of us who haven't used a GOTO in 20 years, we can say the same thing about you.

                      System.ItDidntWorkException: Something didn't work as expected. A guide to posting questions on CodeProject

                      Click this: Asking questions is a skill. Seriously, do it.
                      Dave Kreskowiak

                      C Offline
                      C Offline
                      CodeWraith
                      wrote on last edited by
                      #26

                      I did not want to offend you. It's just that I met enough people who could recite all kinds of rules as if they were holy commandments, but had not the slightest clue why it's not always a good idea to use these things. I don't think that those people are dumb. They have been made that way by training them to obey rules without questions.

                      The user can't update the up: we update it for them (Choice in the CP poll)

                      F D M 3 Replies Last reply
                      0
                      • K kmoorevs

                        CodeWraith wrote:

                        1980: July - Radio Shack introduces the TRS-80 Model III, priced from US$700 to US$2500.

                        Amazing how much the price dropped in the next couple of years...my parents bought us a TI/99-4a at the end of '83 (I think) for around $100. No monitor, just hook up the console to a TV! Also, no HDD or even a floppy...cassettes! I still have it in the box! :laugh:

                        "Go forth into the source" - Neal Morse

                        C Offline
                        C Offline
                        CodeWraith
                        wrote on last edited by
                        #27

                        The prices dropped constantly as memory got cheaper and the competition got stiffer. The TRS-80 Model 3 was intended to be a professional machine with the best reasonable hardware options. Lots of memory, multiple disk drives, modems, large printers - all stuff that you did not find in a small home computer.

                        The user can't update the up: we update it for them (Choice in the CP poll)

                        1 Reply Last reply
                        0
                        • OriginalGriffO OriginalGriff

                          You're right! EGA was the high res one that came later! Well ... 16 colours, up to 640x350! The first computer I bought for myself at home was EGA - the Amstrad 1640DD, with 640K RAM, twin 360KB floppies, Power supply built into the monitor ... and a MOUSE! I bought it a 32MB hard disk (a "hardcard" where the disk was mounted on the HDD controller card) which cost £400 and had a seek time of ~100ms! :omg:

                          Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!

                          F Offline
                          F Offline
                          Forogar
                          wrote on last edited by
                          #28

                          This [^] was my first laptop. Twin 720k floppies, 512k of memory, b&w cga screen. It would run for 5 hours on its battery which was handy because it would take 3 1/2 hours to compile and build a star-trek based computer game I was developing which left me an hour to actually do the coding and testing. I used to have a 4 1/2 hour train commute from Preston to London each week; down on Monday morning, back on Friday evening - spent the weekend with my wife. This worked perfectly for me for a couple of years.

                          - I would love to change the world, but they won’t give me the source code.

                          OriginalGriffO 1 Reply Last reply
                          0
                          • C CodeWraith

                            I did not want to offend you. It's just that I met enough people who could recite all kinds of rules as if they were holy commandments, but had not the slightest clue why it's not always a good idea to use these things. I don't think that those people are dumb. They have been made that way by training them to obey rules without questions.

                            The user can't update the up: we update it for them (Choice in the CP poll)

                            F Offline
                            F Offline
                            Forogar
                            wrote on last edited by
                            #29

                            I also haven't used GOTO for many, many years. Not because of any "rule", just because my nicely structured code has never needed one - I haven't missed it.

                            - I would love to change the world, but they won’t give me the source code.

                            C 1 Reply Last reply
                            0
                            • F Forogar

                              This [^] was my first laptop. Twin 720k floppies, 512k of memory, b&w cga screen. It would run for 5 hours on its battery which was handy because it would take 3 1/2 hours to compile and build a star-trek based computer game I was developing which left me an hour to actually do the coding and testing. I used to have a 4 1/2 hour train commute from Preston to London each week; down on Monday morning, back on Friday evening - spent the weekend with my wife. This worked perfectly for me for a couple of years.

                              - I would love to change the world, but they won’t give me the source code.

                              OriginalGriffO Offline
                              OriginalGriffO Offline
                              OriginalGriff
                              wrote on last edited by
                              #30

                              Am I remembering wrong or did they have a full-sized expansion slot? I seem to remember trying to get one as our EPROM programmer at the time ran on a dedicated PC card and a big thick cable.

                              Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!

                              "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
                              "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

                              F 1 Reply Last reply
                              0
                              • OriginalGriffO OriginalGriff

                                Am I remembering wrong or did they have a full-sized expansion slot? I seem to remember trying to get one as our EPROM programmer at the time ran on a dedicated PC card and a big thick cable.

                                Bad command or file name. Bad, bad command! Sit! Stay! Staaaay... AntiTwitter: @DalekDave is now a follower!

                                F Offline
                                F Offline
                                Forogar
                                wrote on last edited by
                                #31

                                Yes, oddly enough, it did. I never used it and wondered why they bothered!

                                - I would love to change the world, but they won’t give me the source code.

                                1 Reply Last reply
                                0
                                • F Forogar

                                  I also haven't used GOTO for many, many years. Not because of any "rule", just because my nicely structured code has never needed one - I haven't missed it.

                                  - I would love to change the world, but they won’t give me the source code.

                                  C Offline
                                  C Offline
                                  CodeWraith
                                  wrote on last edited by
                                  #32

                                  As it should be, but unfortunately not always is. The last time I saw that was a highly specialized and optimized core, around which practically all the company's products were built around. The normal (C++) compiler optimizations were not enough and time was really money in this case.

                                  The user can't update the up: we update it for them (Choice in the CP poll)

                                  1 Reply Last reply
                                  0
                                  • C CodeWraith

                                    My two Atari STs have both problems with their floppies. In one the belt that spins the disk may have snapped and the other one's ejection button does not work anymore. I hope I get something at FleaBay. I did not want to buy anything there anymore.

                                    The user can't update the up: we update it for them (Choice in the CP poll)

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

                                    Luckily(?) I've got a HDD in the A1200.. There are a couple of groups for Commodore computers on Facebook - it might be worth checking ST ones (did they use the same drives as Amigas?) to see if anyone know where to get spares (or have some themselves they'd be willing to sell). The CBM guys are pretty helpful, sure the Atari groups would be the same.

                                    Now is it bad enough that you let somebody else kick your butts without you trying to do it to each other? Now if we're all talking about the same man, and I think we are... it appears he's got a rather growing collection of our bikes.

                                    C 1 Reply Last reply
                                    0
                                    • C CodeWraith

                                      I did not want to offend you. It's just that I met enough people who could recite all kinds of rules as if they were holy commandments, but had not the slightest clue why it's not always a good idea to use these things. I don't think that those people are dumb. They have been made that way by training them to obey rules without questions.

                                      The user can't update the up: we update it for them (Choice in the CP poll)

                                      D Offline
                                      D Offline
                                      Dave Kreskowiak
                                      wrote on last edited by
                                      #34

                                      No worries. We're good. :) I stopped using GOTO because I started thinking more about the structure of my code and getting into finer compartmentalization. This made my code more reusable and extendable. I stopped because I started thinking through the problems to be solved better. I didn't stop using it because of some code apologist or evangelical corner of the industry coming up with "the rule". It was a side effect of overhauling problem analysis and better algorithm generation.

                                      System.ItDidntWorkException: Something didn't work as expected. A guide to posting questions on CodeProject

                                      Click this: Asking questions is a skill. Seriously, do it.
                                      Dave Kreskowiak

                                      1 Reply Last reply
                                      0
                                      • K kmoorevs

                                        CodeWraith wrote:

                                        1980: July - Radio Shack introduces the TRS-80 Model III, priced from US$700 to US$2500.

                                        Amazing how much the price dropped in the next couple of years...my parents bought us a TI/99-4a at the end of '83 (I think) for around $100. No monitor, just hook up the console to a TV! Also, no HDD or even a floppy...cassettes! I still have it in the box! :laugh:

                                        "Go forth into the source" - Neal Morse

                                        R Offline
                                        R Offline
                                        RTek23
                                        wrote on last edited by
                                        #35

                                        I bought the TI99-4a in 1983 for $100 as well. TI had announced they were getting out of the small computer business and they all went on a fire sale across the country world. It was a great way to get into the game for a small price. I have some empathy for the people that bought it 6 months before for several times that, though.

                                        1 Reply Last reply
                                        0
                                        • L Lost User

                                          Luckily(?) I've got a HDD in the A1200.. There are a couple of groups for Commodore computers on Facebook - it might be worth checking ST ones (did they use the same drives as Amigas?) to see if anyone know where to get spares (or have some themselves they'd be willing to sell). The CBM guys are pretty helpful, sure the Atari groups would be the same.

                                          Now is it bad enough that you let somebody else kick your butts without you trying to do it to each other? Now if we're all talking about the same man, and I think we are... it appears he's got a rather growing collection of our bikes.

                                          C Offline
                                          C Offline
                                          CodeWraith
                                          wrote on last edited by
                                          #36

                                          Brent Jenkins wrote:

                                          did they use the same drives as Amigas?

                                          Technically yes, but the ejection button also has to fit into the case. I may even have some in my box, but I have to look.

                                          The user can't update the up: we update it for them (Choice in the CP poll)

                                          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