looking at mastodon instances
wondering how many dozen instances i could host per GB if ram was any close to correctly used
just don't start projects in ruby anymore please
@CobaltVelvet hmm. I love Rust too, as you probably know. 😁 But there are more concerns a new project has to consider than just memory usage, and I certainly expect to continue choosing Python or Java for some of my new projects in the future.
I'm curious, why do you have such a strong reaction to Java? The VM is orders of magnitude more efficient than most common choices and the language design these days incorporates many of the same lessons Rust does.
@CobaltVelvet yeah, there's a big difference between what the language and implementation are capable of, and what "enterprise" code style leads to. IIRC Java ranks consistently near C/C++ in the programming language shootout micro-benchmarks, for example.
@jamey orders of magnitude really? maybe most java developers i have witnessed are just incompetent then
it's just always so awful and excessively heavy in every possible way. desktop apps, web stuff, servers, ... there's one constant : it uses way too much ram and cp
and the dev tools, all bad memories