re: cute soft nude, boobs, tummy, bulge
@alina
Good meowning! What a nice picture to wake up to :3
lewd? silly
seeing both @natty and @lunareclipse boost this, both autistic systems. are they all dom to communicate to each other?
@cinnamon @ity
I loved the QA team at my last job. Very knowledge able about the product, and ofc I would try to test things on my own before shipping them but they were great at finding that one weird edge case I hadn't thought of.
@mcc @xgranade @zkat
That sounds like what yunohost is trying to accomplish - I don't know how well they're succeeding because I've never used it
@SeaDonut @mildsunrise
Right. Unfortunately I don't see a solution to that besides letting them work on their own worse fork and excluding them from participating (polymc, xlibre).
@SeaDonut @mildsunrise
Fortunately, just putting trans flags and "Free Palestine" all over your project from the start seems to be fairly effective deterrent on its own.
@ShadowJonathan
I know several autistic entities and yeah this is pretty common anecdotally. They'll straight up leave the room if watching with people that want to continue until called in that it's 'safe' or skip the scene sometimes if they're watching with others with a similar tolerance.
LLMs, "AI"
@HeavenlyPossum
I think your conclusion is pretty much spot on too.
re: unicode font support survey - please boost!!
@palomakop
Firefox on NixOS unstable
@rebane2001
"starting with a consistent pattern and then turning into picking a random port > 1200"
@domi
pony lang
reasons:
you said you don't like functional languages
the name (idk much else about it)
@xgranade @ireneista @nazgul
Clearly this is an example of free market capitalism supply and demand at its best. Demand is low compared to supply because "the left" refuses to bribe politicians, and so prices are kept low.
(/s)
@drmamaluigio
Oh it was just a silly joke about Java, that I messed up at that lol.
One of the original selling points was that it was "compile once, run anywhere" because you compile Java to bytecode, and then run it on the JVM. In contrast to C, C++, Rust, and others where you compile it and then don't need to install a "RustVM" to run it, but you need to compile a separate version for linux, windows, mac, and different cpu architectures like x86, x86_64, arm, etc. Usually it's easiest to compile it on the version you want to use it on, because compiling for windows while on linux or for arm while on x86 can get weird. And then you need to recompile it if they introduce a breaking change (linux and mac are bad at this, but at least linux distros take that burden of packaging somewhat. And introduce their own complications, of course :)