• 0 Posts
  • 15 Comments
Joined 2 years ago
cake
Cake day: August 15th, 2023

help-circle

  • It’s definitely not just a couple of seconds, unless you have a very lightweight OS and only 1 or 2 apps to work with. And no matter how little extra time it takes to cold boot the system, there’s still no benefit to doing it that way, so no matter how little that time is, it’s still wasted.

    As I mentioned, one is free to use their computer however they wish, but it doesn’t make it not wasteful to shut it down. If grabbing something to eat was part of my daily routine, I’d grab it beforehand, instead of needlessly going back and forth, wake the computer and use it immediately.





  • Farid@startrek.websitetolinuxmemes@lemmy.worldMicrosoft: "My PC"
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    3 days ago

    But you can’t bring the same argument back to me. Cold booting requires more time and effort. Thus to make that argument, one needs to provide the benefits that compensate for the downsides. Some people provided possible benefits that matter to their specific case, like, PSU makes noise (actually, that was you in a different thread), or they want to save laptop battery, etc. But if we are taking about a modern stationary computer with mains power, there’s practically no benefit to shutting it down, only downsides.

    Of course it’s completely valid for somebody to do it out of habit, but they can’t expect to use that as a valid argument for others to do it.




  • Farid@startrek.websitetolinuxmemes@lemmy.worldMicrosoft: "My PC"
    link
    fedilink
    arrow-up
    14
    arrow-down
    1
    ·
    4 days ago

    Even if the boot time is fast, you lose a lot of the program states. Not only it takes extra time to load those applications, it’s also a fair amount of effort to put everything back where it should be.

    If it was necessary to shut computers down, no problem, it’s not too much time and effort. But there’s normally no need to shut computers down, it’s just wasted time with no benefits (usually).



  • At this point, IDK if you’re just trolling. But in case you’re not:

    The post shows a map, on which countries that shipped mines to IKEA are colored in red, specifically Poland. But the map is cropped, and as the result New Zealand (it’s a country that is too the east of Australia) cropped out and not visible.

    The joke implies that New Zealand could also have shipped mines to IKEA. Since it’s hypothetically possible that New Zealand is also colored red (like Poland), due to it being cropped out (not visible on the map), we can’t be sure that it didn’t ship mines to IKEA.



  • I think the “Cat Looks Inside” meme would’ve been more appropriate, because the “Let’s See Who This Really Is” (a.k.a. “Scooby Doo Reveal”) meme is more about revealing something that is actually different, while CLI is sarcastic. Like “Wireless device. Look inside. Wires” isn’t revealing anything serious but makes fun of the misleading nomenclature. A good SDR example would be pulling the mask off a KKK member to reveal a cop, while they are supposed to be on the opposite sides, they are one and the same.
    On the meme spectrum, SDR sits somewhere between CLI and “They are the Same Picture”.

    Thank you for not coming to my MemTalk.


  • If you’re talking about an app that exist solely as Electron, then you might be right. But the primary benefit of Electron is that you can distribute your already existing webapp as a downloadable app, which reduces the amount of maintenance significantly.
    Also, when it comes to UI diversity and customization, nothing beats HTML+CSS.

    And as you mentioned, there’s a looot of webdevs. Electron empowers those people to easily create applications. Which they did, they created many useful apps. An application that isn’t perfect resource usage-wise is often much better than no application at all.

    Think of Minecraft. Java is arguably the worst language to use for a chunk-based 3D game. But it’s still better than no Minecraft at all.