• orsetto@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    14
    ·
    23 hours ago

    The best part of that presentation was code thst looked like the this

    if (day > 15 && month > 11 && year > 2010) {
        // Yes the date is random i don't remember the real one
    }
    
    • Powderhorn@beehaw.org
      link
      fedilink
      English
      arrow-up
      2
      ·
      17 hours ago

      That’s going to spit out a very weird dataset. There may be edge cases where data for the back half of December from 2011 forward would be useful, but I can’t think of one.

      • orsetto@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        3
        ·
        16 hours ago

        Forgot to clarify, that was reverse engeneered code from the train firmware (i don’t remember what it was trying to do)