Damus
calle · 1d
gained a ton of new insights working in bitcoin red team 🟥 that i wish i could share without vague posting. but this is what i got anon. - we’re experiencing a massive collision between decades ...
Majestic Entity profile picture
"- humans should never code in c (just stop) "
As a guy in cyber-security, I disagree with this. C is superior because it is not dependency heavy. The more dependencies something has the more insecure it is due to higher risk of supply chain attack. Higher level programming languages are just absolutely horrendous when it comes to the complexity being offloaded to a dependency tree hell.

C is superior to crappy python and nodeJS and whatever "modern programming" language junk there is.
2
Majestic Entity · 1d
You can sandbox running code if concerned about "but not memory safe blahhh". Actually, this is a good idea, bwrap templates for bitcoin.
calle · 15h
I mean Perl