Well, no one is going to argue with you if you choose to change to Debian, however, if you encounter the same random freezes in Debian try adding intel_idle.max_cstate=1 to the GRUB line that boots your system.
i.e. in /etc/default/grub - GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_idle.max_cstate=1" and then sudo update-grub
The "Bay Trail" processors (like yours) and MBs that have them embedded at the present time often need to disable some of the powersaving features in order to not have random crashes. The kernel developers are working on the problem.
https://bugzilla.kernel.org/show_bug.cgi?id=109051 Remember what you have done so you can remove it once they deal with the problem. Some BIOS have a setting where you can disable the cstates and you could do it there if your MB will allow it.
It will make your system use a bit more power and thus likely generate a bit more heat but not a huge difference.