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
Search - "questions"
-
- Good evening, this is the support hotline for stupid questions, how may I help you?
- Hi, is this the support hotline for stupid questions?2 -
Me: Hi, how can i help you today?
User: Sorry, i can't upload a picture for my profile. It shows a popup saying that i already uploaded it.
Me: it's because you uploaded.
User: Awesome man, thanks.4 -
The everyday software development process:
I can’t fix this!
Crisis of confidence 😕
Questions career 😳
Questions life 😩
...oh it was a typo, cool 😆 🙌3 -
The inevitable happened, the user that I've answered tons of questions about freelancing deleted his account, thankfully I took backups and will recreate it [together with a killed joke] in the comments below (should've just webarchived it, meh)
I'll keep adding questions & answers I come across to make this a useful resource for people that want to get into freelancing, want to ask me something in the comments, you name it.
Might compile it into a better searchable resource eventually (some sort of blog with TOC), but right now neither do I have the time nor will to do that.
Wish I could have taken over the link that has been now posted a lot, but every post has an ID and I doubt it's possible, will tag dfox to clarify though and also floydian and devtea, that have been so nice to always post a link to that one rant.52 -
Seriously fuck mandatory security questions, these are my options:
What year did you meet your spouse?
I'm single.
What is your favorite book as a child?
I didn't have a favorite book. (and still, don't)
In which city did you meet your spouse?
I'm single
What is the first name of the first person you went to prom with?
Didn't go to prom.
Which state did you first visit (outside of your birth state)?
I've been to about 43 states and can't remember when I started traveling, how the fuck am I supposed to know?
In which city was your spouse born?
Again I'm single.
In which city did your oldest sibling get married?
I don't have any siblings.
C'mon, at least let me create my own question because right now I have no choice but to make up random shit and write it down in LastPass as a note.5 -
Interviewed a dev for a junior role earlier this week...my first question:
const numbers = [0.1, 0.2, 0.3];
let sum = 0;
for (i = 0; i < numbers.length; ++i) {
setTimeout(() => {
sum += numbers[i];
}, 0);
}
// Refactor the preceding code so that the following returns true.
console.log(sum === 0.6);
---
He had no idea where to even start, so I asked him to walk through the code with me line by line, he couldn't get past line 1 - literally didn't know what an array was... I walked through the code with him and he just started to look more and more lost.
I didn't even bother with the rest of my questions on OOP, FP, etc...
Am I really expecting too much of somebody that claims to have 2 years practical experience in JavaScript, jQuery, Angular, and PHP?
Do you think this is a problem a junior dev should be able to solve...even if it takes some hand-holding?57 -
There are no stupid questions.
Just look at stack overflow... Plenty of stupid questions with answers1 -
Stack Overflow: Search on Google before asking questions
Google: *Shows stack overflow in top results*3 -
Why do HR people ask stupid questions like the following ones? Everytime I get those questions, I have imaginary answers like the ones right after each question.
Why do you want to work here?
- Obviously, because I need the money to survive. I'm not here because I love working for you and having to endure your stress. I'm not that type of a kinky person.
Are you flexible?
- Why? Do you want to annoy me when I'm sleeping in the middle of the night because of a sudden deadline or because a god damn employee didn't show up?
Do you see yourself as a perfect fit for both developer and tech support roles?
- Read my fucking resume, moron. I applied for a developer role. Nothing else.
Where do you see yourself in 5 years?
- As if you would care. It's none of your business, but since we are at it. I see myself as your manager in 5 years. Hope that you like that thought.
We didn't bother reading your CV. Would you like to tell us about yourself?
- Nope. Have a nice day and suck my dick. I'm leaving.
Can you give us your phone number and the phone number of your girlfriend?
- I didn't know that I am selling my soul to your company by accepting this job offer. I'm not your slave and you will not call me whenever I'm enjoying my private time.
What's motivating you?
- Money and the peaceful vibe at work when you are shutting the fuck up when I'm fully focused during my projects.
How do you handle stress?
- I dick slap everyone infront of me.
Do you see yourself as a hard worker?
- Nah, I'm not interested in sucking dicks, eating her ass and bending over to get a little bit of a raise.11 -
For the new episode of the devRant Podcast we're working on, we'd like to take questions for a new Q + A segment we're going to try. So if you have any questions you'd like me (dfox) or trogus to answer, ask it in a comment here. They can be about devRant, us, life, anything really! We'll
pick our favorites and answer them in the episode.16 -
(Monday)
Me: I'm gonna be gone the next few days and you take care of this? I have these notes if you have questions.
Dev: Sure.
(Friday)
Me: Did you take care of it?
Dev: I had a question.
Me: Okay, did you check the notes.
Dev: They didn't address my question. (Proceeds to ask question)
Me: Let me show you my notes where I answered it.
Dev: Oh sorry.....3 -
The software development process
i can’t fix this
*crisis of confidence*
*questions career*
*questions life*
oh it was a typo, cool2 -
*client calls*
Me: Hello?
Client: Hi, I have some questions about the project.
Me: Alright, what are they?
Client: I don't quite remember what my questions are.
What? Then why did you call me?1 -
One of the biggest barriers to the wide(r) scale adoption of functional programming languages like Haskell, F#, and Scala is how snooty and condescending your average FP developer is. And beginner-unfriendly.
Ask them a question about an intermediate topic (in my case, the Free monad) you're likely to get a whole torrent of category theoretic rubbish in return.
This is a common pattern I see when "experts" answer questions.
Now, it didn't bother me much because I've studied a fair amount of category theory and can usually follow such answers, but, for the sake of the general case, I'd like to shove these rules into the heads of everyone writing an answer to a question (not just FP):
1. If you can't illustrate a concept clearly without going into verbal diarrhoea with phrases like "monad homomorphism" and "just a monoid in the category of endofunctors" then you clearly haven't understood it properly (unless, of course, the answer absolutely requires it). An answer is not the place to show off your knowledge of a topic.
2. Please remember that everyone was a beginner at some point. Including you. Understand that some concepts can be extremely frustrating at first and yet incredibly simple after you grok them (eg. monads).
3. If the person asking the question is a beginner, using complex concepts in an answer just because it's a more "elegant" way to explain it doesn't really help them. They are more likely to get confused and drop the topic.
(Kudos to those people who give highly relevant, insightful, simple, and intuitive answers, you guys are the best).2 -
I have one stackoverflow account for asking stupid questions and another one for answering stupid questions.2
-
I asked a question at stackoverflow related to MySQL. I tried to explain everything a good as I could.
Now i go for a cigarette and expect a -5 when I come back....5 -
Ticket: "I have questions about the system."
Nothing else. What are your questions???? Please tell me6 -
"How do you make an app?"
The most difficult answer to explain to someone that knows nothing about code.3 -
Took the Amazon online test today. Aced technical and coding questions. But screwed up with aptitude questions. Fingers crossed. Wish me good luck.5
-
The software development process.
I can't fix this.
*Crisis of confidence*
*Questions career*
*Questions life*
Oh it was a typo, cool.2 -
!rant
Interviewed a guy for a senior technical job. I worked hard on making my own questions that hopefully make the interviewee think instead of useless gotchas.
He told me at the end that they were fun questions and this interview was loads better than the rest who just ask questions off of Google.
Having had my share of shitty interviews, this makes me feel so good 😊11 -
Are programming related questions welcomed here? My stupid fucking questions always get downvoted at Stackoverflow and I feel discouraged and frustrated and just plain so stupid which don't really help me learn. . .15
-
I rewrote my resume. It is getting shorter and shorter. Scary.
But I was thinking, that during interviews, I never get to ask the important questions. Like, I do need to ask a few things that are important for me. Those that are not written in their websites, and they will do their best to hide.
So I came up with a list of questions:
1. Do you pay for overtime work? what is the basis of pay? hours or work-module? how realistic are the work-modules?
2. Have you ever had issues with employees from minority groups?
3. How do you address employee's professional concerns? for example, about technological debt.
4. what's the policy for meeting and daily interruptions during brain-work? Are people ever forced to participate in meetings that could be summed up in emails? what's the company policy for initiating a meeting?
5. Who designs the software? Are the requirements always non-negotiable? do the direct developers have a say in design matters?
6. How close are job requirements (as advertised) to actual tasks I need to perform?
7. What's the company policy for motivating the employees?
8. How does the company deal with mental health issues? is it acceptable for people to take leaves due to mental health issues? Has anyone ever done it?
9. How does the company deal with individual needs for working methods and space? Specifically, how does that apply to meetings? Do you have company-wide meetings? How often are they? What's the impact on productivity? Can employees not participate? Do they have to have an excuse to not participate?
10. Do developers get to develop their skills during worktime often? Or is it a "do it in your own free time" kind of thing? Are there any resources available to those who want to develop their skills further? Is it included in the career planning and employee performance review?
11. Assume I work for your company for a year. What are the benefits I can potentially gain in a year from working here, aside from adding a line of work experience to my resume?
12. Does the company provide any form of free feminine hygiene products in the bathroom?
Any questions I should add?92 -
I don't like interview questions that ask about which libraries you use or what libraries you like. I think these questions are stupid. I'm not supposed to like a library. I'm supposed to use the most suitable tool for the project at hand.2
-
Never be afraid to ask questions and look stupid.
Those who ask questions become smarter.
Those who don't - remain stupid.
Why does bit(128) in PostgreSQL take up 21 bytes of storage?3 -
Every time I got a mandatory security question, I type in "go fuck yourself with a cactus". There's only one answer for all of them.6
-
That awkward moment when your family and friends sit behind you and ask questions;
What is this you're typing on the screen?
Why words have different colors?
Why so many tabs?
How do you type so fast?
....... and more
Share yours.10 -
Someone asked me in Telegram.
Solve this code.
111 106 79 76 75 ... --- .-.. ...- . 01110100 01101000 69 73 143 111 100 101 ... . -. -.. 01101101 01100101 - .... . 6d 65 73 73 61 67 65 164 157 147
After some conversions, I came out with
IFYOUSOLVETHISCODESENDMETHEMESSAGETOG
And he says it is incorrect.
Any ideas?12 -
Saw this on HN recently and thought I'd share it here:
https://github.com/viraptor/...
It is a large collection of interview questions aimed at the company, to help you spot red flags or find things you'd like to have. Hope it's useful for you guys2 -
To anyone asking for tips and tricks to start programming or become good at it, here is your ultimate golden advice: learn how to google and stop asking stupid questions like this before doing a quick research.
Reasons why:
1. You will most likely to learn better if you do your own research before asking for help. Even if you can't solve problem, you will be better and better at googling over time.
2. It is instant source of information. No need to wait for response (except response from server of course).
3. It takes only YOUR time.
4. Much more possible solutions/answers to your problems/questions.
5. Your quality of life will be improved over time. Not only your dev life but your daily life too.rant stop asking stupid questions how long this tags can be qol i am not your personal teacher programming tips tips11 -
When I want to answer questions on stackoverflow -
1] The ones I know are already answered
2] I have no clue about the ones that have 0 answers.2 -
Add a course that teaches people how to write and formulate questions.
So that people don't write questions like, "my code no work, plz halp".3 -
I applied for a job and had to answer some questions.
What is the output of $a ?
<?php
$a = 123 == 0123;8 -
There's a place in Hell for those who ask a question, find the answer, and never report back on their findings.4
-
Programmer’s life cycle:
- Nothing can stop me today
- A bug huh? let's squash
- I can’t fix this
- Confidence crisis
- Questions career
- Questions life
- Oh it was a typo
- Nothing can stop me today1 -
I was installing 2 desktops yesterday... When I got to the place they would be installed, there were no electric outlets in the room. I called the supervisor and said they would have to open a request with the electric department to finish the installation and he asked me:
But I use my laptop in this room all the time, why do you need electricity to install the computers?
I think I achieved a new level of self-control... -
I hate asking questions on stackoverflow because I can't come up with a good title. I fear having my question down vote.2
-
I'll be honest, I've never understood why people say that numbers generated by a computer are pseudorandom and not random.
I know a lot of algorithms for number generation, and I implemented mine, based on time of invokation expressed in nanoseconds, taking digits, manipulating and transforming them. Then I analyzed the probability distribution and it's absolutely flat. So, if you know the Touring test, we can use a modified version of it. If I give you a sequence of random numbers generated by a computer and I give you a sequence of random numbers invented by a person, and you can't notice the difference, so the test is passed.
What's wrong on it?12 -
My manager: Hey don't be afraid to ask the team for help if you feel blocked on a task.
Also my manager when I ask for help: I think you need to understand the task better before you ask for help.
WTF! Make up your mind. Do you want me to make progress or not? Freaking sucks being the new guy. 😑3 -
New rule for coworkers: Stupid questions get stupid answers.
"What does this deactivate button do?" It deactivates the object. //They wrote the functionality.
"What does x do?" RTFM. Did you check the file with common questions and answers? No? Do that.
Sigh1 -
Just had a great interview :)
The guy was really cool, asked actually relevant questions (my learning process, what I specialize in, etc), talked about the tech they'll be using and none of that "wHaT aRe YoUr WeAkNeSsEs?" bullshit.
He seemed to like me, he seemed to like the fact that I've been programming for a long time even though I'm in my second semester in college and he also seemed to like that I'm somewhat of a Swiss army knife, a jack of all trades but master of none.
I just I was a bit too informal in the interview but whatever. I'm not taking this very seriously, if I get the job I get the job, if I don't that's fine too.6 -
Can interviewers PLEASE stop asking cliche and terrible questions??
Interviewer: "Where do you see yourself in five years?"
Me: "Not with you guys obviously, you dumb piece of shit."
That's what I'd like to say to them at least... :/7 -
me: *goes to stack overflow to get some points*
*searches for questions I only know*
*scrolls down to find unanswered questions*
*keeps scrolling*
*finds a question I can answer*
*types in my answer*
*finds out that someone has answered
the question with better explanation*
*decides not to submit my answer*
*looks for other questions to answer*
*keeps scrolling*
*scrolls some more*
*scrolls for the last time*
*realizes I'm Jon Snow*
*exits stack overflow*3 -
Rereading old code I wrote and asking myself questions while reading it...then reading the next line, a comment, answering those very questions.
Past self. Thank you very much. 😎 -
It continually never ceases to amaze me how many people ask me a question without doing the proper research beforehand. For instance, "How far is the Earth from Jupiter?" How am I supposed to know that? The only thing I'm going to do is Google it and then tell you anyway. Stop asking me stupid questions that you can easily search yourself!9
-
I finally heard a retarded question on a job interview. I thought they were just jokes.. I was wrong!
What kind of a question is "how would your friends describe you?"..
They'd say I'm fucking awesome, did you expect a different answer?
Or when I gave them a referral, my previous boss, and they asked me what would he say about me.. well fuck me sideways, I have no idea.
And one of the last ones, "tell us your three top qualities that would make us hire you". What kind of information does such a question even give them? Are they testing me how well I can lie? Because I can't, and others that can lie will give a better answer, regardless of the reality.
And they were even taking notes after these questions.
Other than that, nice company. I really want to start working there soon.5 -
Dear Identity Providers, Never ask for "favorite teacher" or "mother’s maiden name." Security questions are among the worst ideas in security to date. If you insist, at least let me provide my own questions!9
-
"SO culture is so mean, they downvote good questions for no reason!"
Meanwhile, most of the downvoted questions in my list:
https://stackoverflow.com/questions...
https://stackoverflow.com/questions...
https://stackoverflow.com/questions...
https://stackoverflow.com/questions...
https://stackoverflow.com/questions...
https://stackoverflow.com/questions...
https://stackoverflow.com/questions...
https://stackoverflow.com/questions...
Translation:
- OP1: "Do my homework for me"
- OP2: "I am too lazy to google this"
- OP3: "Gimme code, here is a shitload of requirements"
- SO: "No."
- OP1/2/3/DevRant: "Oh mah gawd mah question was so gud, SO such toxic, very mean, much wow qq."
Kk.11 -
Hello guys,
The next episode of the Runtimerror Live Podcast will be having our very own David and Tim as special guests.
Are there any questions that you would want us to ask them during the interview?
The episode will release tomorrow at 7 AM EST :)
(the first episode can be found here: https://runtimerror.com/podcast/... )4 -
As a junior developer I'm thinking way too serious about putting this information on my resumé...
" I'LL ANSWER STUPID QUESTIONS SO YOU GUYS CAN WORK ON PEACE "1 -
“Hi. I’m trying to PM you.”
“Ok. I don’t accept friend requests - because people ask me private questions - and the whole point of this public forum is to ask questions publicly.”
“But if I could just show you my link and ask you some questions...”1 -
Both buttons have a width from 35% but how is it possible that the button in safari is bigger then Chrome ??9
-
So I found these stack overflow questions and thought they were particularly humorous.
https://stackoverflow.com/questions...
https://stackoverflow.com/questions...
The answers were pretty good. But I wanted to actually "break out of an if statement" like the ops asked for. So I created these monstrosities:6 -
I hate this era where it's illegal to ask questions
Europeans called snap elections and everybody is going far-right but I don't see mention of Israel so I got curious if this is a coup. but I can't even ask the damned question. questions are illegal22 -
For skilled mid-career engineers, dynamic programming problems, np-complete bar raisers.
For new engineers, simple questions that can't be taught in school (questions that require business prioritization)
For older engineers, questions they haven't done since college (big-O, writing algorithms from memory)12 -
!rant
What's your new year resolution(s) for 2018?
What do you like about devRant?
Which area do you think devRant can be improved?
// I got asked those questions last night at one of the project dinner.
// So now I am asking you guys here.
// I have replaced the project name to devRant for us.
// My answers in comment.3 -
if i work on PussyBranch to build up a feature, and DickBranch is my main branch so if i merge directly from Pussy into Dick and then work on Dick, and then switch to Pussy again then surely i wouldnt be able to commit to Dick because Pussy isn't filled up with the new code, right? I'd need to pull the latest code from Dick into Pussy branch. but what if i dont want to merge Dick into Pussy code? because what Dick contains, Pussy should not and that would cause anomaly and break uhh how do u call it, the purpose of the branch itself right. So if I want to work only on Pussy and commit just that segment of the new code into Dick, how do I do that? Do i have to force pushing Pussy code into Dick every time or can i do it without force command? serious answers only pls
also what alcohol is good for a more productive and longer hour coding sessions thx6 -
I don't know why they made so many algorithms, data structures and big O questions during interview, when all they wanted me to do was to maintain some legacy, tight coupled, spaghetti code with no architecture, documentation, tests nor any kind of engineering behind :/1
-
That moment when even your Sysadmin teacher asks you questions about ssh config during a lab ... Ah did I forgot to say that all the other students were also asking me questions ?
Sometimes uni is tiring ...3 -
I don’t know if this job application question was to troll the applicant or the HR was being serious:18
-
[at the end of a coding interview]
Me: Do you have any questions for me or the company that I can help to answer?
Candidate: Normally I have many questions to the future teammates, but you're not from the team I'm interviewing for so no I have no questions.
🤯11 -
Thoughts on "questions".
As a junior Dev, I understand asking too many simple questions is irritating and usually not welcome, but, is not asking any questions at all considered a sign of disinterest or "zoning out" or lack of curiosity etc etc ?
Do people think that much ??16 -
Some peoples questions on Stack Overflow are so fucking cryptic, it's as though the question is written in the language in question.1
-
Dealing with stupid questions.
I have a pretty quick temper and low tolerance level for bullshit, to put it lightly. When there is one thing I could never deal with, then it's fucking idiots asking fucking idiot questions because they're fucking idiots.1 -
I have a coworker who talks the most during scrum and not saying anything of substance or actionable in that whole time. He answers questions with a sentence paraphrasing the questions putting himself in a third person, waived him of responsibilities, but acknowledging the issue in the asked questions without providing any real solutions, leaving us looking at each other wondering wtf just said. But all knows too well not to ask a follow up questions. Or you gonna be here a while.
Utter waste of my time.6 -
Woot, I've been banned from asking questions on StackOverflow. But hey at least I haven't lost the privilege to judge other people's questions.4
-
They call it security questions.
I call it social engineering backdoor.
I'm supposed to enter those questions after logging into my account and I'm not able to skip it nor to set a proper two factor method.
Well, fuck you. Did you ever thought about dying by a two factor method? Ever watched a Saw movie? You got the idea. -
best place to ask stupid developing questions is?
For example: I've been developing in html, css, jquery, PHP for the longest time and I think it's time to learn node.js and / or react. Where should I start?3 -
My Boss Abuses me, should I leave my job?
I overheard this tidbit on a bus recently. Okay I'm lying. But in the great spans of
time I've spent reading "dear annie" type articles, many involving how often my meth head step dads beat me while growing up, or in turn how often *I* beat me (oh yeah)..I've come across this in one form another, this, and other dumbfuck questions from the stuttering meek and halfhearted.
They say there are no dumb questions. Well, like that guy who smoked too much weed and
asked "what is the sound of one hand clapping?" (fap fap fap), there are in fact dumb questions.The world is overflowing with them, like a clogged shitter full of tacobell and glitter covered brown gutter wisdom. And it smells like roses, if roses smelled like shit.
Questions like "How do I make sure my cats don't feel lonely once I have my first child?"
I don't know, they're fucking cats. Did you even google this before asking?
Or
"How to make spaghetti?"
Really, is this question written by a bot?
"What is the best javascript framework in year x?"
All of them and none of them. Welcome to hell.
"Whats your favorite color?"
My answer: I'm not five years old any more. And obviously you are. Why are you on this site instead of eating crayons at daycare?
Yes indeed, this and many more dumbfuck questions await you and can be found on the preeminent quora, amongst other sites.
A place, which censored an eminently reasonable answer of mine (I was totally not being a shithead btw).
I responded in kind by removing a whole mess of long form answers of mine.
What I have learned from the experience is this: Humanity is greatly comprised of many people who, having no brains to speak of, wander aimlessly like beasts of the field, glass eyed and slack jawed, in search of a savior. But their savior came a long time ago, once, and many times before. An engineer, or programmer, or perhaps in another reincarnation a guy parting a sea of koolaid after the local ruler swindled his peeps out of another payment for moving some heavy ass stone blocks, but I digress.
And in response to peoples worries, anxieties, everyday problems and concerns, every one of these would be wiseman, every one of these saviors, leaders, and great men spoke these magic words which resonate now down through the ages like the voice of reason and providence:
"Read the FUCKING manual."
"And don't bother me again asshole." (well this last bit is all me, but I'm sure others said it too.)2 -
Software Development Process
0. I can't fix this
1. Crisis of confidence
2. Questions career
3. Questions life
4. Oh it was a typo, cool
*Not my original content, but it made me smile and I need one more point on this uncomfortably hot day2 -
Had a coding challenge for an interview. 2 questions and I passed all the tests on both questions. But I got an email from the recruiter saying that one of my questions didn’t have a working solution??? Wtf it passed all the tests, am I retarded?3
-
Anyone else get called cute nicknames working in IT?
My favourite is one of the VPs at my company calls me a warlock, because I can read code that he calls "archaic scribble"5 -
Just did my interview with Turing & OMG!
2 questions, total of 30 mins to answer both questions, and there's a dude with access to your screen, camera & microphone watching your every move.
Went horribly. Utter failure. Not expecting to hear back from them.
Questions weren't related to the skills I said I had. They were general questions that could be answered in any language. I honestly wasn't ready to write code to split an array of numbers into 3 equal parts whose values when added would equal.
FML. Fuck this shit. I'm tired of all the bullshit (mine included)!12 -
As an -absolute beginner-, don't try to prove yourself by doing everything on your own after only a short explanation.
Rather ask as many questions as you need to finish it. One questions more now, saves 20 headaches later. -
Sad to say, but StackOverflow became a worse place after the *everyone is welcomed* goal. I see way more stupid questions and 2010-like questions getting +3 votes. Wth2
-
so i just realised my stack overflow ban came after less than 10 questions in total...
how dumb am i exactly??? man’s got real questions to ask now5 -
A question for all the great dev's on devRant
What would be a good strategy for a college student to be good at programming ?23 -
So I was looking at ups's on amazon and I scrolled down to the questions section and someone asked "Would this computer be good to host a game server?" I honestly have no words😂
-
People that ask shitty, ridiculous and unintelligible questions.
There's hundreds of examples on stackoverflow, this one I saw just now on reddit.3 -
OHHHH. Now i get it
Senior means--dont fucking ask me ANY questions. Do it urself bitch
Medior means--its ok to ask some questions but not too much bitch
Junior means--its ok to ask questions all the time as long as you keep working on tasks4 -
I hate it when you ask a question on so and include the complete code and everything and just get a -1 and no comment or anything.
What the hell. I doing wrong, please tell me !!!5 -
Honestly I don’t remember any particular one cause every interview is such a traumatic experience.
People on interviews are almost all the same, they just try to prove their superiority over you and break you.
I totally understand why, it’s because they think they understand what IT is about and in fact they understand shit, that’s why also most of computer systems are shit, cause of shitty people doing it who don’t understand how computer work, they can just copy paste stuff and do beautiful talks about how cool they are and how awesome their company is.
At the end ( at the edge ) it doesn’t matter if you know tech stack or not, if you have gazillion years of experience or you just started. It only matters if you can solve problems and how good and fast you can do it.
But well do your reverse tree in 15 minutes. I’d rather be talking about philosophy during the interview. -
!rant
TL;DR: New(-ish) dev looking for advice to improve workflow and new languages. Hopefully worth a read though :)
Newbie developer here, I took a web applications development class this year since I could take that at another campus rather than do general education courses at my home school, and I have learned and earned a CIW Certification for HTML5, CSS3, and JavaScript, though I know the certificates do squat if I can't apply myself to them, and I have learned PHP and MySQL.
I want to learn more, technically-applicable languages.
My setup is barebones (to a Linux diehard's eyes), with a gaming laptop that I do a lot of workstation stuff on, an RPi 3 B that I do some Linux-y stuff on, and a less-powerful Development Laptop (that I call a devtop) that I occasionally do work away from home on.
I'm sure most will cringe and weep at my workflow, as I use Windows 10 on both systems and the standard NOOBS software on the pi, and I use Brackets as my text editor, as well as the XAMPP AMP stack for testing.
My biggest questions are what could I do to improve my workflow, and what languages should I learn/apply myself to for real-world application (such as Node.js for live-updating server-side applications or C# for Windows applications)?
Thank you for taking the time to read this, any feedback is helpful! I'm just a high school student with a lot of enthusiasm for development!6 -
Working on a library for a discord bot I'm gonna make.. the library is about 80% done and I can already build a working bot with it. But now all those new questions appear in my head about things I am going to make like "how do I design permissions" and similar stuff.... AM I OVERTHINKING THIS TOO MUCH?!4
-
Do any of you, especially freelancers, get paid in bitcoin? How do you set that up so it’s easy for clients to pay and for you to get paid? How do you convince clients to pay that way?5
-
!rant
What are the chances of working as a freelancer using these freelancing web pages and making enough money to cover my expenses (ex: 800$/month).
I am a web developer.7 -
As a fairly new developer, I find it difficult to answer SO questions because all of the easy questions are already answered. Does this get less difficult as you progress as a developer?1
-
Fellow next to me asked how do I deal with assignments so quickly. I told him that I don't ask any questions and just do my work. He proceeded asking me questions during the entire session. They don't really listen do they?
-
As a junior dev, should I waste my times on Working on real world project or should I just solve leetcode questions all days long (interview questions in general)?
Which one is better for me as a learner?7 -
Challenge questions are so goddamn stupid.
Apparently I have an account with a certain online organization though I don't remember setting it up.
So naturally I had no idea of my username or password, so they asked me challenge questions.
It asked me the city of my birth, which is a place with a weird spelling. Because of that weird spelling, I never remember if I'm spelling it right (I was only there as a newborn infant) And I'm also supposed to remember if I capitalized it or not.
I hate challenge questions. And anyone doing any remotely simple research on me shouldn't have trouble learning what city I was born in so it seems to me it's a security vulnerability, nothing more.
And maybe I'm giving things away by saying it asks me that question, but it's a common security question any hacker would anticipate anyways.3 -
Do you ever just have a hundred different people asking you a hundred different questions about a hundred different things at a hundred different times of the day?
Fuck man I can't get ANYTHING done, and all my answers to people feel inadequate (quantity over quality). Maybe I shouldn't have decided to help work on so many different codebases. -
So many idiots ask nonsensical questions on SO they could answer on their own if they bothered to read the fucking docs.
As if that wasn't enough, they redact their questions in a way that makes it nearly impossible to decipher what they want.4 -
Blake 1803: 📜"To see a World in a Grain of Sand And a Heaven in a Wild Flower"
🌏🏖🌌🌻
Me 2017: 📱Impressive compression ratio, but what is the complexity of Sand to World decompression? -
Full stack interview tomorrow. 1 hour of technical backend questions. 1 hour of front end questions. Where to start preparing!3
-
When I will be ready to be transitioned to a promoted developer.
I have been with a company for 2.5 years and nit much development from it. As the review processes are nothing and we are all doing whatever we could and deploying everything to prod.
Now I have changed my company and been a level 1 developer. It's still an entry level role.
I am working towards my promotion but still the as a growth team I am not getting enough chances to work on something good. My design skills are still not good.
What should I do? I have been in this role for a year now. If I want to transition any other company will offer me a level 2 developer role. Should I go into applying for jobs for level 2 when I know that I am not enough? I am afraid that of I waited in my current company I will be stuck for 2 more years here. -
It's too early to be asking these questions today:
Are your DB schema changes checked into source control?
What branch are they checked into?
Why are the schema changes checked into one branch, but deployed to a completely different database?
Is my CI pipeline deploying incorrectly? Oh, you manually deployed changes.
Are your DB changes in source control an accurate reflection of what you actually put in the staging database?
Why not?
Can I just cherry-pick update my schema with your changes from the staging database?
Why is there a typo in your field name?
Oh. Why is there a typo in the customer data set? Don't they know how to spell that word?
Why is the fucking staging database schema missing three critical tables?
Is the coffee ready? I need coffee.
Why is the coffee not ready yet?
What's going on in DevRant this morning?
What project am I working on now anyway?
Did my schema update finish yet?
Yup, it finished. Crap. Where the hell do I keep those backup files?
What's the command line to restore the file again?
Why doesn't our CLI tool support automated database restores?
I can fix that. What branch name should I check the CLI tool into?
What project was I working on this morning again?1 -
Just asking a few questions about anyone's opinion, answer whatever you want:
Is self studying your own responsibility and if so, do you prioritize learning stuff you do at work? Do you share it with colleges?
What is your preferred way to study?8 -
I am writing a simple MVC Framework with PHP for learning and have a lot of small questions which are probably stupid or just typos...
Where is the best place to ask those?
I don't want to spam SO with this because most of the time I just have an error and don't even know what to ask.9 -
If each developer can be substituted with finite number of student developers and each student can be substituted with finite number of answers to StackOverflow questions, then who would ask and answer the latter? 🤔4
-
Why are the challenge questions that they use while changing your password so difficult? Is that why they call them "Challenge" questions?
-
I want to develop a django quiz app which will show questions to all online users at same time and allot a short time slot(1min) for answering questions.
How can i do that?
Any kind of help/link/hint is appreciated.
Thanks in advance.3 -
All the knowledge about every language in existence.
Just imagine never having your questions downvoted on SO because you never have to ask questions anymore <310 -
Im 22, serious question...is there a way i could make enough money to retire by 30 and live off of it until im 90? Like there has to be something if i invest in would make me not need to work anymore.18
-
Anyone with dialogflow experience? I wanna create a bot asking many questions with choices. But the no. Of questions that are needed to be asked depend upon a certain variable (eg if X=5, ask 5 questions; x=10 ask 10 questions)
How can one implement such thing in their sdk?8 -
That feeling when you browse the tag page of a library that you have to use on stackoverflow and the last three questions were all written by yourself :/1
-
I found myself answering programming questions on Quora this morning because of an A2A notification but then kept going and browsing other questions...
And well I kinda liked it... Usually I'm the one asking questions and haven't asked any new questions on Quora in over year...
So now wondering if this is the result of having no one that really listens to me work.... Being senior but having no direct juniors or people I can have a proper conversation.4 -
People are saying to improve you need to ask questions. In case you don't have friends that are in IT, who do you aks questions? Those silly ones that google can't answer? I don't want to go to SO, that place is toxic, and asking a dumb question on devrant feels like a waste of peoples time as well. Is there a platform for alone-ish developers to ask more experienced devs questions? without being shamed to death?5
-
For the past couple years, every single time I'd visit my grandparents house, my grandmother would always have an assortment of issues with her aging Lenovo 2-in-1 for me to "solve" (the last issue she had was an inability to figure out what "tablet mode" was and called me because she couldn't figure out how to get out of the start menu) .
But for christmas she got an iMac. Because most of the family uses Apple products, and since it should be simpler to use, I most likely won't be the first one she goes to when she has an issue.
So as a devote Linux user, I'm torn: should I be happy I no longer have to answer stupid questions (at least, not as many)? Or saddened that one more poor soul will now be sucked into the Apple ecosystem?
Mind you, I will be turning her old 2-in-1 into a linux server so it can actually be put to some use.3 -
TSA questions for screening software engineers: Sunday an engineer from Nigeria got screened on if they were really a coder with googled questions like "write a function to check if a Binary Search Tree is balanced." What questions should they really be asking?7
-
I posted a rant... on Quora: Why-do-most-software-developers-suck-at-algorithm-type-interview-questions
https://quora.com/Why-do-most-softw...
Thoughts?9 -
Software development process:
0. I can't fix this
1. Crisis of confidence
2. Questions career
3. Questions life
4. Oh it was a typo, cool -
What is the best resource for PHP as a backend, and not a SSR web apps.(no frameworks included just pure php)7
-
I feel dumbed down. I can't understand a simple sentence told by others in the meetings. It has to be made very clear. While others understand things pretty well I struggle in this. I try to make a picture in my mind but most of the times it is hard.
Anyone felt the same ever? What did you do to recover yourself?11 -
I'm so scared that if I fall asleep then I'll wake up and it'll be tomorrow and I'll have to go in and get asked questions all day at 10minute intervals instead of being able to code that I'm putting off going to sleep so I have longer to adjust to this horrible fate
-
What would be some good interview questions for a software QA candidate? as a dev myself, I've mainly interviewed other devs. I have a sense of what makes a good QA candidate, but I'm seeing a lot of QA CVs don't have development experience on them.
Background: In my group at work it's manual QA right now and we could use someone to also help lay down standards, which I could turn into requirements for test frameworks.
Had one interview already but I don't think it went that well, so I'd like to be more prepared.4 -
what do you use to save shared documents? (change reports, procedures, technical documentation, etc)1
-
First off hello everyone, I'm new here. I wanted to ask what is your opinion on Flutter ? I recently started learning Dart and Flutter and so far it is going great. Apps are very responsive and fast but they are too large. What do you guys think should I continue with Flutter or should I start native ?3
-
Since I can't work without internet on my laptop, I started thinking of a comparison I could give, to clarify that me being a programmer, doesn't mean I can fix anything that uses electricity.
My answer so far:
"Asking me to fix that, is like trying to ask an accountant to go be a lawyer for some criminal."1 -
Can anyone suggest me any site or place from where i can get questions to improve my programming skill
... Like practice questions9 -
Does anyone here have experience with LINQ? I was hoping that anyone with some experience with it might be willing to share some opinions or insights about it. Like:
- Do you like LINQ?
- Does LINQ have shortcomings or easy pits to fall into when using it? (especially as a beginner)
- Do you use something besides LINQ? If so, why?
Sorry for bothering anyone on here with this, I'm just curious about the tech as I'm trying to learn C# and I'm not sure S.O. would appreciate opinion based questions.3 -
Hello ranters.
I have a question. After beating my head about choosing a CMS for the first time, I am still not sure which CMS to use.
The website is supposed to be a portfolio, but the photographer/designer (client) does not have any idea on how to use HTML, which means he cannot update his website regularly.
For me, this first of a kind project.
Using WordPress makes using custom themes a pain.
Using NetlifyCMS, I kind of have to depend on GitHub.
Another idea is to create something similar to Instagram.....where the client can only add pictures.....what are your thoughts guys?....10 -
Hate spending more time answering questions than doing the development. Pointless title of developer...
-
So I'm about to apply to a dev job and I don't know how this is going to go over. It seems everywhere I go they want years and years of professional experience I just dont have, being a junior dev and all, but I think I found a company I can get behind. Are there any tips you guys and gals have for me for resume highlights? Possibly questions for my employer, as its one thing that always confused me, they always ask if you have questions and I feel like I'm missing something until I ask but they never seem impressed by my questions.3
-
Software development process
0:I can't fix this
1:Crisis of confidence
2:Questions career
3:Questions life
4:Oh fuck it was a typo ,chill :3 -
Late night thoughts: what if I write a simple script to reboot my PC and run it automatically after each start up? How do I ever stop it?
Seems quite dumb but I can't think of any easy solution..1 -
what is programming?
it's you the programmer constantly asking yourself questions and replying yourself2 -
Here I've compiled a list of challenging questions on closures. Let's see how many you get correct.
https://readosapien.com/interview-q...1 -
Anybody here use Azure VPN connections and have some time to answer questions about our implementation? I'm looking to ensure we have isolation between parts of the VPN links.4
-
I understand that to get a promotion or a level boost you should try to do duties far above your level to show you can do more.
But what if your manager deems that the expectation? What if they don't believe your work is really above your level, and find your lack of domain knowledge compared to someone who's worked for 4 years a restriction from getting promoted? And also what if you can't get involved on projects to increase the domain knowledge you specifically lack (we have a service we don't develop for but own and get pages and resolve incidents for it, and it's an ancient one without good docs).
I just want advice on what should one do to be able to get a promotion at this stage6 -
is this what they call an identity?
log(n, n**(1/n)) == n
first argument in log is the value
second argument is the base10 -
I have my algorithms exam a day after so I'm on Hackerearth trying to solve some questions and many questions there explicitly require you to consider arrays to be 1 indexed. I'm like dude wtf? why?2
-
My vague naive extreme understanding of interview questions are on a spectrum from situation a to situation b.
But what should the industry be doing? Is the industry just going wrong blindly copying big N companies hiring process without the same rationale? (e.g. they need computer scientists able to deal with problems specific to them at their size and that often means creating new tech, unreal problem solving abilities and cuh-rayzee knowledge)
a) stupid fucking theoretical shit that some people argue you won't ever need to be doing in practice for most companies, while giving you no ability to google, leetcode hard problems kind of stuff
b) practical work similar to what you'd be doing on the job, small bugs, tasks, pair programming on site with your potential future coworkers
Lots of people hate option a because it's puzzle/problem solving that isn't always closely related to what's on the job. Whiteboarding is arguably very much a separate skill. (Arguably unless it's like a big N company where you want computer scientists to deal with specific problems that aren't seen elsewhere, and you're making new tech to deal with your specific problems.)
We could go to the extreme of Option b, but it tends to trigger people into shitfits of "NO, HOW DARE YOU MAKE ME DO REAL WORK, BUT NOT PAY ME FOR IT AT THE INTERVIEW STAGE"
That's before we get into how to execute option b whether or not it's being given as a take home assignment (which is a huge pain in the ass and time sink, among other issues) vs a few hours at the potential workplace working with some of the future potential coworkers and soaking in the work environment (you have to figure out how to take the time off then)
Is it really just poor execution overall for the wrong use cases for the majority of the industry? What should the industry be doing in which cases.
Then this is all before HR screening with shit like where they might ask for more years of swift experience than its existed. -
I need to work on a mysql project for university but i know nothing about it,
Can you tell where is it deployed for production purpose, like mongo DB stuff can be deployed on heroku11 -
&& rant
spent all fucking day fucking around with my server. installed gitlab to mydynamicdns.service.com/gitlab. but, gitlab still handles requests at mydynamicdns.service.com/ but it's just a 404. couldn't figure out how to host anything else. fucked around with it for like 5 hours, tried installing some shit called passenger, but by that point, I had already fucked up my environment pretty good so that didn't work at all. spent like 3 more hours fucking with it.
fuck it. time to learn about virtualization. someone here suggested Proxmox. how exactly does it work? is it running a fully blown vm for each server or is it running something like docker under the hood? and does each server then have it's own IP address? -
Interview questions are designed to assess your knowledge of various technical concepts, as well as your ability to apply those concepts to solve problems. This library includes interview questions, that help people prepare for programming interviews.
https://interviewbit.com/technical-...3 -
It's so fucking draining to work with someone asking questions or trying to get meetings instead of taking ownership.
And these questions are dumb or obvious. -
I'm a .Net developer, what's the best way people update their applications after the initial launch?1
-
Am I the only one who thinks those wk questions have to go away or should change since they have nothing to do with ranting? DevRant is growing and growing but since everyone is answering those questions only like 2/10 posts are proper rants.
Would be awesome if those questions are made so that people start rant about it.3 -
Although I am a huge fan of stack overflow, I am sick and tired of them always blocking me to ask new questions. I feel like I should start asking questions on Devrant.3
-
Question: You have a bag of balls with mixed red and black balls. It is dark and you can’t see. How many do you pull out blah blah blah.
Answer
Is there a reason you can’t switch the light on? And do you really have to sort balls in the dark?
Question: Same question as above, with socks
Answer
Just wear mismatched socks. No one cares what you wear. What are you, a Miss Universe? No one is looking at your socks, or any other part of your clothing. Get back to work.
credit:
https://pythonforengineers.com/stup... -
Does a basic Kubernetes ClusterIP Service run on OSI Layer 4? There's musings of calling a Service Mesh 4.5, but out-of-the-box Kubernetes services... What OSI layer would you put them on?9
-
Does anyone here have a stack of stickers waiting for when their laptop is old enough it looks better plastered with stickers
-
For those who do hiring, do you find behavioral questions to be useful?
If yes, do you prefer it when the candidate gives specific answers from their work experience? Do you use a rubric? For example, do you use the STAR (situation, task, action, response) method or something similar?
If no, why don’t you use behavioral interviewing?1