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 - "why do i do it"
-
preface: I'm fucking exhausted and angry.
Why does everyone assume I know how to do frontend?
Why am I always the design girl?
Why?
You hire me to do backend. STOP GIVING ME FRONTEND DESIGN CRAP. I HATE IT.
AND STOP GODDAMN YELLING AT ME FOR NOT MAKING SOMETHING RESPONSIVE.
I DON'T KNOW HOW.
yes i can learn, but I CAN'T FUCKING PICK UP A SKILL LIKE THAT IN A DAY. Also, I fucking hate it.
STICK IT UP YOUR (min-width: 1400px) ASS.
But seriously, I've spent 13 hours today figuring out completely new things (webpack, susy, express.js, cloudinary, responsive best practices, more webpack) because the boss is in panic-mode (his preferred state) and wants this project released last monday.
guess what? it isn't done.
because i still don't know how to do everything. and ofc there's nobody to ask because there never fucking is.
Seriously, boss-man. hire a fucking designer, and stop being an illiterate sales goon while you're at it. ffs.54 -
!rant
Girlfriend doing her first IT internship:
"I think I got the roto virus"
Me: "Disconnect LAN cable and turn off PC, so that you do not infect the entire company's network".
GF: "Why would I do that, it's my body that feels bad".4 -
Sometime I’m developing in Rust and I do something wrong.
Then I look at the terminal and it says...
“You did X, did you mean to do Y”
Then I do it and it works perfectly, and I’m like...
Why do I even have a job if the compiler is this good?10 -
Someone asked me once to put a timer in an installer to slow it down because apparently it would make the software seem to be more important if it took longer to install.
Ever since being asked this I now wonder does why it takes so long to install some software.. Do developers actually do this?7 -
*Me using dark theme on everything*
Me: Hey, look at this, I finished that thing that you wanted me to do.
*Project partner looks at my screen*
Partner: Ugh, why do you use that dark theme? It really strains my eyes.
Me: :-|
That is one of the reasons I use dark themes15 -
Mom: You should do stuff with blockchain.
Me: Why, I don't believe in blockchain on the long run.
Mom: You should start believing in blockchain and you should start using it for all your stuff.
Me: Mom, i really appreciate that you are trying to help, but why are you saying this? My projects have zero to do with blockchain.
Mom: Blockchain is the future, because the media said so.
Me:...13 -
Non-dev coworker (ndc) sees me using google chrome: I don't understand why chrome is so popular. I hate it and don't know why anyone would use it.
Me: what browser do you use?
NDC: internet explorer.
Me: why do you like ie better than chrome?
NDC: it does everything chrome can do and it's free.
Me: ie can NOT do everything chrome can do and chrome is free. You just have to download it from google.
NDC: no I read that chrome is proprietary software and why would I pay to use it when ie is free.
Me: ie is also proprietary software. Proprietary doesn't necessarily mean it costs money it's just not open source. Plus ie is not free. You paid for it when you bought the windows license that came with your computer.
NDC: no ie was already on the computer when I bought it so I didn't have to pay for it.
Me: it was included in the price of the computer but you still paid for it.
NDC: whatever I'm going to keep using ie because it's free for me.
ARE YOU RETARDED???27 -
"You need a website, why not do it yourself?"
NO FUCK YOU WIX. I HAVE DONE IT MYSELF AND I BET YOU USE WEEBLYS WEBSITE BUILDER FOR YOUR OWN FUCKING HOME PAGE. YOU KNOW WHAT, I WILL DO IT MYSELF.
*opens code.org*4 -
User: oh! An error message.
Message : Problem XY has occurred. Do YX to fix the problem.
User: Ok I try everything except what it says. ...
Ok that didn't work. I ask the IT
IT: Have you tried what it says?
User: no I didn't know ...
IT:ok do it.
User: 0.o It worked! why do we pay you if it is so easy?
Every goddamn time 🤦🏻♂️3 -
*Overhearding Convos*
A : "Dude, have you tried vim? It sucks!"
B: "I know right, why do they have to make it so hard to use..."
Me whispering : Git Gud Boi...10 -
Dev: So how do you want this feature fixed?
Manager: It should work how it worked before.
Dev: I'm new to this feature, I don't know how it worked before or what is broken about it.
Manager: Well just make it work like it worked before.
Dev: I DONT KNOW HOW IT WORKED BEFORE THAT IS WHY I AM ASKING YOU. PLEASE TELL ME SO I CAN DO MY JOB.
Manager: Just how it worked before!
Dev: ...
Manager: ...
Dev: fuck you17 -
Why do I always postpone putting things online because I'm somehow afraid of what people will/might think of it?
I fucking hate that 😤21 -
Client: "I need you to implement a feature which does x"
Me: "We can it do like this, I can do it in Y hours."
Client: "Perfect do it"
Me: "Here you go have a look and if you give your ok I'll implement it on production."
Client:"That is not what I need. I need Z"
Me: "Well then you should have said Z and not x. But I can do Z if you want me to."
Client:"Do it it is urgent!!!!111"
Me: "All done here you go."
Client: "That works like what I said what I need, but I meant more like xZ."
Me: "Ok, you know I have to charge you for all this, do you?"
Client: "What why? It isn't the feature I wanted!!11 Do it right and I'll pay you for the right one!"
Me: "It might not be what you wanted but it is exactly what you specified to me. I'll send you the bill and will not continue working for you. Good luck finding someone who is willing to do unpaid work for you."
I am so done with that kind of client.8 -
My boss has this habit of telling me what to do, followed by "thats easy" and "it should take you about <half the time it actually takes to do it barely okeish>"
My boss does not code and whenever I try to explain why stuff takes as long as it does he replies with, thats technical, I don't want to know...
Quiting my job at the end of the week : )10 -
!dev but fuck it.
Why do I al-fucking-ways try to stay nice to everyone? I don't want to 'hurt' anyone.
I fucking hate that about myself. 😡37 -
"My cousin said he can do it for less. But I like you so blah blah"
Why don't you go your fucking cousin then. Stop wasting my time.3 -
"How am I supposed to use this API? Do you expect the client to open that black thing [terminal and curl]? Why doesn't it work in the browser with clicking?"
🤷♀️
- Apparently, I do frontend now.7 -
This was just a „you had one job“ moment. I double tapped a rant to give it a ++ and immediately this message appeared. devRant, why do you give me such unnecessary notifications?7
-
Our programming teacher always wanted us to do this (in C#):
somedatatype somevarname;
somevarname = somevalue;
You were NEVER allowed to:
somedatatype somevarname = somevalue;
"Can't I just do it in one line?"
"No."
"Why?"
"<insert dumb statement here that gives no reason whatsoever>"9 -
Co-worker: I need a proxy to do this task.
Me: Why do you need a proxy?
Co-worker: So all these reviews for the company I'm posting don't look sketchy.
Me: Download the TOR browser.
Co-worker: That's kinda sketchy I don't wanna do that.
So falsifying information about the company is okay, but using a browser to do it anonymously is right out.1 -
Okay ... So I was asked by my friend .. why do you put a hashtag infront of C ... It should be #C right?
I told him dude .. the sharper part should always come at the end ...9 -
rant;
WHY DO PEOPLE DELETE STACKOVERFLOW QUESTIONS WHERE I AWNSERED THEM IN DETAIL WHAT TO DO AND WHY IT BEHAVES IN THE WAY IT DOES. THIS SHIT JUST WASTED MY TIME AND DOES NOT BENEFIT ANY USER WITH A SIMILAR ISSUE. THESE FUCKERS NEED TO GET THEIR EGOMANIAC SHIT TOGETHER IT IS NOT ALL ABOUT THEM AND STACKOVERFLOW IS NOT A FUCKING FREE OUTSOURCING COMPANY.
tl;dr don't awnser people on stackoverflow if they don't mark their past questions as awnered. It is a waste of time.8 -
I'm a PHP programmer and it hurts my heart whenever I see a lot of developers attack/hate PHP.
Why do they hate PHP that much? 😞19 -
> Manager: Why does service X behaves Y way? It should do Z instead.
> Me: *explains why*
> Manager: I don't understand this...
> Me: *explains it in more simple terms and shorter sentences*
> Manager: I'm still not sure I get it.
> Me: It is like this because of a third party provider and we can't change anything for the same reason. Also it is working like this for half a decade now.
> Manager: Ok, I get it. So please fix the service, it should do Z instead of Y.
> Me: *facepalm* Sorry, I can't. Ask (frontend guy), maybe he can help you.
> Frontend guy a bit later: ┌П┐(ಠ_ಠ)8 -
Designer: Can you hide scrollbar and still make web scrollable?
I: Sure.
Designer: Ok fine, i'll do that in next design.
I: Wait, how users will know the web has more content?
Designer: I'll put the mouse icon on the bottom.
I: It is not good idea. People can overlook it.
Designer: It will be fine.
I: I strongly recommend to you not to do it.
Designer: Why?
I: Confusion besides other reasons.
Designer: If you can do it, do it.
I: Ok than.
$request->getIP() == 'his_ip' ? 'hide-scrollbar';4 -
[SO] Can you unload the dishwasher?
[Me] Of course.
*5 hours later*
[SO] Why is the dishwasher still not done ?
[Me] Why would it be ?
[SO] I asked you to unload it ....
[Me] No, you asked if I CAN do it, and I am able to do it, you didn't ask me to actually do it.
[SO thinking] God, why did I marry a fucking programmer.....12 -
Project manager, a few months ago: "why did you do this task? It's all wrong. It's a backend task, not a frontend task so you shouldn't have done it. Don't do it again."
PM, today, regarding the same task in a different project: "why didn't you do this task? The project isn't complete without it. It isn't right. You should have done it."
Are you fucking serious? If we do it it's wrong, if we don't do it it's wrong too. So why should I bother? Seriously, fuck you you piece of shit.2 -
Microsoft, if I click the "Update and shut down" button it means I want you to update and shut down, not do a third of the update, shut down then wait for me to turn the computer back on for you to finish! Why can't it just do the update, reboot as necessary then shut down once it's all done?3
-
>Answered my first question on SO
>Comment: "It's a wrong answer"
>Me: "Do you mind telling me why, so i can fix it? It could still help the op"
>
>
>
I see. You were quick to tell me I was wrong, but don't tell me why. Alright then.8 -
How do i save a Word document?
How do i convert it to a pdf?
What is a pdf at all?
How to put all those things on a usb?
Why is this Pc not working?
I should start to charge by Minute...8 -
"Oh hey, your code is a perfect showcase, may I show it to collegues?"
"Sure, but why so?"
"For demonstrating how to do it NOT!"2 -
"please use a secure password*"
* But don't make it too secure, 20 Charakters is enough.
Why would you fucking do this? The only reason I can think about is a scenario like this:
"How do we store the passwords in the database?"
"Just like anything else?"
"So I create a VARCHAR(20)?"
"Yeah why not? It's good enough for a name, and you shouldn't use your or anyone else's name as a password, so it should be perfect"10 -
Everyday I wake up, I just think where did humanity go wrong? What mistakes were made? How the fuck did we end up with IE? And why do people still use it?5
-
I hate it when I try and have a discussion with another dev and the conversation devolves into something akin to:
Me: I'm doing a thing in y language! How do I do z using y language?
Dev: WHY ARE YOU USING Y LANGUAGE?! Y LANGUAGE SUCKS AND IF YOU USE IT YOU'RE STUPID. ALL REAL DEVS USE X LANGUAGE.
I just wanted to know how to do something. Maybe I don't want to do it in another language. Maybe I have to use this language for work/study. Maybe I've just been given legacy spaghetti code and can't change the system easily.
Why do people feel the need to do this? And if they want to flame a language why can't they do it constructively?
Dev: If you are trying to do a thing in y language, why don't you try using x language? It offers an easier way for you to complete the task that you want, and it has other amazing features too!
Then you could actually respond with the appropriate response which would be thanks but no thanks because of this reason or thanks i'll check it out.
No need to be so elitist all the time.3 -
Friend: "i really don't understand why our school didn't teach us HTML as first programming language, you can do some stunning looking website with it"
Me: 🤔10 -
It's only day one of the year and I'm already pissed right off
Why the fuck do all clients expect you to come up with absolutely everything!?
All I ever get is we want a website. I ask well what do you want on it.. our products .. news? Contact maybe ... Urm our business information ... That kind of stuff.
Well what are they?
Pft.. I here is a name if our products. And other stuff
WE ARE SELLING IT WAT ARE THE PRICES AND INFORMATION DO YOU HAVE IMAGES
Yeah do you want them
Of course I do 😐
Great here's 2 of them we have 1100 so I'll get more to you soon.
😤 Thank you!
Holy shit it's always like talking to a fucking brick wall.. why do people have to make our jobs so hard it's already fucking tough
I have no time to plan your entire website by myself I don't know what you want on it. How could I possibly know that!? It's your fucking site10 -
Oh you want my homework Solutions?
WELL NO! YOU WONT GET MY SOLUTIONS YOU PRICK! YOU ALWAYS TREAT ME LIKE A PIECE OF SHIT! I WONT GIVE IT TO YOU!!
AND I DONT FUCKING CARE ABOUT YOUR SHITTY GRADES! THEY ARENT MINE! AND YOU KNOW WHY?! BECAUSE I DO MY FUCKING HOMEWORK AND IT PISSES ME OFF TO ALWAYS GET REQUESTS FOR MY FUCKING SOLUTIONS! GET YOUR SHIT TOGETHER, PUT IT IN A BAG AND TAKE IT TO THE SHIT STORE!
WHY?!
BECAUSE I DONT CARE! THATS WHY! DO YOUR HOMEWORK!
AND MAKE GOOD GRADES!
BYE!!5 -
Guy: - "Your restart script doesn't work."
Me: - "What do you mean?"
Guy: - "It does nothing."
Me: - "It should kill every processes that's running within the project and start them again. Wait... Why do you terminate it?"
Guy: - "I don't. It just stops."
Me: - "It says `Terminated` here. You killed it. Just let it do it's job, don't kill it."
Guy: - "I'm not killing it! It just stops!"
(...two hours later...)
Me: - "Wait... Where do you run it from?"
Guy: - "What do you mean? I just run the script you gave me."
Me: - "Yeah, but where do you run it from? Where did you put it?"
Guy: - "It's part of the project so I put it in the project, d'oh!"11 -
Why does Google not have a dark mode for their freaking home page? I have dark mode on everything on my computer then I go to look something up on Google and get blinded. If they can do it for YouTube why don't they get it together on their nearly blank, bright white search page. You're better than this Google. And while I'm on that topic same to you stackoverflow. When I'm copying someone else's code at least let me do it in dark mode.11
-
God damn fucking shit.
Now I know again why I don't do apps.
This is a app as simple as can be:
Enter a link, click a button, do a http request, download a file.
BUT FUCKING HELL WHY ARE YOU SO FUCKING RETARDED ANDROID?!
I'm not familiar with java but i don't care why is this so freaking unintiutiv to get shit done? Why are there thousands of ways and none works or atleast at a easy way? Make an object for this, make an object for that...
THIS IS RETARDED.
In PHP a simple "file_get_contents" would do the job. I were even down for some curl shenanigans if it were an easy implementation. BUT GOD DAMN.
URL url = new URL("http://fuckinghardcoded.com")
Oh no can't compile because that MIGHT be an invalid URL. Ok try catch this or just tell the rest of the Programm to watch out for this bad boy cause he might throw a MalformedURLException.
Ditch that and try volley. Everything is document except how to fire that queue! Does it do that by itself? Do I really have to do an override to a function while declaring? CMON ON I'M A WEBDEV IS THIS TRYING TO DO A FUCKING CALLBACK AND IS THIS TRYING TO BE AN ANONYMOUS FUNCTION??? Why is this so frustrating and confusing? I'm also mad at myself this is dropdead simple shit but I can't get it to work. Fuck this, fuck java , fuck android and fuck myself10 -
Ok google, set an alarm in 20min works great but when you say ok google, cancel my alarm it just says you can do that in the app. I know I can do it in the alarm app, but I am a lazy piece of shit, that's why I asked you to do it!4
-
Friend: Can you write me a discord bot?
Me: Sure, I guess.
Me: *thinking* I can probably do it in 2 hours or less*
Me: *2 hours later* why does this API work like that and why the fuck is my node module folder so big???9 -
Do you wanna build a Program?
Come on it can be in C
Doesn't compile anymore
bugs to report
Perhaps a parsing tree
We used to be peer buddies
And now we're not
I wish you would tell me why!-
Do you wanna build a Program?
It doesn't have to be in C.
Stackoverflow, Anna
Okay, bye2 -
Front end dev be like:
Me:
This is greatest design concept ever!
Why isn't it working? It was working yesterday.
This is the stupidest design concept ever.
It works! It works! The client is going to love this as much as I do. It's exactly what they asked for!
Client:
Actually, can you do something completely different?5 -
When u correct someone's coding style, telling them it's not standard and tell them what is the standard way of doing it and they reply with a "why should I do it that way?"6
-
After spending hours with one problem and when you finally get it working:
1. Yei it works!
2. What? Why does it work?
3. WTF did I just do to get it working?
4. - >Coffee2 -
!rant
found this when wanting to check a notification, paused it multiple times, and my boss was: why does this keep on stopping!
Guess I better not do it again if I want to keep my job lol5 -
I dont hate PHP, but I do hate when lazy admins do stupid things.
Why can't the PHP-maintainers do a proper website? Why the fuck can't I subscribe to mailing lists?
Well, it seems like when I do a request, the webserver sends a email with MY EMAIL. And guess what, the listserver REJECTS it because it fails DMARC.
They also refer to the manpage of ezman, but they have disable ALL the functions there too.
What kind of retards is doing that shit. I completely understand why people hate on PHP now.6 -
None, for me, but that's why I work as a cybersecurity engineer and not a dev!
But, I do tons of side projects and the reason why I love it: it makes me feel like I'm in God mode. (and helps me solve quite some problems)
Quite ironic, for an atheist ;)4 -
WHY THE FUCK! WHY THE FUCKING FUCK! DO I HAVE TO WAIT 3 FUCKING DAYS TO GET A FUCKING VIDEO RENDERED! i didnt buy a new fucking 2080TI for this! WHY THE FUCK DOES THE CPU RENDER THE FUCKING VIDEO!
I mean, we can do fucking REAL TIME RAY-TRACING! And yet, no fucking idiot came to the Idea, "hmm we could let the GPU its intended purpose and dont use the CPU that much." I MEAN, IT HAPPENED, BUT FUCK IT! FUCK ALL OF THIS! FUCKING 74 HOURS!! FOR AN HOUR CLIP!
(Its 4K tho)
Fuck.21 -
Dev pickup lines:
Hey girl, I may not know your namespace but if you let me cin it'll turn you cout😉
Comment your best10 -
goddammit Microsoft, why do I have to remove your fkking internet explorer icon and store icon after every update! noo I don't want it in my bar. gtfo! leave my settings as they were! How hard can it be? Think: does this fuck up someone s personal settings? if yes , DON'T DO IT.5
-
Got an email from the IT manager of a subsidiary.
IT: Hi, I appeal to your IT skills: A. wants the Chrome bookmarks of B. How do I do it? Can I just login with B. account in A.’s Chrome to let her have the same bookmarks?
Me: No, please...never heard about export/import?
IT: Nope, thank you for the suggestion. I’ll do my best!
And that’s why I’m currently on holiday.....6 -
I contributed to my first open source project on GitHub. It is so much better and fun to do. Why have I not been doing this since 🤔😊😁
-
So there is this one person who keeps asking for help from everybody and expects them to do their code .... And surprisingly they do....
I was done with that shit when I was expected to code for the person .... So I did do it with a comment saying "I have no idea why I get paid" 😂😂😂
I'm waiting for the reviewer to notice this now 😂😂😂1 -
Those jQuery fuckers spam their shit into every damn article or video. Why do you retards even use it in 2018? JavaScript has evolved and can do all the useless shit jQuery does in an equal style.
I hate to see modern front-end tutorials using this useless ugly tool.27 -
I've been fucking around with arch since 9pm and now it's 2am...I have class tomorrow...why did I do this to myself? oh that's right because it looks beautiful.5
-
WanBLowS, all I ask you, the only thing I ask you to do now, is to synchronize some files from A to B without transferring the whole goddamn 1.3TB of stuff that for the most part hasn't changed in any way, other than whatever your crappy NTFS filesystem mutated it into.
Robocopy, rsync, even Windows' built-in explorer. None of them do the job as they should. Why Windows.. why?! Why can't you just do one thing properly for once?!!! Piece of junk!17 -
Got an assignment for my OOP class, looked at it, laughed, "haha this is baby stuff I could code this by farting on the keyboard"
Wrote 400 lines of code without debugging
🙃.... Why do I do this to myself?3 -
WHAT THE FUCK?
CMAKE you pathetic collection of loosely bundled scripts written in a shitty macro language!
WHY? WHY? WHY?
WHY DO YOU REFUSE TO OUT OF SOURCE BUILD?
IT WORKED FINE LIKE 2 SECONDS AGO! I HATE YOU WITH THE FIRE OF A THOUSAND STARS!2 -
SUNDAYS ARE THE WORST!!
Normally it’s the weekend but recently it’s just so stressful!
It’s like you can’t even relax because you’re supposed to be preparing for the week ahead!
It doesn’t feel like the weekend anymore!
Why is planning and prioritizing
So MF Hard for me!?!!!!
Why did my brain cope with stress and trauma by simply checking out & spacing out!?
I got so good at it that I find it hard to bring my focus back—it takes soooo much effort to do what i need to do
I’m So Freaking TIRED.15 -
Fuck you Windows!
It fucking started to update while I had to left for hour! My Gimp project is gone, because it had to bloody update. Someone should sue those assholes. Why Linux can wait for you to update and do it without restarting whole computer?! Is it really that hard to do that? Ohh wait, it's Microsoft!8 -
"I'm not very smart with computers"
Why do people say that? Obviously you may not know 100% of what you can do with a computer, but NO ONE does! I get that some people know slightly more than others, but it all comes down to how much time you put into learning it!
And how do you even respond to that? "I know, I'm dumb." You can't ignore it or affirm it, you just have to awkwardly acknowledge and then change the subject. Ugh...4 -
I don't get why anyone would choose to do sys admin work I have been doing it the past week I fucking hate it!
Let me program 😠5 -
I googled - "What does refresh from windows right click menu do?"
I got a reply - "Search instead for why the hell it is there in first place"2 -
Why do employers lie during interviews!? Because they can get away with it?
This is my second job after graduating where the job was falsely advertised and misrepresented. I absolutely hate this, it hurts people's careers.8 -
Sometimes i wonder, why do big companies write horrible api, it feels like they don't want beginners to even touch them 😒3
-
I love Unix, Linux all that shit (macOS can fuck off though). But why WHY WHY does every pissing update have to break something?! Guys I need fucking networking, not even intertubes just basic networking.
Anyway, I've come up with a solution. It is quicker for me to install a new OS and restore files from backup than to fix it, so that's what I do.10 -
Things to do while you encounter a bug and haven't resolved in some hours:
- Leave it and get clean air so your brain relaxes.
What i do:
- Stay there trying to figure out why the fuck this shit doesn't work and considering falling from the window a very good option1 -
Why the hell do so many Android games require internet? I want to play it in undergound when I have nothing better to do! If I had Internet I could be doing something usefull instead of playing stupid games! Even devRant survives by caching in the stations and doesn't f***ing close whenever I'm offline!5
-
My main rig has 8 monitors connected to it.
Do not ask why.
Whatever I do, whenever I go I pray there's a dark theme.10 -
Why the hell do I have to keep showing everyone on my team how to use git. Learn it God dammit!!! Is not that hard. How come you freak out on a simple conflict? Why don't you delete your fucking merged branches?5
-
Why do I always work on a project intensively for 2 days, don't touch it for a week or two for reason X and then don't dare to touch it anymore.
Damn5 -
A friend just asked me if I can convert a pdf to an image file.
Me: yes sure (easier to do than to ask why)
Me: What format do you want it in JPG or PNG?
Friend: yes
Me: ...
Sometimes it's easier to just do it than to start asking and teaching people how to use computers...3 -
!Rant
I think that Google has alien employee's.
NOW Why Do I Say that???
Because all the stock Android versions do not have a "DARK MODE".
If they were human developer's they would have included it.
Same statement is Worthy to all their apps.
Light is killing me !!!2 -
Why do people think it is weird to have job (programming) also be your hobby?!?
I get annoyed with this kind of people, if I like what I do, and have spent infinite amount of hours enjoying while learning, I think it is normal to have job as your hobby. Or even better phrasing, it is normal to have hobby as your job!!!4 -
It hurts if you see this on Google Analytics for a Windows 10 UWP app!!
Google, I know you hate MS. Why do you have to show it on me??!!😢😢4 -
That's it. I'm inventing a new position :
"Dev support".
Why do people ask me "Hey, visual studio has a pop up saying I'm missing a .net4.6 framework. What should I do ?"
Or "Hey powershell says script execution is disabled, what should I do ?"
Google motherfucker, do you use it ?!4 -
Why do companies boast of their “high hiring bar”? At this point, I start having double thoughts about the company as soon as I see that phrase. Maybe it’s me, but it sounds somehow.10
-
Why do business and systems analyst even project managers try to give estimates for how long development should and will take? I hate how people who don't code and do any real work try totell me how long it would take me.4
-
WHY THE FUCK DOES MY MESSAGING APP NEED LOCATION PERMISSION? I HAD REVOKED IT AND NOW IT WONT WORK UNLESS I DO SO! FFS!13
-
A: "Mate, do the translations"
B: "Fine, but you guys implemented the translation service so repetitively..."
A: "No, this is not repetitive, that's how we need to do it"
*sigh*
PS: Whenever I call the "trans" method, I think of transgender, don't ask why4 -
Don't think I could love IT anymore then I do now! Currently and intern and was stressing a small bit about what I wanted to do after college (i.e. web development, mobile development, security) then came to the realisation that I can do whatever i want. I don't think any other profession has such a freedom within industry and that is why love IT so much. Looking forward to many more years of learning and developing my skills2
-
Why do I have to "grow" into a managerial role? I like doing what I am doing and would like to do it more. Anyone with some serious advice on how to stay relevant in software development with greying hair and without growing into people management?4
-
What a cool question... um
My super power would be to intuitively read assembly. I could also focus it into laser eyes. A super power can do other things. Tell me why it shouldn't. -
Heard Java 7 provides catching multiple exceptions in single catch block ! hmm .. why need when I got this 😎😁
try {
// do something...
} catch (Exception e){
//log it ..
}6 -
"Hey Bobby, can you do XYZ for me? I can do it myself but it's such a pain in the ass"
So why the fuck would I do it if you can do it yourself? Guess what it's a pain in the ass for me too! And it's not even my problem!2 -
Why is it that companies feel the need to ask, “Why do you wanna work here?” Or “What made you apply?”
Ah, idk, just spitballing here, you’re hiring and I’m unemployed.
I need money, and I heard you pay ppl to do work for you. 🤷🏾♂️
I have bills to pay and u have the money to satisfy that need.
Good enough or should I keep going?? 🙄19 -
I have such little patience for the whole fucking “let’s just do it later” mentality anymore. Especially when it takes like 30 minutes or less to fix. Then a month goes by and everyone suffers from it not being fixed. Like I understand why they do so and why it’s important to just do the task. I understand there’s often no time to make huge improvements, but if you have time and you see a small thing that can be fixed, make improvements you silly little bump-on-a-log. Like have a little empathy for your comrades goddamnit.8
-
I JUST SPENT A PAINFUL TWO HOURS TRYING TO FIND OUR WHY MY EXCEPTIONS WERE BEING THROWN AFTER EVERY SINGLE INPUT THE USER ENTERED...
I commented out the try catch, it worked, I commented out the throw and it worked, so I uncommented them both and it worked again? WHY DIDN'T IT WORK BEFORE Y U DO DIS2 -
To all of us who procrastinate. Here is my new thinking that is making me slightly more productive! I would guess we all agree that the work is fucked up. But what we need to be productive, is an ego big enough to think that we are the only one smart enough to fix it! Just let your ego go!
Why code that project? Because other people would do it wrong! You fuck up the project? Fuck you, do it right or it won't be done right! My internal monologue from now on!
Does this mean I don't ask for help? Of course I ask! So that I can learn it, realise the other person is an idiot, then do it right using their technology!
If you don't do what you are planning to do, nobody will! Also most of the worlds problems can be solved with money, so that is why we should get rich. To fix the problems of the world.
Hope it helps someone :)4 -
A rant from git,
Why do developers always PUSH and PULL me around. I mean they don't just do it once or twice. No they COMMIT to doing it over and over. I try to REBUILD myself, but it is hard getting pushed and pulled constantly. I don't know the ORIGIN of where it started, but gosh I wish the bullying never started! -
Why do jobs applications have to ask about the ethnicity? Why does company want to know if I am Hispanic or not!!? I am not offended or anything just want to understand why is it important for them to know it even before an interview could be scheduled?!13
-
I don't like others to know that i'm a programmer. Do you agree or why shall they know? It just changes their opinion on you.4
-
I can barely code properly while sober. Why would I introduce drunkenness into that equation? If drinking impairs driving heavy machinery, by what logic would it do anything to improve writing code?4
-
I was telling someone who never indents any of his code to indent it properly.. He was like "Why should I do that? Will it make my code run faster?"4
-
Webmin because why not ✓
Lamp stack ✓
Dynamic DNS client ✓
PhpMyAdmin X
Dear DigitalOcean. SINCE WHEN do you consider a PMA installation
without Https SECURE?
And why the fuck do you make me install an aptitude package that skips both file system AND Apache config cleanup on purging?
It's just a raspberry, but if it runs lamp I want PMA, and if it runs anything, I want Https. Is that too much to ask for from a tutorial source otherwise so reliable that I do anything you say without a questioning thought?8 -
Mom: hey I can't get into the phone, the PIN and PUK aren't working. See if you can fix it otherwise you'll have to go to the communications company to ask for a new card (my mom is working and can't do it)
Me: //gives it another try. Doesn't work. Searches online. Yep, can't do anything, it needs a new card
Me: sorry mom, you have to get a new card, there's nothing I can do.
Mom: OK
Me: why did you ask me for help, again?
Mom: well because you can do things and fix things and so, and I thought that maybe you could fix it
Me: 😑2 -
I see more and more people encouraging people to learn Haskell. But why ? What can you do with it, that you would not do with another language? what have you done with haskell?7
-
why do people hate java? it is the most elegant and simple language one can learn and code powerful apps and software. i don't get it11
-
FML. Wednesday evening i started working on a personal project that i wished to complete till Thursday night
Thursday ,5th july, my birthday (fuck it). Went mad on project , 11:40 of night , it was still incomplete.
Fuckit fuckit fuckit, i have to do it , i have to do it. But here comes another idea that seems implementable 😑
6th july ,9:30 am of morning and then its complete ( not 100% market product levl complete, but , yeah i did all that i felt i can do)
My body temperature :103 -_-
I AM FUCKIN ILL NOW AND WHY DO I HAVE TO ALWAYS DO THIS NIGHT CODING !!!!
fucking excitements -_-
Don't you guys ever go through this phase? When you are so excited about a project you can't seem to think beyond that? And end up hurting your body?5 -
My (pseudo)code:
//Cursor1.Open ()
//Cursor2.Open ()
//Cursor2.DoStuff ()
//Cursor2.Close ()
//Cursor1.Close ()
Prof: Why do you have Cursor1 in there if you don't use it?
Me: Because it doesn't compile if I take it out.
Prof: Why?
Me: ¯\_(ツ)_/¯
I miss the shit I could get away with in grad school. -
If you don't know what clearing cache does to the state of the fatherfucking app then why do you fucking clear it? It fucking breaks the flow. Your maggot-infested ass is then coming up with his own explanation why you cleared the fucking cache. If you don't even have a cunt of an idea why we use the app's local storage, why do you fucking do it? You neanderthal rotten piece of sun-baked shit.
Hey, the app was taking to much time to send the request, so I cleared the app data. Now I have to login again and start over. Maybe check your fucking internet connection?
Fuck you. Fuck your cunt of a face. Fuck. Fuck. Fuck. Fuck. FUCKING FUCK YOU.3 -
Fuck, fucking cock sucking stupid ass prick of a little black box, why, why the fuck do you not fucking boot any more, all you have to do is fucking boot but no, that's to much for you to fucking do!
Ah well, good thing it's only a Rpi!
It had a good life, now to wipe the card and start again! Irant no longer accepts keyboard input always on corrupt boot eject and reimage this old girl. rpi fuck it1 -
Why do big companies hire such loser engineers ??? I mean what the hell man. When you are hiring a fresher to code they should at least know how to apply/write a for loop. I once had a colleague who assigned each array element individually instead of writing a for loop and asked me why I refused to approve his stupid code. What do I reply to this ? It was so dumb, I could not articulate an answer.13
-
Fuck it..
What’s the point?
Why do we care about a point at all?
Why do we even try to make sense out of it?
I’m religious but if you think about believe long enough that’s a point to question as well.
I guess the 2nd lockdown is getting to me.
I’m extremely introverted but this I too isolated even for me.
In the the 1st lockdown I made it for 3 weeks, now I’m breaking after 1.5weeks....6 -
Since I bought my laptop the screen was scaled to 125% (1080p display) so that it looks like a ~768p display.
I like it, it looks good, but now I'm trying it at 100% scaling (15" screen).
Yes, everything looks so small now, and my eyes cried for the first 10 minutes, but I'm starting to like it.
Do you have any similar experience? What do you prefer, 100%, 125% or something else? Why?16 -
Why do tech impaired people always break their tech and they have "no idea" how it broke...
Seriously? What did you do? You know what you were doing? Were you touching random setting again? For fuck sakes just tell me. You've fucking it up 3 times this week already it's not like I don't know your an incompetent prick.4 -
I can't believe developers are being told to do better when it comes to master/main. Why don't YOU do better and come up with something more worthwhile than this weak shit?1
-
So, spent half a night setting up Travis CI. Just couldn't understand how CI will improve productivity...? But man when it worked... I wondered why I did not do it early... It even sends notification to my Slack channel...!!3
-
I love it when a friend calls for help... i really do. But why the fuck it's all about hacking someone's account.2
-
You know you're in for a fun time when you open code you wrote the previous night and a comment starts with "Fuck this, it works, sober me can deal with it"
Why do I do this to myself .-.3 -
Do you think the keywords used by git (or other version control systems) are intuitive?
I'm talking to a very junior dev about git and I find myself having to explain around the fact that I don't feel the keywords are great. They are asking good questions like
* Why do you say "push the commit" but then say "make a pull request" - when I want to push why isn't it called a "push request"
* "Why are the metaphors sometimes related to trees (branches), sometimes roads (forks) but you still call it "master" instead of tree trunk or main road?
* Why do you call it "commit", what kind of commitment am I making?16 -
Why do I do this, it's 05:45 and I'm just about to leave for site it's a 3 hour drive if traffic is kind. By the time I get home it will be 20:30 hours at least. Grr long days3
-
If macbooks are so shitty, why do every great developer I see owns it ? Even @dfox owns it ..... Why o why !!30
-
If we want to make it important, then why do we write as not important (!important), why CSS, WHYYYYY...
Isnt it logical to just have it as important...
Cz now whenever I want to say important, I automatically type !important...3 -
My image of dream career through different times of my life:
- frontend specs prodigy, css enlightenment, a member of w3c or a similar committee
- indie hacker and entrepreneur, leader of a startup community
- architecture prodigy, expert in scalability
- transsexual evangelist, popular article writer and a rockstar
- hardware engineer: Linux, C, chip and dale’s Gadget-like girlfriends, xkcd, latex, assembly, buying a radio station and a telescope
- scientist like NickyBones, papers, data, more data
- art expert
Though achieving one of this would take the entire life, I had a chance to grasp all of this. WHY does they feel so incompatible? Why do I have to choose?
Why do I feel so sad? Why do I feel like I haven’t achieved anything even though I objectively achieved what I dreamed of like five years ago?
Is it true that it’s in my nature to always seek an environment to feel like a junior in? Is feeling like a junior only pleasant to me because it reminds me of old times when I wasn’t actually this mentally ill and was still happy?
Why do I feel like that arduino and C shit is the equivalent of a red corvette?6 -
Every single time I try and watch a coding related video on YouTube at the start I hear
'You need a website? Why not do it yourself..'
And I always respond with a sarcastic,
'Uh..why don't you go fuck yourself'
If you know...you know..3 -
Now my MacBook didn't boot up until I plugged in the charger. Even tho it was 90 percent charged. Now why did it do that 😢2
-
How the fuck did my company decide a single toilet stall is enough? Are they really this cheap? Why must I go to the bathroom three times before I can actually use it? Why do they think one is enough for 100 male employees? In their defence, they do have urinals, but I'm not comfortable using them.
So many questions and I STILL NEED TO GO!4 -
I get questions a lot online on how to do something with programming. (at least it's not someone asking me to help with their printer). I have no clue why they keep asking me though, I don't know how to do shit. I just google and press buttons until it does something somewhat cool.1
-
Client: I need you to integrate with this API.
Me: ok cool, but what are we doing with it (where does the data go/styling)?
Client: what do think we should do?
Me: well it would be really cool if we did it like this *short and sweet explanation of really cool functionality and design*
Client: I LOVE IT! Let's do it, oh also I need it done by tomorrow...
Me: *GOD DAMNIT, why do you always do this...don't you dare say ok* ok, yeah I can totally do that.
...now at the market stocking up on redbull2 -
Never be a perfectionist. I am one and it kills me inside. 99% of the time I am not happy with what I did because I know I can do better. Especially on exams. Not because of the grade but because I am not on par with what I know I can do. Its pissing me of so fucking much. Fucking bullshit. Why do I suck so fuckibg much ffs. For real: you should never become a perfectionist because I see what it does to me4
-
Why React is soo complicated? Seriously why do we always need to use some stupid shit like this
const [state, setState] = useState();
what the fuck is this? Who designed it that way, why it should always look like shit for no reason? Why its API feels like spaghetti? When i am comparing other front-end frameworks they feel like heaven in their structure.
AND WHAT IS WRONG WITH ME HAVING A QUOTE ON A PARAGRAPH ELEMENT, WHY DO I HAVE TO USE FUCKING HTMLENTITES FROM 2000?
FUCK'ERE35 -
I often ask myself why I chose this career path.
Right now, I had one of those moments where it all clicks and falls into place.
Where you can take a problem, have a rapid fire thought through your head and you've got all the modules in memory (pun unintended,) and it's just a case of touching keys.
I think that's why I do what I do. The feeling of satisfaction after you go 'I got it!'
🤙🤙1 -
I just don't understand why people use the try-catch on calling a method that will throw exceptions just to ONLY re-throw it again, what would you do that for? :(5
-
I'm currently looking for jobs on LinkedIn
So i came across this opening and i tried to apply there
The moment i reached their site , it says
The position is already filled
Date posted: 4th August, 2020 (on the company's website)
And the LinkedIn post also mentioned 4 hours ago only :/
Why do they do this?11 -
How do you do it fellow developers? How can you stay productive for the whole day? I've tried and best I can do is 6 hours without feeling my brain mushing. Why do management insist I need to sit in front of the computer for the whole 8 hours...7
-
Installing a software on Linux can be such a pain sometimes....
This software needs a dependency, which needs another, which in turn needs another......
I mean if you already know you need it, go install it yourself. Why do I need to do everything manually?
And no. A simple apt get install won't work. You need a third party dependency which adds the package to the repository and some other stuff before you can do anything.
Why? Just why?2 -
Dual-booted Gaming Computer: A Saga of Frustration, Alcoholism*, and Relief
So a while back my gaming computer was booting Antergos Linux and Windows 10. It took me a few months, but I finally became fed up with Windows 10's bullshit of putting ads in the OS (Suggested Apps, OneDrive, etc.) and reinstating all of their defaults after an upgrade (Edge, privacy settings, the People Button in 1709).
So, I backed up my data and installed Windows 7. Windows 7 has a bright, consistent look, and in my opinion still holds up as a good operating system.
However, I couldn't boot into Antergos after that. For whatever reason, no matter how hard I tried, I just wasn't able to. So, I decided to reinstall. Might as well, anyway.
Now, I have an nVidia card, which does not play well with the OSS drivers, so it's basically normal for me to have to unplug my card and use the on-board graphics. So I do that and boot into the LiveUSB, do the install, boot into the desktop, install the nVidia drivers package, shut down.
I reinstall the card, turn the computer on... and nothing. Just a black screen with a flashing underline. I can't even get into a TTY session.
I ended up trying a few other distributions--Gecko Linux, Arch Labs, Manjaro--but all had the same issue. I was about to give up, but decided to try Antergos one more time, but with the newest install media.
And it worked! I was so freaking happy! I can finally play my Linux games again!undefined dualboot why do i do this to myself linux arch wiki couldn't help me archlinux now to do it again with my 1060 windows1 -
Just posted a rant that BitBucket gave me a big Internal Server Error
Then I realized one of my extensions was overriding the authentication token (as I configured it to do that for a dashboard) and that was why BitBucket was inaccessible
Why do I keep doing this to myself -
I hate it because it is not properly visible from back and also why in this world you would do that...😒😒7
-
So..there is 2 of us working on a Wordpress site, my job is front-end and make it look nice, the other persons job is to do some backend development(dont ask me what and why, I have no idea). Basically, I was waiting for the other person to finish his part so I can do front end development. I was expecting it to be just a theme, and then I fix it, add new stuff, etc etc, like usually..but the horror I saw, THE FUCKING "BACKEND" PERSON HAS ACTUALLY MADE A FUCKING THEME EVEN THOUGH IT IS MY FUCKING JOB. Now dont get me wrong, I wouldnt mind if I did almost zero work and got paid, but..THE FUCKING THEME WAS UGLY AS A TWO HEADED DICK SMOKING A FUCKING CIGARETTE. There was STRONG RED FUCKING EVERYWHERE, padding between posts was basically -20px. Well ok, I could have just started making a new theme, but there was already some stuff in this one we needed so I went it it and tried to make it look nice. And trust me, it is great now, great colors, fonts, shadows, button animations, everything, even looks great on mobile.
I started making some changes to the header, and I noticed that post title changes also..hmm wonder why..So I inspect element and what do I see, TAG OF THE FUCKING POST TITLE IS <HEADER>???? WHAT THE ACTUAL FUCK, IF YOU TRIED TO DO SOME FRONT END, AND YOU SAY YOU KNOW SOME, WHY DO FUCKING FUCK WOULD YOU DO THAT???????? WHY THE FUCK WOULD YOU DO MY JOB IF YOU SUCK AT IT??? DONT DO MY FUCKING JOB, I SUCK AT "BACKEND" AND I DONT FUCKING DEAL WITH DATABASES OR TRY TO MAKE THEM FOR YOU!!!!! AAAAAAAAAAAAAAAAAAAAAAAARHHHHHHHH FUCK -
Still find it amazing how archaic command prompt is, why do we still need to manually select which drive we want before cd'ing into the directory...
Why can't we just do cd D:/foo/bar, I understand you want us to use PowerShell Microsoft but you are the company that still ships internet explorer so please at least bring it up to standard a little -,-2 -
GitLab, why do you don't want to have my money? I just wanted to pay for GitLab Bronze to enable Pull Mirroring. The problem is that I cannot register for billing without having a company. GitLab, I am a single private person. I am not a company! Why do I have to fill out these form fields? So if you don't want to have my money, then you will not get it.4
-
when you are the one that knows about networks and computer and no one else knows about and it's my fault that it doesn't work and the ISP has a full log of everything that has been done. how about no they don't because it's just router changes not anything that we browsed to on the internet. why don't you go back and do what you do and I do what I do?
-
Gets told to do something by a certain date which was a pretty big task. I said it's fine I'll do it.
Then a lot of small tasks were pushed in between which were "urgent". Now when it comes to the deadline they want to know why the original task wasn't done in time3 -
I'm happy to be getting a raise, but why do I have to have lunch with the boss to get it? I don't want to hang out with him.1
-
Ok. that made a full circle.
I needed for ONCE to manually do git things.
(There is a plugin in V which wil lrecompile SCSS to CSS if CSS file is deleted, I want to comit delete).
WHY DO I HAVE VIM ON MY WINDOWS ????
And most importantly, how do I exit it ?27 -
These devs keep getting hold of me to tell me that what I told them to do worked.
Well, yeah. That's why I said to do it.1 -
I tell friends ways to hack "jailed" devices to run linux or other custom software. Because they have no clue about such.. I do it for them.. -.- WHY DO I EVEN TELL THEM???
-
Just wanna admit something (which I don't do often)....
Am I the only one who makes almost every day at least 5 typo's? It drives me crazy 😭 Sometimes I just think.. WHY?! WHY DO I ALWAYS MAKE THE SAME MISTAKE?!
But yeahh.. That's off my heart now.. Thanks 😁9 -
Code review moment that I hate
Me: This is a bad practice. You shouldn't do this
Developer: But it works
*Showed articles and examples why it's bad*
Developer: I see. But it works. Why should I change it?2 -
I don't still understand why I leave work with an unsolved bug, when all I'll eventually do is think about it!2
-
Me: I have very perfect reason why I did not come to work to day .
Client: Please state your reason .
Me: its silly I don't wanna talk about it.
Client: please do
Me: my index fingers are hurting
Client: why
Me: what do you mean why I was tying to git push heroku master
But every time some json dependency failed -
Why do so many instructors/tutorials/books leave the comma out of “Hello, world?” It bugs the shit out of me. I know they know better...10
-
People in 7-8 years will move on to other languages, look back on their Python projects and think "What was I thinking?? Why would anyone do that??".
I'm calling it.19 -
Programmer friend: Dood, do this and this and show it to me, I'll say if it's good.
Me (noob): Okay, sure.
*next week*
F: So why did you stop coding?
M: Why do you think so?
F: You didn't show me your project in a week.
M: I was lazy?
F: LAZY?!?!2 -
“Why do you hate windows”
because this retarted os failed to boot today, i went to recovery mode and it automatically put windows boot manager above grub
FUCK YOU1 -
People in SO be like: "I don't understand why I'm not getting any answers. All I want to do is to twist this ORM to do something it doesn't support and I haven't even explained the nature of the models and nested relationships in the question"3
-
Oh fuck off. Why do you put a fucking iMac on the floor
... Face up I imagine to then have your gf step on it 😡
Why the fuck would you even allow that situation to happen2 -
Today was:
Fuck it, this API makes no sense I'm tired of trying to make sense of it...
-clickity-
-clickity-
-clickity-
-clickity-
-clickity-
OMG this makes more sense, why didn't I do this at first?1 -
I'm setting up an project at work. Takes me until now 2 days and there are dozens of undocumented things I couldn't know.
It's an total brainfuck of product. Most of it could be automated and be less error prone.
How can people do that? Don't they hate to do it too? I cannot understand why they didn't change anything there for years.1 -
What kind of hardware do i need that vscode doesnt hang up all 5 minutes on linux ???? Isnt a one year old i7 and 32gb of ram enough ? WHY
I fkin hate it -_-13 -
Why do apps dont keep the black theme as default!??
From any ide to Twitter to even devrant!
Black theme looks so cool.. Why not just set it as the default one! Most users switch to it eventually anyways.
I am sick of searching it in the settings everytime I install a new app.4 -
can we agree that T is a dumb variable name?
I mean I totally know what it means in that instance, but why do people keep writing math stuff like they'd skribble it on paper?8 -
I am supposed to conduct an Angular2 workshop for my juniors. Just found out that their subjects had changed and they don't know HTML or js, only C.
Why do they do it? How am I supposed to teach them Typescript,Object oriented,HTML, basic Nodejs, Angular in 4 hrs... -
Why should I give a fuck as to whether or not Google knows my location?
I fail to understand why people treat it as such a big deal, so please shed some light onto your side of the story if you do care.17 -
Friend (civil engineer) : bro do you have windows cd?
Me : no but why?
F: I want to format my pc.
M : then buy genuine copy.
F : don't want to waste money in that.
M : then don't cry for lagging windows 😂😂😂
F : do you have any cost efficient way?
M : yes ,but tell me one thing ,why do you need a computer?
F : browser , office , Dropbox ( cad installed in his desk which have genuine windows)
*After 10 minutes of conversation*
F: I will bring laptop , install Ubuntu in it2 -
Do you know why my mom likes me so much?
Because my mom asked me to heat up all the food. And I did it in O(1).2 -
New Marketing Person: [via slack] Hey! I left a comment on the JIRA ticket. I didn’t know how to tag you so I’m messaging you here to make sure you see it.
Me: [slack] Ok, thanks for letting me know. It works the same way it does in slack. Type “@“ followed by a name.
Me: [inner monologue] 🙄 You could have also just Googled it instead of expending energy and time on this slack exchange.
Same person leaves another JIRA comment later… and doesn’t tag me…Why do I even bother to be helpful…2 -
Architect: Oh hey Zaphod65, let me know when you're in. Some strangeness in [system], ta
Me: Already here actually [Archtect], what's up?
Architect: oh hi well let me do a little more digging. it may be in frontend
Me: ...
Why? Why do I *care* if you haven't even made sure it's my fault yet?!1 -
I don't get annoyed so easily I think.. but when it comes to HTML... why the f*** do the comments have to look like something the cat just shat out?? Why doesn't it support one-line comment?? It's such a struggle to type...1
-
I’m just lazy af, so I spend hours to let something else do the actual work.
That’s why grandpa created farming devices, that’s why I use software to my life easier.
It worked once, I liked it, I continued.1 -
Dear League of Legends,
WHY IS YOUR MAC CLIENT STILL IN BETA SINCE I STARTED PLAYING 2 or 3 YEARS AGO?
AND WHY DO I NEED TO TRY 20 TIMES TO OPEN IT AND IF I START A GAME IT CRASHES AFTER 5MIN IN-GAME5 -
If Python is supposed to be so easy, why do I struggle so badly with it compared to other languages?4
-
How the fuck do classes work in Python? Why, exactly, do people make them for themselves? I get doing it for like making modules other people will use, but just for your own shit...?25
-
Why would they add a reason for downvoting but no reason for upvoting? Why would they make it harder to dislike something but like something? I mean, why would they? WHY DO THE APPLICATION NEED A REASON SO THAT I COULD DOWNVOTE SOMEONE
WHY
WHY7 -
I'm curious, why do you guys seem to always put up with "I changed my mind, I need it by Friday" kind of requests? "I've pulled an all-nighter, because customer wanted it before the holidays" - didn't you agree to do it after the holidays? Did the customer come by with a bag of money for you to put away everything else for them? Even if you do get paid extra, do you really get that much more to make your suffering worth it?6
-
Delphi.
Why do I dislike it? Because it was fucking terrible (not sure about now, haven't touched it in years).6 -
Now every boss and client wants RWD on their sites... it's a pity they don't even know what it means...
"Why do this heading change size? I want it bigger!"
"the photo was ok side by side with the text. Why does it move above on my iPad"
"i can't zoom!"5 -
Why do I keep on gaming when I know I should be coding and improving! Frustrates me but I keep on doing it.5
-
For the last time, ES5 DOESN'T support optional function parameters. gulp --production fails when running on testing when you do that.
*fixes gulp tasks to do gulp --production by default*
Next day : hey, why does gulp keep failing.
IT IS BECAUSE YOU DIDN'T LISTEN TO ME THE LAST 100 TIMES WHEN I SAID OPTIONAL PARAMETERS DOESN'T WORK WHEN MINIFYING
Let's see how you do it now.3 -
I find it interesting that most of the devRant profiles I look at only put the languages they know in the skills section, not the things they do with those languages.
Why is that?5 -
Sitting inside on a 3 degree day, wondering why I haven’t moved yet. Anyone in Seattle? How do you like it?1
-
Why, just why is this being recommended to me like, on every fucking video.
Yes I do a bit of GLSL but that's fucking it.
https://youtu.be/OWdAT-D_klg2 -
What interesting uses for a VPS do you guys know?
I've setup my website on VPS and it only takes 25% of 256MB RAM, despite having mysql, apache2 and other cool things running (which is why I love Linux).
Any ideas what to do with 75% that's left?15 -
Me: Ok i could do this in a litt--- wtf, this code is a god damn abomination ... I could just sort of do the thing and leave this or ...
Also Me: Fuck down the rabbit hole I go to make this a better place than when I found it....
-sigh-
Later Me: God damn why I do dis....2 -
Those of you with an app or productivity web service, do you charge monthly? If so, why? I understand if it is your primary source of income, but do you have ethical or integrity reasons related to price? I've been contemplating this lately and I'd like more Dev input.5
-
int main() {
char age = 0x14;
char tmp = 1;
while ( age & tmp ) {
age &= ~tmp;
tmp <<= 1;
}
return age |= tmp;
}1 -
Got a new devops "manger" today we had an argument for 20 mins about why Staging/UAT was needed and why we could not just by pass it and get to prod quicker .. WHAT?! I am dumbfounded I do not have words to express the emotions I am having right now.2
-
Me, expressing my concern in an email to my boss, cc'ing their boss: [thing we are planning to do] is extremely likely to go wrong and at this point it is literally a health risk for me.
Reply:i hope the risk of your health is moderate, and we're going to do it on a friday do you can recover on saturday.
WHAT? Why do I even keep up with this brazenly way to treat people?4 -
Xcode is frustratingly slow and horrible. They engineered it really badly. Why don't you just please collaborate with these intelligent Jetbrains guys? No, you won't do that because ego or because money is more important than your developers' happiness. I do not enjoy this career path to your ecosystem anymore.2
-
Today is a sad day. I wanted to do some experimenting with the Google Cloud Vision API, but apparently EU users can use it only as Business user (which sadly I'm not). Why Google, why are you betraying me? 😭2
-
I cant believe i have to know bash scripting as a devops engineer! Like not linux terminal bash commands, the literal bash Fucking language and syntax coding of automated scripts! Why the fuck? Why cant i just code this shit in java or any other normal language? It would do the same fuckin job and much easier to do. Why i have to code .sh files in devops?!15
-
Horizontal scrolling in PowerPoint does… something to the document, not exactly sure what, but it makes it so that I don't see it anymore and if I made changes, they're usually lost. Why, Microsoft? Why do you keep doing this to me?1
-
Fuck Java. Why does the syntax have to always give me such a headache. It is a language where I know what I want to do, have a general idea of how to do it, and have no fucking clue what the syntax looks like.
My guess is that it all makes sense after 3 years of use. I don't want a Java job, I just want to pass my class. Fuck Java.5 -
I would rant about my life right now i i know people wouldnt understand the problem that Im facing right know.
"Nah. Post it we wanna help, it cant be that bad" - nope i just say nope -
OMG I hate html2pdf.
WHY ARE YOU PUTTING ENORMOUS SPACES EVERYWHERE ?! WOULD YOU LIKE THAT IF I STARTED TO PAINT IN WHITE ALL YOUR WORK ? WELL NO BECAUSE YOU DO IT ALL BY YOURSELF !9 -
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
-
So I just had to look up, what a "Deeplink" actually is.. Why the fuck do we need a word for this and why is it only used by marketers.5
-
Why would anyone want to study and have years of experience in boring-ass jobs like QA, BI,specific enterprise applications consultant(e.g SAP/Salesforce), PC technician, helpdesk, integrator or sales.
I understand people who lack experience in more sexy stuff and have no choice, or do this temporarily. But I met some people who do it for years out of their own will. Why? There are far more interesting jobs in the tech world. -
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
-
I've unwrapped my errors where they happen and removed all the retarded Result returns that "should never happen" and I'm so much happier for it
if it has an error it's an issue with my library and it should crash
the hell kind of backup plan would there even be? I can't do anything. do I have backup libraries? no. well then I just simply NEED TO KNOW SOMETHING IS BROKEN how about that at the very least
why do I keep trying to acquiescence to the advice of neurotics. all it ever does is drive me crazy -
So i'm working on this course assignment program and i'm trying to remove object from a 2d array and I couldn't figure it out how to do it without messing the array indexes. Wen I was using aarrayList I could just do arrayName.remove(number), but not with the regular array. Than I had an enlightment moment.
Why not just move the object off the screen?1 -
I guess ill wait until you ignore all my warnings and find out for yourself. But i am the one you keep asking questions about technology to so why do you have all the answers prepared? Why ask me?
So i just keep saying, try it. Try it your way and let me know how it goes. -
My client will not let me design a product before making it live.... "Make it live so I can see it, then I will fuck about with the design (pixel by pixel) and THEN I will work out what the product should actually do."
WTF?!
Oh and when I do insist on designing before building, they insist on me doing that in POWERPOINT..!!
Why am I still doing this fucking job?4 -
why don't monitors have physical fucking brightness buttons?!
I had to navigate through menus of 4 different monitors, just to adjust them to #mondaysucks
and I had to do it the same time, so they would all match brightness
tomorrow I have to do it again, I guess I'll block off a few hours on my calendar for it :D3 -
I love Azure. But WHY do I need to add vCores SQL for more logs/io ?
Why is it even limited ?
So no, I won't add 350$/month for 1 more vCore just for some more Mbits of log io bandwich6 -
Php.....mmmmmm.....why do I need a whole server to run a programming language?? 😐
And I know you can run php in the terminal, I know it has an interactive mode. 🙄14 -
why do i care so much about my profile on this app when i only use it in very specific times? 😂 *avatar items are a curse*1
-
So, a year ago we started to learn java at school. Since I have started learning java I hated it. I don't know why, but I absolutely don't like java. Do you guys agree? I want to like java, but I have no reasons why, anyone has some tips?5
-
Why do my parents instantly forget anything they "learn" related to computers?! Like how my mom keeps forgetting how to do stuff in PowerPoint. And especially how she keeps forgetting that "I'm not a PowerPoint expert, I don't use it, and I would have to read and try some buttons just like she should do."1
-
I get the point of a daily check in meeting for the team. I really do. But when all it is is pushing pet projects and bitching about shit that has nothing to do with the entire team, it gets tedious. Also, why are product managers so needlessly optimistic and peppy? It's early in the morning. Stop it.2
-
Oh good, I get to clean up somebody's else shit because we have to deploy it in a fucking hour. Why the hell did we have our fresh junior do it then?
-
I don't get it.
The job listing is for a developer. I applied as a developer.
Why do they ask me whether I'd be willing to do tech support? What's their motive?6 -
Why do I get super depressed when stuck on a hard bug? It affects my life, sleeping pattern, etc..1
-
Used Momentum to-do lists for money-tracking - who owns me how much for which project etc. Well from time to time Momentum just completely erases them. This was painful.
Momentum is really good extension but I still do not get it why it asks for email and password in the first place when it actually does not save anything in cloud. -
I dont get it, why do all those authentication providers want you to use a separate webpage to handle the login, why cant i just have the form and "login with ID provider" buttons on my page.
Why is the user forced to take another step in the flow...
this is UX 101, comon!5 -
Why was my code push today completely flawless?
Because I didn't do it on Friday at 5 pm when it was actually complete. -
Why this happen the div's margin inside a div is overflow i read about it and i guess it margin collapse something like that ...How do i fix it??3
-
Why do i have to spend a lot of time coding front end ? I just hate it, don't get me wrong i like coding but front end doesn't make me feel like coding 😟😟😟5
-
hm, this doesn't work
hmm, that doesn't work
hmmm, this works
hmmmm, i don't understand why it works
hmmmmm, do i need to understand why it works?
nope4 -
Mobile
To the iOs Users:
-Which iPhone do you have?
-Is it Jailbroken?
-Do you want to use the new Electra JB?
-And If Jailbroken: Why and what do you do with it?
-If not: Why?
To the Android Users:
-Which Phone do you have?
-Is it rooted?
-If yes: Why and what do you do with it?
-If not: Why?
And my Answer:
iOs
-iPhone X
-No
-Yes! I want it so badly
-No: Didn‘t think about it when I purchased it..18 -
why do all erp solutions i know have a poor design?
one of you guys surely works for a company which sells erp solutions. as i am a user AND a programmer.
i just have to ask: do you have the feeling that your UI is bad?
and if - why is it like this?
i dont want to attack someone. just want to know the reason why all of the solutions i saw have bad UI or are just "user-unfriendly" (like you would say in german :D)1 -
It is now 5PM!!! Weekend begins!!!
Now why do I feel like I need a weekend after only working 3 days this week though...1 -
'cracking' in our language (Turkish) is using the same meaning with 'to break' verb
+i want a program for drawing something and i searched for it. i found a program name, photoshop. do you have it?
_i dont have its files but if you want i can find
+can i install it myself?
_it needs cracking. can you do it?
+why we broke program? i cant use broken program. i am not a nerd. give me health program. dont fool with me
_?!?!?!?1 -
OH GOODY, FUCK MICROSOFT. This last update, killed off my head bud sound, nothing, no fucking sound. Why?????????? I am NOT uninstalling and reinstalling software, fuck that, been there, done that. No, I spend a montly fee for my subscription to office, and I expect this to work, every damn time I am using it. Period. This is bullshit. I think I am going back to mac, I have had enough of this. Enough. Why do they do this??? Why???2
-
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
-
fallacy of a "good child". m:mom/dad s:son/daughter , o: outcome.
counter : 1
m : Son, can you do this thing x for me?
s : yes sure
o : son is good
counter : 2
m : Son, can you do this thing x for me?
s : yes sure, give me 5 mins
after 5 mins...
--case 1 : m is still waiting, s comes and does the work
---o : son is bad since son let m wait
--case 2 : m did half of x and says "just teach me how this part is done, and i will do it on my own". s teaches
---o : son is bad since son didnot do the task
--case 3 : m does the whole x work
---o : son is bad since son did not do the task
counter 3
m : Son, can you do this thing x for me?
case 1)s : why can't you do it yourself? i taught you last time?
--- o : son is bad
case 2) yes give me 5 mins
---o : same as cases of counter 2, i.e all are bad
counter : misc
m : why didn't you do x for me beforehand? why do i need to tell you everytime?
case 1 s : woah! when did you say to do it each day?
--- o1 : son is bad since he cross questioned
case 2 s : oh am sorry, i forgot
--- o2 : son is bad as he intentionally forgets
----
am i not seeing enough politics in the office each day to handle another black tag on me? i sometimes delay a task assigned to me, sometimes want other to just understand and do it on their own. but why does it always end up making me a bad offspring?1 -
mysqldump db > db.sql
yum install mariadb
*config*
mysql -u username --password pass db < db.sql
Why do I control mariadb with the mysql word? I installed it, I want to use it....2 -
What do you do and why?
1. Keep an idea for yourself, so no one is going to steal it.
2. Talk to as many people as possible to get as much feedback and opinions as possible.
I personally prefer 2.
How about you?5 -
What the fuck is the "package management" of Golang.
It is impossible to delete a fucking dependency and why do I have to do that shit in the first place, I just want to use a fucking fork of my own. It's hilarious.6 -
Why the fuck do I have to start an SSMS data import wizard all the way back to the beginning when it fails?1
-
Why do people use express router? They can just fucking use app.get and app.post, why fucking add an additional variable and use router.get and router.post?
Can someone explain this to me? I don't fucking get it.1 -
So it's been happening for a while now. My dual boot system just appears to have a feature: it auto boots into Ubuntu on restart.
And, I don't why but since 17.10 artful update whenever I press either up or down arrow keys while boot it shows me the log of whole procedure which is kinda nuts; I mean why would they wanna do that, this isn't '90s.
Do reply if I'm not alone.3 -
Got called in to work for a last minute change on a utility, I got sign off 2 months ago.
If you give sign off and don't test it. Why do I suffer for it1 -
Why is perl soo notorious? and why do people hate it. Like I'm a networking guy and sys admin and I like to write scripts and it's really handy. Though it annoys sometimes but it still helps.5
-
Why is searching for what certain DLLs do literally impossible? I don't fucking care that "downloading dlls is a bad idea" and that I should "check the recycle bin to restore it" - I just want to fucking know why my program won't run!
-
So i need about a half a yearly budget of some smaller EU state to try out everything on AWS, a fu***g satellite ground station for example... I don't know why should i do with it but i need it2
-
Hello good people i need someones help... i want to build an online teaching website for practice ... like treehouse or pluralsight but a much more lightweight version.
I dont know how to start ;
Which skeletons to use.
Which cms do i choose if necessay.
Should i use node.
Should i use react.
Where do i host it.
Why do i need each point mentioned.
What else do i need.
I learn a lot my self but i really need direction on this one .. its my first big project.
I intend being a freelancer.
I could also do with mentorship from anyone willing here.....!!!!5 -
I dont understand why people seem to get offended when employers/recruiters ask 'do you know XYZ'?
If you know it, say Yes.
Whats the problem?1 -
Why do some hosting services with MySQL not allow triggers and stored procedures / functions?
Had never tried to use them and now I've done it and deployed a site, I discover I can't create triggers, and that some hosting provider don't allow users to do them... this is a rant but more of a question, as I didn't know and maybe there's lore to it you do know...1 -
Being a Dev is a gift and a curse... People have ideas and so do I, problem is I actually know how to solve mine.... how the heck do I choose?? And why does it seem that 1 or 2 weeks after I’ve picked, new great ideas come to light. FML.2
-
Why do bitwise operators (and, or) have a lower precedence than equals?!?! What is the reason?😨
I have checked it in Java and JS...3 -
Which CROSS PLATFORM Desktop App Development tool/framework do you use?
I've been using ElectronJS but I'm tired of it but I can't find any better alternative. If you know any better alternative please let me know. and please, do write why you think its better than ElectronJS
Thanks4 -
function normalize() {
console.log(this.coords.map(n => n / this.length));
}
normalize.call({coords: [0, 2, 3], length: 5});
Why? Why, javascript? Why do you invert the function and the 'this' keyword? It just confuses me and (at this time) I cannot think of a place where this would be really necessary.3 -
Where do i learn https://rexify.org/ caveman technology?
No i will not learn it from that outdated piece of shit documentation
Why are there 0 videos on youtube explaining it?
Why are there 0 courses on udemy explaining it?
Not to mention its written in Perl so now i gotta learn Perl first???
How tf do I learn this bullshit bruh?10 -
Ok guys what do you prefer for private repos and why?
GitHub, Bitbucket or Gitlab?
I prefer now Gitlab because it offers (I think) 10GB of free storage while others only offer 1GB.11 -
Unable to give detailed explanation of how my code works. Like why do I need to explain as long it works 😏4
-
Why are some js functions used with a window. prefix?
I mean I kinda get it when you want to addEventListener on the window but...
Why do people use window.setInterval?2 -
Why do clients expect that they would get a high quality machine learning model without a properly cleaned dataset? I usually get the response, ‘just scrape data and train it. It shouldn’t take long’3
-
I really do not understand why people do not use the defaults, I see a PHP code and I see all the PSR's violated, SOLID violated, and as it is something of years, unfortunately we did not get more rapporteur in a timely manner. I didn't go to college, but I must say, what the hell do you guys do in college?
Then many (the good obviously) programmers do not understand why they take so much the fun of PHP, if they see the codes that I see lately...2 -
From weird set of stored procedures to html to PDF to being a blob in a database ... I mean, sure, but why ... who comes up with that ... and why do I have to make it work1
-
People wonder why I use a page builder when creating a WordPress site?!
I do it to get FUCKING CUSTOMIZATION on your site. Some themes are so limited.....2 -
Am I just an idiot for using a RedHat variant ?
Why is Bazel such a piece of crap and why do I have to use it to build Tensorflow ??40 -
ohhhhh I am pissseddddddddddd
itss the fucking pytorch.module class it would seem !
I do exactly the same goddamn shit as its supposed to do in a goddamn notebook and run it step by step and the fucking model trains and the output values change !!!! and the loss decreases !!
I do this in the goddamn class derived from model with a call to model.parameters() and the fucker fails !!!
why ???
why ?????
why ??????
is it cloning the goddamn parameters so the references aren't there ????
seems to work goddamn fine when i call a layer and activation function at a goddamn time chaining the calls one after another !!!!!!
UGHHHH IT LOOKS LIKE IF YOU DEFINE THE LOSS AND OPTIMIZER OUTSIDE THE FUCKING CLASS IN A SEPERATE TRAINING FUNCTION IT DOESN'T TRAIN !!!!!!
WHY ??
A REFERENCE IS A GODDAMN REFERENCE !!!! -
I am unable to understand the naming convention. I SUCK IN IT.. CAN'T I JUST NAME MY VARIABLE AND OTHER THINGS LIKE SIMPLY, WHY I HAVE TO USE UNDERSCORE AND ACCURATE NAME FOR IT.
I mean , my variable does tell what is it for then why I need to do that?5 -
Hi guys I do have this problem while learning and I need an advice from y'all...take python it was created with c if I'm correct, and it has alot of applications very good language, but I do think y shd I learn python why not C ,, even using React I feel like Facebook developed it y can't I learn from the source directly?.jst confused 🤔15
-
Why do I have to keep maintaining my open source project? because nobody is using it
https://github.com/5anthosh/fcal6 -
Why are admins of this app dead? You're telling me i can post a porn pic and no one will do anything about it to remove it?9
-
I absolutely hate Sage, it's like getting stabbed repeated to then discover the previous stabbing didn't actually do anything so you have to get stabbed again, like why can I not just export a whole ledger at once? Why do I have to do it a page at a fucking time?
-
Did I miss something?
why do I remember img tag <img src=https://test.com> used to include cookies of test.com with samesite flag None from cross-origin.
But now it just don't
I am confused -
Is unit test helpful in React web app? Why do I think it is just wasting of time? How often do you use unit test in your web app development?12
-
Why has nobody at Microsoft thought of implementing optional parameters for functions in SQL Server? I guess backward compatibility is something they haven't heard of. I mean hell, Postgres can do it easily.2
-
Spent the day helping someone troubleshoot why they can't print from their Samsung tablet, because somehow as a DBA I "know how to do that stuff." Never figured out why it wasn't working.
-
Hey android devs ! Just learned MVP architecture and some libs ( Dagger2, rxjava, retrofit) now can anyone explain why do i need 'testing' and how does it benefit and what should i know about it ?3
-
What's the point of having a 'Check for updates' if it doesn't tell you there is a security update? And why do I always have to download and install updates manually?