0 Followers
0 Following
2 Posts
I feel bad for Windows users, they just can’t catch a break can they?
xkcd got your back.
Raindrop

sway is the way.
What music player is tying you to Windows?
CDP^2^2PRR^2^
2, 3, 9 are all I need

Despite this mastodon admins still had a NDA meeting with Meta:

mstdn.social/@rysiek/110548129223290575 433.world/@Yuvalne/110566872225488614

Michał "rysiek" Woźniak · 🇺🇦 (@[email protected])

@[email protected] fedi admins meeting with Meta under NDAs is shit, that's what it is. It's effectively giving Meta power over fedi, by giving Meta power over what fedi admins can and cannot share with their communities. Which admins went, do you know? Edit: as this is getting boosted, please refrain from reacting by getting pitchforks and torches. I stand by my statement that signing Meta's NDAs is shit, but we need to act as a community to deal with that. Not as a mob! 👈 #Fediverse #FediAdmin

Mastodon 🐘

Was in the kitchen making lunch, then I heard a noise above me

https://sh.itjust.works/post/16931211

Was in the kitchen making lunch, then I heard a noise above me - sh.itjust.works

Don’t worry! this issue will be fixed in the next patch. In the meantime just try not getting hit.
public class GameManager : MonoBehaviour { public bool EnableHighContrast; public bool PlayerWon; public float PlayerUnitsMoved; public int PlayerDeathCount; public float PlayerHealth; public void PlayerTakeDamage(float damage) { PlayerHealth -= damage; if (PlayerHealth < 0) { PlayerDieAndRespawn(); } } public void PlayerDieAndRespawn() { return; } }

I couldn’t contain myself.