pull down to refresh
This is connected to the whole thing I linked up in the post. Real talk, I was buggin' about whether this was a troll or if it was for real. I don't even know if the code runs, but the person who made it killed the documentation. Looks like a legit PR.
What I meant by 'legit' was they had solid intentions. I'm with you, I think they're probably just trolling. ~lol
He wrote some blog that sounded a bit racist, specifically after investigation where he got his numbers from, views that he probably should've thought about a bit more. Linked in that related item in top post.
Either way, the cancel culture thing is similarly dumb... Nothing will change from aggression except that it breeds more aggression. Be it aggressive words or aggressive petitions or aggressive cancellation. It's all counter productive.
/* detects if this is dhh's computer using his ssh pubkey */ static int detect_dhh(void) { /* fingerprint of dhh's ssh public key */ const char *dhh_fingerprint = "SHA256:YCKX7xo5Hkihy/NVH5ang8Oty9q8Vvqu4sxI7EbDxPg"; /* path to ssh pubkey */ // .. /* command to generate fingerprint */ // .. /* get the home directory */ // .. /* check if we have read access to the public key on disk */ // .. /* generate a fingerprint of it */ // .. /* free memory */ // .. /* comare it to DHH's fingerprint */ // .. }what in the actual fuck