Today I learned the difference between
find -name ._\* -print0 |xargs -0 rm
find -print0 -name ._\* |xargs -0 rm