Details
-
AboutI love C++
-
SkillsC++
Joined devRant on 1/28/2017
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
-
Hey, @google! I found a bug. The last 3 choices are missing.
The lack of balance is disturbing me.10 -
Today I learned:
`/usr` stands for “universal system resources” not “user”
`/dev` stands for “device” not “development”
Had no idea.30 -
Programmer's Valentine!
The only date he gets is software up-date.joke/meme jokes programmer life programmer humor valentine funny techindustan coder cartoon programming jokes valentines day comic2 -
Yesterday i bought train ticket to go home and at the ATM this happened :
@wowotek : tell me the exact price nominal
@aureliagbrl : 293,000 Rupiahs (~10 USD)
Me : *entering the nominal fast and rough* 2,930,000
A : hey careful you put too much zero--
Me: *just realize but i clicked the accept button too quickly* doesn't matter my savings is only 6 digits. *re entering the correct nominal*
...
Also Broke ass me : *cries in the corner*
Life is Hard.6 -
Sir, please write a simple program, just a very basic one.
me: Writes Hello World in Python
Didnt get the job.14 -
windows update code
function update(){
print("10%");
print("30%");
print("50%");
print("99%");
_doActualUpdate();
_mineBitcoin();
print("100%");
return;
}15 -
!dev
const children = {
length: 1,
data: [{
name: "noah",
gender: "male"}]
};
children.length++;
children.data.push({
name: "mina",
gender: "female"
});
const happy = true;21 -
(Q: How much are you allowed to Google as a developer?)
“You’re allowed to Google as much as you want. This is not school, you’re employed to solve a problem. Nobody cares whether you Google for the answer or remember the answer from another Googling.”15 -
Logging work in Jira, because it goes against the whole ethos of trusting people to get the work done when they have to log exactly how much time they spent on each individual story. It also doesnt account for pair programming. so 2 people log the same time and it looks like the story took twice as long. I’ll stop now because I’m precariously close to opening the “time based estimates” can of worms and thats for another rant.4
-
Interview
HR: So .. tell us .. where do you see our AI acting in 5 years?
ME: Doing your job minus the stupid questions.
*silence*
Boss breaks out in laughter.
"Oh boy you're hired"12