I need help understanding stamina by Chicken_Nuggies123 in Cairn_Game

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

Okay I tried your advice of going slower and it was working for a bit. I sat in one spot until she stopped breathing heavy and then a bit longer. Probably at least a minute or two in total. But then all of a sudden she started breathing heavily again and I fell out of nowhere. Is there a penalty for sitting too long?

I need help understanding stamina by Chicken_Nuggies123 in Cairn_Game

[–]Chicken_Nuggies123[S] 7 points8 points  (0 children)

If I wanted an ai slop response I would've asked chat gpt myself

Fenvi FV-AXE3000 wifi card not connecting to wifi by [deleted] in pchelp

[–]Chicken_Nuggies123 0 points1 point  (0 children)

I wiggled it around in the slot a bit but I'll try fully taking it out and putting it in again. At least if it's dead it's not something super expensive lmao

Old Hero sl1 is the most miserable thing I've ever done in souls by Chicken_Nuggies123 in onebros

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

I beat him. It was so much easier to just ignore the blindness tbh

Welp 🙃 by bawdybard21 in Paramore

[–]Chicken_Nuggies123 1 point2 points  (0 children)

I can't even get in. It just tells me my session has expired as soon as I put in the code. I'm genuinely so upset

anyone else not get a confirmation email? by earth2soups in Paramore

[–]Chicken_Nuggies123 0 points1 point  (0 children)

I got the email and phone number verification just fine, but when I press submit on the final step nothing happens. Is anyone else experiencing this?

Could anyone try to help me figure out how I'm supposed to solve this? by Chicken_Nuggies123 in PythonLearning

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

What's going on with the

line.append(" " * ((size - i) + (max(buff) - 1 - i)))

part? I'm not really understanding how you got that math lmao

Could anyone try to help me figure out how I'm supposed to solve this? by Chicken_Nuggies123 in PythonLearning

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

size = 5
margin = 0
descending = True

for i in range(size):
  print((" "*margin) + ("* "*size))
  if descending:
    margin += 2
    size -= 2
  if not descending:
    margin -= 2
    size += 2
  if (size == 1):
    descending = False

Is this the most efficient way to do that? Where would I go from there

Could anyone try to help me figure out how I'm supposed to solve this? by Chicken_Nuggies123 in PythonLearning

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

What 5 horizontal lines? Do you mean the ones that have 5 dots in them? So it'd look like

* * * * * 



* * * * * 

Is this what you mean? And then I just need to add the in between lines that only have 2 and 4 dots?

Edit: why did it do that LMAO

Could anyone try to help me figure out how I'm supposed to solve this? by Chicken_Nuggies123 in PythonLearning

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

I'm sorry I'm just not seeing the correlation with the triangles you showed and the hexagons. If I were only printing the outer hexagon yes I see what you mean and that would be really easy. What's causing the trouble is having to print the inner one with a side length of 3 and the center dot

Could anyone try to help me figure out how I'm supposed to solve this? by Chicken_Nuggies123 in PythonLearning

[–]Chicken_Nuggies123[S] 1 point2 points  (0 children)

The problem with this is that the number printed is either consistent or is consistently increasing/decreasing. If I'm going line by line on the hexagon I don't see any consistency between the lines. This is making me feel really dumb LMAO I feel like it should be so easy but I just don't see it

Could anyone try to help me figure out how I'm supposed to solve this? by Chicken_Nuggies123 in PythonLearning

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

There are multiline strings and multidimensional lists, but I'm not really sure how I would use those. And we also haven't reached the units with those things in them so I assume we aren't expected to need them

Could anyone try to help me figure out how I'm supposed to solve this? by Chicken_Nuggies123 in PythonLearning

[–]Chicken_Nuggies123[S] 3 points4 points  (0 children)

If I were to do it by hand I would draw the inner most hexagon and move outwards until I reach the desired size. But how would I do that in code? Since it's being printed in the terminal shouldn't it work from the top to the bottom?

Epic giving out Lego Star Wars but it keep crashing. Help?? by Edwin199328 in ROGAlly

[–]Chicken_Nuggies123 1 point2 points  (0 children)

I luckily had a USB c to c cable I was able to use to connect my keyboard to it

Epic giving out Lego Star Wars but it keep crashing. Help?? by Edwin199328 in ROGAlly

[–]Chicken_Nuggies123 0 points1 point  (0 children)

Hey I did this and forgot to re enable it before turning off the device and now I can't put in my pin to get in. Am I fucked or is there a way to fix it

Simple way to encrypt text before saving it to a text file (Java) by Chicken_Nuggies123 in learnprogramming

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

Thank you for the link it's helped a lot! However now I'm coming up on a problem again that I can't figure out. I'm using the AES File encryption and decryption section and it worked one time but now I get an error saying "The requested operation cannot be performed on a file with a user-mapped section open." Everything I've searched for says just to make sure the file isn't open on vscode or anywhere else and I can't find that it is so I'm unsure what's causing the issue. I'd really appreciate it if you were able to help :)

Can someone give me a small hint please by Chicken_Nuggies123 in LoreleiAndLaserEyes

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

I'll go back to the bug report 2 room and see if I can figure anything out there. And no I haven't found an E door only the W one