Details
-
AboutFounder Cope.Studio (acquired by Polygon) and Dehidden (merged eDAO)
-
SkillsC, C++, Python
-
LocationIndia
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
-
Dreams do come true if you visualise and execute laser focus on your aims!
I’m going to be a partner (and mostly CEO) of my own company!7 -
Google Apps Script is probably the worst scum of the earth I’ve come across in a while.
Shit documentation and JavaScript 1.6, really?
No wonder nobody uses this crap and has proper implementation of a vast variety of applications.4 -
After a year and a half of unemployment and near depression, multiple rejections and turmoil from within my family, I finally got a job!
Never give up, just believe in yourself and in the universe.
Onwards and upwards!10 -
The Setting:
Ola Cabs (One of the biggest competitors of Uber, for those who don’t know) comes to college to recruit software devs:
✅ Pre-placement talk
Now time for the aptitude/code round. Hackerearth used as the solution to run the test and compile code, as well as check the result immediately. Or so I thought.
3 programming questions, 2 hours.
The problem:
Me: *Write the code for the first question* (and I know it’s correct)
Me: Clicks “Compile and run”
Compiler: *Compiling*
*LITERALLY ONE FUCKING HOUR LATER*
Compiler: *Still compiling*
Hackerearth. What a fucking joke. Though the course of the HOUR I waited, I kept questioning the recruiter head from Ola and his response was:
Recruiter: “Try the other program, it’s possibly a problem with your code. I’ll check at my backend also, hold on.”
YOU FUCKING DIMWIT. MY CODE IS PERFECT AND EVEN IF IT WASN’T IT WOULDN’T TAKE MORE THAN A MINUTE (If you’re factoring in absolutely worst cases) TO COMPILE THIS SMALL ASS FUCKING PROBLEM’S CODE.
In the meanwhile I even coded one of the other remaining questions’ solution and the shit still didn’t work.
At the end of the 2 hour time limit, I’d finished code for all 3, the recruiter stops us all from coding and says:
Recruiter: “Just submit your code, we will evaluate it and get back to you.”
Like fucking hell, asshole.
*One hour post interview*
EVERYONE who attempted the aptitude code round (At least 30 of us) receive messages on our phones:
“Unfortunately you did not clear the aptitude round and we will not be able to take your application forward.”
FUCK YOU OLA. IN ONE FUCKING HOUR YOU “EVALUATED” ALL OF OUR CODE? FUCK YOU HACKEREARTH FOR YOUR SHIT FUCKING EXECUTION OF A “SOLUTION”. Maybe test your own fucking product before offering a solution to companies.
Fucking lost opportunity.3 -
Here’s a few bars for you:
Roses are #FF0000,
Violets are #0000FF.
Why my code’s working
I haven’t got a clue!2 -
My worst collab/group project experience definitely has to be my final semester project during my undergrad.
We were a team of 4 including myself and would meet every day to work and every day:
1. My teammates would show up late
2. One of my teammates’ girlfriend lived in my apartment and shed just show up every day and waste our time and make him never contribute (He LITERALLY never did any work and got by with no effort)
3. The other 2 on the team didn’t know anything and never made efforts to learn
I literally did the entire project on my own (Code the full project, make presentations for all the reviews, and teach the other 3 every step of the way).
TLDR: I topped my batch and got 199/200 whereas everyone else were 190 or below, and I went on to publish that project in a Science Journal (Again, with no efforts from the team)1 -
When I got all pre installed PC games blocked in my lab at school because my teacher caught me playing instead of coding(I finished my program well ahead of class. The teacher still hates me, by the way).
To make it up to my now annoyed fellow classmates, I coded 3 games, and also when the teacher left the lab for something, I hacked her system to unblock the games.
That's when I knew I'd be good at developing!2 -
The most annoying coworker I've had is one I still work with! He thinks he's a know-it-all but when ut comes to actually solving a problem, he can't think anywhere close to as innovatively as he portrays himself to be. -_- Oh well, some things you just cant help
-
So this JUST happened.
I do what I've been doing since its release, that is go through devRant in my spare time.
My girlfriend is right here working on her project and notices me looking intently into my phone, unaware of what I'm up to and literally snatches my phone asking me which girl i was messaging and checks it to see devRant open! The look on her face after that was priceless :D
EVEN NOW as I type this Rant she looked at me and asked "Who is that you're messaging? Your 'girlfriend'?" xD
God bless devRant xD2 -
while(!Success)
{
finals.toStudyFor();
if(Dead||!(finals.toStudyFor))
{
up.wake;
finals.toStudyFor();
}
else
{
home--;
family.disown();
life.fail();
}
if(Success)
{
down.lie();
notToCry.try();
cryALot.do();
celebration==true;
}
} -
Little known "Achievement" on Google Play Games:
1)Open Play Games.
2)Swipe the screen anywhere in this pattern - Up, Up, Down, Down, Left, Right, Left, Right. This reveals the classic keypad.
3)Click the buttons in this order EXACTLY - B, A, Play button.
4)Thank me later.2 -
The coolest project I've worked on I did in an hour's time, for my CG Lab's mini project in college! I used OpenGL to recreate Atari Breakout from scratch :)
-
I'm supposed to be studying for end semester exams when I'm spending time on here laughing at life's problems we all face.
I'm officially addicted to devRant. Who else is?3 -
I JUST got my stickers!! Thank you so much @dfox and Tim!! Absolutely love it!! Cant wait to get 100 or even 1000 ++s!2
-
I would have to say the first start-up I worked with had the worst recruiters. Albeit they were seniors of mine, and not full fledged professionals, but this was pretty ridiculous.
So at the interview(which I won by winning a hackathon in college), they asked me the standard questions about my current knowledge and what I hope to achieve in the company. When they asked me my tech questions, one program that they thought was tough, I solved in 2 minutes. I was interviewing with 3 other people whom hadn't gotten the answer. Naturally I doubt myself due to the lack of answers being produced. The recruiters themselves didnt understand my answer initially. So much so that they were convinced I was wrong(at this time the others were coming up with, and submitting their answers, which the recruiters naturally expected from us). So to give me the benefit of the doubt, they whip out a laptop to run my code, and guess what? It worked, and had NOTICABLY lesser computation speed.
Needless to say I got the job, but the look on my recruiters' faces after exclaiming I was wrong, then they themselves being proven wrong? Priceless. xD4 -
The craziest deadline I've ever had is DEFINITELY to learn Android programming AD WELL AS iOS programming to make an app for a startup i currently still work with, and the time limit i had was a week. This week included learning both languages, and creating the 3 screens they had ready for me. I somehow managed to finish it!
Toughest week EVER, so far.
Thanks a lot, bosses -_-11