• Rai@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 hours ago

    Meanwhile I don’t like the software that saves a rolling three minutes of gameplay so I can instantly save anything cool that happens because I don’t want my SSDs constantly being written, so I just have it load the temp file into drive emulated by RAM instead. Don’t touch my SSDs!

  • Zarobi@aussie.zone
    link
    fedilink
    English
    arrow-up
    15
    arrow-down
    2
    ·
    10 hours ago

    Man, logging issues are like baby’s first engineering problem… That’s just embarrassing

  • Midnight Wolf@lemmy.world
    link
    fedilink
    English
    arrow-up
    63
    arrow-down
    2
    ·
    13 hours ago

    AI Cartel: we will buy all your stock

    Memory Cartel: yaaaay!

    MC: but now nobody is building computers, hurting our storage business :(

    AC: we gotchu fam, we will just make our systems outrageously system demanding, killing components and driving sales

    MC: yaaaaaaaay

  • adarza@piefed.ca
    link
    fedilink
    English
    arrow-up
    18
    ·
    13 hours ago

    eating their own dog food, are they?

    they’ll have to hire an actual developer to fix it.

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

      A guy I know is trying to pitch a tool to people he made with AI. Which is to say AI made it for him, because his coding knowledge just about covers HTML and CSS, as best as I can tell, so everything else (and probably a good chunk of those too) is slopped up.

      Recently, someone apparently had difficulties signing up with their email, but only their email. Their partner’s worked fine. The guy was at a loss. I’m not sure he could read the code at all or has any idea of how troubleshooting works.

      If it was open source, I’d probably look into it just out of curiosity. My money is on “AI trained on junior devs’ output did the junior dev thing where they discover RegEx and try to use it for email input validation”, because the provider has a dash in their domain and that’s the simplest explanation for email address troubles.

      He also should hire an actual developer to fix his shit. My rates start at 100€/h, increasing by 10€ every time he suggests I ask AI.

  • tal@lemmy.today
    link
    fedilink
    English
    arrow-up
    6
    ·
    11 hours ago

    If you’re on Linux and aren’t particularly fussed about any issues stemming from power loss, you can probably run it under eatmydata and it’ll disable SQLite calls to fsync().

  • DevDave@piefed.social
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    8
    ·
    13 hours 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
        3
        arrow-down
        3
        ·
        12 hours 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
          14
          ·
          11 hours 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.

            • cecilkorik@piefed.ca
              link
              fedilink
              English
              arrow-up
              6
              ·
              8 hours ago

              They can’t have been talking about Windrose either, then, because they very clearly said it was writing log file entries every 500 milliseconds. Either they misunderstood the scale too, or they were talking about a different issue, because 500 milliseconds is definitely not on the same scale as what Codex or Windrose are being accused of. The game issue they described is not comparable to either of those scenarios.

      • DevDave@piefed.social
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        12 hours ago

        cue the scene from Airplane 2 where the Steward explains they have been knocked of course by just a “tad”

  • neon_nova@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    10
    ·
    10 hours ago

    Is there a way to mitigate this while still using codex like moving my project to an external drive I don’t care about?

    Is it better to switch to Claud code?