I really wish that I was born early so I’ve could witness the early years of Linux. What was it like being there when a kernel was released that would power multiple OSes and, best of all, for free?

I want know about everything: software, hardware, games, early community, etc.

  • Kongar@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    10 hours ago

    Hard

    94-95 school year for me. Prior to win 95. Honestly OS2 warp was the tits then, blew windows and linux away. But the cool thing about linux was that you could pull a session from the college mainframe and then run all the software off campus. Over a modem. Pro E, maple, matlab, gopher, Netscape, ftp/fsp, irc, on and on. Once you had X going on your 486, you were good to go.

    But honestly, it was nerd sh$t. Dos was king until win95. And then nobody looked back until win8 made us realize Microsoft had started sucking.

    • MangoCats@feddit.it
      link
      fedilink
      English
      arrow-up
      2
      ·
      7 hours ago

      I started programming in DOS professionally in January 1991. It was pretty clear how bad Microsoft sucked by February of 1991, and blindingly obvious when they “updated” DOS more than annually with “95% backward compatibility” which translated to: "we just broke all your programs and you’re only going to have to figure out which 5% of your code you’re going to have to update to make it work in this version - aaaaand, by the time you do that we will be releasing a newer version! ;-P "

      Something called DrDOS came along and we used it just because it wasn’t updating and breaking backward compatibility so often. Since 640k wasn’t enough for us even then, we ended up putting the kludge “Phar-Lap 32 bit extender” libraries on our product so we could access all the cheap RAM that systems were being shipped with (2MB was pretty much standard by 1992).

      Then there was the day that McAffee decided that our product’s main .exe was a virus. It wasn’t. It wasn’t infected with anything. It didn’t do anything vaguely resembling malware. McAffee just had a false positive pattern match with our software.

      The Microsoft treadmill was a very real thing all through the 1990s - much like Android and iOS are today. Sure, you’ve got a cool idea for an app, but we’re going to keep shifting the OS underneath you so that you’re spending 90%+ of your time just recoding your same old app for the latest OS release. That way you don’t have any time to innovate and maybe threaten our business model.

    • ArcaneSlime@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      1
      ·
      6 hours ago

      win8 made us realize

      Bruh you were late. Vista sucked, 7 sucked, they were shit since XP. Sure, I kept using it until 10 because I was afraid linux still didn’t work, but XP was the last time I was happy with computers until I installed Fedora.

    • GalacticGrapefruit@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      8 hours ago

      Yeah, I jumped ship right around the time Win8 came out. 14.04 was an interesting time to start learning. I was obsessed with trimming out bloat, so I used a tool to uninstall orphaned packages. Problem was, it also deleted some dependencies for GNOME.

      I had, to quote the most helpful and humorous person in an Ubuntu forum post, “borked it so bad it had to be nuked from orbit.”

      I have since learned my lesson and learned to be a little bit more careful with the magical responsibilities of sudo.

      • MangoCats@feddit.it
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 hours ago

        I have turned to scripting all of my desktop mods and keeping them in a git repo. So, when I nuke a system from orbit all I have to do is install fresh, add git, check out my repo and run the scripts.