• 1 Post
  • 78 Comments
Joined 1 year ago
cake
Cake day: June 8th, 2023

help-circle









  • Edit: To clarify, it would be best if anyone that feels they should wear a mask in the restaurant while they wait for the food, be allowed.

    As someone that thinks masks work, I got a few takes on this.

    1. In the USA, a private company can legally refuse service to anyone for any reason except a legally protected reason. If a company doesn’t like your shirt they don’t have to serve you. But if they don’t like that you are gay they have to say they don’t like your shirt, if they don’t serve you because you a gay, thats illegal.

    2. While it’s stupid that they won’t serve the doctor wearing a mask, wasn’t the doctor going to take their mask of like immediately after sitting at the table to drink something while looking at the menu? At the very most, they would take it off to eat the food right? So they were denied service so that they could at most wear a mask for like 15 mins while they wait for the food to be made.

    3. If you have to take you mask off to eat, is it really worth it to keep you mask on for as much as possible? Assuming your intention is not to spread disease from yourself to others, how much more harm would an additional 15 mins cause? I honestly don’t know but if it’s non-trivial, perhaps eating at a sitdown restaurant (which normally takes longer) is morally wrong. Although, not as morally wrong as denying service to someone wearing a mask.






  • As someone that just started modding and playing FNV for the first time about 2 weeks ago in linux, I must say this is one of the best mods for FNV and if you are planning to play the game I would highly recommend all the Viva New Vegas mods including the extended mods. With New Vegas Reloaded installed afterwards. Also I suggest you use a user generated preset for Reloaded. The Reloaded mod fixes a lot of issues I had with Viva New Vegas only and it adds many more features than I thought it would. It also seemed to have made the game run with less crashes too but I would still recommend CASM with MCM to improve the autosave functionality of the base game.

    While I agree that the use of discord is mildy infuriating. I’d like to play some Devil’s avavodo for a moment as someone that uses git almost everyday and teaches trunk based development.

    1. Not everyone knows how to use git. As a modding community they want outside contributions from anyone that is willing to put the time in and make as low as a barrier to entry as possible.

    2. Most of these modders are using windows and even just installing git on windows isnt that easy for the average windows user. Infact i only just recently fugured out how to get mod organizer 2 working properly on linux so I could mod FNV using modorganizer2-linux-installer. For the average windows user, needing to make a git commit to contribute to a modding comunity would be more than mildly infuriating. So I especially see the user generated presets for this never leaving discord unless some kind of pipeline / serverless function was inplace that took the discord file uploads and did a git commit for the user.

    3. Most of these builds are not plaintext and would not benifit from using git versioning. They should also probably make use of use git lfs considering their size which even less people understand how to use lfs compared to normal git.

    I think the easiest solution is to try to copy both the stable and the nightly builds to their github on their own respective branches. And make set them as releases. Idealy this would be automated using guthub actions. This is not a trunk based development approach, but neither is having nightly builds and it would take time to change development philosophy.

    The user generated presets however will take a bit more consideration before moving to github as anyone can upload them and they are made often. But this ultimately should also use github actions and be commited to a different repository possibly in the same organization (or what ever github calls it) as to keep a bit of distance from the official releases.



  • You probably won’t be able to run an LTS kernel on a brand new PC that just hit the market. But using the most recent kernel for arch or a derivative like endevorOS should work after like a week maximum.

    I did have an issue like this on Ubuntu and its what made me actually start distro hopping since it worked fine on fedora and Arch using the latest kernels.


  • CubitOom@infosec.pubtomemes@lemmy.worldwhich would you choose
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    27 days ago

    I’ve not had an issue with arch yet besies once like 4 years ago when I rebooted during a Nvidia driver update which was my own fault.

    The goal is to introduce new Linux users both to the possible options and to proper documentation so that they can learn and help themselves.

    Honestly, I wish I had started on arch instead of Ubuntu.



  • A new linux user will break their system. Thats part of the learning process. The queation is will they have the resources needed to fix it or will they be forced to reinstall.

    These are the reasons i would sugest anyone to use an arch based distro like endevoros.

    1. They only break if you dont update or you do something dumb
    2. If the os breaks, or you need help with something, you have the best help resource avalible, the arch wiki. Along with a very large and often knoledgeable comunity. If you need help with ubuntu or a derivative distro, you often must serach the forum which have a lot of incorrect or outdated information.
    3. Its easy to find packages on the avalible repos including the aur. No searching for ppas to install the packages you need to actaully switch off of windows.

    The most imporant thing a new linux user should know about, is how many options they have with linux. This is linux’s greatest strength and it is not a one size fits all solution. Arch and its derivatives are great examples of this.

    Also, i recomend new users use a multiboot with multiple distros and testing for themselfs.