Well it doesn’t mean that you think you’re wrong. In fact you could be convinced you know better than everyone else. It is just saying that you’re open to other perspectives and that you won’t try to punish anyone for challenging you.
- 0 Posts
- 18 Comments
deleted by creator
Oh right, sorry.
Pip has Pipfile.lock.
That’s not a controversial opinion. I’d say it’s worse than pip. At least pip doesn’t put nag messages on the console or fill up your hard drive with half a gigabyte of small files. OP is confused.
tias@discuss.tchncs.deto Programmer Humor@lemmy.ml•It's fine until you run out of disk space4·2 years agoIt’s just a NUMA architecture. Linux can handle it.
I’m sure the syntax highlighting is entirely dependent on what editor you use, and is not a property of the language itself.
tias@discuss.tchncs.deto Programmer Humor@lemmy.ml•Made a little iOS Shortcut to give me a TL;DR for articles with ChatGPT1·2 years agodeleted by creator
Not sure what features it has that Liftoff doesn’t (though it packs a bunch). But for me the selling point is the pretty and efficient user interface. All the gestures and buttons feel natural and intuitive, media rendering is smooth etc.
tias@discuss.tchncs.deto Boost For Lemmy@lemmy.world•Reminder, you can launch the Rocket.English2·2 years agoYou have to register for the beta program. There’s a link in another post from Ruben.
I didn’t know if you said that, that’s why I asked.
But now you do? I don’t understand what the image has to do with any of this.
I don’t get it.
It has been shown to run faster in some benchmarks. This is usually due to hotspot optimizations performed at runtime by the VM, but also sometimes thanks to offloading the (often costly) deallocation of memory from the main thread. Since Java has a GC running in a background thread, the deallocation of memory occurs outside of the measured execution.
However, I remain convinced that while burst execution of a computation can perform on par with a language like C or Rust, the total resource usage of Java code is significantly worse. When taking into account the entire execution including GC and JIT compilation, it will have spent more memory and/or CPU cycles. It’s harder to quantify, but the overall performance experienced by the user becomes worse. Fans run more and battery time is lower.
And yeah, I’d say Java libraries are generally more poorly written than e.g. their Rust counterparts, for example not paying attention to the CPU cache (which is hard and sometimes impossible since Java still lacks value classes).
And there was no space or enter.
I would lack motivation too if I grew up with a mom like that. You need to eject her talk from your head. Every day you wake up a new person and whatever had happened earlier is nothing but memories. Begin again. You’re free, and life is full of opportunities.
tias@discuss.tchncs.deto Programmer Humor@lemmy.ml•"This does not work in the Nintendo 3DS browser"1·2 years agoStill better than IE
This is unironically how I think. Also carrying single items to their designated place is inefficient. I wait until there’s a pile so I can process in batch and avoid latency overhead. Same for vacuum cleaning, I need to strike a thoughtful balance between accumulated dust and the time expended on vacuuming. All to maximize throughput in my life.