I don't care unless I'm drinking the Kool aid and actually really wanted the feature. If it's not something I personally use: who cares? Bit of a bummer that feels like it was all for nothing, but ultimately I still got paid for that time and effort, which is all I'm really going for anyways.
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...)
That's what I was thinking! Mine is over half a TB at this point!
Honestly I constantly get home and go to take out my keys and remember like 3 pieces of trash in there...
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.
Honestly one of my most competent "AIs" (that wasn't ML) just did a whole bunch of math to calculate an optimal strategy, but to make it feel more human, I added a few other things, like how desperate it was to win this round so it could have a chance of continuing, a bit of arrogance if it was winning (it was a bit heavy in the beginning. Had to add checks for "if you've already won, submit your victory instead of becoming so arrogant you lose everything!"), and to top it all off: a random number generator that could make it pick the opposite of what it wanted to if the confidence strength wasn't high enough. Just made it a little less predictable.
Honestly made every competition against it really close. And certainly way better than the people who solved it with a simple "randomly choose an action to complete"... Which was most of the class.
I still read "unionized" as "un-ionized" when not primed for union talk...
You tell him "stop giving away our secrets!"
And yeah, a lot of people in the comments are running away from the joke, but realistically, to copy+paste code and have it work, you generally have to have a grasp of the code, at least to ask what you want and to paste it and change the variable names, and write the lines to stitch it all together.
Add imposter syndrome on top of that, and it may seem like you don't do anything of use because you copied 3 functions out of a 1k line file.
I mean if you're ignoring the cat and saying that only the dog is important to you, then duh the cat isn't gonna like you. Shocking how much distain people have for pets that you actually have to get along with instead of them just loving you unconditionally...
I love the two sides of "It's about the price of a cup of coffee" like they're not referring to a 30oz premium milkshake with a shot of espresso, not a regular black coffee.
Then the
"Your generation can't afford anything because of your coffee addiction!"
Like companies aren't just monetizing every single last thing and telling us "you'll own nothing and you'll LIKE IT!"
It ran at like 1FPS on my computer (got it up to like 10 with some performance toggles), but I totally still needed to have it on!
I found out my automatic feeder is just ignoring daylight savings time. I'm getting the notifications "an hour early", and the app acknowledges them as being an hour early, but it still checks off the correct feeding time in the app, so I guess it all works out?