Where's Fallout? I fucken swear a quarter of the fan base is autistic, the other quarters are trans, fascists, and Slavs.
Lemmy Shitpost
Welcome to Lemmy Shitpost. Here you can shitpost to your hearts content.
Anything and everything goes. Memes, Jokes, Vents and Banter. Though we still have to comply with lemmy.world instance rules. So behave!
Rules:
1. Be Respectful
Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.
Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.
...
2. No Illegal Content
Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.
That means:
-No promoting violence/threats against any individuals
-No CSA content or Revenge Porn
-No sharing private/personal information (Doxxing)
...
3. No Spam
Posting the same post, no matter the intent is against the rules.
-If you have posted content, please refrain from re-posting said content within this community.
-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.
-No posting Scams/Advertisements/Phishing Links/IP Grabbers
-No Bots, Bots will be banned from the community.
...
4. No Porn/Explicit
Content
-Do not post explicit content. Lemmy.World is not the instance for NSFW content.
-Do not post Gore or Shock Content.
...
5. No Enciting Harassment,
Brigading, Doxxing or Witch Hunts
-Do not Brigade other Communities
-No calls to action against other communities/users within Lemmy or outside of Lemmy.
-No Witch Hunts against users/communities.
-No content that harasses members within or outside of the community.
...
6. NSFW should be behind NSFW tags.
-Content that is NSFW should be behind NSFW tags.
-Content that might be distressing should be kept behind NSFW tags.
...
If you see content that is a breach of the rules, please flag and report the comment and a moderator will take action where they can.
Also check out:
Partnered Communities:
1.Memes
10.LinuxMemes (Linux themed memes)
Reach out to
All communities included on the sidebar are to be made in compliance with the instance rules. Striker
Why do autistic people love pie charts with red circles?
(Mostly just us) Fursuit/furry stuffs, a billion plushies, bicycles, city architecture, trams, hiding when guests are over, Star Wars, one piece, the *perfect note book * (it’s one we made from a spare book cardboard, sewed in our own pages and it in many many stickers,) Books, old English, ASL/writing what to say when non verbal and safe foods
Star Wars!
When my son joined Cub Scouts, we went to our first big Cub event, some big potluck dinner, and I sat next to a kid with a Star Wars t-shirt. I love Star Wars, saw the first movie in the theater, and have been a fan my whole life, so I asked, "You a Star Wars fan?" And he started talking, and so did I.
We were having a nice conversation about Star Wars, when his mother came up and said "Are you talking about Star Wars again? What did we say about that? You can't just start talking to random strangers about Star Wars!"
I responded, "No, you don't understand, I asked him about it. I love Star Wars, too," and the kid looked really happy that I'd defended him.
His mom said, "You don't understand, he has Asbergers, he'll NEVER stop talking about it," which didn't sound so bad to me, I had lots to talk about with this kid, he was a big fan, and knew his stuff.
We parted, but I've wondered ever since if I have Asperger's about Star Wars, too. Probably Music, too.
haterner miku!!!!

*edit, since OP is adding things in I removed the white background. Also for OP, you can use https://www.remove.bg/upload for that, you don't get the full quality image but for this use case it's good enough
Thanks Quinny, but uploading to lemmy seems to automatically convert to jpeg.
womp womp 😢
Fursuiting ware
No dinosaurs‽‽ XD
Fixed 👍
No space as well, or dinosaurs in space?

I relate to others, but isn't the Rubix cube quite common in STEM people? Dunno what that has to do with autism
Thinkpads are objectively good laptops tho. At least T series.
Especially for linux.
I'm not autistic but I like most of these things.
I'm autistic and the only thing i like is D&D. Trains are fine i guess, but I don't particularly care for them
I see a flag. I like flags. Especially the Japanese flags. I don't specifically care for Japan, but the flag is one of my favourites. I prefer flags with low entropy: so I wrote a script once that ranks the nations flags by entropy so I could quantify my preference. Thanks for letting me infodump a bit.
Edit: Due to people aski g for it: here is the top ten of my ranking:
Nations' flag entropy ranking (n=208).
Image source: Wikimedia.
0 white_field -1.439759075204976e-10
1 Indonesia 3.3274441922278752
2 Germany 3.391689777286108
3 South_Ossetia 3.8174437373506778
4 Monaco 3.9718936201427066
5 Poland 3.9719290780440133
6 Austria 4.372592975412404
7 Ukraine 4.405280849871184
8 Hungary 4.4465472496385985
9 Albania 4.6134257669087395
10 Mauritius 4.707109405551959
11 Luxembourg 4.721346585737304
Here's how I defined the entropy value for each flag:
def color_weighted_spectral_entropy(image):
b_channel, g_channel, r_channel = cv2.split(image)
# Calculate spectral entropy for each channel
def channel_spectral_entropy(channel):
f_transform = np.fft.fft2(channel)
f_shifted = np.fft.fftshift(f_transform)
magnitude_spectrum = np.abs(f_shifted)
if np.sum(magnitude_spectrum) > 0:
normalized = magnitude_spectrum / np.sum(magnitude_spectrum)
else:
normalized = magnitude_spectrum
# Entropy calculation with color channel weighting
epsilon = 1e-10
entropy = -np.sum(normalized * np.log2(normalized + epsilon))
return entropy
weighted_entropy = (
0.333 * channel_spectral_entropy(b_channel) +
0.333 * channel_spectral_entropy(g_channel) +
0.333 * channel_spectral_entropy(r_channel)
)
return float(weighted_entropy)
"White_field" is just an array that holds zeroes. I use this as a sanity check. Code is on github. I can send DM to whomever is interested. I guess it can also be searched for.
I like Kazakhstan's flag because I think its a nice combination of colors:

Its not very low entropy though, at least not compared to ones like Germany's or Ukraine's.
Hmm. It seems weird that any tricolour flags would have different entropies, but I don't know how you would otherwise do a multichannel entropy.
I was imagining a kolmogorov-esque doodad
Yes! And weirder that bicolour banded flags are not consistently on top. I suspect some float errors. I just know that using the typical Shannon style does even worse. I might add some filter that calculates a differential or something.
Well you gotta share that ranking now...
And that script. I'm curious how you implemented it.
I owe it to the community. Since I don't have it anymore I am coding it up again. Allow me some time - it's weekend and I have family to look after.
I love that you have multiple people replying to you asking for technical details on how you ranked the flag entropy. This is how you know that you are amongst your people here <3
No Sonic mention? Shame
Not me learning how to solve a rubix cube last week and buying 3 more cubes recently
Is this how I find out I'm autistic??
This is how you find out you're cool 😎
Cool and autistic 😎
i see linux,minecraft,japan(i just like the games that originate from this country mostly),thinkpad,C,Rust
wait....
I think I’m autistic.
C and Rust mentioned in one meme? Be more careful to not cause a ruckus next time.
You forgot pride flags, blahaj, astronomy, and psychedelics. I would also say far-left politics, but there's plenty of right-wing autists out there too.
I feel personally attacked, how did you know my entire personality
Me except im not that intrested in Japan (I love Vietnam tho), im not that intrested in Minecraft (ive just played it for too long), not that intrested in Pokémon (never got into it). You forgot a few things tho
- Programming socks
- Star Trek
- :3
- Mechanical keyboards
- Walkable cities (and a general obsession with people focused city planning)
Stupidly large murika style cars are gonna be a no from me dawg
Look at that thing, the bonnet comes up to this stomach!
Not autism approved nu-uh
Wow, the precision with which this struck me is concerning. I'm really, incredibly autistic at all times aren't I?
Tylenol sure is a hell of a drug
Why is Lain so popular these days? I still have my rips from 20 years ago on an old hard drive.
I just don't seem to understand.
What's up with Maxwell and Autism?
Japan, Lemmy, Minecraft. Damn, I think I'm autistic.
