Dwarf planets sometimes have moons (e.g. Pluto)
she/her
- 0 posts
- 30 comments
- itslilith@lemmy.blahaj.zonetoGaming@beehaw.org•Gooner game of the year Stellar Blade's mods are 41% smut, ensuring gamers will never see the light of heaven1 year
Just took a look on Nexus, and yeah… They’re down bad
Not even the first time tofu has been used, I know it as the key validation scheme “trust on first use”
It’s less so the wider tech-industry, as in corporate big tech. But the general open-source community and hacker spaces in particular have a lot of trans and other queer people in it
Most numpy array functions already utilize multiple cores, because they’re optimized and written in C
- itslilith@lemmy.blahaj.zoneto
Reddit@lemmy.world•I get banned from Reddit for "suggesting violence" by stating Elon Musk's assets should be liquidated, meanwhile:
1 yearThe quote is not wrong, however, Elon is neither harmless nor peaceful. He’s dangerous and a violent fascist
What decade do you live in? It’s closer to 2-4x nowadays, and 2TB is nothing
- itslilith@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•Hyperspace: a p2p VPN solution that doesn't require a serverEnglish
2 yearsOh yeah, of course.
that’s amazing! Aren’t codecs fun
- itslilith@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•Hyperspace: a p2p VPN solution that doesn't require a serverEnglish
2 yearsYeah I agree. Although recently I’ve become partial to toml… In the end I’ll use what’s common in the ecosystem I’m developing in
- itslilith@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•Hyperspace: a p2p VPN solution that doesn't require a serverEnglish
2 yearsNothing too major about how it’s usually used, but the yaml spec does allow arbitrary code execution when parsing a file and relies on the parser to have that feature disabled: https://en.m.wikipedia.org/wiki/YAML#Security
That’s why for python,
yaml.save_load()is a thing. That’s fine for your local config files and may even be a feature for you, but it shouldn’t be used to exchange information between services.
- itslilith@lemmy.blahaj.zonetoGaming@beehaw.org•Ubisoft Made an NFT Game; It Sucks - Jauwn Review - Champions Tactics2 years
I don’t buy it
a good approach to Ubisoft games




The borrow checker makes things a bit more complicated to get running, definitely takes some getting used to when you come from a non-memory safe language. But the compiler is really helpful throughout almost all mistakes, often directly providing an explanation and a suggested fix. One of my favorites programming experiences so far