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 - "do nothing"
-
Someone at Google: how do we make Android build times quicker?
Someone else at Google: we could make a new button next to Run and call it 'Instant Run' and give it an awesome lighting bolt icon!
First someone: what will it do differently?
Second someone: nothing 😎14 -
"I don't care if the government spies on me, I have nothing (criminal) to hide."
Uhm... but... if you have nothing criminal to hide.... then why'd they have to spy on you/collect your data...?
After all you didn't do anything illegal...58 -
Css is most definitely a woman who's mad at you but won't tell you why.
"What's wrong? what did I do? "
"Nothing..."8 -
School holidays be like:
"Yea! I finally have time to do projects that I like!"
When school starts again:
"How dafuq did I manage to do absolutely nothing in the past month?!?!"4 -
Today I asked my client to do "ctrl+f5" to empty browser cache he literally did "ctrl+f+5" and said "it did nothing"6
-
Had a client who was not satisfied with dropdowns, nor checkboxes. He wanted dropdown checkboxes.
Well, horrible shit but nothing javascript can't do.10 -
Been working on a bug fix for 3 hours. Literally nothing I do will fix it. Finally I realize I'm not even calling the function.5
-
All my 'real life' friends like:
- Why do you need two monitors?
- Why does your keyboard has keys that do nothing when pressed?
- You have a controller on pc?
- Hehehe. I found a funny meme on 9gag -.-9 -
You know scrum is working when the dev team are feeling that scrum isn't working because they have nothing to do because the product team can't keep up with the pace.4
-
You know you have been using devrant too much when you open it and the algo only gives you rants that you already ++'ed.5
-
So I started working at this IT company here in Oslo. Norway. After almost 6 months, I have almost not had anything to do, except little over just 1 month where I actually worked on a project, and now that is done. I have nothing to do, so today I applied for 11 jobs.8
-
Security for 2017: Because SSL has nothing to do with security, and just Google's way of increasing it's monopoly...18
-
I remember seeing Silicon Valley and watching Big Head do nothing at a big company and thought that was never possible.
Working at a FAANG company for 6 years and just completed 3 months of sitting around doing nothing, with 6 more months to come.
Life is indeed stranger than fiction.12 -
How to look like a wizard by doing pretty much nothing.
Open inspect element infront of people who cant program, and do something. They'll think you're a genius for changing a picture.9 -
After deciding to do what I love every day nothing feels like work any more, because continuous change and improvement is what I live for.
That is all. ✌🏼2 -
Actual code
if (dict.ContainsKey(key))
{
//do nothing
}
else
{
dict.Add(key, value);
}
I'm speechless15 -
📌͟ ͟M͟Y͟ ͟T͟O͟D͟O͟ ͟L͟I͟S͟T͟
☑️ Sleep
☑️ Wake Up
☑️ Eat
☑️ Do Nothing
🔲 Do Absolutely Nothing
🔲 Watch Movies
🔲 Eat
🔲 Go Back To Bed8 -
roommate: lets start a startup!
me: sure, what do you have in mind?
roommate: nothing, I need a team first.
oh come on!1 -
Are we just programmed to stay awake all night? Even if we have nothing to do?
Like, it's 4 a.m. in my country and I just can't fucking sleep! What is this?!11 -
YOU FUCKING PIECE OF SHIT!
I have nothing against teaching and showing someone starting in this field how to do things but FOR FUCKS SAKE, PUT INTEREST IN IT, I WON'T DO YOUR FUCKING JOB, I HAVE MY JOB, YO DO YOURS.
Jesus...fucking Christ, these kind of people always get on my nerves.2 -
I once observed one guy and he just... lived. Without owing anybody and himself anything. With nothing to achieve and nothing to prove. Without any kind of guilt when he chose just to stay in bed and do nothing or when he couldn’t finish a readme in more than three months.
He was just living, creating digital things he kinda liked. Without seeking for approval. Without making big plans. Like a psychopath.6 -
Guy: - Why the hell do you keep adding new tests with "TDD" in the commit log? Is this because you're wearing this stupid TDD t-shirt!? You're only supposed to maintain this! There's nothing to develop! Nothing here will ever be test-driven!
Cprn: (turns around)
T-shirt: *Technical Debt Development*6 -
"How do you make an app?"
The most difficult answer to explain to someone that knows nothing about code.3 -
That awkward moment when you're out and there are so many people around and you have nothing to do. So you take out your phone and browse through the app list and settings... Just browsing and doing nothing. I do that so much. Anyone else like me? 🙈6
-
Anyone work with other developers who take 3 times as long as you to do things, spend all day talking, get nothing done, so you have to pick up the slack? Fucking annoying.2
-
Step 1: start programming from a young age
Step 2: dedicate years to college
Step 3: get a job in a big, respected company
Step 4: do menial tasks that have nothing to do with your educat- wait, what7 -
Me: How can I delete pushed commits from origin?
Colleague: Just do git reset --hard and then git push -f
Me: But this is dangerous
Colleague: Wait, I'll do it myself
Colleague: Done
Me: But nothing happened
Colleague: Fuck. I just removed all changes on my own branch2 -
Interviewer: what’s a fun fact about you
Me: I’m a poorly mixed bag of ambition and depression so depending on the day I can do everything or nothing at all4 -
Everyone was a noob once. I am the first to tell that to everyone. But there are limits.
Where I work we got new colleagues, fresh from college, claims to have extensive knowledge about Ansible and knows his way around a Linux system.... Or so he claims.
I desperately need some automation reinforcements since the project requires a lot of work to be done.
I have given a half day training on how to develop, starting from ssh keys setup and local machine, the project directory layout, the components the designs, the scripts, everything...
I ask "Do you understand this?"
"Yes, I understand. " Was the reply.
I give a very simple task really. Just adapt get_url tasks in such a way that it accepts headers, of any kind.
It's literally a one line job.
A week passes by, today is "deadline".
Nothing works, guy confuses roles with playbooks, sets secrets in roles hardcodes, does not create inventory files for specifications, no playbooks, does everything on the testing machine itself, abuses SSH Keys from the Controller node.... It's a fucking ga-mess.
Clearly he does not understand at all what he is doing.
Today he comes "sorry but I cannot finish it"
"Why not?" I ask.
"I get this error" sends a fucking screenshot. I see the fucking disaster setup in one shot ...
"You totally have not done the things like I taught you. Where are your commits and what are.your branch names?"
"Euuuh I don't have any"
Saywhatnow.jpeg
I get frustrated, but nonetheless I re-explain everything from too to bottom! I actually give him a working example of what he should do!
Me: "Do you understand now?"
Colleague: "Yes, I do understand now?"
Me: "Are you sure you understand now?"
C: "yes I do"
Proceeds to do fucking shit all...
WHY FUCKING LIE ABOUT THE THINGS YOU DONT UNDERSTAND??? WHAT KIND OF COGNITIVE MALFUNCTION IA HAPPENING IN YOUR HEAD THAT EVEN GIVEN A WORKING EXAMPLE YOU CANT REPLICATE???
WHY APPLY FOR A FUCKING JOB AND LIE ABOUT YOUR COMPETENCES WHEN YOU DO T EVEN GET THE FUCKING BASICS!?!?
WHY WASTE MY FUCKING TIME?!?!?!
Told my "dear team leader" (see previous rants) that it's not okay to lie about that, we desperately need capable people and he does not seem to be one of them.
"Sorry about that NeatNerdPrime but be patient, he is still a junior"
YOU FUCKING HIRED THAT PERSON WITH FULL KNOWLEDGE ABOUT HAI RESUME AND ACCEPTED HIS WORDS AT FACE VALUE WITHOUT EVEN A PROPER TECHNICAL TEST. YOU PROMISED HE WAS CAPABLE AND HE IS FUCKING NOT, FUCK YOU AND YOUR PEOPLE MANAGEMENT SKILLS, YOU ALREADY FAIL AT THE START.
FUCK THIS. I WILL SLACK OFF TODAY BECAUSE WITHOUT ME THIS TEAM AND THIS PROJECT JUST CRUMBLES DOWN DUE TO SHEER INCOMPETENCE.5 -
do you guys believe instagram is a total cancer because it displays nothing but fake people creating fake reality?32
-
Wife and I went to visit her grandparents and when we were at the hotel she would watch lifetime and i would code.
As for Christmas, there's nothing else to do in this town so why not code.6 -
When your school is called technical but nothing is working properly.. And we need to do our final exam on those computers 😐7
-
When you realize that you've been been flipping between two tabs in your browser for the better part of an hour, and they have nothing to do with your project, you need the day to end.1
-
Not learning data structures and algorithms. Not learning programming languages. Actually not learning anything to answer during a job interview.
I am more of a learn-while-you-do kind of guy. I never learn anything, instead just do it. Interviewers think I am useless because I know nothing. But I can get a job done, any kind of job done. I have no learning period, I can start working from first day in a all new language, in a all new IDE, in a all new OS.
I know nothing, and I learn nothing. I am a problem solver. You got a problem, I can solve it.6 -
Do all companies ask candidates to solve some crazy puzzles before interviewing them? These puzzles have nothing to do with the job!12
-
'Hello, the program displays an error for this file <file.txt> what to do'
That... Thats the whole email. Nothing more. I made them 4 programs. They didnt even say which one wasnt working.3 -
That feeling of wanting to walk away from coding forever and not having a single thing to do with it ever again, but also having nothing else you can do and a powerful need to eat and have shelter.8
-
Product managers who breathe down your neck all day because they literally have nothing else to do with their time3
-
When you work from home and your same age cousins do nothing to earn, their parents: "It doesn't matter. He (me) works from home, meaning he does nothing too".
Seriously?2 -
PRIVATE - This is private, nothing here. seriously, there is nothing here. Do not click; I'm not kidding. Definitely no... [read more]3
-
That moment when you've tried everything and nothing works and the only logical thing left to do is post a question on stackoverflow;
&wait;
&obviously rant on devRant while you wait;5 -
//Dunno what causes these random connection errors; probably just hiccups in connection between our EC2 instance and Discord
try {
client.login(token);
} catch(e) {
//Do nothing, just prevent it from crashing the main thread and the client will reconnect
}4 -
Someone with nothing to do changed everyone’s profile photo on the dev environment. I admit it was pretty funny. Not even the bosses escaped.2
-
When the project manager (who knows nothing about code) tells me how to structure HTML markup. No, please, tell me how to do my job.1
-
What is the most common behavior between Arch users and vegan? 😂😂
I found this comment on a video that had nothing to do with Arch and being vegan11 -
"OMG PLZ HELP NOBODY CAN CALL ME!!!¡¡ THIZ STUPID PHONE IS SO SHITTY"
Did you press anything?
"NOTHING I SWEAR!"
Yeah, I see that you are messing with the settings. Is that nothing to you?
I can understand that you accidentally navigate to the settings, but if you blame everything on your phone and lie to me, expect me to do the same.1 -
Am I the only one that thinks it's annoying when people use the weekly rant in their tags when their rant has nothing to do with the weekly rant?4
-
For me, nothing is better than getting home after a long day, put a pizza in the oven, get a beer from the fridge and just sit back and do nothing for a little bit.2
-
when you really want to code but you have a lot of school work and your course major has nothing to do with computer science or programming. ((4
-
App fails, Check logs...No error logged. Check source code and debug....
And then you see following piece of code....
try{
//Code to hit an API
}catch(Exception ex){
/*DO NOTHING. Not even log stack trace*/
}7 -
Tfw GitHub app is forcing you to push to master and you do so because you're an idiot, and your agnostic ass starts praying to god(s) nothing goes wrong.2
-
So I work for an ISP in the customer support center and we use slack for communication... As you can tell by my starred channels; we do plenty of work...
(Yes, potato is dedicated to nothing but potato)6 -
I want to propose a toast for al the people who is right now sitting on a shitty meeting listening to shit that has nothing to do with their job2
-
Dear Comcast, why in the flying fuck is it necessary for you to bring down the entire network for five hours to do "routine maintenance." There's nothing routine about that.
-
The philisophy I am following for building my new PC isn't "What can I do with this kind of hardware", it's "what CAN'T I do with this kind of hardware"
I stop shopping when my answer is "Nothing"2 -
So this week we had another team come to us and say they need to go into production...only issue...they have nothing...sorry that's wrong they have something...a vbs script to do their installation which doesn't work...
-
Another day, another time exporting svgs from Figma, sizing them, and exporting them to png into our app as the developer.
But no, I get it, what designers do is extremely taxing on the brain and any additional steps must be excruciating! Let me do anything that requires even the lowest of double-digit IQ! After all, I'm your local resident full stack clown™️!
🤡4 -
PhD saga:
The applications have closed and yours truly shall await the results, which could come anytime in January or February.
And so I wait. I hate this limbo since there is nothing for me to do to impact the outcome. What's worse is that I am absolutely unmotivated to do anything else. Since this project is literally my dream, and despite how I'm trying to mentally prepare myself in case I don't get in, there's just something in my brain that goes like "nah. I just want this shiney thing. Just this and nothing else". So I don't even know what to do with myself.
*Sigh*5 -
Hey guys. I have nothing to rant about the last few weeks.
I want to buy a book about advanced php. Cool ninja stuff I could do on backend... Do you have any suggestions for me?1 -
After months I finally received an email from the external partner's support team!
```
Please be informed that we consider your Incident "XXX: How to Y?" as closed with status: Closed.
```
Why thank you.1 -
The blocking feature is working nicely for me :D i love not reading the absolute horseshit posted by attention seeking fucktards that have nothing better to do than to be loud and whiny for extarnal shit.
:D
I was about to announce that I would do that shit for free(again) :D6 -
CNC finished...
Can't do anything else (level it and such) until I get new motors...
the steppers I ordered one month ago returned back to China, FUCKKKKKK
one more month waiting.
So many project ideas.... nothing concrete.
What should I do now? Did my BT controlled car, the CNC, ... Any ideas?9 -
Just been interviewed by 3 people that have nothing to do with the role I'd be doing. So, that was fun.2
-
Day 3 : without seeing a monitor and programming.
I caught an eye infection and stopped my world and I could literally do nothing but sit tight. I have unfinished tasks but health is imprortant.2 -
float version = 1.8f
if (version >= 1.8f)
{
/*
Do nothing because you forgot
about floating point precision
you tool...
*/
}
I.. I'm sorry... I'll sacrifice some virtual chickens to appease the Gods.1 -
3M used to make sticky notes. Now they make composite helicopter armor as well.
When you need to pivot your startup, do it. There is nothing to be ashamed of.10 -
Please stop tagging rants with the weekly rant tag if they have nothing to do with the weekly rant, it makes you look attention hungry.2
-
My biggest dev ambition? "Outliving" the pointy-hair bosses, monday morning quarterbacks, and the know-it-alls-and-do-nothings.
So far, I am seeing my ambitions fulfilled. The last know-it-all-do-nothing dev was fired a couple of months ago and its been really nice around here. -
Adventures with house IT
I'm currently experimenting with PowerShell but my scripts won't run even though I've got every local permission. The error message indicates it's a GPO problem.
"No problem" le me thinks and calls IT hotline.
After 2 incompetent and unprofessional technicians i've still got no solution. I'm waiting for the second tech to call back because he "needed some time to get to know PowerShell" (he is a trained and certified SysAdmin).
During my call he couldn't decide if it was a GPO problem or not.
And this is just one story of their incompetence...8 -
I'm an intern that is almost never going in class, because I've nothing to learn from this school, learnt today I've a java jee project to do for next week, i actually know nothing about it .
My group to do it ? Me, and a « I'm a manager i do not code »3 -
Been working from 8 am til 7:30 pm, no breaks. Programming is awesome, fun and feels good in my brain (addictive ^^). But man its good to be home and do nothing. ~ sweet ~2
-
My friend had an awesome idea for an app, but, he doesn't seem interested in doing anything 😑 I should I make the app or do nothing?10
-
Nothing breaks a dev's heart more than when you plan to spend your day off programming and work asks you to do a full day .-.
Why must everything cost money .-.1 -
For my father, I do wizardry, for my mother I do magic, for my brother I type weird stuff, for my gf I code useless stuff, for my grandparents I do nothing, for my non dev friends I make softwares, for my dev friends... Magic again1
-
i7, 8GB RAM with 2GB nvidia graphics couldn't handle the training of neural net on a google text corpus! -.-"
I'm just watching it train, nothing to do! oh but wait,I can rant! 😃😃5 -
Why do I get the urge to do 3-4 side projects just when I don't have time for neither of them and when I had time to do them I was just doing nothing all day...4
-
Windows user(non-coder): Linux? The boring dull look, which does nothing!
Me: why do you use Windows?
User: looks amazing, and specially for games:)
Me: yeah, Somebody who was in love with Linux created that damn game!7 -
What did the judge say to the dentist? Do you swear to pull the tooth, the whole tooth and nothing but the tooth?
-
My ideal job (which very fortunately my current one), is best described by Troy from Community is, "a job that looks from a distance like I do nothing", (or at least that's what my parents think I do -- nothing).1
-
Nothing more refreshing than seeing the code definitely do the opposite of what its line comments say it does in the first file you open to get to know the new project 😅
-
Went for a interview asking java and likes and interviewer told the job is about machine learning and nothing to do with java.2
-
Nothing ruins my day like having to touch up python scripts. I'm predominantly a Java dev and never learned Python properly so every time I do it its THE WORST2
-
Nothing is more satisfying and unsatisfying at the same time than completing a personal project that has been giving you something to do for several months.
First time poster, long time lurker here.1 -
Have you ever got so stressed because everything is falling around you that you automatically just went into full peace mode because there was nothing you could do to reverse the damage?4
-
Product Managers: I know what users want! They want 10 different things stuffed into 1 piece of software that does nothing well because I don't understand budgets, timelines, or scope.
Everyone else: How about we do 1 thing, and do that well.1 -
When the company puts a 2 week freeze on all prod updates for the holidays , but still makes you show up for work (with nothing to do). 😭7
-
Anyone else have the issue where you have to pretty much do nothing all day as there isn't any work ?12
-
Fuck the feelings of powerlessness and helplessness. when a friend comes crying for you for help with their hacked account and you keep asking them about what they did to protect it in the first place and they reply with nothing, no recovery email, no recover phone, no secondary verification, NOTHING. and you can do nothing but stand there and watch them cry while you can literally do nothing because there literally nothing you can do to retrieve their stolen accounts. FUCK BLACK HAT HACKERS.3
-
Took some leave recently to interview for a new job. Back to work to find that I have nothing to do. Asked for more work and got nothing. This place just gives me constant reminders of why I'm looking elsewhere4
-
Sometimes i want to erase all my programing skills to learn it all over again, it felt great when i instructed computer to do something, rather these days i'm asked to make computer do something, first hello world was nothing but that i what i wanted to do 😊
-
business: could you just add this small button? it's nothing right?
my thoughts: why... why do we keep on having this conversation???1 -
I carelessly took a freelance project to make an app.....there was a friend involved so I was careless, shared all the code....and they refused to pay, ridiculed me too..... and I could do nothing...... I dnt care about the money; but I feel so insulted and I was being so nice and civil, and they behaved this way,..... anything I can do to their stupid website? https://spasgo.com
Nothing major...just a little something to annoy......9 -
Does anyone have that day where you just can't get into the flow and you wander around doing random stuff but nothing changes?
How do you get your mojo back?1 -
Do you guys swear 😏, I do a lot about tech but I don't see anyone on here doing that
Nothing like shit I just shocked myself
Or mother fucking ie die in a hole
You know the usual5 -
whose idea was it to give the business major access to the database? we have one thousand tables that do the same thing or absolutely nothing, everything is badly named, and THE GRAMMAR5
-
[LinkedIn, Recruiter InMail]
Hello,
I am Lazy As Fuck, and I'm looking for people to work for a company that pays me for doing nothing.
Do you know anyone that is an Angular developer? If you do, please tell them to send me their resume and phone number.
Thanks.2 -
How do you deal with choice paralysis?
Like I should do X but rather do Y
But I don't feel like doing Y now either so should do Z
But that's no fun/productive...ah wtf let's just do A,B, C after I take a nice long nap...
And then after the weekend, nothing I should've done got done...17 -
Can't sleep. Nothing to do besides telling @Demolishun he lost the game again and try to sleep again I guess. Good night7
-
!dev
It's here! It's finally here! College (Merican) football gameday is finally fucking here.
Time to do absolutely nothing for the rest of the day! 😁😁😁😁3 -
Not really a programming rant but, I'm pretty sure VW engineers and developers purposely do this:
breakImportantCarPart(mileage, importantCarParts){
if(!underWarranty) {
importantCarParts[rand(0,importantCarParts.length]);
} else {
//do nothing
}
}2 -
So I got everything done that I'm supposed to this month. Now usually I would try to get ahead of the rush. However, since now even upper management doesn't trust me to do my job I figure I will adopt the same development process as the rest of the group: do nothing for the first three weeks of the month and in the last week hastily make excuses for why nothing is done while doing just enough to justify my continued employment.
-
when you see this in the code of a senior programer
if(0){
all sort of things;
}
or just like
if($var == $tmp){
do nothing
}
if i would have done this in college i wouldnt be programming today...2 -
I can feel myself becoming more intolerant of people wasting my time and I'm in half a mind to do nothing about it.
Maybe they won't bother me if I'm not my perky self 🔪😱 -
For everyone who is having a busy week, just remember the few moments you get with an empty to do folder7
-
Trying to look busy.
I'm so done just telling my boss I'm bored and there's nothing to do. He gives me something meaningless to do because I'm salary so my 40 hours has to be full of something.
I really wouldn't mind doing 50 or 60 hour weeks if there was shit to do but there's just not. -
does anybody of you do freelance work and outsource it to upwork/fiverr and living the sweet nothing to do life (except talking to the customer and writing briefings)?
-
Finished my planned work for current sprint 3 days early. Nobody needs help, nothing to do until new tasks are given out. Expected to feel great. Feeling useless.4
-
RANT
SO FKING BORED. ALL TICKETS ARE CLOSED, NOTHING IN TRELLO. SITTING IDLE IS THE FUCKING DIFFICULT THING TO DO. IF I WILL NOT GET AN ISSUE ASSIGNED TO ME SOON THEN THERE WILL BE BLOOD SHED EVERYWHERE.9 -
Productivity automagically increases as the deadline approaches. There is nothing one can do about it.
Stop trying, Seriously! -
Spent all morning debugging legacy code that I need to migrate.
Most of the time is just waiting for it to load --pieces of data-- entire tables from the database and then filter out the records it doesn't want using some app logic.
WHAT SORT OF MONKEY WRITES CODE LIKE THIS? HOW WAS THIS EVEN ALLOWED INTO PRODUCTION...
I have to open Notepad to write down my chain of thoughts, steps, and things to check once the next breakpoints are hit so that I don't forget them.
So in theory I'm being paid all morning to sit around and do nothing.
That sounds great but I'm falling asleep... Shoulda worked from home...
What was I saying again...yea...
DON'T HIRE MONKEYS!!! THEY WRITE SHIT CODE THAT WASTES EVERYONE'S TIME EVEN AFTER THEY LEAVE...
I'm going to lunch now... Hopefully Notepad has enough into for me to remember what I was doing... -
Still a student, working part time at a dev company, doing small work 'cause they have nothing to make me do, and today the two person I'm supposed to work with are on leave...1
-
I am freelance, fullstack, and there are days, like today, that I get up, and I spend hours in front of the screen and I can not do anything, practically boring and without a bit of motivation to do anything, I could defecate while I'm sitting, not It would affect me in nothing .....6
-
So I rush to job just to find a power outage on the building , don't know if I should be happy to have "nothing" to do or be sad cause I have a lot to do but can't 😓
-
Use to do backend stuff, today I spent most of the afternoon understanding and fixing a damn jade file. Fuck frontend, I really hate that stuff.
Sorry to all the frontend fellas here, I have nothing against you :P :) -
Work on something else. Have nothing else to work, invent a feature and work on that for a while. Do something other than that specific problem and an answer will come to you.
-
For almost a year now, I had a domain and web hosting. I've yet to do anything interesting with it, I planned to create a website but so far, nothing... I fail :(6
-
gsus christ, do you HAVE to break it every Fucking TIME???? Wtf's wrong with you???? Cocky motherfucker "ooh la la la, I'ma break it today cuz I've nothing to do but renaming hi hi hi hi"
Fucking OCD motherfucker go jackoff and GTFO of here2 -
happy new year! what do yall have planned for this year? I'm thinking about writing me up a miniature jarvis to automate my Web Development business, nothing really special just automated invoices, website installs, calendar, contract signing, etc. where all I have to do is type up a requirement list and code2
-
Does every project have that guy who likes everything organized and strives for it, but at the same time there is nothing to organize because he doesn't do a thing?
-
By Boss insists to do branch merge in a Skype meeting after work time.. he has nothing to do with development but he insists to be with us and lead the procedure..
He thinks this is how Devops works..2 -
Some logic I'm developing packs three different states into an f32: NaN means do nothing, +0.0 or positive number means polite request and -0.0 or negative number means force override
Yeah, I don't know what to say...4 -
when you work remotely and your already shitty(third-world) internet goes down and you have nothing better to do than refresh devrant hoping for an interesting post...1
-
So had a plan to do a gamejam this week seeing I had nothing planned after work but nooooooooooooooo of course everything I could ever need to do decides it needs to be done this week -.-
It's what I get for being excited I guess :-( -
any time i come up with a cleaver solution to a problem I remember my cousin who works for nasa and i mope about how I've waisted my life and nothing i do matters.5
-
Turns out there was a 50-car pileup on a highway near LITERALLY FUCKING NOTHING TOWN, USA. Worst until today was 5.
Amazing what an inch of ice'll do.5 -
I just saw my friend on a promotional poster… Looking all cool beside a green on black terminal… Showing off the "locale" command… And the poster had nothing to do with anything IT…3
-
How do you deal with the feeling that you coded all those hours for nothing? You deep down know this solution will never work but you don't want the hours go to waste so you just continue. And then it's 2am, you have shit code, nothing works and your life is falling apart.9
-
Sitting around all day getting nothing important done and complaining about not having anything useful to do.
Guess what I am supposed to be doing now?1 -
Nothing gets me depressed more than having to do web development.
For me its souls destroying ... makes me so utterly fed up with everything.8 -
Command Prompt is archaic and useless. The most I can do with it (without using other programs) is copy files and overwrite user passwords. Both useful, granted, but nothing compared to the Windows GUI - or, like, any other command line? Heck, I'd rather just have a python shell and nothing else.
-
Is it normal, that certain cores on linux stay on 100% load whilst the others do nothing, this all while being idle.8
-
When you introduce code into your game that has nothing to do with AI navigation, which somehow completely bones your AI navigation.
-
The most saddest sentence I have heard.
"There's nothing I can do or undo to get myself out of the pictures you painted of me."4 -
iOS notifications stopped working... Certs are good, nothing wss changed regarding notifications, everything works fine on the android side... What do you want from me apple???!!1
-
The deepest and darkest circle of hell is reserved for people who write single line commit messages which have nothing to do with the code they committed
-
Do u ever had the feeling that you're just too tired to do anything? Well I just had a full week of just doing nothing.. fuck this1
-
This awesome moment when you‘re late into your thesis, find a possible improvement that would require new measurements, but then find out that this improvement can‘t be done with your constraints and there is nothing to do❤️1
-
Will in the future exist a language called JavaScriptScript named because of JavaScript's popularity although it has nothing to do with it?2
-
The worst part about being a Dev is explaining what exactly that you do to your distant relative who knows nothing about computers 😑
-
My academic life.
Because it has nothing to do with programming whatsoever. And yes, this month is final exam month. While I am here thinking about my programming project 😂😂 -
Why is it that when your making a perfect clients website he requests a really hard job 2 do, you do it, then they find something really cool on codepen.io and all your work is 4 nothing, I'm gonna start working for hours now.....
-
I'm done with my current project and have literally nothing to do and I'm sleepy all the fucking time1
-
I feel like I have a creativity blackout.
I want to develop a self-toy project but I have no idea what to do.
I just spend my free time on web courses. I guess that's better than nothing.3 -
heck yea, started my first real React Native project. It's called R8 I stole the idea from @n3xus because in lazy and have nothing else to do. If you wanna check out my progress or fix my anything I can't fucking do, go to my GitHub, retrax24.2
-
Decisions, decisions, decisions
- Asus ZenBook
- Dell XPS
- ThinkPad X1 Carbon
Going to be programming, running Ubuntu nothing too power intensive but want the power there if need be. Plus I do love a solid build and keyboard. Thoughts?14 -
WHY is cmake such a total shitstain?
Nothing about it works. literally nothing. I can't even make it run a script and do probably the single most fundamental notion of what it means to run a script, which is display its fucking output.12 -
After crashing from balancing school and some side project I decided to take the day off and binge on “the walking dead”.
This is the best feeling I’ve had in days. -
Today has been a weird day. AWS us-east-1 region has been having huge issues for hours now, with the console and multiple services down or erroring out. My day has been an odd mix of twiddling my thumbs with nothing to do and trying to calm down angry people who are also twiddling their thumbs with nothing to do.
I'm tempted to just log off Slack and leave an auto-reply of "Can't fix it, no workaround, leave me alone" so I can go back to bed.4 -
Honestly, nothing. I'm just a human. I know I will fail multiple times, over and over. I allow myself to do that, learning and taking precautions for each new failure.
-
Have been sitting all day with nothing to do since most of our project members are on their vacation. PM drops by my office, see me focused on my sceen (interesting article to read), say "oh you look busy, i shouldn't disturb" then swiftly walks away now not to be found anywhere I look.. Still have nothing to do..2
-
Im sad my fellow programmers, hit me with you love stories, good or bad. Everything will do...
I know this has nothing to do with programming pls no report....11 -
I prioritize my home/social life/free time over work. Always have and always will.
It’s simpel. As long as I make the money I need to live and do what I want, nothing is gonna change. -
I swear business people are so stupid. They take us off of a real priority programming project and then tell us to stop and send emails to gather reporting data.
I am a developer...not an email jockey. Get someone with a business degree and nothing better to do to do this shit. -
Worst: Shitty puzzles which have nothing to do with logic, progressive solution, etc. You either know them or you don't.3
-
Going to work with nothing to do because your task has a pending dependency from another team from another country.
Guess i could work on my personal projects so i can actually finish one. Or start another 😁 -
For first time in 2 years i called my boss saying 'i've nothing to do right now'. I'm feeling free and strange at the same time 😅
-
Just found this:
jQuery(document).ready(function($){$(window).load(function(){ /* do stuff here */ }
Nothing else?2 -
when you code for straight 9 hours and start playing fifa on playstation for fun.
nothing better to do than being infront of screens one after another. -
Big launch on Monday. This weekend I will do absolutely nothing but watch movies, rest and goof around in preparation for the inevitable craziness to come
-
How the fuck do I handle self-called senior developers who do not want to do testing (writing unit tests and manually testing) in an agile environment where there is dedicated tester anymore?
They behave like fresh programmers out of college only wanting to write their code and nothing more. We had a dedicated tester role but that guy left the project. -
In my job - I have nothing meaningful to do and it drives me fucking insane, I'm pulling my hair out of boredom. Got nothing to do that makes me proud at the end of the day. I'm going through Lynda courses all day... Bored. Out. Of. My. Mind. Can't quit either because the pay is too high. I'm stuck. Shit. Crap. Damn it :-(2
-
I have nothing to complain, but have something to say to people who got a job: you are lucky ... Do whatever it takes to make your work done
-
Hey devRanter's, a have a month to figure out what should I do on bachelor thesis and nothing comes into my head 😕 maybe someone can hit me up with an interesting idea? 🤔14
-
Going to start making my final project of my degree (Portugal) with 5 friends in laravel to go on to a company.
I know I'm shooting myself in the foot, because in this group of 6, me and another will work, 2 of them will do nothing and the other two know litle or nothing...
I have 6 months to do it starting in September and I started doing it this week because I think I will have to do 4 people's work 😢😢😢😢😢6 -
On a past project, every sprint planning was the most unproductive meeting. We were expected to fix all open bugs each sprint, so there was literally nothing to plan. How do you prioritize when the goal is “do everything”? 😂
-
I don't get it, why the fuck are you cc'ing me in all the support ticket you are done/close. The ticket has nothing to do with my work. Fuck you cunt.4
-
Today I had nothing to do and started writing a twitter bot that tweets a random picture from bing maps filtering seas which are uninteresting. I think this is good for 1 day development.
https://twitter.com/TheAliveEarth2 -
Yes, you did nothing... You just restarted those 3 servers on Hyper-V without changing anything... And you did not change the Settings of 2 Windows Server to a static amount of Ram. And you also did not change the settings of the Unix Server to dynamic amount of Ram. And this has absolute nothing to do with the constantly crashing apps on the unix server sience then, because he does not support Dynamic Memory.
Fuck all those people who claim that they did nothing, even though it's obvious. -
There's NOTHING fun about this drug anymore. WHY do I continue to give it the satisfaction of making me feel WORSE for still choosing it?8
-
When the guy who hosts the development server goes home earlier and you don't have access the the server. I'll be dammed, but there's nothing I can do expect play mobile games
-
I saw this from netflix's screensaver-esq display.
That's a great title!... thinking of orchestrating one's internal processes with the subtext of potential inner demons...
but ofc it has nothing to do with the tech term daemon...
I'm pretty sure that I need a break but I have more I need to do.2 -
Going through my git commits and wondering why I would just commit every file under the same commit. More often than not they had nothing to do with eachother 😐2
-
Getting pretty sick of proposal improvements to the business I work for to then be knocked back before I even finish/ they finish reading the proposal.
From now on I come to work, do job, if no work available do nothing, go home!!
I'm done!! -
How do you face rejections in professional life?
My current employee isn't paying me well. I gave 2, 3 interviews for a job switch but nothing is working for me.3 -
They think I sit on my arse all day and do nothing 😂 then sometimes think I’m really clever and good at computers lol
-
My favorite thing, when your boss makes up a feature in their head and is angry that you didn't magically read their mind and implement it. I'm like a computer, I do exactly what you tell me, nothing more, nothing less, dummy.
-
|----------------------------------------------------|
| FALSE(1) User Commands |
| |
| NAME |
| false - do nothing, unsuccessfully |
|----------------------------------------------------|
My daily activity summed up in a linux command man page. -
When your coworker is so slow that your boss wants you to fix the coworker's bugs. Even though said coworker has nothing better to do, wrote the code and probably knows exactly where the issue is.
-
By making badly optimized code that takes forever to run, I have a good reason to do nothing but feel like I'm achieving something by glancing at the progress bar every so often. "Still rolling, way to go my little rock with lightnings. You can do it!"
-
Scope creep is so great. I love it when someone wants to add something to a request that has nothing to do with the request, and will only be used MAYBE once annually. /s1
-
I have been completely out of motivation for around a week now.
Like, there is nothing left.
I've done nothing but playing Minecraft Factions and watching anime for hours in the last few days.
How do I make this stop? Help please.9 -
Our #bigtech repo is like 19 billion LOC so how am I the first one to try to do simpleThing with obviouslyRelatedThing?
My search foo yields nothing and I fear its not supported yet.
fml4 -
When I started at my first job I was a fanboy for a co-worker who writes codes like nothing and there's is nothing he can not do when comes to coding!! I really admire his work. I always think how does he do it?!
Now I have a fanboy for my work 😎 he admires my work he thinks that there's nothing I can't solve.
I get it now, it's just experience and practice!5 -
Seen recently at one picture "The Lambda Tessaract"
It has to be a programming language, but I dunno which one is that, cause found nothing useful in Google
Do sb knows about this language?3 -
Had one of those days today. Nothing worked. I thought why would anyone want to do this for a living 😂
-
Nothing to do. No fucking work here and im not hired for BE. Fucking BE doesn't do shit and im here like ZzZzZz. New job interview next thursday. Screw this shit!2
-
"There is nothing glamorous in what I do. I’m a working man. Perhaps I’m luckier than most in that I receive considerable satisfaction from doing useful work which I, and sometimes others, think is good." - Saul Bass
-
Nothing gets me so anxious like endless work meetings that have nothing to do with my part of the task. Why am I even here? Should I understand this? Why is it taking 2 hours? Can I finally kill myself?6
-
Doing maintenance can really be hard work 😓... especially when nothing was investigated into maintenance for over 5 years...
And frameworks and runtime environment is outdated...
do you know that problem?? -
QA. Could you please help me solve this issue?
Dev. That's Server side, nothing to do with me! *proceeds to signal issue as 'solved'* -
My default google search: I am a fucking moron how the fuck do I [insert problem] when i know nothing about it.
-
"You never can do what the kids do. What you do is look at yourself and find your own way to address the fact that the times have changed and that you have to pay attention. You can’t be a designer and say, 'Oh, this is timeless.' Nothing is timeless!" - Paula Scher
-
As free software I guess you have to not be pedantic, but still felt like this was unnecessary when I feel like I having nothing to do with this political change nor will I have the ability or inclination to actively do something about it.3
-
What do you all do when you literally have nothing to do at work? I get ultra bored and start reading manga but I feel bad and scared that my boss might consider me useless. Just want to know if this is somewhat normal behaviour sometimes?26
-
Anyone watched videos of leaked version of Windows 11 !? What do you think !? I liked the fact that they didnt do a massive UI do over.. Also concerned that nothing is going to change about the problems that plague windows.9
-
Why, how, why oh why is the PyQt documentation so awful how and why do i find stuff in some random blog that wasnt in there at all not even mentioned nothing :((((3
-
I have an old computer with XP wines, 1 GB RAM, old geforce. What can I do at this? I know nothing :D. But you know anything.8
-
Judge: “Do you solemnly swear that you will tell the truth, the whole truth, and nothing but the truth ?”
Elizabeth Holmes continues speaking in her fake voice: “I do.”3 -
There's good money in doing web development and easy start threshold (what seems like a bubble that will burst sooner or later). What do I like about web development? Nothing. What do I hate about web development? Frontend. OK, I will work on the backend then. That's the process of elimination.
-
When you dont want to code a 100+ field form but still doing bcz you made it to office and there is nothing else to do
-
So I’m bit desperate for headless chrome documentation. Went to SO. Was about to ask yes I was about to do tough step. Ask a question.
I clicked blah blah, searched topic: Headless chrome documentation. Nothing previous was there.
So I clicked to proceed to write a question.
And then I asked myself do I really want to put dirt on myself now?
I freakin left and I’m asking our colleague that worked at google, and also I’m going to rather ask directly google for official docs since there is nothing only blogs...1 -
somehow i did a lot today and i still feel like i did nothing. after putting everything in order, I'm just... vibing? not much else to do
-
Two weeks and my internship is finally over... I do nothing all day, but gosh what I would love to do nothing at home! I began learning Python and Astronomy but in reality I'm supposed to be coding the website... I don't know what my boss do all day but he is never in the office so I consider that he doesn't work either. Anyway wish me luck because it's going to be two loooong weeks!2
-
Do you have an issue with Equifax hiring a Chief Security Officer having a music degree or do you think that it has nothing to do with her competency and it shouldn't be brought up as an issue after this hack.. Go!!4
-
i do nothing special or different
gradle & eclipse: those dependencies which were literally just working are now fucked up, please fix me5 -
is github becoming a giant piece of shit for anyone else? its like gambling every time i make a push. sometimes it finishes, sometimes it decides to hang and do nothing.1
-
"So you will do home office uh"
~starts working~
"You're not working. You're just sitting at you computer doing nothing" -
You know those "door close" buttons in elevators that do nothing, but give impatient people something to do while they wait for the door to close on its own?
Devrant's -- button is the same, isn't it?8 -
Oracle is being D bag about APIs. I will actively make sure I do nothing to support them in the future with any projects.1
-
You know when a designer either knows nothing about UI/UX, or even worse doesn't give a shit about it, when you see their designs. You ask them how do I get to this page or how do I do this and they simply answer they forgot to design it, or can't explain how to in a simple fashion.
-
Starting a job. No computer for the whole week with no prospects for when will I even get one.
Doing nothing, still getting paid, but starting slowly and surely to loose my mind...
I NEED TO SEE Code in order to live.1 -
Well I will Program ai to do another job as long as possible.
When nothing else there is to do I will either find something to do or enjoy as our goal (automate things that far that we are not needed) is fulfilled.
Don't think it will ever happen but would be quite nice. -
I hate when I got a workshop to sharpen my skills and my boss wants me to do nothing but sit on a chair instead of learning... taking me out of the workshop
-
Why is it so fucking impossible to install SINGLE packages for texlive on ubuntu when my windows (miktex) can do that on its own?!?!
tried different solutions (e.g. tlmgr), nothing works reliably, I'm just texlive-fulling now, urgh.4 -
So since as programmers languages are nothing but notation why do we even bother, and why not just make lisp a unified notation for all programs?35
-
My boss is the fucking stressful part of my team, he doesn't do nothing and just try to feel you as an idiot with your job >¤<
-
Hell is: having a high tolerance to caffeine. Meaning coffee and energy drinks do nothing for me.
I'm so sleepy.6 -
1. Stack Overflow
2. Match in FIFA / few rounds in Tekken
3. Beer / Cigarette break (do it only if nothing really helped) 😁 -
nodejs dev, how do u remove port number from url, i'm startimg to like nodejs, but port number in url is luke marks on the moon 😠
ps i did google n SO but nothing worked3 -
Nothing more unproductive than "productivity software". Preparing presentational slides endangers my good mood. Probably just do a website instead next time!1
-
How about, instead of bitching about how bad it is that something that I had nothing to do with doesn't work, actually listen to me while I try and fix it.2
-
Don't know it I should spend 15 + hrs trying to crack my neighbors WPA2 setup or if I should just move on to another target. P.S. Nothing unethical that I do4
-
What do you guys usually do when you have zero work assigned? Im on an internship in this company and I sometimes finish the work faster than they estimate so I find myself doing nothing for like 2-3 days. Any advice on what to do during this time?1
-
Just spent the last 8 hours writing Mockito doNothing().when(...) scenarios on mocked objects.... Then I realized mocked object methods already do nothing
-
I've nothing to do right now... just searching for some useful courses :v on linkedin L.
:V NO IDEA WHAT TO DEVELOP RIGHT NOW DAMN -
kendall : u look stupid
harry : do u know the perfect example for
something is better than nothing
kendall : what?
harry : your ass4 -
Today there is milk for cereal, tomorrow.... there is nothing? Wtf do you people do? Inhale the fu#& stuff? 28 1L cartons a day wtf!!!!!!!!
-
Fucking no one appreciates my input or feature suggestions.
I'm supposed to do only what the higher management says and nothing else
I'm sick and tired of being a robot slave vomiting code... urrrggghh -
Sometimes, I saw some senior trying to rush thing on the juniors or the new comers. While those leads do less or absolutely nothing.
-
How are we doing devRanters?
Upvote if you hate racism.
Downvote if you hate Jews.
Do nothing if you love trannies.12 -
I think what is not being understood is we want nothing to do with these pieces of shit or their ridiculous waste of life.2