@MoeBritannica Japanese shows about WW2 tend to twist the events quite a bit in an attempt to still present Japan favourably — and to those who don't take those events as easy as younger generations do, it feels weird. I'm not sure it's the case with Girls und Panzer — I don't think I've ever got past the first episode, it's too moe-moe to me, but it probably is, there is a similar show about planes, which definitely does it. I don't even remember its name though 🤔 But it was a popular show long ago — probably more popular than Girls und Pantsu.
@vncresolver In the bottom left corner — «Дикова», it's probably the family name of the cashier currently logged into the terminal, but «дик» in Russian sounds as "dick". It was a joke 😅
@Zergling_man@realman543 I think it's just VACUUM(ANALYZE); in psql under your db's user — no need to do it with root. But I don't think you even have to bother doing it manually that often, PostgreSQL is supposed to do it automatically in the background every once in a while.
@dcc@Zergling_man Is something happening on Fedi right now? My instance often gets overwhelmed like that, but restarting it usually helps — not now. It feels like there's just a lot of ActivityPub traffic for no good reason… A SPAM attack? 🤔
@MK2boogaloo@bonifartius There are no 1000-year old churches in my "town", in fact there is nothing 1000 year old at all. Most "historical" buildings are restored replicas of them at best and everything gets remade from the ground up every now and then. But on the bright side — it's already Eastern as it is 😂
@p No, your memory deceives you. Newer PowerPCs are little-endian — and that is the architecture still supported by a lot of distros, unlike BE. 64 PowerPC CPUs could switch endian-ness too: https://en.wikipedia.org/wiki/PowerPC#Endian_modes That G5 just doesn't support it, at least I've never seen it done on real hardware and doing so would be trouble anyway as old Apple's OpenFirmware surely doesn't support that. ppc64le is even supported by the reference Go toolchain, again, unlike BE — which is supported by gccgo though, but there's little use in it as most modules do not support that anyway and you'd have to do a lot of work porting those too. I think I've even succeeded building gccgo for 32-bit PowerPC, which is no longer possible as it looks like some definitions got removed from gcc's source. You can in theory add those back of course, but like I already said — there'd be little use in it as most modules won't work as is anyway.
Unlike Rust BTW! Which works on nearly anything and the kitchen sink, here's the machine this instance runs on. And it's probably a relatively recent version even. I'm not even that sure that RISC-V machines aren't supported — they are probably worse supported than more mainstream architectures and have a similar problem — even more mainstream modules won't work. I have this problem on PowerPC too, e.g. ring is a pretty popular cryptography crate, but it can't even be built as is. IBM made a series of patches so it's possible for ppc64le and with a little effort I could make it build on this 32-bit machine even, but autotests still fail — looks like there are more underlying issues. I originally started these effort with intent to host libreddit — but as Reddit went to shit anyway, I've just given up :marseyshrug: