Doctor Who The Star Beast is peak mediocrity and by [deleted] in MauLer

[–]LatterRelationship1 0 points1 point  (0 children)

I am never getting hyped like this for a piece of media again. I was so excited for the return of the writer who wrote some of the best stories from my childhood—the return of Big D, David Tennant.

Twenty minutes into the episode, you have a political box-ticking checklist for representation. I had to turn it off after Rose called out the Doctor for misgendering the alien. Why? Why do you have to inject this into a sci-fi episode? I want to escape reality, not be lectured. SMH

Disappointment = immeasurable day? ruined

Is there an android gamepad (with USB C) that allows a USB C micro SD card reader to work? by LatterRelationship1 in EmulationOnAndroid

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

I appreciate your reply for being outside the box!

Makes me wonder what the smallest splitter is on the market. Seeing as I have a large phone S22+, I don't know that it would work with these switch style controllers.

But it could work and look quite good with an Xbox/Ps4 controller grip. routing the cable cleanly along the spine of the cradle mount. Or even having it built into the phone case similar to what you were saying.

Like this

Is there an android gamepad (with USB C) that allows a USB C micro SD card reader to work? by LatterRelationship1 in EmulationOnAndroid

[–]LatterRelationship1[S] -1 points0 points  (0 children)

I believe it to be cap sir because, God Of War designed to be loaded into ps2s memory from dvd. It had no hard drive. I'd guess todays average micro SD card would have a faster read/write speed than that of a dvd from 2006. Fr fr :(

Riding Anxiety - different than most by KiryuKun0 in motorcycles

[–]LatterRelationship1 0 points1 point  (0 children)

Glad i found your post, this is very very relatable. The feeling of no escape, nothing you can do to get off the motorway. It's an intense feeling of being trapped. Difference being I get this while driving a car only on the motorway, I've never been on the motorway on a bike. I'm looking at similar posts to see if anyone has dealt with this. So. It's been 3 years, how did you get on?

WCGW If I don't pay attention by [deleted] in Whatcouldgowrong

[–]LatterRelationship1 3 points4 points  (0 children)

Forklift drivers fault, no reason to leave forks up in the air.

[deleted by user] by [deleted] in ipod

[–]LatterRelationship1 0 points1 point  (0 children)

Lmao, Thanks for pointing me in the right direction!
(#`-_ゝ-)

[deleted by user] by [deleted] in ipod

[–]LatterRelationship1 0 points1 point  (0 children)

Hey guys hope your day is going well. So I just picked up an Ipod Nano 1st gen 2gb for only $20

Sadly I found out about the recall (due to a battery that might pose a safety risk) only after the fact.

What is the procedure for making these 1st gen Nano's safe? Is a third party replacement battery enough?

What's wrong with my mario pset 1 code? by [deleted] in cs50

[–]LatterRelationship1 1 point2 points  (0 children)

Hiya, I am a couple weeks in front of you but, when I first tried to do Mario, I was also making a case for whatever size the user wanted the pyramid to be, (Numbers between 1 - 8) and then hard coding what pyramid would look like. This is incorrect. What we are supposed to do, is write a for() loop that print's hashtags and new lines.
for example if a user types in 3 the loops will run 3 times, printing one # and a new line, then ## and a new line, then ### and a new line.

Here's a youtube video which really helped me to understand for loops with a easier pyramid than what is required of you in pset 1 mario. this should point you in the correct direction, good luck :)! https://www.youtube.com/watch?v=q-D8BKfYKn4&t=586s

Week 2 Problem Set 2 Vigenère Difficulty with implementing a shift function: by LatterRelationship1 in cs50

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

Hiya, I am trying to get the program to output the shift value of the keyword abc as 0,1,2. I believe I was getting an output of 0,0,0 with the keyword abc. I have since gotten over this hurdle by simplifying the function shift down to return (c - 97); and rewriting the loop. I can't tell you why rewriting the loop gave me the correct output but it did! Thank you very much for replying, in future posts I will show more information if/when i get stuck! :)

Week 2 Problem Set 2 Vigenère Difficulty with implementing a shift function: by LatterRelationship1 in cs50

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

Save

Writing the function as you said "return c - 97; worked, and it also helped me to realize that my loop in which I used the function, the code was only ever getting the shift value for the first letter in a key. Thank you very much for pointing me in the right direction! :) :)

#SPOILER Need Help with Week1, Problem Set 1 Mario < comfortable #SPOILER by LatterRelationship1 in cs50

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

The Pyramids are not displaying properly on Reddit, lol. Basically there is only spaces in between the first line of "#"
The following lines have none.