• DevDave@piefed.social
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 days ago

    it’s weird who gets reported for this stuff.

    There was a game that released not too long ago that was spamming the same message to it’s log file in 500 millisecond intervals doing a constant stream of write and flush to disk the entire time the game ran.

    silence.

      • eleijeep@piefed.social
        link
        fedilink
        English
        arrow-up
        0
        ·
        7 days ago

        Can you explain how you came to that conclusion? I don’t know what game it was and how many copies it sold, nor how many Codex users there are, but I assume you already know those details?

        • cecilkorik@piefed.ca
          link
          fedilink
          English
          arrow-up
          0
          ·
          7 days ago

          500 milliseconds is an eternity in computer time. Doing a 10KB write (very generously large for a logfile) write every 500 milliseconds is something it could do continuously for about 1,000 years before it used up the write capacity of an SSD.