• 1 Post
  • 13 Comments
Joined 2 years ago
cake
Cake day: July 4th, 2023

help-circle
  • Heeby deeby what about the various ways to build fhs environments in nix. My largest complaint is actually that the nix ecosystem has disjointed, incomplete, and incorrect documentation. You can get through it, but it’s often best to try reading the code in nixpkgs when things aren’t working like the docs say. I’ve been getting by for a few years now and I don’t really even know the nix language, I really should put the time in to learn it but I will when I need to.

    I’m very happy with how much nixos just works and doesn’t let me break the whole os just because I want to try the latest version of blender 😅



  • I can confirm focusrite scarlet interfaces work fine, and the uv1 should be fine as well but I don’t have one. You may need to get familiar with the Linux audio landscape. VSTs mostly work these days, although I only use foss VSTs so maybe commercial ones have their own caveats.

    For pro audio you should be using JACK to connect your sound devices. These days if you run a system that uses pipewire, pipewire can pretend to be a JACK server just fine. I like to use QJackCtl to set up Jack environments, although its not necessary because many DAWs are capable of setting up in the application.

    For a DAW I used to love Ardour, now I still like it but am sad that it has been crashing often for me. I don’t use any of them but there are some well liked Linux daws like reaper.

    You may have trouble with recording without a preemptable (aka real-time) kernel. Afaict this only matters on lower end computers or when you have a lot of live plugins running, but using a kernel with this feature just means that more kernel code can be interrupted to handle things like fresh audio data arriving over USB.

    Mostly, you’ll need some time to get everything working how you want. I agree with the recommendation to use a separate disk in your existing computer for Linux, or get a whole separate computer. The nice thing about using a separate disk is you can know for sure your windows setup is available if needed. For me I slowly left windows behind, only realizing later that it has been a year or more since I last fired it up.




  • Linux vtty forever! Can’t cat data into the framebuffer when your desktop is getting in the way!!

    Jk I use gnome terminal for everything, or whatever default is available. It’s quite amazing that most of them handle all but the most niche terminal features these days.

    When I need to install a terminal emulator for some reason I always go for urxvt… but it is pretty terrible (it’s a great vt but mouse interaction is clunky and graphics are old school) compared to pretty much everything else.