HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mauflows

no profile record

comments

mauflows
·4 tháng trước·discuss
Yea even windows laptops suffer for similar reasons. Bad drivers (esp from discrete GPUs) can cause DPC latency that’s near impossible to tame
mauflows
·4 tháng trước·discuss
I pretty much agree with all the people who replied. VSTs with heterogeneous interfaces, windowing issues, and having to use a mouse all just get in the way of making music for me. Obviously you wouldn’t produce / master some serious but if you’re jamming it’s leagues better imo
mauflows
·4 tháng trước·discuss
I agree you won’t find a DAW as powerful, but some of the purpose built DAWs are so much fun. Loopy Pro you can build whatever interface you want via widgets.

And while VSTs don’t run, the AUv3s on the App Store tend to be much cheaper.

If for nothing else, I think it’s an excellent replacement for a guitar effects processor like Helix. Plus everything is backed up / restorable and you don’t have to suffer with a knob-based interface
mauflows
·4 tháng trước·discuss
Music production is the killer feature that benefits a lot from CPU performance.

I only recently bought an iPad for the first time this year after realizing this was feasible. I’ve always preferred digital music workflows, but hated dealing with a laptop and DAW. iOS supports AUv3 plugins and cross app audio, so it’s pretty much a full DAW experience (I use loopy pro). The form factor forces AUv3 devs to design smarter interfaces.

Plus, I dislike using the iPad for literally anything else, so I’m less likely to get distracted :)
mauflows
·8 tháng trước·discuss
What part would Gemini do well at? What would you feed it?
mauflows
·9 tháng trước·discuss
LLMs are uniquely bad at writing nix configs I've found. The top models all regularly hallucinate options

Really useful for debugging though
mauflows
·11 tháng trước·discuss
I made something similar that uses alacritty / llm / tmux. The referenced script is also in the repo

https://github.com/mjmaurer/infra/blob/main/home-manager/mod...
mauflows
·năm ngoái·discuss
Here's my own repo with a very similar setup! https://github.com/mjmaurer/infra

I build the ISO via a Github action as well. The biggest pain point is adding / removing disks after initial install, which I do imperatively (but still disko for mounting / fstab equivalent)
mauflows
·năm ngoái·discuss
I'm curious how your team ended up doing this. We settled on Nix with flakes after some pain with Docker / RStudio Server.