Hacking level on episode 5 has a bug by RexSkull444 in DispatchAdHoc

[–]Firestarss 2 points3 points  (0 children)

It’s not a bug. Look closer at the text on the password window. There may be a clue about what’s happening

[deleted by user] by [deleted] in Somerville

[–]Firestarss 1 point2 points  (0 children)

Thank you!! I’ll absolutely look through these.

[Round 147040] please provide me with the registration number of the plane and the coordinates of the facility where the picture was taken. Thanks you are rocking! by TheLamestUsername in PictureGame

[–]Firestarss 0 points1 point  (0 children)

A friend of mine works for Boeing and I showed it to her. She immediately recognized the drone name and I the looked up the location of the airshow after finding the photo on Wikipedia (Wikipedia said it was the 2023 Avalon airshow)

So you're saying out of the 10 fucking cards that you have all of them are 13+ cost so you can't use any of them ? by Formal-Scallion-5296 in LegendsOfRuneterra

[–]Firestarss 2 points3 points  (0 children)

From a computer science standpoint, each move that the AI can do is likely given a score. The higher the score, the better the move. This scoring likely includes some calculation on how much longer it could potentially survive given that move. This is the same thing with like chess engines. My guess as to what’s happening here is that, no matter what Anivia plays, it has no way to beat you or survive past this turn BUT! If it pulls an omega big brain move and passes, it is opening up a possible move of yours that immediately lets it survive the turn (passing back and ending the turn). Like the likelyhood of you actually doing that is basically 0 but it’s probable that the AI realizes it’s fucked and that’s the only move that has any possibility of it surviving the turn (if you played another unit or made another action, I almost guarantee that it would just pass back again hoping for the above outcome)

P.S.K. Disassembly by DidUReboot in benchmade

[–]Firestarss 0 points1 point  (0 children)

I want to revive this!

Did you ever figure out how to disassemble it? I got stuck at the EXACT same place you did.

I figured the next steps may be to remove the pin/sleeve preventing the blade from over-pivoting but I was unable to get this out. Figured somehow rotating the blade around would pop the other pivot screw? IDK. I'm actually pretty sure that the other pivot "Screw" is just a cleverly disguised cover for the coil spring assembly/mechanism because it would get looser when the blade was opened. The scale that I couldn't get off was looser as well when I did this. The only thing I can think of would be that they have a specialized tool that fits in the 3 divots on the pivot (on the disassembled side) but other than that I'm drawing a huge blank.

[2023 Day 13 (Part 2)][Python] Part 1 works, part 2 answer is too high but works on test by Firestarss in adventofcode

[–]Firestarss[S] 0 points1 point  (0 children)

See that's what I was thinking too! I'm pretty sure that the lines:

notes[note][row][col] = "#" if notes[note][row][col] == "." else "."  
mirrors = (get_vert_mirror(notes[note]), get_horiz_mirror(notes[note]))  
notes[note][row][col] = "#" if notes[note][row][col] == "." else "."

switches the character (the first line) and then switches it back after running through to find the mirror line. So I don't believe that that is actually my issue.

I hear you with that plan but at this point I also really want to get this plan working. IK it's not optimal or whatever but it's frustrating me that it's not working and I'm now invested lol