Blass_Rose

joined 1 year ago
[–] [email protected] 3 points 2 weeks ago

Honestly, my right hand looks BETTER than my left hand. Only explanation that makes sense to me that I've heard is that since I know I suck with my left hand, I take it much slower and pay more attention.

[–] [email protected] 9 points 3 weeks ago (3 children)

I mean... We basically knew that this was going to happen when they suddenly cared about API usage and staff were reverting people's comments/posts when they tried to mass-delete/poison them.

[–] [email protected] 1 points 1 month ago

I found this out when an old phone stopped getting updates, so I was gonna push a third-party OS, but no, even though it was a carrier unlocked MODEL, Verizon locked it and refuses to unlock it. So the phone is just gonna be out of date forever, I guess!

[–] [email protected] 6 points 2 months ago (1 children)

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...)

[–] [email protected] 24 points 2 months ago (6 children)

That's what I was thinking! Mine is over half a TB at this point!

[–] [email protected] 2 points 2 months ago

Honestly I constantly get home and go to take out my keys and remember like 3 pieces of trash in there...

[–] [email protected] 5 points 3 months ago

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.

[–] [email protected] 6 points 3 months ago (2 children)

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.

[–] [email protected] 1 points 3 months ago

I find the opposite funny, too. Tripping on a chicken and suddenly gelling like 5 "quest failed" notifications for quests I didn't even have before then.

[–] [email protected] 8 points 4 months ago

I still read "unionized" as "un-ionized" when not primed for union talk...

[–] [email protected] 1 points 4 months ago

So is this more or less accurate than location by cell tower? I used to use that as an option in Llama all the time. Didn't require a GPS ping, and once I had trained it sufficiently, it was fairly accurate with minimal background work. Heck, around my work I had problems where I walked around the outside of the building and it figured I wasn't at work anymore. I'd say that's pretty darn accurate. But I know that probably only works for really dense areas with tons of towers to handle tons of phones.

Just feels like it would be more accurate than trusting that SSIDs are completely unique when there's tons of instances where the same SSID is used in multiple locations...

[–] [email protected] 5 points 4 months ago

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.

view more: next ›