• 0 Posts
  • 29 Comments
Joined 3 years ago
cake
Cake day: July 4th, 2023

help-circle

  • Literally looking at a car I want to buy and the 4 colors are white, black, grey, and blue. Blue is actually just a cold silver. It barely looks blue.

    On my current car, I ended up with white because the only one I saw in blue was charging $1k more than the one I got that had a higher trim package. They called me the day after I signed the purchase agreement to say that they decided to lower their asking price to $2k below what I paid. I still think about that…



  • I’ve had this happen where I fed it some ebooks and the responses it pulled were nonsense. Eventually I pulled JUST the knowledge stack and queried it, only to find it spitting back garbage.

    Turns out, epub processing had been broken for a while, but nobody noticed… And they still haven’t fixed it, so I have to convert them to txt first…




  • I loved when my IDE would warn me that my code wasn’t deterministic unless I used c++11 or newer compilers because previous versions technically didn’t define how it should work, so every compiler handled it differently.

    And all the times I had to specify C++11 because it had features I needed, and suddenly it was a huge headache because the testing pipeline wasn’t REALLY compatible, it just said it was, and then handed it off to manual review. Something I didn’t know until 6 months after I started using it…











  • To be fair, I caused a massive problem when I accidentally filled the drive completely, so I’ve been a little more conservative while I shop for a larger HDD. Thinking of getting a 20TB HDD so I don’t have to have 4 different drives plugged into my computer. (I remember when my 3TB drive was considered crazy big…)




  • Two-Dice Pig. So not a super complicated game, but still fun to try to leverage the… 3 point totals to calculate a risk vs desperation factor. Though looking at the code again, the hard limits feel weird. Like just straight up not allowing the risk of more than 35 points at a time (100 is a winning score, tho)? Though I do remember that I HAD to add the condition to force it to claim victory or it’d essentially get too cocky and would lose everything. I know that two-dice pig is essentially a solved game (as much as you can solve a game that relies on random chance), but I felt using a lookup table was boring, and wanted it to feel like it was actually an AI that could make mistakes, and had a semblance of a personality.