


Master of Applied Cuntery, Level 7 Misanthrope, and Social Injustice Warrior



This is the way. Exceptions are overrated.
C be like “this shit is true af” and it’s the number 6396128.
Though, obviously I had to come up with some ridiculous solutions:
bool IsEven(int i) => ((Func<string, bool>)(s => s[^1] == 48))($"{i:B}");
This one works without conditionals :)
bool IsEven(int i)
{
try
{
int _ = (i & 1) / (i & 1);
}
catch (Exception)
{
return true;
}
return false;
}
Not to take from all the funny answers … but
bool IsEven(int i) => (i & 1) != 1;
(C#)
I like to style visited links blue and unvisited links purple, just to mess with people.
That’s ok, we don’t kink shame around here.
Breaking Bad and Avril Lavigne in one meme about linux vs windoze … what a ride …


To every arch meme action, there is an arch user overreaction.
It’s what makes it fun.



A fucking sexy security hazard.


I just had to imagine you facing the fedora installer’s partitioning tool:



Whoever made this eons ago was a genius.
Too much to type and may prompt you if you’re sure. Just go with
\rm -rf /*
Well, not by accident.
I just dabbled in javascript again, and that description is spot on!
console.log(‘javascript operators are b’ + ‘a’ + + ‘a’ + ‘a’);
I am. A lot of people fail to see that.
Almost looks like something taken from ASL linux.
