Time for some warm-and-fuzzies! What happy memories do you have from your early days of getting into computers/programming, whenever those early days happened to be?

When I was in middle school, I read an article in Discover Magazine about “artificial life” — computer simulations of biological systems. This sent me off on the path of trying to make a simulation of bugs that ran around and ate each other. My tool of choice was PowerBASIC, which was like QBasic except that it could compile to .EXE files. I decided there would be animals that could move, and plants that could also move. To implement a rule like “when the animal is near the plant, it will chase the plant,” I needed to compute distances between points given their x- and y-coordinates. I knew the Pythagorean theorem, and I realized that the line between the plant and the animal is the hypotenuse of a right triangle. Tada: I had invented the distance formula!

  • self@awful.systemsM
    link
    fedilink
    arrow-up
    7
    ·
    7 days ago

    in school, I installed Linux on my pc, played around and then fucked up my primary disk’s boot sector and partition table.

    the classic! your recovery from this was a lot smarter than mine — I think losing my data on Linux was what got me started on BSD

    • antifuchs@awful.systems
      link
      fedilink
      arrow-up
      6
      ·
      6 days ago

      LOL, now that you mention it, I think installing FreeBSD was exactly the thing that got my MBR blown up that way. Ever since, I’ve taken a snapshot of the first 512 bytes of any bios-formatted drive…