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 - "something wrong?"
-
"When you have a problem you can't solve, just google it. If you don't find another person that has encountered the same problem/error as you, you're doing something wrong."
- Software Engineering teacher, 201614 -
"IoT is awesome~!"
"What things about it do you love?"
"Hm, hold on a second. Oh dear."
"Something wrong?"
"Just a sec. My Fridge is getting DDoS'd"14 -
How do mobile sites know when I'm about to tap a link, and then load something and shift everything so that I tap the wrong link?9
-
Wasn't there myself. Came back after weekend or being sick or something and after the daily stand-up one of the guys came to me:
"hey man not to be rude or anything but we're not going to use your code for the project. You're programming in a wrong way."
They explained me where I was going wrong and then it appeared that my study taught me some principles of PHP programming wrong.
I felt like shit, downish and had to fight the tears because I felt quite humiliated.
Looking back at it, they were completely right.12 -
When something goes wrong at work, my boss will blame the first dev in his vicinity ...
Boss: "what the hell happened? why are the servers down?! This is unacceptable! Blah blah etc etc"
Me: "I dunno. Let me review if my CSS had anything to do with it" 😑😩4 -
If you come to me, and ask for my opinion about something, then you throw “You’re wrong” at my face. Then why the fuck did you ask me in the first place? Fucking cunt21
-
So sick of my colleague who keeps writing:
if (something) {
doWork();
} else {
}
He insists that it is the best code style to include the empty else clause. WRONG YOU #!*&@!14 -
At work today. Someone unregistered a domain name (don't remember the exact one) with something funny/positive about beer (for example beerisawesome.com).
Collegue: What?! Why would you unregister this?!?
*tells the boss*
Boss: well someone's got their priorities fucking wrong.
😆3 -
Junior dev: "I don't understand this code, therefore there must be something wrong with it. I'm gonna rewrite it."17
-
Best part of being a dev?
The feeling when everything is going so well that you start suspecting that something is wrong.1 -
Wrote JavaScript today and it didn't work in chrome and Firefox but it worked fine in IE...I instantly knew I did something wrong.5
-
- Merging 300 files from one branch to another in TFS.
- No merge conflicts.
My first thought:
This can't be right. I must have done something wrong...3 -
Had a follow up meeting today to resolve the issue of Product ignoring our comments about possible issues, better ways to do it etc.
New rules:
- We are allowed to suggest to Product that they might be doing something wrong
- We are not allowed to tell product they are doing something wrong
- If Product don’t listen, that’s fine, we will document our comments to protect us later.
Conclusion:
Product are too sensitive to have a conversation with. We are now going to let them fuck everything up, make some notes and say “I told you so” at a later date.
Maturity at its finest ladies and gentlemen.5 -
Especially painful being a cybersecurity engineer;
Did something wrong with an if-statement.
Caused authentication to break completely; anyone could login as any user.
Was fixed veeeeeeery quickly 😅 (yes, was already live)8 -
Ok something went wrong.
I don't know how this could happen.
🤔 🤔 🤔 🤔 🤔 🤔
I finished a side project.
How could this happen?
🤔 🤔 🤔 🤔 🤔
Ahh I know. It is absolutely useless.13 -
You all, something is wrong. No one has pissed me off at work recently (other than boss, but he does that by existing). I'm not sure if they've all learned, or if shit is about to hit the fan.10
-
Best experience: being in charge of the backend of the company website
Worst experience: being in charge of the backend of the company website when something was going wrong -
I'M AN IDIOT.
I accidentally typed the wrong command when I was compiling my C++ code with GCC, and guess what?
My .cpp file is gone. The .exe is still there, but that's useless to me right now.
It wasn't an important code, just something I recently started on, but I can't believe I did something so ignorant.17 -
* me listening to something while coding
* something goes wrong, trying to fix it..
Takes time and no solution.
- ok this is serious *put headphones down*4 -
If you need a loading animation when the user open the page, there's something wrong in your website11
-
Dev: Hey, I need you to see something.
Client: ok
Dev: this is the models of those reports you need
Client: ok, wait, what is that number? This is wrong, we can't...
Dev: hey, calm down, this is not the production, it's just fake database!
Client: ah, ok.
(5 minutes of explantion)
Dev: so, what do you think?
Client: just one point, that data is very very wrong, we need to change this ASAP!7 -
Lost a bet and switched from Vim to VS Code for a day. Ten minutes into, I found myself editing gitignore in the embedded terminal. Something went wrong.4
-
There will always be that one person who ruins all the fun
PS: Speaking of JQuery, I really found it to be somewhat slow. Is it slow or am I doing something wrong?8 -
First tor relay is up and running. Works well, all good.
Want a faster one as well (nearly 1gbs) and trying to set it up but the control port won't get its fucking ass up. No clue what's going wrong :/
Probably missing something but idk what.
Grrrrrr.15 -
@dfox should split devrant into categories.
-rants
-advice/help
-weekly rants (already there)
-dev memes
Then people can just read rants or whatever they want without other things getting in the way.
Down vote can also be used if something is in the wrong category9 -
I think everyone has had at least one of those, thinking something about technology/a certain technology thingy and appearing to be completely wrong years and years later.
In my case: I thought (like 5-8 years ago) that there wouldn't ever be better touchscreens than apple devices had.
Man was I wrong!
Comment yours below :)13 -
My PlayStation 1 has never needed an update, but these days, everything comes with an updater. Like, "oh, boy, my TV needs to update again". There's something wrong.26
-
Always make smaller commits! Easy to roll back, easy to cherry-pick, easy to debug when identifying when something went wrong.2
-
I thought there was something wrong with my Ubuntu 16.04.
Whenever I pressed '|'
'~' used to appear.
I totally gave up until I realised I mistakenly chose the UK Keyboard.
Ugh.3 -
When a junior dev with 1 year exp. of a programming language asked me how to define value of a variable, there must be something wrong ...5
-
If your issue is not on StackOverflow and you can't find it on the web:
Go another way, you're probably doing something very wrong!
(I have solved many problems remembering this)1 -
Me: ya hi, we integrated with your API and I'm receiving error x
Provider: ok we'll disable validation, plz check
Me: ya it works, what's the problem? I used a GUID for id and I'm sure it's unique, here is URL and request body
Provider: you have something wrong in your implementation. Fix it and it will work
Me: aaand what's the wrong part of my implementation?
Provider: id is not unique, fix it. *Hangs up*
I sometimes sit and wonder, how and why does this kind of people get hired, FOR FUCK SAKE YOU ARE THE PROVIDER AND YOU DONT KNOW WHAT THE FUCK IS WRONG!
fucking useless ...7 -
Someone gave me a web method that return a boolean.
The Boolean tells me if the operation went well.
True means everything went well
False means something went wrong
But
It throws exception when something went wrong.
Basically they implemented a Boolean system to check if everything is alright but I also have to add a try/catch if something is not right.9 -
How motherfucking difficult can it be to port forward something internally?!
I've been on this for fucking hours and I'm so fucking done with this shit.
I know I'm doing something wrong myself but I can't find a good resource 😠8 -
Today I nearly killed my new boss, he picked the really wrong day to accuse me of something I did'nt do and could prove... You wouldn't like me when I'm angry cause I back up my arguments and would willingly quit gladly for a better job.9
-
About to install Visual Studio 2017 using my barely 5 Mbps internet
Install size is ~ 30fuckingg7 GB! 😨
Something gotta be seriously wrong with this world if it gets installed without any troubles.
Pray for me13 -
The most helpful error message of all time:
Unhandled exception in line 0: Script error.
Literally translates to: “Something went wrong but I’m not gonna tell you what.” -
Dev: My VM is not working. Something is wrong with VM.
Me: Have you made any changes to the code?
Dev: It shouldn't matter my VM is not working.
[I go and check the Dev's VM.]
Me: ಠ_ಠ The build output literally states your unit tests failed -
I love programming late at night, If I do something wrong I can blame it on the fact that I was tired.3
-
Did anyone else find Javascript fun and easy to learn?
Or am I doing something wrong?
Just curious.11 -
Client: "Help, something is wrong with the sever or database.. I don't know.. I.. just.." Me: "Sshh... here u go"1
-
Why do people always think the following:
When something goes wrong on windows its the fault of windows.
When something goes wrong on linux its probably a misconfiguration.
Most of the time things that go wrong on windows are misconfigurations or faulty software.10 -
Guy using VPN:
why would anybody use tor unless he hides something?
Me (using Tor):
why would anyone use VPN unless he hides something?
In my opinion there is no difference in using Tor than in using VPN, it's all about privacy. I would consider Tor as an free alternative for your everyday privacy needs, if you can't afford VPN, or am I wrong?22 -
My friends trynna bullshit how windows is much better than Linux. They sayin shit like "at least our csgo don crash when we alt tab" then I say "at least I don't have to reboot when something go wrong" and they be like "yea but windows better" 😡16
-
People here seriously write billing systems in Excel and expect me to fix it when something goes wrong...
how about no...3 -
When someone makes 1000+ API calls to populate a single view, something is seriously wrong 😮
But I like those waterfall design in network monitor.6 -
Exception handling: when you really like a cute girl and are about to ask her out. Still you kinda also chit chat with her slighly less cute friend in case something goes wrong.2
-
Is it normal that I get really excited when I see a new VS Code update or there is something wrong with me?13
-
I am laughing and crying at the same time.
I did a high value transaction with Google Pay, and now I cannot see the transaction details in history for this specific transaction (The money was transferred correctly though). When I open the history entry, it says "Something went wrong, please try again".
So after waiting for a week, I went to report a bug with Google from within the app. And when I press submit, I get an error.
Wanna guess what's the error?
ITS FUCKING "SOMETHING WENT WRONG, PLEASE TRY AGAIN"!4 -
I'm not the only one who see's something wrong with this ad right?
*Wording isn't quite right lads*6 -
Why is it that newbies always fail to read their error messages and bring their laptop saying something went wrong.4
-
Why the fuck does your API have to send 401 when the server is down.
Just spent an hour thinking something was wrong with my auth wrapper.3 -
When your app's changelog says 'Bugfixes' for two months continuously, you are definitely doing something wrong :P2
-
Am I doing something wrong here? Or those imports are so damn annoying?
Any solution for reducing those imports? especially that I am using them all and not have non-used imports
Just like Java, too much imports -.-7 -
Turns out cpp isn't the terrifying monster it used to be! I must be doing something wrong, it's actually working.4
-
When it's Friday night, you didn't bring you work laptop home with you, have no way of working from home without it, and remember something that might be wrong with your code.
I'm sure I'll forget about it tomorrow.2 -
Microsoft error messages have to be the worst I've ever seen. "Sorry, something went wrong." "Oops, something's not working". Thanks, do you care to elaborate? Would really help my troubleshooting...12
-
if something is too easy in life, you're probably doing it wrong.
NO STRUGGLE. NO PROGRESSION. IN THIS LIFFFÉE.4 -
“You’ll be working in a fast-paced environment…” ALWAYS means “We’re incompetent, we don’t realize it, we don’t hire enough people to spread out the workload, we don’t have a real process, and we’ll blame you, the new guy, the first time something goes wrong.”4
-
potential client, wondering why i don't answer any of his messages or calls: "I hope I haven't done anything wrong!?"
yeah dude, continually calling me MULTIPLE times after 5PM on friday (second friday in a row) is one way to "do something wrong"
these "business" types know no bounds2 -
Docker is funny.
I'll try to fire up docker-compose and it will freak out.
Docker Error: "Oh man! Oh man! Something is wrong! It's probably not docker it's YOUR CONTAINER!!!! WTF DUDE!!!"
Me: "Uh docker ... your little systray icon indicates docker itself is broken right now...""
Docker: "No way man, i'm sure it's your fucked up container, must be something wrong with it!!!"
Me: "I'm just gonnna restart you."
Docker: "OK but I'm just say'n th----"
-restarts docker-
-restarts docker-compose-
Docker: "OMG It's up!!!!"6 -
Just asked something on stackoverflow.
Has been 15min already. And still no downvote and no comment saying “fuck off”
Today is a good day.
🙃
Sorry for wrong tag. This ain’t a rant. I was just thinking “so? -> rant”5 -
While trying to install OpenSUSE on my home server, something has gone wrong...
I appear to have installed OpenSUSE onto the flash drive plugged into my server instead... 😐8 -
Dude i've got a Samsung laptop but i can't play any cool games what's wrong with it?
:-0 like tellin me it's a Samsung laptop is spose to mean something at the least give me a clue as how poor your laptop is.4 -
try {
// something
} catch (SomeException e) {
}
Swallowed Exception.. what the fuck is wrong with you?! And I see this shit in a lot of places in the code!7 -
When you run your test suite with 320 assertions in 64 tests and it all passes..
Something is very wrong somewhere x)6 -
I'm getting annoyed with the increasing number of platforms that implement the "Oops, something went wrong" vague error message.9
-
I finally got my (official) ++, guess something wrong with my phone... too many mods.
https://www.bignox.com/ -
Girlfriend : What's wrong with you nowadays!!!
Me : Something went wrong and I'm trying to solve it. -
Need to send a mail to a more senior member of the team. Could use a hand translating the below into something more work appropriate.
"You have reached a new level of wrong, you insufferable prick, please just shut up and leave"11 -
Working with DigitalOcean boxes for so long has spoiled me.
I went to setup something on my home server today, and couldn't figure out what I was doing wrong for like 30 minutes...
Until I realized that I never forwarded port 80.
*sigh.1 -
me: Have you heard of Murphy's law?
them: Yeah.
me: What is it?
them: If something can go wrong, it will go wrong.
me: Right, have you heard of Cole's law?
them: No, what is it?10 -
IF YOU DONT WANT ME TO INSTALL SOMETHING WITHOUT UPDATING THEN FUCKING SAY SO INSTEAD OF SAYING MY PASSWORD IS WRONG.1
-
I have a rule made by myself. I call it "550 line".
If a class have more than 500 or a method more than 50 line, something is wrong.
(Is there any better rule? Tell if there is some)7 -
What is wrong with people. I put in hours of my time every day and it hurts to see some annonymous person complaining shit about something that doesn't even exist.
😤😤16 -
So I am assigned to a new team to take over the leading position because the guy who did it up till now quit. And there is this guy who today seriously shared his screen with my boss and the rest of the team to point out that I formatted something wrong...
Realy it was something like
super.doFunctionA().thenFunctionB() instead of putting it like
super
.functionA()
.functionB()
He said he wanted to call me out early to avoid spreading of this "wrong formatting"
He wants to start a war? This fuckhead can have it!
Soon I will be the one who writes his tasks... hf8 -
Best advice a dev gave me? So much/many over the years.
I shared this one just last week to another dev..
"If you are writing a lot of code to do something, you are probably doing it wrong."
- Marco Cantu - Borland Dev Conference -
I've just realized the very root cause of the frustration of devs everywhere!
It has everything to do with the manager's thought process:
Manager: HUR DUR, ME NO UNDERSTAND SOMETHING!!! MUST BE WRONG!!! ME CREATE BUG TICKET!!!
Dev: 🤦♂️ ...sigh...4 -
When everything works well and there is no error, obviously something went wrong and there is an error.1
-
The valiant, majestic high horse I get to sit upon when a pm is completely and utterly wrong about something.1
-
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...
-
Switch your tech stack or programming language or development framework to something that you enjoy more.
If it requires to switch the company, do it!
If it requires to learn something new and you think that you don‘t want to, then it‘s probably the wrong goal.4 -
Is it normal for seniors to talk to juniors with disrespect if they made something wrong in code?
this is my first time job ever and I feel like this behavior is so weird honestly.13 -
"Hey, we got this new untested artifact a few minutes ago. Can you deploy it to the 2500 POS in production and stay at the office in case something goes wrong?"1
-
This was when I was pursuing my bachelors degree. One of the professors was of the opinion that only her code was right and anything else is wrong! For example if she did something with a for loop and I did the same with a while loop, my answer would be wrong -_- What the hell -_-
(Also, often her code would be wrong too and sometimes wouldn't even compile.. She used Notepad btw)10 -
"Stop throwing errors in your library! They cause my app to crash"
Who amongst us hasn't hear of the popular maxim: "Fail late even after you know something is wrong, and then make sure the failure cascades over the whole app in mysterious ways"5 -
Lead-Dev: "These links don't work as they should, I'm having you fix them, 'kay?"
Me: "I'll have a look."
> The link doesn't do anything when you click on it.
My internal monologue: (The href is probably just wrong)
> It's not wrong.
Me: "What the fuck?"
Lead-Dev: "Can you fix it?"
Me: "I don't think I can."
Lead-Dev: "Why don't you try looking in thisScript.js?"
Me: "Oh, you think the click event got prevented or something?"
Lead-Dev: "No, I think something went wrong with what that script is doing with the jQuery library this site uses."
Me: "..."
Lead-Dev: "..."
Me: "jQuery... library...?"3 -
It's 2017 and every keyboard on Earth still has vertically unaligned keys !
And if you think it's for ergonomic reason, you're wrong ! It's just something we inherited from goddamn typewriters.
It's time to let that go !
Far far away in the past.
Right next to floppy disks, MySpace and Nicolas Cage !6 -
There's definitely something wrong with me.
Yup. Definitely.
Why?
I can't find the C shirt in devrant's avatar modifier.6 -
Rewriting the entire codebase anytime I learn that I was doing something wrong.
Rewriting entire functions whenever I see that my coworker coded bullshit on the fly.
In a nutshell, I should stop trying to rewrite everything!2 -
There is something wrong with my computer: it doesn't make electronic beeping sounds like computers in the movies! 💻🎥😯1
-
My code works at first run.
This can't be right.
Something must have gone terribly wrong.
I don't trust you computer!undefined am i a genius why does it work never look back this can't be right sure i can do that dave -
"A perfect implementation of the wrong specification is worthless. By the same principle a beautifully crafted library with no documentation is also damn near worthless. If your software solves the wrong problem or nobody can figure out how to use it, there’s something very bad going on. " - Tom Preston-Werner
-
When I point out something you did wrong. I do not care about the things you did right in the past year.
You did something wrong and that needs to be fixed. I do not care about how hard you tried, I just need it to be right. I'm not attacking you as a person I'm complaining about the end result being not good enough.10 -
Client calls me, 10am in the Sunday, complaing that there's something wrong with the system, the same thing he called me last week and I told him to observe and double check every time he closes a POS sale. So far, the error hasn't happened till today, Sunday again.4
-
That moment when you go to your web development lab, write ES6 JS and your teacher tells you you are doing it wrong.
"That's not going to work in JS!"
You know something? SCREW YOU OLD MAN! 😕😠😑2 -
Microsoft's new dialog messages in their software are pretty annoying. "Want to save your changes?". "Oops, something went wrong!". "Your PC ran into a problem it couldn't handle...".
I feel these messages are unprofessionally written and that they lower the bar for acceptable computer (and English) literacy in this day and age.
Its not like I think they should give a stack trace everytime something happens but just don't dumb it down any more!7 -
Sometimes I think "I should write a meaningful error message for this exception" and then i remember how useless 99% of the error messages of every compiler / interpreter I've ever had to use and decide "msg ='something went wrong'" is good enough.3
-
It's frustrating when network guy blame tomcat is not running and hence something wrong with application without fucking checking proxy settings. Fucking waste my 2 hours and in the end he looks like idiot. Good Morning.
-
"This application has stopped working. Oops, something went wrong." Proprietary software, no error message, only option is to accept your fate or submit a report to your system overlords
-
The moment when you have crafted a beautiful, flexible and well structured package.
Everything including the automated tests are flawless..
but you cant help but feel like something, somewhere is horrible wrong... :D -
As it may be known, when it comes to job applications, experience is overrated. The simple reason is that years of experience doesn't mean expertise. You can be doing something the wrong way for 15 years, that doesn't make you a suitable candidate.
HR.. meh.4 -
Nightly coding session in Tuscany drinking good Chianti! That's the highest point of my peacefulness in the last year...there is something wrong in our job/passion.7
-
Is there anything that brings more self-shame, then having to create break points by echoing out the current state of variables every second line or so in order to understand your bug?
Or is that just something you can't avoid sometimes...
I think it means there's something wrong on a high level with your code if you have to squeak out like that.
Yeah. squeaking sucks.4 -
Strange : Am I the only person who never got Weekly Top Rant email? Did I configured something wrong?
CLICK the picture to see it... I am sure something is messed up....
Bug1: hey dfox... Please see this...
Leave a comment in a long rant. (like here)
Delete your comment.
How do i reply to the last person's comment?
Feature request: rant id search ability in search8 -
When coworkers have a var dump on a page in production.-_-
I aint saying shit because everytime I mention something they do wrong I get assigned with fixing it. -_- -
1.
Accuracy 0.90 achieved so easily, makes me wonder if I've done something wrong. Lol.
2.
My neural net models are the only things in my life doing well. I think I chose the right career. Lol.
3.
Rerunning experiments is not fun. But getting better results is really... Ego stroking.26 -
"If you don't return something in the catch block it will crash"
Isn't it interesting how a sentence can be true yet so infuriatingly wrong.3 -
Accidentally mistyped Bug Fixes as Big Fixes and people think there was something very wrong with the application all this while.1
-
The new HUAWEI ad is so wrong. It literally shows addiction as something positive and cool: https://youtu.be/891NDt5QwHk2
-
Be prepared to get it wrong, accept it and learn from it. Also if another dev corrects something you've done, don't take it personally. You can always learn from others.1
-
Comment on a code review:
How does this relate to the task?
Me:
Most of the changes have nothing to do with the task, but half of the code & build system was either wrong, broken or not following best practices. This particular change is because something was broken.3 -
You know something is wrong when you feel like smashing everything while yelling:
"WHY DOES IT F*#@$*#@$ WORK. IT'S NOT SUPPOSED TO WORK. WHY." -
I felt so guilty at the age of thirteen realizing something is wrong with me, and I, in fact, want to be a girl.33
-
When the management always knows better that something IS possible, and if you're wrong they just tell you to ask the other dev on the team...
-
I want to switch from Windows to KDE Neon. Do you have some tips? Because it's my first Linux installation and i don't want to make something wrong :)6
-
me: something wrong here, this should work
*asks teacher to help*
*looks at the code*
teacher: google it
gee thanks XD2 -
In my current team, when someone else's code breaks, I fix it. When my code breaks, I also fix it. I feel like there's something wrong here...1
-
i hate windows errors so much
there's no information whatsoever, its just "error code 0x696969 lmao something wrong try again later"
what i hate even more is asking microsoft forums what the error code means and being asked if ive tried turning it off and on again6 -
Compiler is like my mom. Every time when something wrong happened, they blaming me. And actually that's true.
-
Updating Oxygen OS....
1. WARNING: You will lose root.... OK
2. Fastboot TWRP
3, Install TWRP
4. Flash Magisk
5. Restart
6. Reinstall xposed from Magisk Installer
7. Restart
10. Re-enable Gravitybox in xposed
11. Restart
All done... did i do something wrong?7 -
Something wrong with my self. I feel sleepy whenever I want to start to code. And sometimes I question myself and hesitate about my choice.3
-
If I had a nickel every time the unit tests failed not because something was wrong in the code, but because someone had messed up the unit test I'd be able to retire early.
I just spent the better part of 10 hours hunting down a bug in some production code only for the test to be wrong because the person who wrote it had mocked the http response incorrectly.
Nothing I did to "fix" the code worked, because nothing was wrong with it...4 -
Just found this on Reddit
"I used to think that everybody should learn programming. When I first started learning –thinking about how to organize the world in terms of data structures and algorithms– I thought, "Wow, this is such an amazing way to organize information. Everybody should learn to do this!"
I don't think that anymore.
I think there has to be something seriously wrong with you in order to do this work. A normal person, once they’ve looked into the abyss, will say, “I’m done. This is stupid. I’m going to do something else.” But not us, ‘cause there’s something really wrong with us."
Douglas Crockford1 -
When you are working with some one else computer, open the task manager and see 48% RAM usage... Start thinking: "there must be something wrong here!". Than realize he/she has 4Gb of RAM.3
-
You know something is wrong when chocolate-doom, a full game (actually 4) with custom software rendering engine compiles in 12s, while your stupid Webapp with a few input fields and backend calls take over 1m to build 😒😒1
-
Sometimes I get these negative emotions when I see people use cracked software.
Something wrong with me?4 -
That moment when something goes wrong in the server for the first time at 3AM, your last manual backup was 5 hours ago and you stay up until 7AM to rollback and also setup incremental backups every 15 minutes... FML xD15
-
If your problem has not yet been answered on StackOverflow, your probably doing something horribly wrong.
Consider a new approach.4 -
Just found out the reason for these extremely useless "Script error." errors we're getting being so useless is, once again, CORS. 😡
"Hey, something went wrong in an iframe. I'm not allowed to tell you what went wrong, or where, but trust me some shit is broken *somewhere*. But you have to figure it out yourself."
If cross-origin blocking were a person I'd kick him in the nuts just for being such a fucking dick all the time.2 -
I'm a node JS developer, but I basically don't use Typescript but with the whole buzz around the technology, I feel I'm doing something wrong by not using Typescript and refusing to learn it. What do you think?4
-
How about a Git for Databases?
Do your changes, delete things, create things, and then when you are sure push these changes to your server.
If you did something wrong like accidentally delete fucking everything, just revert and everything is like before again.
Also you can view history and blame people for doing something wrong.
Tell me what you think about this. Not clue how you could implement this tho... Also I have enough to do already so feel free to take this idea!10 -
You haven't any real issues untill you start on DRM.
That stuff i complete blackbox where when something goes wrong you are completely left in the dark?
Been debugging a whole day with a college without luck... -
So, after day 3 of Rust programming I have an observation to make:
Rust package management (and conflicts that arise) is not very good.
To the rusters out there, am I wrong? Is there something to make it better?19 -
!dev
I just discovered that I could use a comb to shave myself while retaining some facial hair. Something is wrong with my life.7 -
Currently sat waiting to go into a 11am meeting where I will be told something is wrong even though I've completed a workload of 2 weeks in 3 days. If any PMs are on here, no appreciation sucks.5
-
Programmers wise thoughts:
Programming is solving a puzzle. Whether you have to piece something new together or change a wrong piece -
Finally my first app is on Play Store. But, since I don't have that much experience with the "make muh app visible" side of things. Even if I search specifically for that app nothing shows up. Am I doing something wrong or missing something?
Here's the app tho, prolly the description does not have keywords or something 🤷🏻♀️
https://play.google.com/store/apps/...13 -
I hope I'm doing it wrong and there is actually a way to tell who the sender is, like an Id? But fuck no Apple finds it using tags with numbers a fucking genius idea!
Again, I hope I'm wrong and we can actually do something like: sender.id = txtName.id ...10 -
I have noticed this lately that majority of the time when I talk about something, people thing that I'm being sarcastic.
I don't know what went wrong. It must be them not me.3 -
I was wondering if anyone else gets ctrl+z flashbacks whenever something goes wrong in real life. Example: I burned my hand with hot water today and the first thing that popped in my head was: oh crap! Undo! undo! oh wait...2
-
When your friend (who doesn't know how to code) asks you to make them something for an assignment (not cs related) and they say your code is wrong 😒
-
I was so close to getting my macOS virtual machine fully working on my Razer Blade... But then I discovered that something with OpenGL/GLX doesn’t work properly, so I can’t use any graphics-heavy applications until I somehow figure out what’s wrong 😞6
-
I have a unreasonably large amount of commits just for these files in the repository.
Is there something wrong with me?5 -
Getting up at 3 in the morning to be at the office for a 4 am go-live "in case something goes wrong"1
-
Trying to bulk upload users to Office 365, something is going wrong and all the log file says is
"[]"
Thanks, that helps a lot -_- -
boss: someone fix these it's not working *3 problems highlighted on screenshot*
problem 1: something went wrong when updating the data, i fixed it in a minute
problem 2: not our problem, send an email
problem 3: wait isn't this the task *boss* handles?2 -
why the fuck those images wouldn't load? they come corrupt from K8S, but they are fine if I run the container locally, like... wtf? is Ingress NGINX doing something to them or did I configure something wrong?!15
-
Just bought a book that covers some techs that I use, but want to get better at. I get less than a chapter in, and realize something is horribly wrong. I check the publication date. 2015.
I am so fucking stupid.3 -
Oh... Git didn't like the \ ...
For a minute I thought there was something wrong with my screen... ¯\_(ツ)_/¯1 -
A common walkthrough with Laravel deployment:
1.) Error 403
2.) Internal server error 🤔
3.) bad require paths in index.php....
4.) Whooops something went wrong.. What?.... Look at log file with 2MB size
5.) View not found1 -
This is what happens when it's late at night and you've been staring at something for too long... someone had to point out to me that I actually added the wrong permission :/1
-
Haven't ranted about anything for quite a while... So, is everything perfect in my work and life ? Or, is something reallllly wrong that I haven't even realized what it is ??1
-
The most frustrating thing while I edit a file on Github directly is pressing home/end key. They're not related to lines but page.
This is the problem with most of the online textboxes/editor.
Am I doing something wrong? Is there any other shortcut -
WTF!!!
I almost gone through 1000 of top rant pages on this website....
Am I doing something wrong??? 😐😐4 -
*Something wrong happens*
Windows - "Send crash report to Microsoft"
Me - "Really? That's your solution? Coz nothing ever got fixed😒"1 -
I know local dev is hard in a complex system, but if tooling prevents you from working for an entire day something is seriously wrong.13
-
Unstableness of core technology stack. The more developers are there, the more complicated architecture they create that often doesn’t give any significant value besides what if something goes wrong ?
What if you make mistake ?
What if power goes down ?
I feel I am last optimistic thinking software developer on this planet.
I feel that those tools just try to give some sort of power to the management over developer free mind.
Creatures like multicloud, cloud, k8s I feel that it’s just beginning not the end of road. And this beginning is a wrong turn.
It’s just another vendor lock in.
But I might be wrong.3 -
Im trying to install windows 7 on my external hard drive and i must be doing something wrong as i cant login even safe mode strugles to work
-
I appreciate my own joke when I before I left work for Christmas wrote “Something is wrong, help me!!!” In a console.log1
-
Waiting for DNS records to update..
It's always a difficult choice; Do I work on something else or do I hope record will be updated in few minutes..
I always choose wrong, will keep you updated :p9 -
Today, I want to send a POST request from Siemens PLC as a UDP datagram to an apache webserver running PHP and Laravel. It's definitely something wrong with me. It's like 98% failure. :D3
-
I'm so sick of stupid little bugs. Not proper bugs like, I don't know, a memory leak or something significantly wrong, it's always a bloody semi colon or backtick...
-
'Choose the job that you love.'
But if you're not careful along the way, you'll start to hate something that you once love and you'll end up stuck and miserable, wondering what went wrong for quite some time. -
I wish gamedevs put more focus on the cheating problem in multiplayer games.
When you have to manually ban people in your esports minor qualifier there is something wrong...
I need to find a better game :(
Or start a cheat program company for the easy money but I doubt it's legal.7 -
When your co-worker is told to implement something, and insisted it is the wrong way to go:
It's how you train a puppy David. He poops, you rub his face in it, then toss him outside. I'm afraid you're the puppy. However .. It's not your poop 😳 -
Facebook messenger app be like:
"Something went wrong, please try again"
No shit,when you r trying too make another snapchat app...1 -
I’m a neat guy and gosh darn it people like it when i yell at them
It stirs something above and below in them to hear precisely what is wrong with them at high earnestly hateful volumes before the salty taste1 -
Anyone else got the problem of a tmp36 being really fucking hot. Its really annoying.
I was just messing around with a Arduino and there is this Love-o-meter thing that uses the tmp36. And oh god something must have went wrong113 -
Salesforce translation import tool is absolutely useless regarding error messages, when something is wrong with the file. Even if you try to replicate an already correct file, salesforce just tells you that something went wrong and which file formats are accepted ... even when using said format. No hints, no further explanation ... I need more details, WHAT IS WRONG?😠2
-
Haha, I was checking a bug of something that is displaying wrong in the app that I'm currently working, reported by the manager of the IT department, and he took the trouble of taking photo of the phone instead of a screenshot XD1
-
Pulling reports that never get used for anything.
Even when something does go wrong, that means going and pulling fresh data instead of referencing the reports on seemingly niche stuff to get sent off to exec who are 100% in too many pointless meetings to ever read the damn things5 -
Working
Something feels wrong
Change neovim config
Save
Doesn’t work
Change neovim config again
Save
Works
Back to working
Every
Single
Day
I love this editor -
Oops! Something went wrong! :(
ESLint: 8.57.0
TypeError: require(...).pathToFileURL
Did someone move fast and break things again? -
Something you really should not do:
*adds a new feature*
*build & run*
*See no difference*
Me: "Hmm.. Maybe 1 is not the best test integer, let me pick something higher..."
*build & run*
*INTEGER OVERFLOW EXCEPTION*
Feel free to share your "let me choose anothee test integer"-stories, which gone terribly wrong.1 -
Every time I get annoyed by something on GitLab I'm more and more tempted to start making my own git platform.
What could possibly go wrong? :D1 -
If you're making code changes without a Story or Bug ID, you're doing something wrong. Take the 30 seconds and open a story to track your friggin work please.2
-
What the f*...
SomeType {
var something = {
somethingElse: "blah",
whatever: "halb"
}
var doStuff = function() {
this.something.whatever = "foo";
}
}
Based on what fucking logic are you claiming "something" is _undefined_ while running doStuff()??? What the fuck is wrong with you??? It's a freakin' static context!!!! "SOMETHING" IS DESIGNED TO BE DEFINED ! ! ! ! !8 -
Something goes very wrong if I done my task in first attempt. There's always things I miss completely and then the shame.
-
Does anyone have job related nervous breakdowns/PTSD ?
I have ptsd symptoms related to php project i was maintaining, and i wonder if there is something wrong with me, or it's normal ?8 -
Is it wrong that I hate Java?
I tried learning it before, couldn't get myself to, I thought there was something wrong with me, maybe im not open to learning new languages
Then I got introduced to F#, Loved it! Even moved portions of pet projects to it
Looked at Java again
Still hate it.
Advice?2 -
Something is fucking wrong with the network engineer. His fucking things a lot today. I think his too high today.1
-
Saw code in one of my files at a WIP merge request.
Wanted to add something to fix a bug.
Added, tested and committed.
Pushed.
Wondered why my change wasn't listed in the "changes" section of the merge request.
Turned out that I accidentally edited a file that had the same piece of code where I wanted to add something.
Well, lucky me! If I wouldn't have been editing the "wrong" file accidentally, i probably would have spent hours of debugging only to find out that I am actually in the real wrong file. -
Is there anything wrong with reddit new UI?
I've posted a link there. It shows it is 31% time upvoted. But the total votes are 0. Moreover, when I tried to upvote the link something weird happened.2 -
Something that I need to learn: not taking it personally when people answer something in which I was wrong by terminating their sentences with "..."
When people finish sentences with an ellipsis, I always assume they're judging me as being stupid or something, but indicating that they're refraining from saying it. Almost feels passive-aggressive. I hate it. But I guess I need to learn not to take it personally.8 -
4 hours applying to freelance jobs once again, and once again not a single interest. Maybe I'm doing something wrong2
-
"Indicates triumph, not anger"
You know something went wrong when you have to explicitly say that. Besides, I only see people using this emoji to indicate anger.2 -
Apparently we can't stick to a single technology for more than one project. There's always something wrong and something to complain about.
Finally got an understanding of typescript+react, and doing web development. But now we are looking into switching to Flutter or ASP.Net Core. Too many technologies out there for web dev.
Anyone have any negative to say about those to hopefully not switch over and have to learn a new tech?6 -
Alright, I got a question: as a beginner, how so you identify that when something goes wrong with a product, that it was your fault? My boss just Slacked me that one of the websites we're working on has a problem where the buyers can't place an order because I allegedly used the wrong database table. Which I don't remember doing. But maybe I did.8
-
There's a right way, and a wrong way...
Correct:
if (version <= OLD_VERSION) {
... do_something_old ...
}
else { ... something new ... }
The wrong way:
if (version = NEW_VERSION) {
... do something new ...
} else { ... do something old ... }
What my standup report is today:
I'm modifying thousands of lines of SQL code because the script was hard-coded to only work on SQL Server 2008 R2, and we're using SQL 2017 in our test environment. All of those lines now fail because we don't match your "new version" number.4 -
I spend weeks working on an application for my boss just to have him make me scrap it when I'm done just because there was something wrong with design.2
-
Today I realised ,
I've learned more in these past 2 months vacations than past year.
Why are universities in India like that?Man, something is wrong with Indian Education System.2 -
What's wrong with the fake messages on #LinkedIn ?????
a long message talk about making business and something and in the end of it it says just email me and you'll know everything!
Why don't you just text me here...well that's when the fake alarm rings. -
Having to sit through a debate between my lead and boss about how to implement something trivial like front end validation in a non-public facing part of our system. Or worse, working on something as per my lead's instructions only to have my boss tell me its all fucking wrong and to start over.
-
The *project* build succeeded so you decided to check in your code changes. OK? WRONG! Always build *the whole solution* before checking in code! Never check in something doesn't build unless you want to make me groan *making groaning noises*
-
Does devRant sell user's data? I have a feeling that something I recently posted here invoked a series of ads I'm now receiving everywhere.
I may (and want to) be wrong about this.32 -
I'm scared I will assert something is a certain way when actually it isn't. It's not that I hate being wrong, I'm wrong all the damn time, I just don't want to be seen as someone with a big ego who can't take the time to learn what's actually going on.
This results in my constantly saying "I think" and "maybe", which makes me sound less confident and likely results in being taken less seriously. But I think I prefer that to sending someone down the wrong path if I'm not sure I know what I'm saying is correct.1 -
Really interesting video by FunFunFunction https://youtu.be/J9OpTNk0hYc.
"Does a developer need to be nice". How many times have you guys been made to feel stupid for asking a question or for getting something wrong?2 -
The project that I’m working on right now. The more features I build, the more I realize how much more shit I need to build. What the fuck is this. This is getting really stressing. Really annoying. Really scary really fast.
Am I missing something?
Am I doing something fucking wrong?
Am I over engineering shit?
Shit looks like it has NO END.12 -
Only just spent an hour like a fucking retard trying every possible solution to something so basic even a toddler could fix it by mashing keys on the keyboard to finally realise I was working on the wrong fucking view!! 😀🔫
-
What the crap? Get this, I'm setting the timezone to UTC in PHP. All find and dandy, only that it gives me the wrong FUCKING date and time, like what is wrong with you xD I changed nothing since yesterday and yesterday it gave me the correct time xD2
-
My first production support release is next week and its from midnight till 5am and be at work at 8:00am. If something goes wrong with any of the other developers from our team goes wrong I have to figure it out. And this image is exactly how I picture it goes, if any tickets fail. (🤘🏽 bring it on! )
-
Whenever I'm trying to get something done urgently suddenly something wrong happens. And then a chain of 'something wrong' starts. It doesn't matter how many different ways I try, there's always something wrong waiting for me on the way.
And when I try to fix 'something wrong', something else wrong happens.
I feel like this whole universe, each and every atom in this galaxy is trying to fuck me up.3 -
Friend: You have only a year before the next MS batch starts. Start doing something. A year will go by in no time.
Me: Wrong. A year will go by in exactly a year 😎 -
What's wrong with Eclipse? It give me errors without any actual error. I do restart everything works.
Sometimes I have to clean the project to remove errors.
Or am I doing something wrong?
Previously I have worked only in vim because my projects were small. I am not feeling good with Eclipse.5 -
Y'all, holiday break has started and I'm not being productive. I think there's something genuinely wrong with me!
-
You know there's something seriously wrong with a "framework" when it takes 20 minutes to figure out how to SHIFT A BUTTON INSIDE A HEADER.
Fuck you jQuery Mobile. I wish you had never been born.
:|3 -
Anyone else here get errors when using the latest SDK tools? It's like a manifest error but if I change the compile Target and min SDK to 25 it works. Is something wrong with SDK 26? I see that app compat is using v25.3.1, can this be the problem?3
-
When you saved a file at the wrong directory, IMMEDIATELY REMOVE IT. I have continuously lost my work by opening a file previously saved in the wrong place, overwrote the new ones, only to realize that it is a file wrongly saved a few days ago.
Also, the hours I spent trying to debug something only to realize I've overwrote a file I saved at the wrong location...2 -
As much as I love Linux, it just sucks to use its GUI for development.
Maybe I'm just using the wrong distro, anyone knows something better than Ubuntu for Web dev?12 -
snowflake used to tell me seconds if i did something syntactically wrong and it can't run my query
now it takes 2 minutes to intialize the UI first? what the fuck?2 -
!devrant
What the fuck is wrong with walking deads CGI??? Did they lose all their budget or something?
DEER WALKING DEAD DIE1 -
When you make some changes on the server and you warn that there will be annoyances while the changes are being completed, there is always someone who sends you an email with the title in capital letters asking for urgent help because something is wrong.4
-
Who could explain what a container is? Like a Docker container, but not necessarily Docker. Google doesn't provide simple yet meaningful answer (or there is something wrong with me today). Any ideas?8
-
I want to automatically backup all my local files to the cloud that have been copied onto my Linux server a week or longer ago. How do I do that? My idea is that if something goes wrong locally I have a week to restore from the cloud.5
-
when programming fails.
when I updated the firmware on this piece, something went wrong and the device broke.
Google'd and learned that the only way to unbrick is to break the other side open and remove a non-removable battery, to reset. else it will stay bricked forever -
I feel discouraged about working on this personal project because I fear doing something wrong designing the database architecture4
-
Write C++ like it's Python, write Python like it's C++.
C++ everyone else has to use types so you can get away with auto and the compiler will tell you when you've done something wrong. Python, nobody else has to use types so type everything and let the static checker tell them when they've done something wrong so they don't pester you. -
Checker checks my pull request in git... says there's an error but in my laptop my codes are working fine... something must have been wrong there...
-
My folder and and file not exist in the local storage. I made a helper to create a directory in phone storage. But it Works on Samsung J2 but not the rest.
My Helper : https://gist.github.com/johnmelodym...
```
if (FileHelper.saveToFile(readMessage)) {
Toast.makeText(MainActivity.this, "Saved to " + Environment.getExternalStorageDirectory() +
"/Brainwave/"
+ FILE_NAME,
Toast.LENGTH_LONG)
.show();
Log.d(TAG, "Data Saved");
} else {
// something something;
}
```
Am I doing it wrong ?6 -
Why tf would you use grayscale over RGB for anti-aliasing of font rendering?
Do you want to flex on your HiDPI monitor or what?
Is there something wrong with my eyes?
The mistery continues... -
There is something wrong with my Internet...
Why is creating an Remix app takes like forever?
And this happened to other JS frameworks (that I tried) too!1 -
Client just requested a number of columns be added to the database called Misc (Misc1, Misc2, etc.).
Something about doing that feels so wrong, but they insist.1 -
Help. Has Python changed in version 3.6.5, or is there something wrong with my code?!
The following doesn't work:
import os
def main():
console = input("...")
rom = input("...")
The following does work:
import os
console = input("...")
rom = input("...")
def main() :12 -
Recently every time I write some code I have the internal fear that this code sucks terribly and that I'm doing something wrong.
Is this some type of imposter syndrome?5 -
Everytime I feel like looking at something on Moodle.org... the site works.
Everytime I *NEED* to look at stuff on Moodle.org.... the site dies. Every. Time. FFS.
And no, there isn't "something wrong with the internet". -_-