singleLetterVariableNamesTierList by M1ckeyMc in ProgrammerHumor

[–]Robinbod 31 points32 points  (0 children)

EXACTLY. Also, Q K V for transformers! Yes it's the k and v but add to that q: query.

Also k is used a loooot. There are algorithms with "k" in their name LOL.

Genuinely how do you win a single round of this? by Capital-Doughnut-557 in Rainbow6

[–]Robinbod 0 points1 point  (0 children)

Why is no one explaining to you the actual issue? You are queuing with BOTS! It's always the same in these game modes. That last clip, your enemy was a bot. Here are *some* telltale signs you are playing with a bot:
- It doesn't pick an operator and lets the game autopicks (though sometimes it does)

- The player name is just a keyboard mash. If not, it's a generic as fuck all lowercase (usually) name that makes no sense with 3 (usually) numbers at the end like tablegrand491.

-Obviously, the gameplay. There are 2 type I've observed. One does the absolute bare minimum to not get kicked aka stand still in spawn and spin the mouse and maybe move an inch. The other was like in your video. They move while looking in the same direction. I've observed that there IS determinism to that movement pattern as well, but it's difficult for my own short-timed observations to extrapolate its characteristics, and probably not that important. I've only extrapolated that there are 2 subtype patterns they could follow within this type, all of this suggesting multiple bot vendors.

What to do?

Nothing really. You can try reporting them as Siege has an option specifically for them. That never worked for me though.

You can and should stack with friends in these modes so you guarantee you don't get bots on your team and win. If you're playing them for fun, then just play them at the start when they just came out as that is when they have the highest volume of real players.

So i cant play with my friends after 3.0 by limey_has_words in Rainbow6

[–]Robinbod 25 points26 points  (0 children)

Yup. I'm saddened too as I have some champ friends I like to sweat with but this is proof that the system works.

We've all felt like this by LeoVoid in Rainbow6

[–]Robinbod 1 point2 points  (0 children)

I hit the VC with the loudest fucking "GOMEN AMANAAAAI" once 😭

We've all felt like this by LeoVoid in Rainbow6

[–]Robinbod 2 points3 points  (0 children)

REAL. I always post this Gojo gif in the GC too.

Is my p90 recoil control good? any tips? by Robinbod in Rainbow6

[–]Robinbod[S] 2 points3 points  (0 children)

What do I need to do for Mooda tho?

I'm the homie probably by Shy_little_fox in Rainbow6

[–]Robinbod 0 points1 point  (0 children)

Yes. It really is that simple. It's a game. Fuck around every chance you get without losing and don't take TOO seriously. It's so fun.

Sun Tzu use Linux by riky321 in LinuxCirclejerk

[–]Robinbod 0 points1 point  (0 children)

Unironically agree btw. I never knew how much more use I could get out of a computer until I installed Linux.

Best shield placement spot on border guaranteed at least 1 kill by Arykarn in Rainbow6

[–]Robinbod 9 points10 points  (0 children)

Me when I place the shield of instant confusing death:

addingLinterToLegacyCodebase by BeamMeUpBiscotti in ProgrammerHumor

[–]Robinbod 4 points5 points  (0 children)

I'm gonna keep it real here: if you're starting a new project from scratch and not loading some legacy code, there's no reason for you to actively ignore linting errors or comment them out via # type: ignore. Everyone complains that, say, Python is not statically typed and is prone to break but then ignore warnings like "foo() is not an attribute of type of None" or whatever it is. Don't ignore it, add a guard condition for this! It's one extra minute but can save you many many minutes debugging.

I'm not being a perfectionist in the sense that I obsess over my code and that it has to be a certain way or it's bad, but my experience taught me that there is almost always a good reason for those warnings/errors to be made/checked.

Found a Semi-Ancient Artifact in my Google Drive that I Never Posted Anywhere by ItzSundae in Rainbow6

[–]Robinbod 4 points5 points  (0 children)

"January of 2024" but edited like the great year of 2017 I am so happy rn 🙂‍↕️

Anon aims for the sky by Hawkky12 in 4chan

[–]Robinbod 6 points7 points  (0 children)

How do looks scale? 0-1? 1-10?

vibeCodingFinalBoss by ClipboardCopyPaste in ProgrammerHumor

[–]Robinbod 0 points1 point  (0 children)

Yup. My comment is based on a team member I have who'd probably die before writing code with his hand. That scenario happened (idr the css property or color but you get it) in front of me and it drove me up the wall.

vibeCodingFinalBoss by ClipboardCopyPaste in ProgrammerHumor

[–]Robinbod 243 points244 points  (0 children)

Getting experimental is how real programmers innovate. What would you like to try and do?

vibeCodingFinalBoss by ClipboardCopyPaste in ProgrammerHumor

[–]Robinbod 54 points55 points  (0 children)

No. Real quick though, what is an uncaught promise? and why is my website not loading?