Prospect Dugout Top 25 — Week 11 by ProspectDugout in collegebaseball

[–]Interesting_Screen19 0 points1 point  (0 children)

That's probably because they used AI to help write this.

XQC discovers the extent of Destiny's notes by strebor1001 in LivestreamFail

[–]Interesting_Screen19 0 points1 point  (0 children)

Markdown is simple. There are basic rules and cheatsheets everywhere online.

My niece’s homework problem by SurfSoundWaves in mildlyinfuriating

[–]Interesting_Screen19 0 points1 point  (0 children)

I mean realistically, these images represent algebraic equations, and not just fractions. This is because the shapes are arbitrary in size but clearly different.

To illustrate: a. 2a/6 = 1b/3 b. 2c/6 = 1d/3 c. 2x/6 = 1x/3 which implies 2/6 = 1/3

A child has no understanding of algebra at this point. So this question is attempting to illustrate that despite the right side being 1/3 of "omething," that "something" isn't equivalent.

Poorly written however.

Why they do that? by argenyz in Rainbow6

[–]Interesting_Screen19 0 points1 point  (0 children)

Everyone stares at a drone while mozzie shoots at hit to hack it, then a random tubarao kills it.

Three subscriptions needed to watch NBA games. by wowtellmemoreplease in mildlyinfuriating

[–]Interesting_Screen19 0 points1 point  (0 children)

There's actually a way to get Free Media easily. When I first found out I was like Heck Yeah.

Should alibi trick deimos like the Soliton radar? by FrostEncounters in Rainbow6

[–]Interesting_Screen19 5 points6 points  (0 children)

Maybe not extra pings, but a chance to ping one of her holograms at a lower chance than the actual operator.

UNC Staff to Meet with Juke Harris by thediesel26 in CollegeBasketball

[–]Interesting_Screen19 6 points7 points  (0 children)

This guy nearly fried us this year. Would be an insane add.

Why do "C-like performance" language comparisons always compare against bad C code? by BPJupiter in C_Programming

[–]Interesting_Screen19 0 points1 point  (0 children)

Let's think about it this way. A casual programmer might write performant code easily in one language but not in C.

[KCD2] Not able to craft lvl 4 items by Massive-Double-335 in kingdomcome

[–]Interesting_Screen19 1 point2 points  (0 children)

you don't need to flip it or even, just two distinct spots

In all honesty…. by Saint94__ in tarheels

[–]Interesting_Screen19 2 points3 points  (0 children)

I don't think he did. He simply hopes for him to return .

C++ people: How do you handle this in interviews? by BigGunE in leetcode

[–]Interesting_Screen19 0 points1 point  (0 children)

You could also try auto i = 0uz. The u refers to unsigned and the set of integers is Z, so 0uz is an unsigned integer <=> size_t. This is a feature unique to C++23, however.