• 0 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle






  • If you get prep time you could set up some traps.

    Assuming both sides see it as a fight to the death, the horse will also engage so you could just run away into a bunch of traps. All you need is for the horse to injure a leg in one trap and it’s done for. I think even just some holes with a couple spikes would be enough to injure and maybe even sprain an ankle.

    Without prep time you’re pretty doomed, I think your best bet is either climbing up a tree to buy you some prep time to make a spear out of the branches or worst case diving in, aiming to do damage to its legs (unlikely) and hope you are able to get out without being trampled (unlikely)





  • noli@programming.devtoMemes@lemmy.mlA glowing review
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    5 months ago

    Context: I’m european. I know for sure the people at my local coffee shops are being paid a living wage, cause there’s laws for that.

    Paying your employees a living wage is included in what I see as “a sustainable business model”.

    I know the owner of my local coffee shop personally and while they charge €4 or more depending on the coffee you’re getting AND they roast their own coffee, so they cut down on the bean costs significantly while generating some extra profits as well by selling the beans, they still aren’t “just raking it in” as you make it seem.


  • noli@programming.devtoMemes@lemmy.mlA glowing review
    link
    fedilink
    arrow-up
    13
    arrow-down
    1
    ·
    5 months ago

    A coffee from a coffee shop definitely should be $4 if you want them to ethically source good coffee and have a sustainable business model.

    There’s still cheap, shitty coffee that’s built on modern slavery there’s always like mcdo. SB is the same quality ingredients but with knowing how to steam milk + syrups





  • noli@programming.devtoLinux@lemmy.mlArch or NixOS?
    link
    fedilink
    arrow-up
    1
    ·
    7 months ago

    Did you truly read what I said? The only logical way I can frame your comment is that you glanced at what I wrote down and started writing a reply.

    To a regular average windows user, ubuntu is incredibly complicated. When you learm how it works and how you’re supposed to use it, it becomes incredibly easy. The “hard” part of ubuntu is the paradigm shift from windows to the linux ecosystem.

    Similarly, to an average linux user nixos is “hard” because it does things completely differently from other linux distros. But once you’re used to it, it just makes sense and is easy.

    So the comparison is average windows user -> ubuntu vs average linux user -> nixos. Not average user -> ubuntu vs average user -> nixos.

    Finally: Nixos documentation is IMO 100x better than ubuntu documentation. Whenever I experience any issue with ubuntu it’s easier to just load up the arch wiki and hope it’s similar than it is to try and find anything specific for ubuntu that isn’t either 10 years out of date, a massive gaping security risk or just plain dumb. The nixos wiki may not be perfect but it has always been sufficient for my needs, and I have to run a decent amount of very niche pieces of software.


  • noli@programming.devtoLinux@lemmy.mlArch or NixOS?
    link
    fedilink
    arrow-up
    1
    ·
    7 months ago

    It’s incredibly complicated in the same way that ubuntu is incredibly complicated to a lifelong windows user.

    It just requires a bit of a paradigm shift which includes a learning curve but IMO once you’re past that point it’s intuitive and even easier than other distros.



  • noli@programming.devtoLinux@lemmy.mlArch or NixOS?
    link
    fedilink
    arrow-up
    1
    ·
    7 months ago

    The killer feature is declarative system management. Reproducible systems is just one of the resulting properties. You want to just try out KDE for a week coming from gnome? Good luck getting rid of all the bloat when switching back on arch. You want to run a program once but not necessarily have it installed on your system? You can do that with nixos. You messed something up and your system now doesn’t boot? You can go back to a previous iteration with nixos, no need to find your liveUSB to start messing with chrooting and stuff. Ever find yourself asking where the configuration file for is so you can edit it? The answer is /etc/configuration.nix Ever had to merge older configs with newer ones because the software updated? (If no, you haven’t been using arch for long) why would you need to do that? You declaratively specified how you want your system to behave and nixos will figure out how to translate that to the new config.

    And that’s just the “killer” features I use on a day to day basis