csolisr@hub.azkware.nettoFediverse@lemmy.world•Celebrities will never adopt the Fediverse until usernames are centralized.
7·
2 months agoAccount verification is relatively simple, if you have your own website you just add a link back with a special formatting. Problem is, barely anyone applies for self-verification, and several platforms such as Lemmy don’t support self-verification whatsoever. I can see why something like a distributed verification agency should be a thing, if we manage to make the implementation less technical for the end users of course.
@modev I’m genuinely surprised to see so few C courses integrating standard C safety tools, such as linters. It’s extremely easy to write unsafe C on the beginning, heck I passed years avoiding loops like the plague because I didn’t manage to write them correctly without going on an off-by-one error. Something that a linter would have caught and fixed for me.