I would argue TRON OS and its variants are in more devices on the planet than Linux is.
refalo
Have you actually analyzed what your real bottleneck is?
My experience with IPFS over the years has been abysmal, and I think people have said the protocol design cannot sustain any more growth, which is not even that big yet at all.
You also cannot realistically search for files reliably by its hash, because of how files are divided into smaller pieces, whereby the method of dividing can change between clients, making the hashes incomparable. BitTorrent v2 solves this to my understanding, but almost nobody uses it for some reason.
Often times you need to wait several minutes for IPFS to find a file, assuming it ever finds it, which sometimes fails even on two boxes next to each other.
the interface is not near as slow and clunky IMO, and it's always broken when using JShelter extension for me
IDK about "still" since you can disable the GIL and also use multiple threads/processes, but I get your point. But rust is certainly not the only other language that can bring more efficiency or parallel performance, was my point. Yes it allows you to use multiple cores, but so do many other languages, including python.
Being built in Rust allows server workers to use multiple CPU cores for superior performance
that's like saying "going outside lets you breathe air"
I guess that goes back to my job description comment then.
what is your definition of an unquestionable social platform?
You're not wrong, but I think the bigger issue is whether or not their performance lives up to the actual job description, not the pay grade.
they needed a more senior developer
It sounds more like your employers are unhappy with your skill or performance and not that you simply have trouble finding a job.
Well general strategies are going to depend on where the bottleneck is, so the main general strategy is simply to find the bottleneck. From there, there may be other general strategies one would use for those, but there's so many possible starting places, it's hard to give any specifics as they all depend on what the bottleneck actually is.