this post was submitted on 04 Jun 2024
1013 points (97.5% liked)

Microblog Memes

9728 readers
2414 users here now

A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.

Created as an evolution of White People Twitter and other tweet-capture subreddits.

Rules:

  1. Please put at least one word relevant to the post in the post title.
  2. Be nice.
  3. No advertising, brand promotion or guerilla marketing.
  4. Posters are encouraged to link to the toot or tweet etc in the description of posts.

Related communities:

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] bitchkat@lemmy.world 51 points 2 years ago (3 children)

Wouldn't soup just leak all over the place if you put it on a square? A cube would be better.

[–] jettrscga@lemmy.world 20 points 2 years ago (4 children)

As a liquid, soup conforms to any dimensional space it's put in.

(Suck on this knowledge, Google AI)

[–] Zink@programming.dev 10 points 2 years ago

Wow, that is a very correct and helpful answer!

[–] misterundercoat@lemmy.world 8 points 2 years ago (2 children)

I have thus unlocked infinite soup storage by simply storing it in a one-dimensional point. Campbell's will pay me millions, assuming that we can figure out how to store a point with infinite mass.

[–] crazybrain@lemmy.spacestation14.com 5 points 2 years ago (1 children)

What about the black hole you just created out of infinitely dense soup?

[–] misterundercoat@lemmy.world 4 points 2 years ago
[–] Honytawk@lemmy.zip 3 points 2 years ago

The problem is getting it back out

[–] bitchkat@lemmy.world 3 points 2 years ago (1 children)

A square is 2d and thus has no sides. The soup will just flow wherever.

[–] CascadianGiraffe@lemmy.world 2 points 2 years ago

Soup everywhere.

[–] blazeknave@lemmy.world 1 points 2 years ago

So how do we push it through time?

[–] GreatDong3000@lemm.ee 4 points 2 years ago

Only if you pour too much, I had success with a single drop

[–] Jax@sh.itjust.works 4 points 2 years ago (1 children)

Yes, which is why they used the word in.

[–] bitchkat@lemmy.world 1 points 2 years ago (1 children)

How do you put something in a 2 dimensional space? A square has no height.

[–] Daxtron2@startrek.website 4 points 2 years ago* (last edited 2 years ago)
if(player1.x < player2.x + player2.width &&
    player1.x + player1.width > player2.x &&
    player1.y < player2.y + player2.height &&
    player1.y + player1.height > player2.y)
{
    //collision
}