FOSS or otherwise

  • Paradachshund@lemmy.today
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    I’ve gotten very used to this little free app called Audio Switcher that makes it way easier to switch back and forth between speakers and my headphones.

  • comma@midwest.social
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    Emacs, of course!!!

    I can not imagine trying to get stuff done without it.

    It makes organizing, programming, writing, just everything so much easier.

  • edric@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    Bitwarden. Otherwise I won’t be able to log on to any of my accounts.

          • linearchaos@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            4 months ago

            My brain slides toward traffic lights and air traffic control and then I realize traffic control probably wouldn’t matter because any late model car and airplane would probably already be down for the count. No internet, hell no SIM cards.

  • JackGreenEarth@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    Android. As bad as it is, if I had to use iOS or Linux phones it would be even worse, at least with the current state of Linux phones.

    But actually, maybe if Android didn’t exist, the FOSS community would focus more on Linux phones and they would be an actually good option. Maybe Android shouldn’t exist?

    • Rai@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      0
      ·
      4 months ago

      For me it’s iOS, funnily enough. I use Windows for all of our video game machines and Linux for everything else, but I don’t use any Google products or services. After messing around on my computers all the time, I don’t want to even have to THINK about doing things to my phone to make it go. My current phone is six years old and the only reason I’m upgrading this year is to get a 120hz screen, USB-C, and for better low light pictures of cats. And a terabyte would be nice.

      • JackGreenEarth@lemm.ee
        link
        fedilink
        English
        arrow-up
        0
        ·
        4 months ago

        Google is a bad company, and Apple isn’t any better. Probably the best option for you would be GrapheneOS on one of the latest pixels, they have intuitive software, 120hz screens, have bad USB-C for years, a good camera, lots of storage, and most importantly GrapheneOS doesn’t use Google or Apple, it’s FOSS.

        • M500@lemmy.ml
          link
          fedilink
          English
          arrow-up
          0
          ·
          4 months ago

          My biggest concern with graphene is that I don’t really trust that my apps will work on it.

          I haven’t looked into it for years, but I do need to use apps like Microsoftone drive, WeChat, banks, etc.

          Even if they work I’m concerned that they will see I’m on some modified OS and block my account.

        • Rai@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          4 months ago

          GrapheneOS is awesome, but like I said, no google products and I don’t want to fuck with my phone at all. Apple isn’t perfect, but it’s leagues better than stock Google with app permissions and overall privacy. My six year old phone is still fully supported for at least another year, and I enjoy the OS for the very few things I do on my phone. This is definitely the best option for me.

  • pivot_root@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    The kernel. I can take or leave most things, but I’m not going back to the days of writing directly into memory-mapped registers.

    • CanadaPlus@lemmy.sdf.org
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      4 months ago

      Someday, when I’m not balls-to-the-wall poor I’ll actually support the artists. Until then, it’s not illegal for personal use, and morally it’s that or just no music.

    • CanadaPlus@lemmy.sdf.org
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      4 months ago

      Speaking of, is there a known way to get around the “sign in” blocking? It’s not working anymore.

      • Quetzalcutlass@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        4 months ago

        It’s fixed in the development versions. If you installed yt-dlp using pip, update with the prerelease flag: pip install --upgrade --pre yt-dlp. If you manually installed it, run yt-dlp --update-to nightly or grab the latest dev from their nightly repo.

          • Quetzalcutlass@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            3 months ago

            I just updated to the newest Ubuntu LTS, which puts pip into system managed mode so you can’t easily install packages outside of a virtual environment anymore.

            If you (or anyone who stumbles upon this comment in the future) run into this problem, the new recommended way to install yt-dlp through pip and keep it in your path and up to date is via pipx (sudo apt install pipx). The syntax is a bit gnarly for pre-releases, so I figured I’d post an update:

            To install the nightly: pipx install --pip-args '\--pre' yt-dlp

            To update the nightly: pipx upgrade --pip-args '\--pre' yt-dlp

            I alias the update command and run it before every download session.

  • Noxious@fedia.io
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    Going back to a “normal” text editor after using Vim for a few years would be horrible

    Life without qBittorrent would also be pretty difficult, hell no, I’m not paying for DRM content that requires proprietary software to watch

      • skimm@lemmy.sdf.org
        link
        fedilink
        English
        arrow-up
        0
        ·
        4 months ago

        Check out zed or lapce. Both are open source but native editors as opposed to chromium with near first class vim support. Much faster but less stable as neither are 1.0 yet. Additionally they have great LSP features.

        That being said I just can’t give up my vim and terminal workflow but I’m actively following both projects.