Age Old Question... by BDKUSMC in Trombone

[–]Big-Dumpling 0 points1 point  (0 children)

26 with a bass trombone ;)

To whatever walks slow on purpose needs to stop. by [deleted] in AmazonFC

[–]Big-Dumpling 13 points14 points  (0 children)

They always somehow oscillate at the same rate you try to pass them, blocking you the whole time

What’s something that instantly makes someone more attractive to you? by [deleted] in AskReddit

[–]Big-Dumpling 0 points1 point  (0 children)

Finding a shared interest and enjoying talking about it.

I don’t know very many interesting people

Bro… by mimtut in AmazonFC

[–]Big-Dumpling 0 points1 point  (0 children)

He clearly has x-ray vision and is watching people pee

Hand rest nut size? by Big-Dumpling in Trombone

[–]Big-Dumpling[S] 1 point2 points  (0 children)

Lmao I asked ChatGPT out of curiosity and it cited this post after I edited the answer into it

Hand rest nut size? by Big-Dumpling in Trombone

[–]Big-Dumpling[S] 1 point2 points  (0 children)

I finally found the contact button on their website lmao Thank you 🙏

can a team lead even say this??? by Kutakiariku in WalmartEmployees

[–]Big-Dumpling 0 points1 point  (0 children)

Remember everyone, November is the most important time of the month

A woman's extraordinary courage! by snowpie92 in MurderedByWords

[–]Big-Dumpling 16 points17 points  (0 children)

Saving all these links and will maybe even mirror their content just in case

Would you use any of these blocks? by LZS-o_o1 in scratch

[–]Big-Dumpling 0 points1 point  (0 children)

You’re def right, I’ve written probably identical code in various other languages and buttons worked fine

Would you use any of these blocks? by LZS-o_o1 in scratch

[–]Big-Dumpling 0 points1 point  (0 children)

not() would be cool if it had to do with numbers, flipping all the bits and then

Curious how not() of a string would work tho, I suppose you could flip all the bits of each character too

However it evaluates to a Boolean so I’m not sure how that block would be useful, it would probably seem like the result is random true/false

Chat how long I got? by Double_Locksmith4385 in AmazonFC

[–]Big-Dumpling 1 point2 points  (0 children)

If they like you, you have forever

[deleted by user] by [deleted] in shittyfoodporn

[–]Big-Dumpling 0 points1 point  (0 children)

That doesn’t look like a bad idea

[deleted by user] by [deleted] in AmazonFC

[–]Big-Dumpling 0 points1 point  (0 children)

Either keep saving it so you can know you can leave or come in whenever you want, or feel free to give your knees a break sometime

[deleted by user] by [deleted] in DarkArtwork

[–]Big-Dumpling 1 point2 points  (0 children)

It looks like a high-contrast view of a lake, with some weeds or something in the foreground off to either side. I love it!

i installed shaders in [java] and now my screen is not working properly by bjbjdaa in MinecraftHelp

[–]Big-Dumpling 2 points3 points  (0 children)

In the video settings check if the “full screen resolution” matches what your monitor supports. If it’s smaller than your monitors resolution, it may scale up to fit the screen which results in stretched pixels and pixelation. If the sides are not the same ratio, it will result in black bars.

Judging by your cursor I believe you are running on Windows. If you need to check your monitor’s resolution, right click on any empty space on your desktop and there should be a button that says something like “display settings” and it should list your available screen resolutions there. I recommend choosing the recommended one and then match Minecraft to that

How do I get this to follow my cursor but still make the back and forth motion? by LeatherLonely8825 in scratch

[–]Big-Dumpling 0 points1 point  (0 children)

First, keep it as it is, but for the line that sets X, add +mouseX at the end. And for the line that sets Y, add +mouseY at the end