Right. Magically, everyone on the Internet has become infatuated with communism out of thin air over the last few years. Must just be my paranoia to surggest influence from a hostile government.
Right. Magically, everyone on the Internet has become infatuated with communism out of thin air over the last few years. Must just be my paranoia to surggest influence from a hostile government.
Lemmy is whatever we make it, except for the communism posts that love communism until they realize workers need representation. I half believe those are Chinese bots or high school kids who are stupid enough to believe the Chinese bots.
Any mention of a server room reminds me of the fable of the guy, we’ll call him Mike, who unplugged the Internet.
I can’t remember where I read it, I think it was greentext on Reddit years ago.
So Mike is an intern, and due to some weird circumstances he becomes the only network admin in the building. Well, one day he doesn’t esnt feel like working, so on his way in, he stops by the server room and unplugs the internet.
He then goes to his desk like a normal day. Then he starts getting phone calls. Everybody is freaking out because there is no Internet. So he begrudgingly descends into the server room and starts playing video games on his phone.
Close to the end of the day, he plugs the Internet back in and ascends a hero to the employees because they think he’s been working hard all day to give them internet.
Come gather round the stump young’ns, and I’ll tell you a tale of when video games didn’t need to be connected to the Internet.
Does anyone have any good advice on variable naming? Here’s some of my rules I try to live by:
utils_FooBar
is
not
in bool names.
_
g_VARIABLENAME
calc_ImportantValueThatWillDecideTheUsersView
is better than calc_SumYears
if the variable is more important than the others.Edit: I realize I was speaking about function-naming with the prefix stuff.
For variables, I still use prefixes, but for variable type. Even if you define the variables as types, it’s still incredibly useful. For instance,
a string is s_MyName
,
enumerable is e_MyType
,
A number is int or double or whatever i_MyAge
or d_MyWeight
This might be obvious for custom objects, but I’d still do it like this p_Person
or per_Person
.
Seriously it does make a huge difference
Reminds me of the o-ring on the challenger