• bobzrkr@sh.itjust.works
    link
    fedilink
    arrow-up
    4
    ·
    13 hours ago

    Yes. Modern software is extremely bloated. But the Apollo computers were operated by people with masters degrees or PhDs. And they trained to use them for over a year. Good luck trying to get the average person to use anything that runs on kilobytes of RAM.

  • DoctorPress@lemmy.zip
    link
    fedilink
    arrow-up
    29
    ·
    edit-2
    20 hours ago

    I’m tired of electron apps each shipping with a full blown browser requiring min. 4GB ram to even properly start. Bring back native apps.

    This includes you too, valve.

    • Dave@lemmy.nz
      link
      fedilink
      arrow-up
      11
      ·
      edit-2
      12 hours ago

      PC - fans blasting, groaning under the workload
      Me - not even using it

      Checks processes, steam web helper using 100% of CPU.

      • BartyDeCanter@lemmy.sdf.org
        link
        fedilink
        arrow-up
        6
        ·
        12 hours ago

        Fucking steam web helper. I’ll have locked my desktop machine and switched my KVM to my work laptop when suddenly the fans spin up. I switch back over and it’s multiple steam processes each using a full core. WTF?!? I’m looking up how to have the lock screen also ‘kill all -9 steam’ to keep it from happening.

  • theorangeninja@sopuli.xyz
    link
    fedilink
    arrow-up
    44
    ·
    1 day ago

    I don’t know what I find more impressing. The 4kB of RAM from the moon mission in 1969 which worked back then or the 69kB of RAM from the Voyager mission in 1977 which still functions to this day!

  • sp3ctr4l@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    16
    ·
    edit-2
    20 hours ago

    Kind of a tangent, but:

    Sorry everyone, we just uh, forgot, uh, yeah, we forgot how to render video games without $2000+ GPUs, so, you just need to buy those now.

    No. No.

    Do not look at MGSV’s Fox Engine.

    Do not look at TitanFall2’s custom Source fork.

    They’re not real.

    Stable, performant, realistic realtime graphics are only possible with very expensive, bleed8ng edge technology, ok?

    It’s totally not a skill issue of other game engines devs and game dev teams and (mis)management and willing collusion from corporate, OK?!

    • Wildmimic@anarchist.nexus
      link
      fedilink
      English
      arrow-up
      5
      ·
      18 hours ago

      UE is the worst offender. My hardware is able of astonishing features, just to get wrecked by fucking shader stutter and default engine settings not even touched by game devs (I even stopped playing the Dead Space remake over the stutter, it’s unplayable regardless of settings). Some modders take it upon them to try and fix the second part, so i know it’s not the hardware, esp. when stuff like cyberpunk works fine on the appropriate detail level for 1440p or near maxed @1080p.

      • Ghoelian@piefed.social
        link
        fedilink
        English
        arrow-up
        6
        ·
        18 hours ago

        It’s especially bad with ue5 I think. Most of the games I refunded turned out to use ue5 and their lumen shit.

  • JeeBaiChow@lemmy.world
    link
    fedilink
    arrow-up
    12
    ·
    24 hours ago

    Kids these days need to install a 4gb framework to write a storage/ retrieval web app. ‘Full stack’ is kinda funny when their contribution is just a few k of scripts.

    • mushroommunk@lemmy.today
      link
      fedilink
      arrow-up
      12
      ·
      22 hours ago

      “Sometimes being a programmer isn’t about the code you write, it’s about knowing which libraries to use. It still takes skill.” I tell myself as I add my 20th nuget package instead of writing ten lines of code to reverse a string.

        • mushroommunk@lemmy.today
          link
          fedilink
          arrow-up
          7
          ·
          22 hours ago

          You get to manage code? Once it’s shipped it’s gone. There’s no time for refactor and only tackle major bugs. That’s the corporate way

          • Victor@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            21 hours ago

            I’m in corporate and I get to refactor and make things better. 🤷‍♂️ It’s not everywhere. But it’s the most common I imagine.

            • mushroommunk@lemmy.today
              link
              fedilink
              arrow-up
              4
              ·
              20 hours ago

              Definitely not my experience at four different companies or what I’ve seen from my friends venting. I’m kind of jealous.

              The only time I’ve gotten to improve things already written is when we had a specific contract to do so once. Other than that, yeah, small bug fixes but otherwise new development only.

              • Victor@lemmy.world
                link
                fedilink
                arrow-up
                1
                ·
                17 hours ago

                Sorry if I made myself misunderstood. I meant that it should definitely be the most common that you don’t get to refractor and do cleanup and maintenance and stuff. I’m definitely lucky in this regard. 😅

      • FishFace@piefed.social
        link
        fedilink
        English
        arrow-up
        3
        ·
        22 hours ago

        I mean the reason python succeeded is because you don’t need to write more than one line to reverse a string (etc).