bamboo

joined 1 year ago
[–] bamboo@lemm.ee 3 points 3 weeks ago

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.

[–] bamboo@lemm.ee 3 points 3 weeks ago (2 children)

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@lemm.ee 3 points 3 weeks ago (1 children)

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”.

[–] bamboo@lemm.ee 5 points 3 weeks ago (3 children)

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.

[–] bamboo@lemm.ee 7 points 3 weeks ago

There are 5 required dependencies, where are you getting the number 130 from? https://github.com/rustls/rustls/blob/main/rustls/Cargo.toml#L20

[–] bamboo@lemm.ee 20 points 3 weeks ago

lol the Israeli occupation will attack and kill anyone if they want to steal their land. The peace deals mean nothing to them.

[–] bamboo@lemm.ee 24 points 3 weeks ago (6 children)

Is Jordan, Egypt, or Syria next?

[–] bamboo@lemm.ee 0 points 1 month ago

UEFI exists on arm and windows on arm devices can boot other OSes through it just like on x86.

[–] bamboo@lemm.ee 0 points 1 month ago (1 children)

Personally if I ever decide to host an instance I would prefer to do it on aarch64.

[–] bamboo@lemm.ee 22 points 1 month ago (1 children)

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.

[–] bamboo@lemm.ee 13 points 1 month ago

If it’s anything like ChromeOS, it’ll be a VM where you can do whatever you want, within that VM.

[–] bamboo@lemm.ee 2 points 1 month ago (1 children)

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.

view more: ‹ prev next ›