Details
-
Abouta developer
-
Skillspython, nodejs, js, php, java, c#, c
-
Location404 - Not Found
Joined devRant on 5/25/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
-
javascript generated captcha and javascript captcha validation in my university website... over hundred thousand students use this website to check results
function ValidCaptcha(){
var string1 = removeSpaces(document.getElementById("AVCODE").value);
var string2 = removeSpaces(document.getElementById("UVCODE").value);
if (string1 == string2){
return true;
}
else{
alert("invalid captcha");
return false;
}
}
function removeSpaces(string){
return string.split(' ').join('');
}1 -
So, I took 4 weeks vacation. I planned to finish so many projects and learn so many stacks.
First 3 weeks:7 -
My boss intentionally changed my IDE font color to black since im using dark theme. I was literally confused a solid 30 minutes.
FFFFUUUUUCK16 -
Colleague (lets call him john) does this sometimes at the moments you least expect it, funny as hell:
random colleague: *walks towards john* hey john, do you have a second?
John: *face turns dead serious/scared* h-h-how do you know my name? 😶
Colleague: hahaha, nice try, I've got this server issu...
John: Who are you? Get away from me 😶
*everyone laughing*
*johns face turns normal again*
John: what's up mate? *biggest goddamn smile ever*6 -
Teacher: The next 3 months we're going to learn web dev
Me thinking: fuck yeah, finally, I love web dev.
Teacher 1 week later: shows us how to build with wix-like builder...12 -
True that... Even I got the impression that installing Arch must be a great feat of work... But Nah! It's pretty moderate!4
-
The whole "first job" and "experience" situation is fucked up.
How on God's green earth am I supposed to get tucking experience if you cock suckers won't hire someone for their first job? Like fucking hell.
It's not like I'm going for a "skill demanding" job... I'm trying get a fucking cashier job. I'm fairly certain I can run a cash register and stock the shelves of a store without any experience doing it. It's not exactly rocket science...
I just need some fucking money.6 -
I may have received the best email ever all these years (and a year as a Lead).
A client acted as a boss telling me to "work this weekend to finish the project a little earlier"
Enjoying my cereal so far..11 -
#6
My client tells me there's a new bug with to-www-redirects. He yells they don't work properly anymore and tries to blame me. But fact is I know, they are well configured in the Nginx conf and therefore work like a charm.
I told him I fixed it and charged an hour. Motherfucker.
😓🔨