Not requiring a service running in root context.
Master of Applied Cuntery, Level 7 Misanthrope, and Social Injustice Warrior
- 4 Posts
- 126 Comments
_cnt0@sh.itjust.worksOPto
linuxmemes@lemmy.world•An unbiased comparison of linux distributions' setup
1·2 months ago… still compiling …
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 …
_cnt0@sh.itjust.worksto
linuxmemes@lemmy.world•The installation process of different Linux distributions
372·2 years agoTo every arch meme action, there is an arch user overreaction.
It’s what makes it fun.

_cnt0@sh.itjust.worksto
linuxmemes@lemmy.world•The installation process of different Linux distributions
3·2 years agoA fucking sexy security hazard.
_cnt0@sh.itjust.worksto
linuxmemes@lemmy.world•The installation process of different Linux distributions
9·2 years agoI just had to imagine you facing the fedora installer’s partitioning tool:

_cnt0@sh.itjust.worksto
linuxmemes@lemmy.world•The installation process of different Linux distributions
92·2 years agoWhoever 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’);



10 years too late.