Programming humor on reddit used to be excellent bits like this but then it devolved into new learners jumping straight to the irony they didn’t understand and flooded the sub with nonsense.
I miss these bits.
btw it does get easier
import math
def is_even(num):
if num in [i for i in range(1000) if float(i)/2.0 == math.floor(float(i)/2.0)]:
print("true")
else:
print("false")
Obviously one would need to increase the range for bigger numbers but this code is optimized.
I’m gonna comment and say that’s the point.
You start out with bare minimum and install what you need. As you go you generally have an idea of what is and isn’t on your system. It’s not as annoying as Gentoo with all source compiling, not as anal as nix.
If something breaks, you go to ArchLinux.org and 95% of the time it’s mentioned on the front page so you follow the instructions and move on. It’s a very transparent distro, little drama to follow unlike Ubuntu/canonical or fedora/redhat.
It used to be harder to install and which gave some street cred, but they simplified it a bit which is nice.
The Stans give an unbalanced look at arch. I use arch because I want the latest packages, I don’t want to segment my packages between my repos and tarballs when there’s a game stopping missing feature on a package pinned to a 2yo version. I don’t want to learn a whole scripting language to carefully craft my OS like nix either. I want a current OS that’s easy to fix and easy to install packages so I can go back to what I was doing.