Details
-
AboutStudent computer science
Joined devRant on 9/30/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
-
I just learned that a web application I've been developing for the last six months will only be live for three days.
I could have, if they had kept me in the loop, knocked it out in the same week.
But no.
I built it to last.
End my suffering.11 -
* Me entering the interview room:
Me: Hello
Interviewer: Hi, You are XYZ right?
Me: Yes, that is me
Interviewer: You know we offer {low_number} as a salary right?
*Me going out of the room7 -
Sooo my friend asked my to become more active on steam and i did something about it! I'm going to be become the most activities steam user!31
-
Not a coding test, but:
Them: So you are interviewing for a programmer opening. Do you like programming?
Me: yes.
Them: do you make logos?
Me: ...I can...?
Them: good because you won't always be writing code here.
Me: I'm out.8 -
Those who do not remember history are doomed to have serious backward compatibility problems. -- Expert C Programming2
-
If you come to me, and ask for my opinion about something, then you throw “You’re wrong” at my face. Then why the fuck did you ask me in the first place? Fucking cunt21
-
Just remember, if someone ever makes a colony on Mars, you may have to support their timezone in your applications. And their day is longer, so a simple offset from UTC won’t do....14
-
AI developers be likejoke/meme ml face recognition ai to overtake humanity soon ai recognition image processing image recognition9
-
This shit is real.
Guy comes to my desk.
Guy: Do you know Python?
Me: Yes
Guy: I want a program that reads a CSV containing IP addresses and tells which of them are valid.
Me: Sure thing. Show me the CSV file.
Guy: (Shows the file)
Me: (Writes a small function for checking whether the IP is valid)
Me: Done Here you go.
Guy: You should be using regex.
Me: Why? This is perfect. No need for regex.
Guy: My manager wants a solution using regex only.
Me: Why so?
Guy: I don't know. Can you do it using regex?
Me: Only if you say so. (Stackoverflow. Writes a humongous regex). Done!
Me: Just for curiosity, what is your application?
Guy: I will port it in Java. You see, regex is easy to debug.
Me: Ohhh Yes. I forgot that. Good luck with your regex.22 -
When I finished my studies, I was looking for a job and had an interview at a smallish company.
Boss: can you do C?
Me: yes, I have already done some stuff in C.
Boss: I mean, are you really good in C?
Me, growing suspicious: well yes I already have been using it - but anyway, there's also the project documentation for looking up, right?
Boss: uhm, the code IS the documentation.
I envisioned myself being drowned in undocumented spaghetti code and wasn't really keen on that job anymore, but my following question pretty much ended the interview:
Me: oh, I see. Do you have any roadmap for getting your development to a more professional base?
His looks, priceless! He was just shocked when he realised that he had failed my interview, and that I was a fresher made it even harder to digest for him.30 -
A third party manages access to a web application I’m supposed to begin using. While accessible from the Internet, they whitelist IP addresses, so it rejects the login credentials if not coming from a whitelisted address.
I provided my external IP address to their support team but the application was not letting me in, so I called their help desk. A support technician said that my IP address was 10.x.x.x, a private IP address. I’m not on the same network as this application, so I did a quick check and realized they are reading my internal IP address from my X-FORWARDED-FOR (XFF) header (yes, my employer exposes this).
I explain to him that the application is incorrectly reading my external (connection) IP address and is instead reading my internal IP address from my XFF header. I also explain that it’s not a good idea to add a private IP address to their whitelist as it somewhat defeats the point as anyone can assign that IP address within their network and expose it via an XFF header.
After talking to numerous support personnel, I came to the conclusion that not a single support person on their team understands basic networking and private IP address ranges.
I finally just said, “Fine. Go ahead and add my internal IP address but keep in mind it will change a lot.”
He then proceeded to “explain” to me how my IP address is assigned by my ISP and should change very infrequently. I explained to him that the IP address their application is reading is actually assigned by DHCP inside my network, but I was clearly wasting my breath.3 -
I had the dream of working as web designer in Berlin.
You know: techno partys, hedonistic lifestyle and cheap living.
I applied and flew over and got some Interviews.
Arrived at the agency situated in a beautiful broad avenue in a villa at the Olympia Stadion. I was greeted by 2 loud small dogs and nobody else was there. So i waited an half an hour.. and another one...
I notice their company code of conduct nicely framed on the wall. You know what is written on the first place?
"We value peoples time therefore we're punctual."
"We are cosequent"
So after two hours waiting they came. They were pretty stressed out and neded another 45 minutes to get ready to interview me. So they sat at the table telling me excuses. And i pointed at the frame and they suddenly got very bleak in their faces. I stood up and left after 3 hours of waiting. 😆
Sadly no Berlin for me.13 -
Sir, please write a simple program, just a very basic one.
me: Writes Hello World in Python
Didnt get the job.14