Details
-
Skillsjs, sass
-
Location593
-
Github
Joined devRant on 5/13/2016
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
-
Yea so I was creating registration form and I did this:
...
if ($pass != $passrepeat or
$passrepeat != $pass) {
# MAGIC
}
...
I think I should quit being a programmer..13 -
Team: Qt doesn’t let us build the UX we have in mind. Web is the future.
Me: what do you guys recommend ?
Team: Electron! We vote for Electron!
Me: Alright, who know JavaScript here?
Team: ...9 -
When your delivery manager is the stupidest fuckin manager ever born :/
"If you have android code ready then why can't you create iPhone build unh - since A=B, B=C so 'C' SHOULD EQUAL TO 'A' right - so use android code and create iPhone build TOMORROW - don't change the code just create a build in 2 hours and then work on xyz project for other 6 hours since its in HIGH priority"
WHAT THE FUCKIN FUCK..
MY DICK = YOUR FACE MOTHERFUCKER :///15 -
Interviewer: "Please demonstrate a simple program that outputs hello world in C."
*sweating profusely* me:
C C CCCCC C C CC
C C C C C C C
CC CC CCCC C C C C
C C C C C C C
C C CCCCC CCCC CCCC CC
C C C C CCC C CCC
C C C C C C C C C
C C C C C CCC C C C
C c c C C C C C C C C
Cc cC CC C C CCC CCC2 -
My most ridiculous experience with a recruiter was when I went to an interview in a top 5 consulting company. In the first interview they told me that I was great. In the second interview they told me that I was great, and in the third interview they told me that they loved me but that I was overqualified for the job they were offering.
tl;dr I was too good, so they rejected me.1 -
Which is worse?
- Staying at a company you helped build because you have an emotional attachment to it, even if it's not as good to work for now, people are leaving every week and pay is under market rate.
- Leaving a company you helped build purely for more money and a big name on your CV.
Follow the money or follow your heart?
(Image slightly relevant?)10 -
It really pisses me off when people write
if (true)
{
// Something
}
instead of
if (true) {
// Something
}12 -
Tunes throughout the work day...
Someone's interrupting:
Queen, Don't Stop Me Now
Working on same bug for hours:
Muse, Supermassive Black Hole
Merge Conflicts:
Jay Z, 99 problems
In the zone coding:
xzibit, Concentrate
All bugs squashed, deployed, going home:
Louis Armstrong, What a Wonderful World1