• 1 Post
  • 33 Comments
Joined 2 years ago
cake
Cake day: November 20th, 2023

help-circle


  • SorryQuick@lemmy.catoScience Memes@mander.xyz*No.*
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    2 months ago

    By far the best option. Putting them in bags takes forever, though they can then be reused for compost and the likes.

    Not sure what the other commenter is talking about though. Unless they have like a single tree or something, I fail to see how the grass wouldn’t rot. There’s always this one guy in town who doesn’t clean it up and it smells awful down the street.


  • SorryQuick@lemmy.catoScience Memes@mander.xyzpain plant
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 months ago

    I used to like it, but more recently I’ve tried other brands and now tabasco just tastes bland in comparison. Last I bought it, I had to empty half the bottle in the dish and didn’t even taste it. I know they have different hotness scales, not sure if the one I bought was the hottest out there, but it was the hottest they had at the store.






  • SorryQuick@lemmy.catoMemes@lemmy.mlawHell Naw
    link
    fedilink
    arrow-up
    7
    ·
    9 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.