• mlg@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    6 hours ago

    Honestly, it depends on the netcode implementation.

    TF2 hitscan and projectiles work remarkably well even at 100+ ping.

    TF2 melee hit detection functions like a dice roll above 40 lol.

  • Phoenixz@lemmy.ca
    link
    fedilink
    arrow-up
    5
    ·
    7 hours ago

    I regularly played with ping 100-150 and still managed to make it to the top 32 players

  • easily3667@lemmus.org
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    10 hours ago

    Forget NASA, 100 ping is pretty good for internet gaming…in the dsl days. Sure your warthog or ghost might occasionally plow into the wall of a canyon but the brain adapts.

      • Aceticon@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        5
        ·
        7 hours ago

        Logically, given that we are still getting transmissions from the remote vehicles, either there are no aliens shooting back, the aliens have lousy aim or really bad weapons, or they’ve long destroyed those vehicles and what we’re receiving are fake transmissions from the aliens.

        So it is indeed possible that the aliens are shooting back but we can’t tell from this side.

  • kamen@lemmy.world
    link
    fedilink
    arrow-up
    9
    arrow-down
    3
    ·
    edit-2
    12 hours ago

    It would be comparable if NASA scientists were racing against someone else controlling another vehicle over there with less ping.

    P.S. I’m not saying it isn’t challenging - it surely is, but it’s like connecting to your home computer over a shitty connection to play a single player game.

  • Ronno@feddit.nl
    link
    fedilink
    English
    arrow-up
    7
    ·
    15 hours ago

    EA: hold my beer

    For example: in FC25 you can have 14 ms ping to the server, but still have a laggy experience as if you are playing with 1,400,000 ping.

  • jubilationtcornpone@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    16
    ·
    19 hours ago

    It’s like playing Age of Empires over dialup. One minute you’re happily building a little army and keeping your farms going. Then some asshole with cable internet comes along and faster than you can blink, your army is destroyed, villagers murdered, and your city burned to the ground.

    • Septimaeus@infosec.pub
      link
      fedilink
      arrow-up
      4
      ·
      10 hours ago

      I never figured out how, but it tended to feel impossibly early in the game too, as if the opponent had already been developing their economy for at least as long as I had before the game had even started.

    • andros_rex@lemmy.world
      link
      fedilink
      arrow-up
      30
      ·
      edit-2
      22 hours ago

      The programming described in the article is spectacular too. Imagine working with 68 KB of space. I got to talk to someone who worked on the team once, which was probably the culmination of my life.

      • Aceticon@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        6
        ·
        edit-2
        12 hours ago

        I started programming as a kid way back in the ZX Spectrum days, and that one had even less memory than that.

        You can do a surprising large amount of functionality if you’re hand-coding assembly (I actually made a mine-sweeper clone for the Spectrum like that).

        Even nowadays, there is the whole domain of microcontrollers, some of which are insanelly tiny (for example, the ATTiny202 which has 2KB flash and 128 Bytes of RAM) and you can do a surprising amount of functionality even in C since modern C compilers are extremelly efficient.

        (That said, that 202 is the extreme low end and barelly useful, but I do have an automated plant watering system I designed - complete with low battery detection and signalling - running on an ATTiny45, an older chip with twice as much flash and RAM).

        In my experience, if there is no UI on a screen (graphical elements tend to use quite a bit of memory plus if you’re doing animation you need an in-memory buffer the size of the video memory to get double-buffering for smoothness and just that buffer can add up a lot of memory depending on resolution and bytes per pixel), using a compiled language which can optimize for size (like C) and not dragging in a ton of oversized libraries as dependencies, you can do a ton of functionality in very little memory - there are quite complex functional elements out there (like full TCP/IP stacks) that fit in a few KB of memory.

  • AndyMFK@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    12
    ·
    20 hours ago

    I gave up sim racing online after a crash and seeing the other players replay of the crash. I didn’t think I was at fault but because of the lag, I totally was.

    My ping from Australia to Europe was just too much in order to ensure others could have a safe race. When everyone else has 20-40 ping and I’m racing with 150+ it’s just too much lag to be safe on the track

    • JordanZ@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      13 hours ago

      Somebody I know that does sim racing on a team has a dedicated internet connection just for racing. A few too many times of somebody starting up something like a Netflix stream in the house and it would spike his ping enough that it had dire consequences to his rating. That just seems crazy to me. He justifies it by it costing him like 3-5 races to play catch up after an incident. Doesn’t really help in your case as your ping was consistently poor though.

      Running like the good old days though when modern cell phones didn’t exist and the house only had one computer…you just plug the modem directly into the computer. No router/wifi.

      • AndyMFK@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        2
        ·
        12 hours ago

        Wow a dedicated line is serious commitment. But yeah ultimately when you’re connecting to servers on the other side of the world there’s not a lot you can do.

  • Fabian@lemmy.zip
    link
    fedilink
    arrow-up
    55
    ·
    edit-2
    1 day ago

    I saw an interesting video about the first drone that flew on Mars. They programmed the flights in advance and it then executed them autonomously. I think that is even more impressive, since it would not have been possible to intervene if something went wrong. At the time the data was received, the drone already landed

    • trolololol@lemmy.world
      link
      fedilink
      arrow-up
      15
      ·
      22 hours ago

      And that’s using the same hardware as you have in your phone. Not similar, the same.A snapdragon 801. Such as used in Galaxy S5, from 2014.

      https://en.m.wikipedia.org/wiki/List_of_devices_using_Qualcomm_Snapdragon_systems_on_chips

      Snapdragon took care of image processing, guidance processing, and storing flight data—with readings 500 times a second—while the microcontroller was in charge of navigation and running the helicopter’s motors.

      https://www.emergingtechbrew.com/stories/2021/04/23/smartphone-chip-powered-nasas-historic-flight-mars

      • scarilog@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        13 hours ago

        It’s kinda mind-blowing that the same hardware from my trusty s5 (that is currently gathering dust in a drawer somewhere, rip) powered flight of a drone on Mars.

    • LostXOR@fedia.io
      link
      fedilink
      arrow-up
      59
      ·
      1 day ago

      It’s pretty amazing our first try at a fully autonomous helicopter on another planet flew and landed successfully 71 times. Rest in peace, Ingenuity.

        • Thorry84@feddit.nl
          link
          fedilink
          arrow-up
          14
          ·
          edit-2
          1 day ago

          IIRC that was part of the mission? They wanted to push themselves to see what could and could not be done with a very strict budget and cheap commonly available parts and tools.

          • Possibly linux@lemmy.zip
            link
            fedilink
            English
            arrow-up
            24
            ·
            1 day ago

            It worked surprisingly well

            They blasted a bunch of phone hardware with radiation and picked the ones that held up

            They then build a custom Linux system and called it a day

            • SchmidtGenetics@lemmy.world
              link
              fedilink
              arrow-up
              7
              ·
              1 day ago

              That’s basically what spin launch did. They went and bought just consumer parts (not even the ones NASA could get/build) and put them into their centrifuge.

    • BastingChemina@slrpnk.net
      link
      fedilink
      arrow-up
      15
      ·
      1 day ago

      All of that with no GPS to get the location of the drone. They relied on a camera under the drone to basically act like an optical mouse sensor to follow the location of the drone.

    • friend_of_satan@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      edit-2
      22 hours ago

      I am not downplaying the supreme engineering of the mars rover team, especially because there is no GPS on mars, but DJI has pre-programmed drone flights that work with their consumer drones, called missions.

      https://developer.dji.com/doc/mobile-sdk-tutorial/en/basic-introduction/basic-concepts/missions.html

      I’ve been thinking about setting up a mission for my drone to fly every week to gather data about what my neighborhood is like throughout the year.

      • Zwiebel@feddit.org
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        6 hours ago

        Well they used a camera to track features on the ground for navigating, but then flew into a sandy area with to few features and crashed xD To be fair it was never intended to leave the initially planned area in the first place. And they made the most out of it, the drone is now a lil weather station reporting temp and pressure

    • atomicbocks@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 day ago

      The rovers themselves have to do the entire landing (called EDL in NASA speak) autonomously. The process takes 11 minutes so, likewise, by the time we hear the report that EDL has started the rover is already on the ground.

  • Hegar@fedia.io
    link
    fedilink
    arrow-up
    29
    ·
    1 day ago

    I lived in Western Australia when I played WoW - 400ms was a good day.