featured [he/him, comrade/them]

  • 1 Post
  • 73 Comments
Joined 3 years ago
cake
Cake day: November 20th, 2021

help-circle
    1. No, but I very occasionally smoke THCA flower. Usually indica or indica heavy hybrid, maybe once a month

    2. Never had COVID. I test every two weeks and if I get any sort of sickness symptoms I’ll test immediately. I take lots of little precautions to reduce my risk as well. I mask in indoor public spaces, have a HEPA filter at home, use hand sanitizer frequently, I use Iota Carageenan nasal spray before leaving the house, and I use CPC mouthwash in the morning. I also don’t drink alcohol. Idk how much any of these things do individually but together they’ve kept me from getting it this far. And ofc I’ve gotten every vaccine the moment it’s offered

    I’ve been curious recently about the research regarding CBD and reduced risk of COVID infection. If the results I’ve seen recently can get reproduced I’d definitely look into adding CBD to my toolbox. Thanks for doing this poll as well, its interesting data to have


  • Reenable the firewall with

    systemctl start firewalld 
    

    Then get the current networking zone with

    firewall-cmd —get-active-zones 
    

    It will likely be called FedoraWorkstation, if not just replace that name with whatever it is called in the following steps.

    Next you should enable the ports for Moonlight, which from a quick ddg search I think this should do it:

    firewall-cmd —zone=FedoraWorkstation —permanent —add-port=47998/udp
    
    firewall-cmd —zone=FedoraWorkstation —permanent —add-port=47999/udp
    
    firewall-cmd —zone=FedoraWorkstation —permanent —add-port=48000/udp
    
    firewall-cmd —zone=FedoraWorkstation —permanent —add-port=47984/tcp
    
    firewall-cmd —zone=FedoraWorkstation —permanent —add-port=47989/tcp
    
    firewall-cmd —zone=FedoraWorkstation —permanent —add-port=48010/tcp
    
    firewall-cmd —zone=FedoraWorkstation —permanent —add-port=47990/tcp
    

    Then reload the firewall with:

    firewall-cmd —reload
    

    Lmk if that works

    Edit: added more ports needed for the WebUI and controller support. Check the docs here if you wanna see what each port is used for







  • You’ll have just as good of an experience on either Intel or AMD. Framework is releasing a new generation of intel models in August so if you want the most cutting edge model and can wait those are a good bet. But personally I’m very happy with my current gen AMD model’s performance and efficiency so I’ll be waiting a while before another upgrade. There really aren’t any major downsides for any of the current options though, just personal preference.



  • Arroz congri lazy edition:

    • 1 cup dry rice
    • 1 can black beans

    Get the rice going in a pot the usual way for your specific rice, once it’s done just warm up the can of beans in there for maybe 5-10 minutes and season to taste. I like putting Tony Chachere’s in it, but anything works. Recently I’ve seasoned it with some oregano, dash of cumin, garlic powder, onion powder, salt, nutritional yeast, and red pepper. There was a period in ‘21 when I was only able to afford 1 meal a day and this was usually it

    You can spruce it up if you have the energy by pan frying a bag of frozen peppers and onions and adding that at the end, or even adding some tofu if you want extra protein. It’s traditionally made with steak but we don’t eat animals in this house


  • I have a framework 13. Bought it with 12th gen intel mainboard, upgraded it to AMD when that came out. Also upgraded the battery, RAM, and soon the screen when the 120hz one ships. It’s super easy to get into, just five screws and then pop the trackpad/keyboard cable off. I honestly love it.

    Framework has fantastic support for windows and Linux. There used to be some minor fixes needed on certain models but they’ve since resolved them and my experience on Fedora and Arch have been plug and play. On windows they have a driver install script that installs everything in one go, that’s nice too. And yes Minecraft does run on Linux, at least the Java version does. Idk about bedrock though




  • Using a debrid service like real debrid is pretty much paying a small fee for access to somebody else’s server that downloads everything from torrent trackers. So even if nobody is seeding, if it shows up on the service it will stream

    Also if you still want to locally download media and stream it but Plex is missing the mark, you should try Jellyfin. It’s a similar service but open source and well maintained