• 0 Posts
  • 38 Comments
Joined 3 months ago
cake
Cake day: August 14th, 2024

help-circle
  • For ableton, you can run it in wine and it can work well enough to do things. It’s an OK experience at best and flat out doesn’t work at worst. Kiss your VST plugins goodbye with that though, gotta stick to the built ins which do all work when it’s working overall.

    Otherwise, check out bitwig studio, made by ex ableton devs and natively runs in Linux. Still gonna be hit or miss on 3rd party plugins but the app is on par with ableton as an experience. Price in the same range too. Best short explainer is ableton meets logic in terms of usability.


  • While generally true, I believe there’s a lot of weird custom wireless communication out there. Plenty of mice and keyboards refuse to communicate over a standard HID protocol which leads many to not work for enterprise type devices / appliances. Anything with an HID / Console port (like some KVMs) for management will just not respond properly to key presses even if the downstream usb host can detect presses properly. This is extremely nuanced and not at all the same as something like Logitech G-Hub only being windows so customizing the buttons / RGB on the M/K is a questionable adventure for normal users.



  • Yeah the box shows up as a monitor in the system display settings, can even enable it and use it like a normal display. The headset will do the spatial tracking and you can recenter with the headset button. It’s just small and low resolution so you can’t even use it for productivity. Until the app works, no games at all.


  • Index works mostly fine. Sometimes it drops out but my Bluetooth stack hasn’t been the most stable on this install. Arch btw.

    I did grab the PSVR2 PC adapter box and it does work to get a display showing in the headset as another monitor which is pretty sweet. But the PSVR2 app on steam just straight up doesn’t work in any form of compatibility mode I’ve been able to try so it’s no dice there.




  • Borg backup is gold standard, with Vorta as a very nice GUI on machines that need it. Otherwise, all my other Linux machines are running in proxmox hypervisors and have container/snapshot/vm backups regularly through proxmox backup server to another machine. All the backup data is then replicated regularly, remotely via truenas scale replication tasks.






  • I self host services as much as possible for multiple reasons; learning, staying up to date with so many technologies with hands on experience, and security / peace of mind. Knowing my 3-2-1 backup solution is backing my entire infrastructure helps greatly in feeling less pressured to provide my data to unknown entities no matter how trustworthy, as well as the peace of mind in knowing I have control over every step of the process and how to troubleshoot and fix problems. I’m not an expert and rely heavily on online resources to help get me to a comfortable spot but I also don’t feel helpless when something breaks.

    If the choice is to trust an encrypted backup of all my sensitive passwords, passkeys, and recovery information on someone else’s server or have to restore a machine, container, vm, etc. from a backup due to critical failures, I’ll choose the second one because no matter how encrypted something is someone somewhere will be able to break it with time. I don’t care if accelerated and quantum encryption will take millennia to break. Not having that payload out in the wild at all is the only way to prevent it being cracked.








  • I’d prefer GNU’s ddrescue just because I find it more robust and has better progress output. It’s functionally the same interface but lets you use a mapfile to resume sessions should anything happen to interrupt the copy.

    Arguably I’m against this because you never know what’s going to happen and the conventional wisdom for appliances like this is to just backup any important configs, backup your containers and vms, then do a fresh install from the latest install media on the new disk followed by a restore of the backups. It might take a little more time but it’s negligible and allows you an opportunity to review your current configs, make necessary changes, and ensure your backups are working as intended.