Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • 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 (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. what are we even doing here man

what are we even doing here man

Scheduled Pinned Locked Moved Uncategorized
69 Posts 51 Posters 80 Views
  • 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.
  • foone@digipres.clubF foone@digipres.club

    what are we even doing here man

    Link Preview Image
    h5e@tech.lgbtH This user is from outside of this forum
    h5e@tech.lgbtH This user is from outside of this forum
    h5e@tech.lgbt
    wrote last edited by
    #37

    @foone but do you know Keyboard (input device)?

    riley@toot.catR acmeworks@social.tchncs.deA 2 Replies Last reply
    0
    • revk@toot.me.ukR revk@toot.me.uk

      @foone reminds me of the early 80s where we got code form teachers for educational stuff. And one guy understood subroutines by not arrays. He had one that was full of
      IF I=1 RETURN V1
      IF I=2 RETURN V2
      …
      Amazing stuff.

      henryk@chaos.socialH This user is from outside of this forum
      henryk@chaos.socialH This user is from outside of this forum
      henryk@chaos.social
      wrote last edited by
      #38

      @revk @foone That is one of my memories from programming as a child. I was ~10 years old. I saw the starry night screensaver in Norton Commander and wanted a similar effect in QBasic.
      Lots of copy and paste later I had like 15 pairs of x,y coordinate variables (x1,y1,x2,y2,.…), a cycle counter that goes from 1 to 15, and a shitload of if then clauses: delete star at x1,y1, assign new coordinates, paint star, wait, delete star at x2, y2, etc. pp.
      It was awesome, but was hard to add more stars.

      jakobtougaard@mastodon.onlineJ 1 Reply Last reply
      0
      • foone@digipres.clubF foone@digipres.club

        See? Page 9. Arrays.

        Link Preview Image
        jsmuellerroemer@c.imJ This user is from outside of this forum
        jsmuellerroemer@c.imJ This user is from outside of this forum
        jsmuellerroemer@c.im
        wrote last edited by
        #39

        @foone I’m pretty sure I had that book

        llogiq@hachyderm.ioL 1 Reply Last reply
        0
        • foone@digipres.clubF foone@digipres.club

          Usborne released a bunch of their old 80s programming books for free a while back, and they're all just a gem:

          Link Preview Image
          Computer and coding books from Usborne | Usborne | Be Curious

          Usborne children's coding books for a new generation

          favicon

          (usborne.com)

          jsmuellerroemer@c.imJ This user is from outside of this forum
          jsmuellerroemer@c.imJ This user is from outside of this forum
          jsmuellerroemer@c.im
          wrote last edited by
          #40

          @foone I get redirected to the German site with no option to switch pack (the 404 references a non-existent dropdown menu…)

          sdruskat@fediscience.orgS 1 Reply Last reply
          0
          • foone@digipres.clubF foone@digipres.club

            Usborne released a bunch of their old 80s programming books for free a while back, and they're all just a gem:

            Link Preview Image
            Computer and coding books from Usborne | Usborne | Be Curious

            Usborne children's coding books for a new generation

            favicon

            (usborne.com)

            weirdocollector@livellosegreto.itW This user is from outside of this forum
            weirdocollector@livellosegreto.itW This user is from outside of this forum
            weirdocollector@livellosegreto.it
            wrote last edited by
            #41

            @foone Unfortunately links goes to 404 😔

            sdruskat@fediscience.orgS 1 Reply Last reply
            0
            • foone@digipres.clubF foone@digipres.club

              Usborne released a bunch of their old 80s programming books for free a while back, and they're all just a gem:

              Link Preview Image
              Computer and coding books from Usborne | Usborne | Be Curious

              Usborne children's coding books for a new generation

              favicon

              (usborne.com)

              kirtai@tech.lgbtK This user is from outside of this forum
              kirtai@tech.lgbtK This user is from outside of this forum
              kirtai@tech.lgbt
              wrote last edited by
              #42

              @foone
              Ooh, they have the text adventure ones

              1 Reply Last reply
              0
              • foone@digipres.clubF foone@digipres.club

                See? Page 9. Arrays.

                Link Preview Image
                billgoats@bitbang.socialB This user is from outside of this forum
                billgoats@bitbang.socialB This user is from outside of this forum
                billgoats@bitbang.social
                wrote last edited by
                #43

                @foone 😍

                1 Reply Last reply
                0
                • foone@digipres.clubF foone@digipres.club

                  if someone doesn't have experience with arrays, then they don't have enough experience with programming to hire them to program for you. they are still on page 9 of the programming book

                  riley@toot.catR This user is from outside of this forum
                  riley@toot.catR This user is from outside of this forum
                  riley@toot.cat
                  wrote last edited by
                  #44

                  @foone Pedant point: there have been some rather popular historic languages that eschewed arrays as we know them for "associative arrays", like Mumps, AWK, and PHP.

                  1 Reply Last reply
                  0
                  • gunstick@mastodon.opencloud.luG gunstick@mastodon.opencloud.lu

                    @TomF @foone IBM got a patent on some obscure graphics method I used many years before in demo programming around 1990.
                    I can't recall what it was. Maybe sprites masking with a CPU. Was something obvious

                    tomf@mastodon.gamedev.placeT This user is from outside of this forum
                    tomf@mastodon.gamedev.placeT This user is from outside of this forum
                    tomf@mastodon.gamedev.place
                    wrote last edited by
                    #45

                    @gunstick @foone I vaguely recall someone like Atari having a patent on a register that shifts the entire screen left. So someone else (Sega?) made a register that shifts it right instead. It's really annoying that it goes the wrong way, but it avoided the patent.

                    tomf@mastodon.gamedev.placeT 1 Reply Last reply
                    0
                    • somekindofgarf@kind.socialS somekindofgarf@kind.social

                      @foone now the qualifications for this job are pretty stringent, we're gonna need you to have used a keyboard before.

                      riley@toot.catR This user is from outside of this forum
                      riley@toot.catR This user is from outside of this forum
                      riley@toot.cat
                      wrote last edited by
                      #46

                      @somekindofgarf

                      • There’s a minimum crew requirement.
                      • What’s that?
                      • One, I suppose.

                      @foone

                      1 Reply Last reply
                      0
                      • foone@digipres.clubF foone@digipres.club

                        what are we even doing here man

                        Link Preview Image
                        petersommerlad@mastodon.socialP This user is from outside of this forum
                        petersommerlad@mastodon.socialP This user is from outside of this forum
                        petersommerlad@mastodon.social
                        wrote last edited by
                        #47

                        @foone

                        when i reached 50 skills on linkedin i was told that this was the limit. (most of those proposed by others)

                        So be careful what you announce as skill.

                        but handling sequences in programming isn't a skill, it is elementary.

                        1 Reply Last reply
                        0
                        • h5e@tech.lgbtH h5e@tech.lgbt

                          @foone but do you know Keyboard (input device)?

                          riley@toot.catR This user is from outside of this forum
                          riley@toot.catR This user is from outside of this forum
                          riley@toot.cat
                          wrote last edited by
                          #48

                          @h5e I have heard that there once genuinely was a young man from Japan who didn't know that keyboards existed, and became a proficient programmer of one of the early game consoles, possibly first-generation Famicom, by using the on-screen entry mechanism that came as a demo with some devkit.

                          And then, he got his hands on a keyboard.

                          @foone

                          riley@toot.catR 1 Reply Last reply
                          0
                          • tomf@mastodon.gamedev.placeT tomf@mastodon.gamedev.place

                            @gunstick @foone I vaguely recall someone like Atari having a patent on a register that shifts the entire screen left. So someone else (Sega?) made a register that shifts it right instead. It's really annoying that it goes the wrong way, but it avoided the patent.

                            tomf@mastodon.gamedev.placeT This user is from outside of this forum
                            tomf@mastodon.gamedev.placeT This user is from outside of this forum
                            tomf@mastodon.gamedev.place
                            wrote last edited by
                            #49

                            @gunstick @foone (all these patents are way out of date of course DO NOT TALK ABOUT LIVE PATENTS)

                            gunstick@mastodon.opencloud.luG 1 Reply Last reply
                            0
                            • riley@toot.catR riley@toot.cat

                              @h5e I have heard that there once genuinely was a young man from Japan who didn't know that keyboards existed, and became a proficient programmer of one of the early game consoles, possibly first-generation Famicom, by using the on-screen entry mechanism that came as a demo with some devkit.

                              And then, he got his hands on a keyboard.

                              @foone

                              riley@toot.catR This user is from outside of this forum
                              riley@toot.catR This user is from outside of this forum
                              riley@toot.cat
                              wrote last edited by
                              #50

                              @h5e Sakurai Masahiro.

                              @foone

                              h5e@tech.lgbtH 1 Reply Last reply
                              0
                              • jsmuellerroemer@c.imJ jsmuellerroemer@c.im

                                @foone I’m pretty sure I had that book

                                llogiq@hachyderm.ioL This user is from outside of this forum
                                llogiq@hachyderm.ioL This user is from outside of this forum
                                llogiq@hachyderm.io
                                wrote last edited by
                                #51

                                @JSMuellerRoemer @foone same here.

                                1 Reply Last reply
                                0
                                • mo@mastodon.mlM This user is from outside of this forum
                                  mo@mastodon.mlM This user is from outside of this forum
                                  mo@mastodon.ml
                                  wrote last edited by
                                  #52

                                  @akent keep looking forward, I hope you'll find it

                                  @foone

                                  1 Reply Last reply
                                  0
                                  • foone@digipres.clubF foone@digipres.club

                                    what are we even doing here man

                                    Link Preview Image
                                    mrwedders@social.linux.pizzaM This user is from outside of this forum
                                    mrwedders@social.linux.pizzaM This user is from outside of this forum
                                    mrwedders@social.linux.pizza
                                    wrote last edited by
                                    #53

                                    You laugh but I joined an org once where because passing arrays to functions required handling references they instead used big CSV strings in 99% of cases. Drove me insane.

                                    1 Reply Last reply
                                    0
                                    • foone@digipres.clubF foone@digipres.club

                                      what are we even doing here man

                                      Link Preview Image
                                      karpour@mstdn.socialK This user is from outside of this forum
                                      karpour@mstdn.socialK This user is from outside of this forum
                                      karpour@mstdn.social
                                      wrote last edited by
                                      #54

                                      @foone Boy not only do I have worked with arrays, I also have extensive experience both pressing and releasing (!) keys on business workstation keyboards. Am I hired?

                                      ruawhitepaw@chitter.xyzR 1 Reply Last reply
                                      0
                                      • foone@digipres.clubF foone@digipres.club

                                        what are we even doing here man

                                        Link Preview Image
                                        darkling@mstdn.socialD This user is from outside of this forum
                                        darkling@mstdn.socialD This user is from outside of this forum
                                        darkling@mstdn.social
                                        wrote last edited by
                                        #55

                                        @foone Doesn't Lua use only dictionaries for data structures? IIRC, its "arrays" are just dictionaries indexed by integers.

                                        1 Reply Last reply
                                        0
                                        • karpour@mstdn.socialK karpour@mstdn.social

                                          @foone Boy not only do I have worked with arrays, I also have extensive experience both pressing and releasing (!) keys on business workstation keyboards. Am I hired?

                                          ruawhitepaw@chitter.xyzR This user is from outside of this forum
                                          ruawhitepaw@chitter.xyzR This user is from outside of this forum
                                          ruawhitepaw@chitter.xyz
                                          wrote last edited by
                                          #56

                                          @karpour @foone You can produce arrays of characters faster if you don't release the keys.

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


                                          • Login

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