I am a software developer and used to working with wsl, debian servers, etc. I selfhost a bunch of things and know my way around the linux commandline and would call me privacy enthusiast that uses a lot of FLOSS software. I also do occasional gaming but I guess that should work on any distro with enough work.
You’re a power user who has enough technical knowledge to deal with the issues of running bleeding edge.
I’d say Arch, even the manual install isn’t too complicated once you’ve done it a few times and then you’ll have access to the latest and greatest packages.
Occasionally this results in some weird bugs. For example, currently, when waking from suspend my HDMI outputs fail to connect until I change the display properties, so I wrote a bash script to toggle the refresh rate and bound that to a hotkey so I can recover without a display. I’m sure in a day or two a system update will fix it and, if not, I know how to locate the problem (in the system log: kernel: nvidia-modeset: WARNING: GPU:0: HDMI FRL link training failed. ) and report it on the appropriate bug tracker.
If this doesn’t sound intimidating then you’ll be fine as an Arch user.
It’s super useful to make custom 3D prints.
I’ve been using a script to generate custom nameplates which are oriented such that the face is parallel to the build plate, so I can swap filament colors when it transitions from the nameplate to the name.
I could do this manually in CAD, but it would take a huge amount of time. Now I just edit a script file, alter a string or two and adjust some spacing values and get a ready to print model.
Pretty neat