Can someone explain this line to me? "Is it a good idea to put a hash of student diploma digitally signed by several professors on Bitcoin blockchain? Yes." How exactly would one do that? Is the idea to send a tiny transaction to a made-up wallet, with your hash embedded in the wallet id? Seems like it would need to be pretty small, and would be somewhat of an abuse of the system. Or if that's not it, what exactly is…
You probably want to read https://www.blockcerts.org/guide/
The OP_RETURN code was introduced by the Bitcoin core developers to address (but not necessarily endorse) the increasing desire of people to store non-financial data. The code signifies that an output is provably unspendable, allowing transactions to be pruned from the UTXO database.