Software dev, D&D DM, Dog Dad, Linux User, FOSS supporter, pc builder, cyclist, volleyball player, wannabe handyman, socialist, feminist, and ally.

Profile pic credit Backie and Banner pic credit System76

  • 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 29th, 2023

help-circle
  • Definitely not just for handhelds. Check out Universal Blue images which are built ontop of Fedora Atomic (the immutable variant). Bazzite is an awesome gaming distro that’s rock solid. Bluefin is awesome for Devs and more technical people. But even for non-devs it’s awesome since the images are purpose build with and without all the devs tools. You pick your preferred DE (KDE or GNOME), and your graphics drivers.

    Almost everything is setup for you that you would have to do mannually compared to Fedora Atomic, and additional quality of life tweaks are included as well.

    Been running, Bazzite on my gaming rig for months now and it’s been great. Running the Cosmic/Gnome UBlue image on my framework laptop for months and its also been amazing.



  • While I agree with you that some software isn’t capable of running on Linux (even through wine), there is another aspect that’s important to remember. Want and choice. The software that doesnt run on Linux is developed only for Windows because of market share. If more people used Linux, and more importantly, demanded Linux support, more software would support it. I WANT to use Linux instead of windows, so in order for that to become a reality, I push companies to support it and I talk to people and encourage trying Linux out. Can everyone make the switch? No, but some can; and the more that do the more Linux will be supported.

    Your voice and opinion and choice matters. Don’t let a big corporation steal that from you. Even if you want to use Windows, you should still have the choice.


  • My guess is if that happens, studios will choose not to put their games on sale anymore or less frequently. Why would they discount the game when the used market is an option. It also depends on the average price of the game used and if a sale undercuts the used market. Lots of variables and there’s opportunity to boost new sales in the form of perks, bundles, exclusive in game content, etc…


  • Signal provides a backup option. The auto backup for SMS on android is provided by google and likely uses google drive. I don’t know for certain but I would guess the encryption options and security of that route would be impossible to guarantee and the public backlash of signal users knowing their data was being sent to Google’s servers would be massive.

    I’ve setup my signal backups to a local folder on my phone. I then have SyncThing running on my phone and home computer so it automatically gets sent once it’s created.









  • slowbyrne@beehaw.orgtoTechnology@beehaw.orgStop using Brave Browser
    link
    fedilink
    English
    arrow-up
    20
    ·
    edit-2
    1 year ago

    Brave’s objective is to create a system that looks altruistic but they control it and take a ever increasing cut. Google started off the same way. I like the idea, but it’s one that needs to be controlled by a not for profit or by the people. Giving that control to a for profit company is just repeating history.

    Firefox isn’t perfect, but my argument for choosing them or a fork of FF is to combat the market share of chromium based browsers. With google pushing for Web Environment Integrity (aka web DRM) using a different browser is one of the few good ways to protest.

    I would also like to point out that popular open source projects often get contributions (both code and financial) from large corporations. Sometimes it’s their main source of revenue. This isn’t just a Mozilla problem. I wouldn’t even say it is a problem. A problem would be if those contributions affect the project in a negative way.

    Just like in most things these days our choices are limited to the shitty and the less shitty. Obviously where Brave and Firefox lands on that shitty spectrum will depend on your priorities, but for me at least Firefox is less shitty and far from perfect, but decent.

    Edit: grammer


  • slowbyrne@beehaw.orgtoProgramming@beehaw.orgHow to Linux?
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    As many have said, you might not need to use the command line. That being said its an easy enough web search to get all the answers you need.

    Pop!_OS is a great distro for gamers and beginners. I switch between fedora, pop, and I’m thinking if trying NixOS at some point. I would consider myself an intermediate Linux user and still love Pop.

    The one piece of advice I want to give is to prioritise Flatpaks over regular packages. Its the direction the Linux app ecosystem is heading in, and removes a lot of potential issues with dependencies. Install Flatseal to manage your flatpak permissions (accessing additional folders is a good example). Pop is already setup to use flatpaks from flathub which is perfect. Just make sure you’re selecting the flapak version of an app while in the Pop!_Shop. Can be found in the header of the app’s page.

    If the app doesn’t have a flatpak version, or you’re encountering issues with it, trying the .deb package is perfectly fine. Some people prefer to not use flatpaks for tighter integrations and reduced disk space, but IMO flatpaks are more beginner friendly.