• wonderingwanderer@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    2 hours ago

    Nah, transistors can’t get much smaller than they already are. Only new fabs and increasing production capacity can really lower prices at this point (and the AI bubble bursting), it’s not going to be so much about technology getting exponentially better like it was in previous decades

  • SCmSTR@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    8
    ·
    15 hours ago

    And every step of the way, some assholes idiots inspired society to think “we will never need more than this”

  • manxu@piefed.social
    link
    fedilink
    English
    arrow-up
    11
    ·
    1 day ago

    It’s funny to see cost per GB on the right. Back in 1980, most people didn’t even know what a Gigabyte might be.

    • tigeruppercut@lemmy.zip
      link
      fedilink
      English
      arrow-up
      2
      ·
      10 hours ago

      Around 2000 I remember a guy at the computer store telling me that 20 gigs was a ton and how would I even use it? Well, one pirated 700 Meg movie at a time is how (most pirate copies tried to keep movies to 700 mb so they’d fit on a burned cd)

    • billwashere@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 day ago

      I always chuckle thinking about taking a 1TB Micro SD back in time and watching people’s heads explode.

      I remember being in college in the very early 90s and a friend got a machine with 2 2gb hard drives and wondering what he was going to do with all that space. Now I have a NAS at home with something like 100TB and it’s almost 75% full.

  • Rimu@piefed.social
    link
    fedilink
    English
    arrow-up
    24
    ·
    2 days ago

    My second computer had a 20 MB HDD and it was wonderful to have soooo much space compared to the previous computer which had no HDD and 3 floppy drives.

    Then a year later I added a second 20 MB HDD and was absolutely swimming in space.

    Back then a ‘large’ app was 100 KB. You’d spend all day writing code and produce a 13 KB file.

  • Jessica@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    13
    ·
    2 days ago

    I remember my parents taking us to the Gateway store, and the guy who helped us said something along the lines of “This PC has 12 gigs; you’ll never run out of space!”

    Napster hit the scene within a few months. Started getting “low disk space!” warnings real quick.

  • Kn1ghtDigital@lemmy.zip
    link
    fedilink
    English
    arrow-up
    13
    ·
    2 days ago

    All the oldies flocking here to tell everyone about how cool their tiny hard drives were.

    Hi, I had a 25mb hard drive and it was awesome. Technology!

    • affenlehrer@feddit.org
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      1 day ago

      Hi, I don’t remember the size of my first HDD, I guess about 40 MB. Was a pretty big boy, filling a whole 5.25 " slot. What I remember most about it, was that my father told me to always park it.

      • tal@lemmy.today
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 day ago

        Parking drive heads is indeed the term for the drive moving them off the platter, which it does when cleanly powered down to protect the platter.

        searches

        Apparently, though I wasn’t aware of this until now, some DOS hard drives required manual parking by the user.

        https://retrocomputing.stackexchange.com/questions/11545/on-dos-computers-what-would-the-park-command-do

        Hard drives have read/write heads which fly above the spinning disks when the drive is powered. When power is removed, the heads no longer fly… For a long time now, the arms which hold the heads have been designed to “auto-park” the heads away from the disks’ surface, or over a safe “landing zone”, when they lose power¹, but early (up to the mid 80s) hard drives didn’t have this feature, so their heads would land on the disk surface, which could sometimes damage the surface.

        So early PCs had a PARK command which would park the heads away from the disk surface. Typically, this would attempt to move the heads past the last “official” cylinder (over an “engineering cylinder” on MFM and RLL drives), or, starting with ATs, use the landing zone specified in the BIOS drive parameter table (accessed using the vectors stored at interrupts 0x41 and 0x46). You can see one such implementation in Roedy Green’s PARK which comes with source code, or in Jim Leonard’s disassembly of SpinRite’s PARK.

        On PCs with auto-parking heads, it was safe to wait for the DOS command prompt, and the lights to switch off: COMMAND.COM ensures that I/O is finished before it displays the command prompt (and in-memory disk caches are supposed to honour that too).

        (In fact, this feature is what allows Roedy Green’s PARK to work too: you’d wait for the command prompt, so there’s no outstanding I/O, then run PARK, which would be loaded from disk, then run with no I/O apart from parking the heads, then either loop forever or return to the command prompt which would normally not result in any I/O either, so the heads would remain safely parked. SpinRite’s PARK waits for the user to press a key, so the user can power the computer off without pressing a key and thus ensure there’s no untoward I/O.)

        New PCs in 1994 wouldn’t need this, but it was common for schools to have very old computers, and an early PC requiring PARK wouldn’t be unheard of. Old habits die hard too, so it’s possible that the advice to run PARK was kept alive long after it stopped being relevant, but that would have involved copying the PARK command since it was system-specific and not part of DOS.

        If I remember correctly, IDE drives never needed PARK, so you’d only find it on PCs equipped with pre-IDE drives (commonly referred to as MFM or RLL drives).

        • affenlehrer@feddit.org
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 day ago

          I’m not sure what kind of drive it was. I remember using the park command in DOS but it’s possible it wasn’t actually necessary. I guess my father had experience with earlier drives and just assumed it was good practice. I also remember the park command caused some audible noise from the HDD. Probably some whirring and a click but I’m not sure about this.