• 0 Posts
  • 30 Comments
Joined 2 years ago
cake
Cake day: November 20th, 2023

help-circle




  • I’m sorry but having a conversation, debating and disagreeing isn’t being rude. People on linux willingly made the choice to move to it, so they are usually more knowledgeable about it, and therefore know enough to have arguments.

    Honestly the “linux users are elitists/rude” thing feels like just a meme at this point. In a decade of using it as a daily driver, I can probably count on one hand how many times someone was actually rude when I asked for help.


  • That’s the distro’s fault, not linux. Same with your network drive. It’s not up to linux to provide a GUI for anything.

    Also “intuitive” should not have to mean “windows-like”. It’s hard for people because they spend over a decade on a fundamentally different OS. Adding a single line to fstab isn’t harder than searching windows’ menus. It’s harder for you/others because you/they are used to it working that way.


  • SorryQuick@lemmy.catomemes@lemmy.worldTrue love
    link
    fedilink
    arrow-up
    2
    ·
    5 months ago

    I’m not an expert, but I’ve heard from experts that in a modern world where everyone consumes an abundance of sugar, eating the fibers help with absorbing the fruit’s sugars in a healthier way.

    And let’s be honest, just look at america, just about everyone could afford to cut sugar and get more fibers. And fruits are by far the best source of fiber. The way I see it, I paid for the skin so I’m gonna eat the skin.





  • SorryQuick@lemmy.catoMemes@lemmy.mlawHell Naw
    link
    fedilink
    arrow-up
    7
    arrow-down
    2
    ·
    10 months ago

    There are plenty of places where not having a car isn’t even a possibility. If I didn’t have a car, not only would I be unable to work, I’d probably also starve to death, or perhaps have to eat gas station food the rest of my life.






  • SorryQuick@lemmy.catoMemes@lemmy.mlEA gonna EA
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    I played it when it came out and while it was a fun playthrough and I’m glad I played, it’s nowhere near factorio on replayability. It also feels a lot more shallow, like they put more time into the visuals rather than actual game mechanics. And in the end what killed it for me was the performance. On factorio you can still have decent fps/ups in a 1k hour megabase, satisfactory in the other hand gives up pretty quickly. Mod support is great compared to most games, but doesn’t really come close to factorio.


  • Which is exaxtly what I said, that it’s fast enough for most use cases.

    In theory though, you will “gain performance” by rewriting it (well) in C for literally anything. Even if it’s disk/io, the actual time spent in your code will be lower, while the time spent in kernel mode will be just as long.

    For example, you are running a server which reads files and returns data based on said files. The act of reading the file won’t be much faster, but if written in C, your parsers and actual logic behind what to do with the file will be.

    But it’s as you said, this actual tiny performance gain isn’t worth it over development/resource cost most of the time.