Ask HN: RedHat for Personal Use

26 points by bozdemir ↗ HN
I wonder if there is a benefit of using RHEL for personal/indiviual use for computer vision/machine learning tasks? Thank you.

4 comments

[ 2.8 ms ] story [ 17.1 ms ] thread
Not really.

CV/ML takes a lot of resources, so If you wanted to have an advantage by choosing a certain linux distro, I'd suggest one that sets up a super minimal system.

In reality, choose any distro. Want suggestions? Then perhaps linux mint If you are new to linux.

For computer vision and ML work specifically, RHEL doesn't give you much advantage over Ubuntu or even Fedora for personal use. Most ML tooling like PyTorch, CUDA drivers, Jupyter is better supported and easier to set up on Ubuntu, and the community resources are much larger.

if you want something RHEL-adjacent without the overhead, Rocky Linux or AlmaLinux give you the same base for free and are worth a look.

RHEL trades convince for predictability. That's valueable in teams, less so when you are solo and iterating quickly.
Why RHEL and not just Fedora? Or if you value stability - then maybe Ubuntu or one of its derivatives like Pop_OS?