Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)KN
Posts
0
Comments
113
Joined
2 yr. ago

  • where do you get that from? as far as i can tell, the only conclusion fro that part of the graph is that the turkey, on average, gains weight faster than happiness, though the exact relation of the two beyond that is unknown unless the weight curve is known. i would actually argue that it's losing happiness at the end as the weight curve should start to flatten out, yet the displayed curve doesn't follow that expectation.

  • the only reason that the spreadsheet exist is because of macros (pretty sure the table has over 10.000 lines of VBA, with more in the tables it accesses) but my bosses are thankfully investigating alternatives for a migration of the functions that that table provides.
    I sadly am only a trainee at the company, so i don't get too much input beyond fixing whatever breaks with it every so often while it's still in use, but yeah.

  • there are definitely reasons to use excel but in my case there is a defined and expected workflow and using excel just makes it unnecessarily slow and error-prone. at this point, the worksheet breaks at least once every 3 months and i'm the one who gets to fix it because i read myself into the worksheet's script and the guy who originally created it doesn't work for us anymore.

    the code is (thankfully) well enough commented that additional documentation is not necessary to understand it, so reading yourself into it is thankfully easy enough as long as you know VBA.