Saw on etherscan Hormora V2 exploiter created contract with this code.
# Palkeoramix decompiler.
def _fallback(): # not payable, default function
revert
etherscan.io/bytecode-decom…
What if Satoshi was a cracker in the software piracy scene in the 90s and that where his cryptography skills started and he came across Buckazoids and saw the developers of the game's names?
Learning about stack overflow. Feels like my brain constantly having overflows. I was messing up the size of each item vs total number of items. 🤣 #c #cprogramming
Making a seedphrase generator was interesting. I had no idea that there was a official wordlist of 2048 words. I read each word provides 11 bits of entropy. Is it prime on purpose? #c #cprogramming