I'm not a coder but as a non-technical person, I'm always open for simplified technical knowledge about Bitcoin.
So, I would like to ask people of very deep knowledge of Bitcoins code what you would tell some non-technical people.
What are your 2 most important technical points of Bitcoin, where you would say "it's really important for Bitcoin and people should know it". Important would also mean for Bitcoin from a hacking-resistant point and what is making Bitcoin superior against competing Altcoins?
The most important features of Bitcoin are that it's maintained by the largest community of developers out of all the coins, and consequentially it has the largest test suite and debugging infrastructure.
It makes it really easy to pin-point bugs. I can't stress enough how important having test cases is for your project, whatever it may be, whether it's related to crypto or not. It saves you from a lot of future bug-hunting.