Details
-
Skillsdev
Joined devRant on 2/19/2018
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Every time when being too lazy to type "localhost" completely and quickly hit Enter, going to "Shakira - Loca" trap.2
-
#include <stdio.h>
/*
* Windows Update Algorithm
*/
int main()
{
int percent = 1;
while (percent <= 100) {
printf("Working on updates\n");
printf("%i %% complete\n", percent);
printf("Don't turn off your computer\n\n");
if (percent == 30) {
printf("Restarting\n");
break;
}
percent++;
}
return 0;
} -
Try playing T-Rex game in chrome with dark mode enabled. For me, this looks like a bug, but maybe it's a feature!1
-
When you realize that "O&O ShutUp10" (AntiSpy tool for Windows) creator company is a Gold Microsoft Partner
-
I don't like when depending on something, e.g. smoking or coffee, but
still have to carry on dependencies in node_modules. -
That exciting moment when remotely connected from one job's computer to second job's PC and doing third job's tasks. 😏
-
So I moved to a new company.
When entered there at first working day, found one candle on my table. I suppose that former employee left it for me.
Hmm, do you think the same thing as I do ?6 -
What a stupid configuration of firewall at my work:
devrant -> blocked because of entertainment category.
xvideos -> no problem at all.
Conclusion: sysadmin likes watching porn.13