this post was submitted on 23 Aug 2026
803 points (99.0% liked)

memes

22448 readers
2931 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 3 years ago
MODERATORS
 
top 25 comments
sorted by: hot top controversial new old
[–] Starf4rged@reddthat.com 60 points 1 day ago* (last edited 1 day ago) (2 children)

I had to double check but this iteration (lel) of the comic is over 13 years old.
https://www.reddit.com/r/ProgrammerHumor/comments/1o1x2y/move/

[–] blx@piefed.zip 16 points 1 day ago (1 children)

Such is the ~~circle~~ diagonal of life

[–] floquant@lemmy.dbzer0.com 5 points 1 day ago

Psh, we all know life is toroidal

[–] MonkderVierte@lemmy.zip 5 points 1 day ago (1 children)

I use redlib.catsarch.com to circumvent that.

[–] elephantium@lemmy.world 12 points 1 day ago

Conway, is that you?

[–] unknownuserunknownlocation@kbin.earth 24 points 1 day ago (4 children)

I don't get it. What is this referring to?

[–] neidu3@sh.itjust.works 65 points 1 day ago* (last edited 1 day ago) (1 children)

Conway's Game of Life.

It's an early example of a "world" simulated by applying simple rules to a board with grids. Black cells die, idle, or reproduce based on these rules, and it results in interesting yet predictable behavior of some clusters. Some shapes/clusters were recognized as behaving in a particular way when the "game" starts.

[–] yermaw@sh.itjust.works 27 points 1 day ago* (last edited 1 day ago) (1 children)

Fun fact - i bet you already know but for any others looking - its possible to use these shapes to create "a computer" that itself runs the game, which can run a copy within itself, which can also run a copy and so on and so on forever

[–] GamingChairModel@lemmy.world 12 points 1 day ago (1 children)

Yes, the rules of Conway's Game of Life is Turing Complete.

The glider shape (the thing moving diagonally out of the window in this meme) can be created non-destructively by a glider gun (another shape that creates gliders), which can be controlled using stored pixels in another configuration within the glider gun, including taking in input from other gliders, such that the whole thing can loop and do everything necessary to be a universal Turing machine. Not super efficiently, but it will still do the things that Turing machines can do, given enough cycles.

[–] FauxLiving@lemmy.world 7 points 1 day ago

Not super efficiently, but it will still do the things that Turing machines can do, given enough cycles.

Including running a simulation of Game of Life

[–] sad_detective_man@sopuli.xyz 3 points 1 day ago* (last edited 1 day ago) (1 children)

Game of Life 😃 it's a math puzzle

Look at him gooooooooooo

[–] M137@lemmy.today 1 points 1 day ago

It's not a math puzzle....

[–] cdf12345@lemmy.zip 2 points 1 day ago

The shape of the glider from the game of life.

[–] Catalyst7985@lemmy.zip 26 points 1 day ago

You got me. The nerd in me can't stop laughing.

[–] gandalf_der_13te@feddit.org 13 points 1 day ago

heh. tech nerd. i appreciate it.

[–] Lucidlethargy@sh.itjust.works 11 points 1 day ago

Life, uhhh, finds a way.