this post was submitted on 13 Oct 2025
684 points (98.6% liked)

Political Memes

9680 readers
1188 users here now

Welcome to politcal memes!

These are our rules:

Be civilJokes are okay, but don’t intentionally harass or disturb any member of our community. Sexism, racism and bigotry are not allowed. Good faith argumentation only. No posts discouraging people to vote or shaming people for voting.

No misinformationDon’t post any intentional misinformation. When asked by mods, provide sources for any claims you make.

Posts should be memesRandom pictures do not qualify as memes. Relevance to politics is required.

No bots, spam or self-promotionFollow instance rules, ask for your bot to be allowed on this community.

No AI generated content.Content posted must not be created by AI with the intent to mimic the style of existing images

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

Not sure what the “= =“ means, but PDX is the airport identifier for Portland. Portland is just “Portland international”. Sometimes the identifiers align closely with airport location or history, like ORD (Chicago) was built on “Orchard Place”, and Douglas manufactured aircraft at a facility there during WW2, so Orchard Douglas became ORD. Someplace like DFW is just Dallas + Fort Worth.

Prob more than you wanted, but there you go.

[–] Eq0@literature.cafe 12 points 1 week ago (2 children)

Math nerd to the rescue!

“==“ is either math for constantly equal (there are no situations in which they are different) or programming for boolean equal, aka the question of are these two things equal.

[–] RememberTheApollo_@lemmy.world 4 points 1 week ago (1 children)
[–] Routhinator@startrek.website 4 points 1 week ago

Moreover, in programming a single = sets the value on the left to the value on the right, while == (or in some languages ===) means to compare the values (and === is explicit).

Then there are the various forms of not equal (!=) and greater than/less than or equal ( <=, >= )