For example: I don’t believe in the axiom of choice nor in the continuum hypothesis.
Not stuff like “math is useless” or “people hate math because it’s not well taught”, those are opinions about math.
I’ll start: exponentiation should be left-associative, which means a^b should mean b×b×…×b } a times.
0! = 1 isn’t an exception.
Factorial is one of the solutions of the recurrence relationship f(x+1) = x * f(x). If one states that f(1) = 1, then it only follows from the recurrence that f(0) = 1 too, and in fact f(x) is undefined for negative integers, as it is with any function that has the property.
It would be more of an exception to say f(0) != 1, since it explicitly denies the rule, and instead would need some special case so that its defined in 0.