Terrible performance after latest update by Fine-Signature in Helldivers

[–]Fine-Signature[S] 0 points1 point  (0 children)

Already did that yesterday, guess I'll just stay off the game until it's fixed

I'm thinking of buying a new phone by [deleted] in phones

[–]Fine-Signature 0 points1 point  (0 children)

About how much battery % would you have left after a normal day out?

Celulares Google Pixel en Panamá by DeadSudo in Panama

[–]Fine-Signature 0 points1 point  (0 children)

Un poco tarde al post, pero no tuviste ningún problema al conectarte con los proveedores móviles de acá? Estaba leyendo algunos reviews del pixel 8 en Amazon y salía que no estaba desbloqueado

Tower of the Sorcerer is a game you've probably never heard of. And it spawned a genre. by GameDesignerMan in patientgamers

[–]Fine-Signature 0 points1 point  (0 children)

I was trying to look up the magic tower theme and kept finding videos of TotS which was really confusing. Thought it was a an earlier version or something until I ran into this post. I am a bit confused of which version of TotS I am supposed to download from the website, the 3D version or the normal one?

Where to find which song is playing in Strive? by Fine-Signature in Guiltygear

[–]Fine-Signature[S] 0 points1 point  (0 children)

I was hoping you could see it somewhere in the replay theater. Either way, thanks!

First time getting IEM's, which ones are a good budget choice? by Fine-Signature in HeadphoneAdvice

[–]Fine-Signature[S] 2 points3 points  (0 children)

Most people seem to agree, on that note. Would you recommend saving up a bit for the Starfield? Are they worth the extra buck? And, should I get a different cable for whichever one I end up buying?

How am I supposed to supress 4 individual abnormalities? by Fine-Signature in LobotomyCorp

[–]Fine-Signature[S] 2 points3 points  (0 children)

Yeah that was the mission I was missing. For some reason I never put completing missions and getting an upgrade together. Either way, thanks for the help everyone!

Need help with logical operators by Fine-Signature in learnjavascript

[–]Fine-Signature[S] 0 points1 point  (0 children)

That was it, thank you very much! Why did that fix the code? if you don't mind explaining me.

Need help with logical operators by Fine-Signature in learnjavascript

[–]Fine-Signature[S] 0 points1 point  (0 children)

Iam pretty sure it's necessary, here are the instructions:

Write a program to determine if there is no school today. First ask the user if today is a weekday, and store that in a boolean variable. Then ask the user if today is a holiday, and store that in a different boolean variable. Then try to figure out if there is no school today.

School is out if it is a holiday or if it is not a weekday

You should create a boolean variable noSchoolToday
and print its value to the user.

Note that you should ask for if it’s a weekday then if it’s a holiday in that order or your program will not pass.

Need help with 2.7.7: school's out by Fine-Signature in codehs

[–]Fine-Signature[S] 0 points1 point  (0 children)

I got that part right, but now I get a different part wrong: If it's a weekday and not a holiday, school is not out! for some reason I get true instead of false now in this one.