I think the line between these two categories is less defined than it once was. A well set up vscode environment is functionally very comparable to the equivalent jetbrains product. The difference mostly lies I think it how “out of the box” the set up is.
bamboo
I see this sentiment repeated a lot, but what kinds of stability and quality issues are you experiencing? It seems similar to “back in the day everything was good but now it’s bad”.
I think it is a tricky situation. For example, you might authorize a minor surgery for instance, only for the surgeon to realize there is a larger problem and they need to perform a more expensive procedure. If you are unconscious, there is no way to get consent, and likewise you want providers to have the flexibility to perform time sensitive procedures without concern that it would never be paid for because there wasn’t prior consent.
There are 5 required dependencies, where are you getting the number 130 from? https://github.com/rustls/rustls/blob/main/rustls/Cargo.toml#L20
lol the Israeli occupation will attack and kill anyone if they want to steal their land. The peace deals mean nothing to them.
Is Jordan, Egypt, or Syria next?
UEFI exists on arm and windows on arm devices can boot other OSes through it just like on x86.
Personally if I ever decide to host an instance I would prefer to do it on aarch64.
On cable it’s because they allocate significantly more bandwidth towards download than upload. They could allocate them equally but most customers that are mostly just streaming or playing games care only about the download since it means they can stream/download things faster.
If it’s anything like ChromeOS, it’ll be a VM where you can do whatever you want, within that VM.
Your default types for that are i32 or u32. It’s the exact same number of characters yet encodes more precise information.
I’m aware of packing, but for my specific niche the main bottleneck is CPU, and it’s important to minimize the amount of memory usage to improve data locality, increasing cache hit rates, ultimately increasing cpu throughout. Any gains we would make by packing such small values would likely be eliminated by the cost of unpacking them, unless it’s a flags-like value where we are primarily comparing individual bits.
Yeah I think it varies by ecosystem. Java and C# have really good IDE support, made possible because those languages were designed in a way that made the jobs of IDEs simpler. For more dynamic languages like JS and Python, there’s less that an IDE can offer that isn’t easily provided as a plugin. For languages like Rust I think there is more potential for high IDE support, but up to this point I think text editors have dominated due to general preference and a lack of entrenched ecosystem support.