- 1 Post
- 3 Comments
Joined 5 years ago
Cake day: July 23rd, 2020
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
noisytoot@lemmy.mlto Programmer Humor@lemmy.ml•This is not a meme, I was trying to find content for an OC /c/programmerhumor post and found this2·2 years agoSeven semicolons are the correct way to do indentation (it even alliterates):
int main (void) { ;;;;;;;printf("like this\n"); }
noisytoot@lemmy.mlto Programmer Humor@lemmy.ml•This is not a meme, I was trying to find content for an OC /c/programmerhumor post and found this2·2 years agoTabs work fine as long as you don’t align stuff. If you do, you have to assume a tab size and mix tabs and spaces.
It’s possible to disallow registrations (and maybe logins) from Tor while still allowing viewing from Tor (as Wikipedia does). Email protection can also still be disabled as that’s unrelated and not really useful (it has too many false positives, doesn’t apply to other servers and ActivityPub, and could easily be decoded by bots).
Also presumably you meant “without” rather than “with”.