• 0 Posts
  • 73 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle















  • If you’re interested in something that doesn’t even exist, and should be more-or-less straightforward:

    Music/podcast app that will accept VST plugins (there are many FOSS ones, as well as non-FOSS ones) so that we can compress/limit the sound range on podcasts while in the car. Or even a built-in compressor/limiter that’s based on FOSS compressors.

    I was listening to a hysterical podcast episode between three people, but one of mics was way louder than the other two. I had to take it into Pro Tools and fix it myself before listening to it.

    There are apps that allow EQ, but none that do actual compression, from what I can tell.



  • Gentoo. Not an Arch fork, and uses OpenRC by default. I use it and love it. Portage is the best package manager out there, imo.

    You can still get binaries of the really annoying things to compile, like Firefox. Otherwise, it’s all source-based.

    I’d advise installing it in a VM or on a spare computer first to get your hands around what it is.

    In your case, you’ll want to specify the following flags in you makefile:

    OpenRC, -systemd

    You’ll add a bunch of others in there too depending on architecture and personal priorities.

    Follow the handbook. https://www.gentoo.org/get-started/

    There’s also Calculate Linux, which is basically Gentoo with a graphical front end, but I think it’s Intel only. CLI is more fun anyway.