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 - "not my problem"
-
I don't understand why so many people fight this war of tabs vs spaces. My colleagues elegantly solved the problem just not using indentation at all36
-
A rare bug appeared. It was my duty to finish it.
SH = Manager
SH: So when do you think you can finish the task?
Me: I still have to analyze the problem. Give me a moment and I'll get back to you.
SH: Alright.
*An hour later*
SH: *Approaches my desk* Have you found the source of the problem?
Me: Not yet. Please give me some more time.
SH: Ok.
*An hour later*
SH: *the approach* You found it yet?
Me: Yes, I've found the the source of the problem, But... *explains the problem and thus concluding that it's a complicated bug*
SH: Can you finish it by tomorrow?
Me: I'll do the best I can but I am not entirely sure if I can finish it by tomorrow.
SH: OK great!
*The next day*
SH: *Le approach* Hey I have a colleague here that may be able to solve the problem, he has skills with XYZ. Ok, I will leave you two at it then. *the leave*
Helper: So can you tell me about the issue here?
Me: *explains the bug and the source of the problem*
Helper: Have you tried solution A?
Me: Yes sir, but it yields a different output... *explains what happened with solution A*
Helper: Well, that won't work. What about solution B?
Me: I've tried that, too. *Another lengthy explanation*
Helper: Welp, ok. I'll get back to you on that.
(...But he never came.)
*A few hours later*
SH: *A.P.P.R.O.A.C.H.* Hey I have this team lead from another department. I think he can help you out on this one. *L.E.A.V.E.*
Helper 2: What seems to be the problem?
Me: *Explains again with all the solutions I tried but failed*
Helper 2: Wow. That really seems to be a complicated problem.
~~
Me (In my head): -_-
~~
Helper 2: Listen, I need to get back to my team. I'll keep you posted if I happen to find a solution for your problem alright?
Me: Alright thanks.
*Towards the end of the day*
SH: *APPROACHHHH* Have you resolved the bug yet?
~~
Me (In my head): You made me spend half the FUCKING day explaining to these people who didn't even give a piece of FUCKING SHIT to contribute to the problem and you are asking me if I am done with this FUCKING BUG? FUCK YOU, YOU SON OF A -
~~
Me: No, it is not finished yet..
SH: You have to finish this because we don't have tomorrow.
~~
Me (In my head): SHDIFHWISGSIFGSISBAUDBEIQBDIWGFIEBWIDHWIQBDOSBCISBDOSHDIAGSUSVDIFBDKDJWIQKDBDIDGSUWVDIABDIXBSIDBDIDBWUWGUSVDUWVDJQBDUDVWISHDUWVFG
~~
I went home for the day.21 -
I used to get annoyed when my dad(65+ years old) had a simple computer "problem" like copy and paste that I needed to help with.
But then I remembered he showed me how to use a spoon and not shit myself so I guess it all evens out13 -
-- How I feel at work lately, in terms my wife understands --
Me: There's a gas leak, we need to fix it.
Manager: Yeah, use some duct tape, here's a roll.
Me: That's not how we fix a problem like this.
Manager: Will it work to solve the problem?
Me: Only temporarily
Manager: Ask your co-worker if you need help using duct tape, he's used it before. When will it be fixed?12 -
1. Have some issue with my code which spits out cryptic compiler error.
2. Ask on stack overflow, Reddit, etc for a solution.
3. Get scolded at for "not reading the documentation" and "asking questions which could be answered by just Googling". Still no clue what I'm doing wrong, or what the solution would be.
4. Find someone else's vaguely related problem.
5. Post my problematic code as the answer, with arrogant comment about OP being a retard for not figuring that out for themselves.
6. A dozen angry toxic nerds flock in to tell me how retarded and wrong I am, correcting me... solving my original problem.
7. Evil plan succeeded, my code compiles, and as a bonus I made the internet a worse place in the process.
I think if you tell a bunch of autistic neckbeards that "all coronaviruses are fundamentally incurable", you'd have a vaccine within a week.15 -
People going to the doctor: "I'm sick, and here are all my symptoms in detail."
People who have a problem with their cars: "My car don't work, here's everything I've noticed"
People who have a problem with computers: "COMPUTER DO NOT WORK, THANK YOU"
(From https://twitter.com/Metrokun/...)3 -
"Hey, can you help me with our Algorithms & Data Structures task? I tried to tranlate my problem with Google translator but I can not select the option to translate into Java."
I was speechless when a girl actually asked me that10 -
Parents:why is my iPad so slow?
Me: It's old (1st gen that came out in 2010)
P:well just clean it up and make it go faster
M:Theres nothing to clean... Theres only a browser app and solitaire....
P: well just fix it so it's faster
M:....... *turns it off and on again*
M: All fixed1 -
I'm here, wide awake at 4:30 am... Not because my brain is stuck on a problem, but because I am so happy with the code I wrote that I'm too excited to fall asleep.7
-
I just spent 20m debugging.
Basically bootstrap nav wasn't working. Couldn't understand why not.
Figured out its a an issue with the JS interfering so I remove the script reference from my HTML. Problem solved.
Okay,cool. Now let's add that file back in and figure out what caused the issue.
Hm. This line looks like it might be it *comments it out*...odd. Problem still happens.
*proceed to comment out and test every function to see what could be causing this issue*. Still happens. Fuck it. *comments the entire file out*
what the fucking fuck. I remove the script reference the problem is gone. I remove all code from the script - problem persists.
...wait...are you fucking kidding me. I OPENED THE WRONG JS FILE WITH THE SAME NAME BUT IN A DIFFERNT DIRECTORY.6 -
So I got an answer on Stack overflow
Answerer basically said "finding the error is tedious so I re-wrote your code"
They changed about 15 lines in their answer. I combed over it and found that I needed just one.
I put an answer myself, saying which line was missing (as the other answer didn't highlight the actual solution, and rather re-implemented my code)
My clear, concise answer was deleted by moderator for "Not adding anything new" (Except what the exact answer was to my problem, I guess)
Not my fucking problem. Make your own Q&A site harder to use, as if I give a fuck.21 -
Them: "Our phones are down."
Me: "I'm sorry to hear that. Have you notified your provider?"
Them: "My provider?"
Me: "...You haven't been our VoIP client for about a year and a half now."1 -
so,i made a website and uploaded it to my paid hosting...some pages were blank when accessed.did some testing and found out that was a php problem.contacted the support to enable error reporting for testing...he said that it can not be done...and that my code was the problem....spent 3h testing like a blind man...then my mother comes and sais this "maybe it's not compatible"she knows nothing about programming....then it struck me....fucking different php versions...i think i'm retarded sometimes...12
-
Client hasn’t responded to my questions for over 2 weeks, so I close her ticket.
”Why the hell did you close the ticket!? The problem still exists!”
Sorry, I’m not a mind reader..3 -
Not sure what hapend... On my laptop running Ubuntu 17.10, I just got a notification:
Problem occured: "Ubuntu is ready"
Not sure what to do now... :P8 -
The new IT lady of my previous company told me this:
"Hi, the Internet is not working"
"ok, did you make any recent changes to the router?"
"I didn't touch the router. I removed the switch in between so the internet should still work"
"You removed the switch"
"yeah but I didn't touch the router so what's the problem blah blah blah"
🙄7 -
"could you put me through to a colleague who has the ability to have an actual intellectual conversation?"
-
Somehow I finished the call but God damn it took some energy and self control not to completely lose my shit. His tone was also very denigrating (he just didn't agree on something which was his fucking problem)
Fuck him.6 -
Hey guys, first rant,
At the moment I'm developing a very big and complex app. We are almost done and decided to deliver a test version to our customer. After he received our test he called us and said there is a problem with a function, he just said it's not working and wasn't very specific.
So I decided to check his problem, because an colleague couldn't figure it out.
I started the app via android studio and had a similar problem, there was a huge delay at the automatic recording function of Bluetooth messages, I thought yeah this is his problem.
I showed it my colleague and he said that he doesn't have this problem, we have different Bluetooth simulators so we thought that there must be a problem with the Bluetooth communication or the simulators are broken.
I checked if there is some kind of timing or buffer problem and logged the shit out of the simulator and found nothing, 3 hours were lost🏁.
My colleague checked his last changes because he had changed a lot at the App Api do to new conditions and those customer wishes💀 he couldn't found anything. So we thought maybe it's my device and the device of the customer. We switched the devices and tada no problem with my devices if the app is builded at the pc of my colleague.
I thought ok maybe it's because I turned some ndk features off. Turned it back on, nothing happened. So we exchanged our Android Studio Settings but no difference. So I said yeah whatever my mashine is just fucked. I restarted my mashine for the third time and started android fucking studio. Some little popup showed up "new updates"... the solution came to my mind ... Do to an update of android studio I excidently turned on Instant Run.....🌋 . I checked it, it was activated, these fucking instant run, great idea but not working... Turned it off, everything worked.
I called the customer because he can't have a problem and he said, this time not angry, oh yeah it was just a notification if I want to turn on my Bluetooth and I decided no and the Bluetooth recording is not recording, this is a problem... -😠NO FUCKING COMMENT😤-5 -
So today I got a call that an end user decided to try to be a developer. He built and ran a bulk edit script on his company's server.....
Without a scaled test....
As root....
From root....
Without backups....
How's this my problem again?
Oh right, it's not (yet)!5 -
I have had this conversation well too often:
- (him/her) Do you mind helping me with this problem I have on my computer ?
- (me) Sure, what is it ?
- (him/her) *proceeds to explaining the problem*
- (me) Ok, I don't know about this particular thing, you should try googling it.
- (the pissed off version of him/her) Never mind, I'll find someone who's willing to help me.
Please stop taking that as me not caring about your problem.
Googling things is basically what I do all day as a developer.
You really should try it. That thing is actually pretty useful.5 -
My biggest personal challenges as a dev are these two:
1. I tend to work too much (by choice), which impacts my personal spare time heavily.
2. I tend to not let loose of a problem until it is solved. This often results in longer work hours or me not taking brakes...4 -
Rant rant = new Rant
rant.isRant = false // !!!
I woke up this morning after not thinking about my code for a day, and realized i had a flaw in my validation design. I fixed it before opening my eyes.
It's kind of amazing how not thinking about a problem can help solve it. Even if you don't know it's there!6 -
I don’t have a degree, nor has a degree ever prevented me from being hired / doing my job.
Now that’s not to say all businesses / companies will over look your education section on the CV, But for me it’s never been a problem.
#SelfTaughtDevsMatter3 -
Coworker asking for my help on a crm framework I have never seen before. She was banging her head on the monitor by 1 hour. I read the stacktrace of the error (Java), and 30 seconds later I solved her problem.
Guess who is going laid tonight?
Not me, because she's engaged.6 -
Boss: A client has reported that he can't add products to the cart he gets redirected to "empty cart page" on safari or edge not sure, can you check it out?
Me: Yes
later...
Me: It's working on safari and edge but not on IE, I get that exact same problem on IE.
Boss: ok don't mind about IE
Me (inside) I've lived long enough to hear that YEAH !!!
Goodbye my old friend IE hahaha :D4 -
You know what? I'm starting to think Stack Overflow has an elitist attitude problem. I post an earnest question in meta and 3 out of 4 guys ridicule the idea and are rude. Only one person seemed willing to even consider my question. The other 3 just posted rebuttals of my idea. This is a Q&A forum, not the U.S. presidential debates, damnit!13
-
I swear to god, I'm going to track down the dipshit who just made my day hilariously painful.
So here I am, finishing up this project that's been going on for what feels like an eternity, when I get an email "why doesn't order X show up in this other system?".
I mean, it's a common thing they can take 15 minutes to push across, so the usual quick glance and what do you know, it's just sitting there as if it's waiting to be pushed through, than an hour later... it's still there, so I start digging, maybe a data issue, nope looks all good, customer details, payment details, products...
just another order, jump on the logs and all looks fi......... wait.... why does this postcode have 3 digits and not 4 , Australia has 4 digit postal codes fyi, looks at order again, 3 digits, look at log, 3....hold on why's it only 3 digits, checks code, handled as string... ok..... where the fuck would it drop a digit.... frontend requires 4 digits, validation requires 4 digits... how the fuck did you get 3 digits in... I can't see anything anywhere that logically makes sense for this🤔
Drops address into google and it's a postcode starting with 0.
Jumps on DB and the fucker is an int in the postcode table. For all you playing at home 0123 <> 123
I don't know if I should feel bad, or impressed, it's been 7 years since this table was created, and 7 years before someone managed to live in one of these parts of the country with a leading 0.
QA didn't spot this years ago,
No one tested this exact scenario,
The damn thing isn't even documented as a required delivery area, but here we are!
Kudos good sir, you broke it! 🤜 🤛
You sir may get your order now!rant cover every possibility always suspect the unexpected my problem now! not my fault 😅 data how dafuq was that even missed11 -
Actually just 2 hours ago my boss showed me his "hack" which solved a problem he worked on half of the day.
My eyes suddenly began to itch heavily and I felt a strong urge to quit immediately.
The problem was no big thing and we actually spoke about it at noon and I made a proposition how he could solve it.
Turns out he .... aaaaaahhhh I better do not mention it, as it may summon evil spirits... sorry.5 -
Such immense satisfaction when. You have been telling the other team that the problem is on their end and providing more and more evidence that it is but they insist it's in your end and now finally they are admitting the problem is on their end!3
-
a stored XSS vuln in a banner-like component, visible in ALL the pages in the portal. Anyone can attack anyone.
HOWEVER this was not discovered by 3rd-party security specialists during latest security audit. I have escalated this to my manager and got replied that unless client actively requests this to be fixed should I do anything about it.
FFS.. it's only 2 lines of code.. And there's nothing I can do about it.
Eventualy I was transfered to another project. Now it's not my problem anymore.4 -
Am I the only one who looks at the answers first on stack overflow then the question when the answer does not relate to my problem?3
-
Sometimes the design decisions of big companies amazes me.
I wanted to contact support of Cloudflare. The only way to submit a new support query is by logging into the account first.
My problem is that I can not log into my account. What a bunch of retards.4 -
I was stuck with an architectural problem for a few days. Tried to solve it in many different ways. I could always do a quick hack and call it a day, but.. That's not pretty and it would be a trip wire for future developments.
Went to bed at ~2am. Took a few hours before I finally fell asleep. In my dream I was solving the same problem as in real life, except there I found an obvious and simple solution. Woke up at 8am, repeated that solution to myself a few times to not to forget it. Implemented it in the evening and it worked perfectly!
Moral of the story: do not work late. Better go to sleep, rest your mind. You might solve the problem while resting, and you will need a clear mind in the morning to remember and implement the solution :)
p.S. This happened to me more than once.2 -
I kid you not, one of my designer friends dipped his toes into coding, he ran into a problem...
Wondered why the following function wasn't returning a random number...
public Int getRandomNumber(){
return 4;
}
#facePalm #stickToDesigning7 -
Me: asking about a problem in javascript
Other: do u use a framework?
me: yes
other: which one?
me: vue
other: i would use angular because this and that
me in my head: okey thanks but its not a problem with the framework lol
pls stop this. react, angular, vue are all doing the same10 -
Just noticed on "winehq" that the acronym for "Wine" is "Wine Is Not an Emulator". This is great and all, but all my mind can think about is the infinite recursion problem they've got there.11
-
I am searching Google for a strange error message I have in my program. Find one stack overflow thread from a couple of years ago with one answer approved by the OP and upvoted a remarkable amount of times.. I am reading the question and it is exactly my problem...to the point. So I am reading the answer and it works and solves my problem and I am happy. Let's see who is the OP of the thread .... Um, what? No?! It's me?!?! And who posted the answer to the question? What??? Also me?!?! Guess I had this problem years ago, figured out a solution and posted the answer.
This brings me to some things:
1 - I am a better person than I imagined i would be because I never thought I would document my findings publicly
2 - I am the biggest idiot for not recognizing my own post
3 - Dafuq, why did I stumble over the very same problem twice??
4 - on the other hand it is totally cool to see stuff I did and think "wow, I managed to do this??"2 -
The guy who kept asking for my help... it's not that I have a problem with that, but his problems could be solved with a very simple Google search.6
-
My manager is an idiot and a complete asshole.
Knowing that I was working on a solution for an important problem, he sent an email to our customers saying that the problem cannot be solved, and the customers need to take care of it themselves. He sent this email the evening before I was supposed to present my solution to everybody.
It's not the first time something like this happens, but this stupid individual RESIGNED ONE MONTH AGO. He's in notice period right now, and nonetheless he keeps fucking people like he used to do. WHY THE FUCK MANAGEMENT DOES NOT BLOCK HIS EMAIL!?4 -
My head hurt today when I heard this: "We could not reproduce the problem but we put in a fix and are pretty sure that it will fix the problem."1
-
So I got 10 days of national holidays now starting tomorrow, gonna learn some PowerBI and neural network for college paper material. Problem is my brain just not fuckin good enough to absorb all of this algorithm. Fuck brain12
-
thought I'd check why I'm getting connection timeout on my app
I think the problem is me and not the code3 -
#1 life lesson I learned from coding?
Maybe not coding specifically, but I learned the difference between problem solving and solution finding.
Its helped me in a lot of areas of my life. Made friends and made enemies.4 -
Dear Colleague who ended a call I overheard today with the sentence "I'm off next week, if there is anything - anything! -, call me on my mobile phone!". Fuck you. If you value your work more than your family, that's not only your problem. You're fucking my clients expectations, too. I don't think you're a hero. You're a moron.4
-
Me, talking to a colleague:
"No, thats impossible. The problem can not be in my code. Let me show you why. You see, the code does this, and than it goes here, and then… oohhhh…. I’ve found the bug."3 -
You know what grinds my gears?
Those people who ask about a problem on stackoverflow, github issue, or other sites and then reply:
"Never mind, found the problem!", Without telling what was the problem and did they fix it.
Fuck those people.*
*Not literally.4 -
Today I had my first decent pull request accepted.
It wasn't the biggest problem, but it made a chrome extension not work, and the author and other users couldn't figure it out.
The author seems very chill and called me 'the man' and offered me a drink.
It felt nice.1 -
.... And it appears my Atom has Entered the Matrix. Full time.
In other news, I successfully completed the E-Commerce App I was working on, even though that Stripe Verification was a ball ache and the bane of the entire project giving me a stupid bug in jQuery whereby it was infinite looping over adding the token and not actually submitting the card charge. Somehow changing my button from using an id to using a class fixed my problem :/ (# -> .)11 -
That feeling when you try to get entries from a mongodb and it doesn't put out anything, not even errors and after 4 FUCKING HOURS trying, googling and looking around on stackoverflow, you realize THAT THE PROGRAMM DIDN'T EVEN CONNECT TO THE DATABASE
That's the stupidest problem I ever had IN MY ENTIRE FUCKING LIFE
Thanks devRant, I feel better now.4 -
One of classmates presented an idea of children tinder as her final project. (To find friends, not...you know..)
So, after a pretty logical question how they're going to prevent it from turning into a platform for kidnappers, they said 'I don't know, not my problem, tinder doesn't do it, Facebook doesn't, it's not my sphere of responsibility. And as a developer I cannot guarantee anything, why are you asking me this you're wrong'
Bravo.
P.s. idk why both of my latest posts are about tinder lol13 -
Today the last Facebook Inc application is gone off my phone as I uninstalled Whatsapp finally. But the problem is, many of my customers use Whatsapp for quick comms, what do I do for this? Any suggestions? (I use Telegram but it's not much used around)41
-
New to Java.
I was debugging for hours until I finally found the problem: "==" compares two strings' references, not their value.
I began to laugh tears!
Oh my fucking shit... I am a... damn it!12 -
11:00 AM
Boss: *autistic screaming* Make this module not shit.
Whole team: Alright we'll have a meeting to discuss changes at 6:00PM
5:00 PM
Me: I'mma fiddle just a bit with this module.... *fiddles a lot* *makes it not shit*.... cool, I'll just notify my team I fixed it.
LiterallyAtTheSameTime:00 PM
OtherDudeFromTeam *in my dm-s*: AY YO DUDE I FIXED THE PROBLEM LOL 😂😂😂
Me: iGiveUp.exe5 -
A support request came in at 4:30 this afternoon, I logged onto the server somewhat pissed off that there was a support request at this time on a Friday.
I checked the logs and noticed 500 errors coming from our integration parter after a little log checking and with glee I declared "not my fucking problem!" I replied to the customer and ccd our partner. Have fun bitches, next time deploy your new version when we fucking agreed! -
Local time: 10:45 AM
I get a call from a customer. "My computer isn't working," she says. "I can't get to Google."
"What does it say?" Ideas swirl through my mind as I ask the question. I've seen this problem before.
"'Your connection is not private,'" says she. "I just want to buy a program."
I instantly know what the problem is.
"What time does your computer say it is?" I say it calmly, almost with a knowing smile. Yes, this has to be the issue.
"Um... 1:40," she says, a drip of confusion in her voice.
"That's your problem," I say. "Just fix that and you'll be good to go."
The problem was resolved and all was good.8 -
I doubt my skills every day.
Whenever i get a new problem to solve, I'm afraid I might not be able to solve it.
But at the end, I do.
Anyone else felt the same?6 -
My boss sucks really hard at English... I would not have a problem with it if he didn't insist on naming methods and variables with a non-sense English that he thinks is right...7
-
CTO: Research, problem analysis, customer need validations, and data based prioritisation is stupid.
Me: So, then why should we solve this problem?
CTO: Because my team invests a lot of time in here (read "because we build a shitty system in past without thinking and we are doing it again").
Me: I don't see this as a good idea.
CTO: I become emotional when I request product to align and they don't. We must solve this problem and not what customers want.
Me: I am not participating here.
CTO: And I want you to work on weekends to support my team.
Me: *disconnects*3 -
PHP is my main language, but I haven't had a single problem with it yet.
Nodejs it is.
How can you possibly make it SO GODDAMN HARD to just implement ANYTHING synchronous. THERE ARE REALLY FUCKING GOOD REASONS YOU *WANT* YOUR CODE TO STOP EXECUTION WHILE DOING SOMETHING
EVER HEARD OF HARDWARE PROGRAMMING? YEAH, APPARENTLY NOT
GRAAAAH12 -
Woke up from my sleep last night because the solution for a long running bug hit me. In a hurry I ran to my work-desk not too far from the bed and flipped open my laptop so hard I broke the screen.
I’ve sent the laptop for repair but my night was so long I didn’t want to get off because previously I only had one problem but then it doubled.2 -
Today in IT class our teacher said: 'you can only use char and int in a switch statement'
I was confused because I was 100% sure that you could also use string and so when I got out of school I immediately looked it up.
It is true, well it was true until 2011 when Java 7 was released which added the possibility to also use the string data type in switch statements.
In this I see a huge problem with the education system. Teachers (almost) never 'update' their knowledge and then teach outdated stuff to their pupils. While this may not be a problem in some subjects, it definitely is a huge problem in IT.
The development world is always evolving but if the teachers don't follow along the pupils get taught outdated stuff which, in my opinion, is a really big problem when they finish school and go out in the world to find jobs.9 -
When my headphones are on :
1 - I can't hear you
2 - I don't care
3 - It's your problem not mine
4 - I don't care -
Yes of course, my problem is not having enough memory to throw an exception of not enough memory ...5
-
So I finished my first semester in NYU as a CD master. During the first semester I took a class called heuristic problem solving. Every week a competitive game will be introduced to us, and will be played in two weeks. And trust me, the games aren't easy. I teamed up with another guy who I had no idea was and named our team as we don't know. At the end of the semester we won seven out of nine games, and by won I meant that we beat the whole class in the match. And my teammate became a really good friend.
By telling this story, I want to make a point. I love problem solving, and not problems in a algorithm book where you apply an algorithm and do some trick to solve it, but real world problem where you hope for the best and anticipate, predict your opponent's move. However, American's school system doesn't teach that.
When I applied to graduate school, no school wanted me because I have an average GPA of 3.6, and no outstanding achievements. I can solve problems in my dream becaus I have an active mind, I can propose solution to a project one month before my teammates realized they essentially were doing what I told them the solution should be. But so what, I can't write those on my application.
One of the professor told me that my professor shared the story of my team during a faculty dinner, and they were very impressed by our achievement. So I guess I'm not dumb. But after all, companies and schools will look at your transcript and decide who you are.
I love myself for having random thoughts all the time that can lead to innovative problem solving. But I also hate myself for not able to study like the good kids are.10 -
Customer: can you fix my flashdrive? I think it's corrupted or something.
Me: sure no problem
*plugs in flashdrive in pc*
*tried to format*
*Disk is write protected*
Me: ... not you again.9 -
In my uni course "Algorithms and Data structures" we use Java. Fine. Definitely not my preferred language but it's not like I have a choice.
Anyway, our teacher uploads code files for us to use as reference/examples. The problem is, they look like this. Not only does she not indent the code, she also uses a charset that is not utf-8.
In the rare cases where she does indent the code, she uses THREE, yes THREE spaces...24 -
I'm gonna decline the next time someone asks me "hop in chat with them" to discuss their stackoverflow problem.
I'd already given my two cents about the problem in question and I thought something was unclear about that so I say okay what the hell, made a chat room and invited him in.
Him: So I have this OTHER problem with [insert JS plugin]
Me: ... I don't know enough about it. I've used that specific plugin maybe once. The question I offered you my help with was PHP.
Him: Yeah but can you take a look really quick?
Me: I'd have to reread the documentation. I literally don't remember how to use it.
Him: No problem, here's the documentation. I want to do X, Y and Z.
Me: I don't think you can X without doing A and B first.
Him: I was told not to do A, so how can I do X, Y and Z?
Fucking hell I'm not gonna do your job for you. You know english. There is documentation available. Just read it and at least try things.2 -
I try and try and try to teach my coworker critical thinking skills, proper programming techniques, and standard git etiquette. Then I add 4 booleans to solve one problem, use strings instead of ints to find unique SQL Server entities, and push right to the development branch.
I am a real asshole, but at least I am not fake.4 -
Working as a software engineer but: co-workers randomly walk into my office to ask me <<insert random IT problem (i.e. mouse not working etc.)>> while I'm deeply focused programming. Trying to close my office door results in co-workers backbiting...
Why can't they just go to the IT administrator who's work it is to handle their fucking problems?3 -
When I get stuck I usually try a variant of the duck method. I find someone not involved the project and explain my problem to them. I always figure it out before I finish explaining3
-
Howdy this is a daily reminder on why you can't trust anyone with shared information.
I am back home from uni for the holidays and like any computer person who is back in town became responsible for fixing every tech problem that has occurred since my last visit. But what caught my eye when I approached the family computer is not the problem with the computer itself, it's the paper in front of the computer that, in giant lettering, has not only the passwords and account names of my mom and brother's AOL (She's old ok) and FAFSA account respectively but also someone's social security number. Any goddam baffoon who looks through the window or is able to take literally three goddam steps past the front door now has enough information to commit identity theft or just take over one of their accounts. I know it's not that likely but I still had a heart attack when I saw that.
How badly have I failed them?1 -
We are working from home & my manager keep asking me about progress every 10 minutes!
I have come to a the brink of mental breakdown. I have shut down my Skype and not answering calls and I have lied to the team that I am having internet problem just to get away from them.
Ever done that ?23 -
Communication.
I started coding at Engineering school (so like 4 yrs ago) and even if there were projects by group, I kinda learned it all the way by myself so I actually learned to code alone. And to resolve my issues alone.
And it costs me a job right after my internship. Was a big problem since I was almost alone (someone worked also on it but they was on multiple project at the same time so not 100% available).
That was one of my biggest fear in my career and one of my biggest challenge too in my personal development.
And so, like 8 months later, I got a job, I'm in a big team and no more problem of communication. That's something I'm very proud of. But I'm still young in my career.1 -
For fucks sake python.
Reminder to the morons like me still using python:
Notepad++ is not a real IDE and Console output is not a real debugger.
And here we see the absolutely dogshit worthless error output of python:
Says its the fucking return line where the problem is. Besides the problem being between my fucking ears apparently, it took a fucking double take to realize I had capitalized the class keyword.16 -
Friend: Oh god! Are you sure you wanna eat that bunch of garlic?!
Me: Sure. I'm working backend.
Friend: Never mind.5 -
New ticket:
Ticket: "I just spoke with-"
Me: "LET ME STOP YOU RIGHT THERE! IM NOT GONNALET YOU FINISH! IS THERE A PROBLEM? THEN HAVE THE PERSON YOU SPOKE WITH / SAW THE FUCKING THING HAPPEN CONTACT ME! ALMOST NEVER IN MY LIFE HAS A GAME OF TELEPHONE EVER DONE ANYTHING BUT FUCKING DRAGGED OUT THE PROBLEM! WIDGET DOESN'T WORK? THING DOESN'T DO A NON SPECIFIED THING? FUCK YOU FOR DROPPING ALL THE INFO I NEED AND SENDING A VAGUE EMAIL!!!"
-ticket set to not gonna do shit until someone who saw the thing gets off their ass and says what is actually happening-1 -
Got an [IMPORTANT] email today from <some third party company> saying they discovered a problem with their software and were working on it with high prority. Problem description made my day: "<some third party company> would like to inform you that offline users using iPad may not be able to synch due to technical reasons". - wait what?!1
-
Learn enough docker to convince my coworker that it is not the solution to EVERY problem, especially not to our problem8
-
Yesterday I talked to my client for 1 hour about a problem she has on my website. When she does something on the administrative website, internet explorer stops working.
Then I told her: "try Google Chrome or Firefox" and I explain why Chrome or Firefox should work. Today, she tells me that it does not work yet and sends me a picture of her screen with the problem (not a print screen, a cell phone photo, with the sun on the screen so I do not see the screen). It was the same problem as the other days. But she was on ... wait for it ... Edge (yes, she's on w10 and she uses Internet Explorer).
So I reply "try Chrome or Firefox.".
I said nothing else and she just thanks me for the help.13 -
Trying to get my 'patience for Idiots' threshold back up to 15 minures. Not easy.
The problem is - you need to listen to them talking for 20 minutes before 30 seconds of relevant and actual info comes up.4 -
I need to integrate with service A. There is an issue.
Me: Service A, we have an issue. We don't get any errors but the final entity doesn't get created
ServiceA: Ahh, I see. Since you didn't get any errors, try escalating this to Service B - we are using it and they might see what's wrong.
Ticket: *closed*
Me: Service B, we have an issue and ServiceA says I should talk to you.
ServiceB: Ahh, I see. I don't see any errors in our logs. Try escalating this to Service C
Ticket: *closed*
Me: Service C, we have an issue and Service B says I should talk to you.
ServiceC: How do you send the request to us?
Me: I don't. Service B does.
ServiceC: I see. I don't see any requests coming from them. Talk to Service B
Ticket: *closed*
Me: Service B, Service C says you don't send a request. Please have a look.
<...>
Each ticket takes 2-3 days to be noticed.
My fuse tripped there and I addressed this ping-pong situation in the mail thread with mgmt in it. ServiceA hid behind the "it's not our service, we only provide self-service tools" wall. So, again, I'm left out there to dance this corporate polka...7 -
Trying to answer a React mapping problem on stackoverflow.
It's a relatively simple problem.
While I'm typing... all sorts of wrong answers keep popping out.
Oh geez.
People are hungry for reputation
In the end, I removed my solution, and leave the answer in the comment. This is not my fight 🤦♂️6 -
User: "My computer is broken!"
Me: "What seems to be the problem?"
User: "I can't go to any websites."
Me: "It appears our connection to the internet is down."
User: "No it's not, look" *points to Wi-Fi status*
Me:3 -
OSC, or open sound protocol, does not have a Boolean type. instead, the Boolean true has type true and the Boolean false has type false.
what.
well.
at least the problem wasn't in my code? -
<meta name="viewport" content="width=device-width, initial-scale=1">
After trying to figure out why the examples were working on the site, but not on my page, finding out this was the problem left me with one reaction:
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH1 -
My problem with a lot of free resources/class assignments is we're being forced to make useless shit. For instance, an interactive textbook we use has some stupid fucking turtle assignments.
Why not make it something relevant? One of the first things i ever made was a Fahrenheit to Celcius converter. That's a real world application, since not many can calculate that math in their head.3 -
Something is really fucking wrong with people in my company. They fucking calling me after 5PM on Friday when the server is down. What part of my role you fuckers don't understand. I'm not a Network Engineer and I don't have fucking access to the fucking server.
Call the fucking Network Engineer. If his not picking up his phone then that's his fucking problem not mine.
(Bang the Table) Fuck this shit4 -
Some programmer forget to put ; at the end of their commands,
My problem is that i forget not to put ; while coding in python :/4 -
Yay 1week vacation starts now... 1 week of "not my problem, go figure out and fix it urself"
Though I can't guarantee I won't see a bigger burning pile of crap when I get back...1 -
Love it when you try to fix a bug and realize the bug only occurs in debug mode.
No clue why, but also not my fucking problem, users ain't gonna debug :D7 -
Not a bug, but a government web system to have control over financial expenses from a region in my country has the login access admin:admin.
Somehow they manage to keep it like that for years with no problem.3 -
Spent 4h+ debugging my code (it was late)...only to realise that my code was not buggy, but the fuckup in design was in the original part I didn't change..FML..
-
My nightmares are made of CORS errors.
Fuck inconsistent CORS implementations across browsers.
Everyone who is about to say "Once you understand CORS it's not a problem anymore".
FUCK YOU TOO!!!!!!!8 -
Working on my website. Ranting on positioning my background which uses CSS perspective and translateZ to move slowly when someone scrolls.
Can't figure out a way to make it not overflow the whole document for almost 3 days.
Out of frustration changed the position to fixed.
And the problem was gone :( :D :(
I have no idea if I should cry or laugh loudly4 -
Why I don't use Stack Overflow 99% of the time:
Me: I'm not a ruby developer, but I have to write a small script in ruby. I ran into a problem where i'm getting behavior I don't expect. I have a method which expects an array, and when multiple items are passed into it from the command line parser, behaves appropriately, but when only one command line argument is passed, the method breaks because it was passed a single element, not an array of one element. Here's my code, how do I get my desired behavior?
Most highly voted answer: your problem is your passing it a single element and not an array
Question downvoted into oblivion. As if i'm a pleb for not immediately having a perfect grasp of dynamic typing because when I have the choice I stick with strong nominative typing.8 -
Yesterday night, pushed code that work normally to prod server, website down, internal server error, too many connection to MySQL server, tried to fix it for 4 hours, nothing to do, removed the new code, still the same problem, in my head, I told myself that I'm not good at programming (not the first time), send an email to the host, they tell me the problem is from them and they fixed it. And now I know I'm not bad enough.2
-
!Rant
I have not slept in 28 hours.
I discovered Quantum computing, pubo and simulators.
I FEEL it can solve my business problem, but it is fucking time consuming to write this code. (In a good way).
I do not need sleep at this point, I need answers!
Anyone with good links to either pubo examples or a useful quantum algorithm, I’ll take it ! (not the random number… I have already run that on a real QPU 9Still no idea how much that run cost in $)!)31 -
"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 -
So I had a problem. MongoDB replica set connection was not accessible to server in another container. I’ve used ChatGPT. Gave it my code. It showed me the things I didn’t know and helped me work out a problem I’ve struggled with for 2 days.
It’s awesome!
ChatGPT is basically StackOverflow 2.0. It’s a tool and a great one. I can’t wait for an actual production level implementation target to software engineers.
P.S. I think co-pilot sucks.1 -
Me: Asking a question that boils down to an xy-problem on stackoverflow.
5 upvotes
Me: Answering my own question pointing out that my question basically is an xy-problem and pointing out a direction to properly solve it.
4 downvotes
At least I am not the only one having a brainfart. -
Adventures with house IT
I'm currently experimenting with PowerShell but my scripts won't run even though I've got every local permission. The error message indicates it's a GPO problem.
"No problem" le me thinks and calls IT hotline.
After 2 incompetent and unprofessional technicians i've still got no solution. I'm waiting for the second tech to call back because he "needed some time to get to know PowerShell" (he is a trained and certified SysAdmin).
During my call he couldn't decide if it was a GPO problem or not.
And this is just one story of their incompetence...8 -
First week in a new job left me wanting to work there more.
No mails from old place. Strange. I've left them just as two completely green guys were to come for the first time.
Well, not my problem.1 -
On a doomed project. Nobody seems to know what anyone was suppose to have done last week, or the plan for this week.
I've warned them more times than I can count.
I could help, but I'll just sit here with my feet up, eating a snickers and watch them panic1 -
My boss started contemplating whether to start using styled-components for react.
I showed him Vue: "oh well, so we're basically recreating Vue within jsx?"
I'm not sure what problem we're solving anymore1 -
I had some fun with ChatGPT today. I wondered how good its problem solving skills are. Turns out, it's no better than an entry/junior dev armed with all the docs out there - it knows what's written there, how to use the thing (language/framework/tool/etc.), but it has no "understanding" neither of the problem nor the tool, in a holistic way. It's got the knowledge, but it neither has the skill nor understanding of how/why to use it to solve a problem (any problem beyond plain simple complexity).
So the problem I asked it to solve was related to this one I had: https://devrant.com/rants/6312527 .
It was painful to troubleshoot this problem with ChatGPT. It kept on focusing on this particular problem and reacting to errors while trying to fix its initial solution. It took us a good while. Eventually, it reached a working solution, but it was an ugly, convoluted approach that was not feasible to cover my use case with.
FWIW I think it is interesting to follow its line of thought. Eventually, a pattern emerges of how it tries to solve the problem. And it reminds me a lot of myself on the first week in the IT field :)6 -
Finally figured out that 500.30 error.
You won't believe it, but y'all probably will... But I solved my problem by fixing literally one line of code.
This of course pissed me off because this problem persisted for an entire week, even my supervisor could not figure it out.
But I learned so much in failing to find it and making wrong assumptions along the way.
Solving a problem is sometimes just half the battle, the journey along the way counts for something.
My supervisor was super impressed too, so that made me even more happy.
Anyways onto the next problem. 🤪6 -
I wanna work for a company that develops cool algorithms and implements them. Where the devs analyze complex issues and have to do complex problem solving. Where everyday is a challenge. Not a place where simple repetitive UI bugs are the issue at hand. Not a place where the only tasks and todos are trivial and uninteresting. Not a place where most of my coworkers are idiots.2
-
I tried to solved a problem for two day. And I was about to give up. I went and watched a movie with all my frustration. As I was checking on devRant while watching . I decided to google again using my phone this time. Immediately I got an idea and back to my computer. Three minutes and I was done with a problem that took me 2day's. All was because I was using RC5 in angular 2 and the module I was using is RC1 angular 2 and they had not indicated the change in the documention 😢😢😢
-
So I spent the last 2 hours trying to figure out why my co-workers source when hitting the API I built was not working. They kept saying that the problem was the API and I kept saying that it's their implementation.
Turns out it was their implementation and as well as the API. Their implementation problem was not setting the "Accept" in the header. The API problem is how Laravel will return a JSON error response ONLY IF the "Accept" is set in the header.
I actually documented this into the API documentation but it's obvious that none of my co-workers read that you need to set the headers correctly. I think the more scary thing is that they didn't know the difference between Accept and Content-Type!!7 -
It's almost 4 on a Friday and my coworker just left early. The only thing before leaving was to tell my boss about a problem in production...
Leaving me to fix it...
"Hey, I just heard about a problem in production. Can you fix it before you go?"
Not cool dude... Not cool.5 -
I've never liked Quora, but today I decided to sign up because I had an interesting question to ask, about my solution for an angular problem and why it could not be applicable.
Five minutes later 6 people followed my post.
Ten minutes later my question disappeared and nobody knows where the hell it went. WTF? My question count passed from 1 to 0, it disappeared from my profile and from the whole website. No notifies, no emails about it. What the hell happened?12 -
Today I solved the problem assigned to me by changing one character. Simplest fix ever. Except that this problem is not on my project, and I don't have control over this project, so I can't merge my pull request or deploy the code, and the dev that does hasn't answered email today, and he's not scheduled out, and he's not in his office. Whatever, I'm just gonna say it's fuck it Friday and call it a week.1
-
Went to bed last night with my code not working. Woke up, ran the app and IT WORKED! I have no clue what I did last night it's all a blur, but apparently I fixed the problem in my sleep. #SleepCoder2
-
PM said I modified code that change UI so user may not familiar with. So, how could I know what is user familiar with if PM doesn't include spec or user manual to me.
No one tell me how to solve the problem, since you just want problem to be solve I solved it my way. :)2 -
6 hours to make my Ionic cordova app build with native google maps plugin without a problem.
Deploy on my cell.
Not compatible with android 4.4.4.
FUCK YOU SONY! RELEASE A FUCKING UPGRADE TO THIS FUCKING PHONE ALREADY. FUCK YOU XPERIA T33 -
woooooohoooooo! successfully installed Gentoo on my laptop after 7 hours of compilation. It's probably not in the perfect state as I'd like, but I hope to work it out.
My current problem...
WHY can't i have separate DPI's on different displays!!!!
I can't use my second monitor right now because of DPI issues.
BTW, i configured Gentoo + i3
For now, i'll sleep sound 😅😅😊😊😊2 -
I am starting to get really annoyed by shitty devs and tech leads from other teams that ask me to fix urgently a "problem" with my project they rely on, but turns out they did not even debug the fucking thing in the first place to understand where the problem comes from.
Turns out someone used the wrong parameters on his duct taped jenkins CI and instead of finding the reason for the failure, he just assumed my code did not work.
This is the last time I'm helping you fucks before a release while I am on holidays in my country. Worst thing is you guys are paid twice my salary in US dollars but you still can't code and debug for shit.
How about telling me truth when I asked you guys if everything was working fine before I took my vacations? Do you fucking test your shit for fuck's sake? Nah you guys just suck ass.
I will turn off my computer when off work from now on and uninstall slack and emails from my cell phone. These guys are not competent enough to use those tools properly.3 -
Nothing like a client bitching on the weekend that a promo code is broken on their site. Except it works just fine and they printed your physical materials with the wrong code to hand out. And they tested and verified it working with the correct code on QA. AND IN TWO SEPARATE FUCKING EMAILS
-
Not being able to write code only using pen and paper :/
I had one job interview where they ask me to iterate a tree using my preferred language. I felt so uncomfortable.
And my problem is only the pen and paper.
I'm able to write working code without any code completion even without highlighting in any shitty editor. But when it comes to write code by hand on paper it feels like my programmer brain side turns off.1 -
Not a rant but as an intern that is older than several of the members of the team I'm assigned to, including my mentor, it was still nice to be complemented on my ability to find workable solutions on my own rather than running for help whenever there is a problem.
I thought it was rather weird to be complemented on this but apparently how I work isn't always the norm.2 -
To all those working from home...
How do you keep yourself motivated to stick to a schedule?
I've been at this for 7 months now; it was great for the first 2 months, now I can't seem to get my ass together.
I still get my work done, but that's the problem.
Because I'm not motivated to stick to the schedule I've made, I'm chipping away at my non-work time to get the work done.
Any advice?7 -
Has someone an idea why KDE Neon has this buggy text rendering and how to fix it? Google is not my friend with this problem.. It's often the text which is buggy but sometimes everything else is buggy too..8
-
Doing Android for 2 years now, and still freakin have to debug for 2 hours, on why my app isn't communicating with the backend.
Only to realise, INTERNET permission not requested. 🤦
Anyone else suffering from the same problem?1 -
If you're not going to update your API documentation please just delete it. I spent two hours trying to use the example only to discover SECRET REST PARAMETERS that solved my problem.
If it weren't for the hero bitching in the comments about the missing documentation I would never have gotten this to work.2 -
Kinda pissed. Ordered a WD red plus 8TB on November 20th from newegg along with some other stuff. He drive showed up DOA on the 26th, tested everything I could to make it work. But in the end I couldn't even get it to initialize.
Ok. No problem this happens. request a return and replacement.
Got that in today. Over 2 weeks later. Fucking EXACT same problem.
and just to make sure I'm not fucking crazy I grabbed a 1tb thats been sitting on my desk unused for years. Plugged that into my NAS. Works fucking perfectly. Even able to pull it and wipe it using my USB drive reader on my desk after. I can even fucking reinitilize it back and forth from mbr to gpt.
Not asking for replacement this time. Just refund. Gonna order directly from WD. If this one fucks up I'm switching to Seagate for a couple of years4 -
My brothers friend messages me on discord asking for help making their chatgpt generated code look more human
Turns out he put his class work on hold till the last day and wants AI to save his gpa
Not my problem. I didn't reply. I don't have time for this shit7 -
Okah guys, here is the deal. I have two ideas in my head. I just need to design them and start coding. Problem is I can't find motivation. I'm trying to do this for years now. I guess I'm not motivated enough. I work about 9 hours a day. What should I do to get motivated. What do you guys do?8
-
Spend 3hrs on a coding excersize for a job interview and recieve the following as the reason they are not moving forward
"Coding style and an error"
Ask for a less vague reply and they specify a problem my code not only accounted for but had a comment specifying how it accounted for it and a spelling mistake in my GitHub repository
Goddam looking for a job is soul destroying7 -
Problems. We get them frequently, to me it feels like life is not about being happy and all, it's about how you handle your problems. Any kind of problem, be it work related, you personal life anything.
Developing the skill to deal with different kinds of problem is what makes your life better and better.
What world taught me till now, to run away from the discomfort, a lot people talk about how environment is bad, and you should not take shit from anyone. But few things tell us what's actually lack inside us. Maybe, on social media we don't boast a self awareness based thinking because is makes people uncomfortable to think about their own behaviour. Self awareness is becoming more and more important for me now. I am trying to keep my self love intact, it's hard though. But knowing your own shortcomings and taking actions to understand and do something about them makes me feel in more control. Makes me happy. :)
I'm writing this, because I just got a work problem and I snapped and closed my laptop very impatiently. Then in few seconds I realised, it's a kind of a problem that I should try to 'deal' with and not go into a loop of self hatred. Even though my heart ja racing fast, and all the hormones which are making me wanna feel sad, I feel aware and more in control that hey, you are feeling this because this problem has these consequences but let's try to solve it. :) -
!rant
For the past year I was more or less solely responsible for a project. With the beginning of the year 2020 that project is paused. I had vacation starting the 23.12.2019 so the project ended there for me. Since the 25. the project is alerting like 30 crashes a day. I didn't change a thing but the external consultant did. Now I sit here at home and drink relaxing tea while reading a book. It's nice to say that it is not my problem anymore :-) -
I had contact with the BenQ support recently.
On my small GV1 beamer, the auto switch off timer cannot be canceled by pressing a button. So I wrote them, that this is maybe a bug.
That was the answer:
"Thank you very much for your inquiry.
Insects entering the monitor through vents are a common problem that is not covered by the manufacturer's warranty as it is not a manufacturing problem.
This problem is known to all monitor manufacturers.
The cause of the problem is usually that the monitor is used in a dark environment without a secondary light source being activated.
If the insect is still alive, you can lure it out with a light source (the monitor should be turned off and cooled down).
If the insect is dead in the monitor panel, wait until it is completely dry. Then you can carefully press on the screen, next to the insects (avoid crushing them) and it should fall into the panel and leave the visible area.
Nevertheless, please send us a picture where we see the problem you are telling us, I inform you that the picture must be less than 2 MB in size."5 -
Sometimes I sit and stare at my broken code and think "Is this it? Is now the time that I have actually encountered a real problem that has no google-able solutions? Is this a bug with the framework I'm using? Surely not."
and After sometime of increasing the squint in my eyes and decreasing the distance between the monitor and my face... I realise that it was a spelling mistake causing the issue. -
Not actually solving the problem in an error and instead implementing a workaround thinking "no one's going to read this code anyway" when I'm actually just condemning my future self to a lot of hell.1
-
Hi guys, I've just downloaded Firefox Quantum for Fedora 26, and I've seen that it has the same problem as always on multimedia "players" of Twitter.
Do you know how to play those videos? I've seen that the codec "x264" is not native on Firefox, but I need some help.
BTW that's my first Rant <34 -
I feel like an idiot... I just realized why my builds were failing.
My entrypoint was setup as to not overwrite a specific file if it was already there. The problem is, the said file is auto-generated, and I need a different configuration for it to work properly in docker. But I forgot this, and the result was a failing build, plus me scratching my head for a few hours. :(3 -
Records Person: Can you look at this member renewal issue for system A? It’s happening on the website you maintain. Here are some recent errors to debug.
Me (web developer): I can’t reproduce the error your reporting. Is there something I’m missing? And is there an example for the staging environment?
RP: There’s another team that will manually reconcile the records in system A if they don’t match what’s in system B. So this gives users two active memberships when it should only be one.
Me: 😑 So you already know the issue is human intervention messing with the records and causing the renewal issue. This is not a website issue. It’s a data issue.1 -
I'm still in school and everyone in my class knows that I'm some sort of a computer/tech guy. And whenever the teacher has some problem with any of their devices everyone turns to look at me expecting that I would know the solution. Even when it's like when the device is not connected to the school wi-fi. Like how am I meant to know your wi-fi password. (And sorry for any misspellings. English is not my first language)1
-
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
-
What is with IT and their obsession with error messages?
"If there is no error message, I cannot help"
Your not going to get an error message because the problem is VPN is messing up my DNS due to tunneling. There is no error other than me not having Internet if VPN disconnects unless I reboot.2 -
The problem with Windows Store apps is that they are not uniform. They are all layed out differently from each other. Their navigation sucks. They use too much mystery meat icons. Some waste space. The interface is like zoomed in. Just my personal opinion though.2
-
I just solved (high level with a bit of POC) a problem that has been an issue for my team for over a year...
Not sure how I should feel...2 -
Background: Process issue in the plant that the workers said was a software problem. I’m a Software Dev Manager
Exec: This is broken and it is a software problem. We just noticed it this week.
Me: Couldn’t have been us, relevant code was changed this time last year. Sounds like a process issue.
Exec: Can you give me an exact date it was changed last year?
Me: (Seriously, WTF?... checks git...) It was changed on December 2nd, 2016. Couldn’t have been us.
Exec: Can you detail that change for us?
Me: (GTFO) No, not my problem, stop trying to make it my problem.1 -
I put in my two-week notice last week, had the weekend to really digest that decision, and damn. It's crazy how light I feel knowing that I'll be joining a new company soon.
I'm moving to a better opportunity, and not running away from a problem.1 -
When the client reports u a bug in the app, then u noticed that the error comes from the info provided by the backend ..
**** HAPPY KUS IS NOT MY PROBLEM****
Then u realized that you are the backend developer too..1 -
I wish I could design actually good looking websites. It's not about css, my problem is that I just can't imagine what I would want it to look like. My brain do be very not creative.5
-
in my country, we will be having a 2 day Muslim holiday. I have mapped out all the programming tasks I need to attend to during those days and thinking of staying back at the office but my gf is thinking of coming over. this will mean not achieving all the tasks which is a problem as I Dont know when next such holiday will be.
how best do I tell her not to come?14 -
Is it bad now I seem to take some pleasure whenever I see someone/something on my team blow up and go "¯\_(ツ)_/¯ not my code, not my problem"5
-
Loosing faith...
Interesting question.
I don't think skills have something to do with faith.
If you don't know something, ask someone who does.
Even If I cannot solve a problem or deem a problem unsolvable, I usually don't doubt myself.
There are rare moments where I throw a fit, but that's not loosing faith, thats just being angry because my stubborn thick skull cannot make sense of it, which annoys me.
Might sound cocky, but in my opinion dev skills are not "do or die". Problem could be solved at a later time, maybe never. Who cares?
Loosing faith would mean to me that I define myself in some way on the ability to solve sth that doesn't have to be solved at all.
XD
After all, if it doesn't work, I don't give a fuck.
*Cheers*. -
recently i prided myself in my high ability to google stuff but i just blank at this problem:
i have 4 HDDs with my photos on it. They are more or less backups of each other, but not quite. The folder structure is convoluted and i am dreading this task since years. I now want to move to a better backup culture and save the data i really care about.
Problem: i may or may not inserted new photos in some versions of the hdds and not in others. So they are like [Photo1], [Photo2], [Photo3] and [Photo4] but [Photo1] contains a,b and d content, [Photo2] contains a and b but not d, [Photo3] contains c.
Now i would like a program that just takes hashes of all files present and compares them and finds differences among those 4 folders so i can combine them in each other. Additional problem points for a being in a different subfolder on [Photo1] as in [Photo2]
Its probably some backup software that can that, but i dont know which one.
Whelp?12 -
WH YDOES IT FUCKING THINK I AM NOT WRITING TO GL_POSITION FOR FUCK'S SAKE I JUST WANT TO RENDER MY OBAMA PRISM WITHOUT WORRIES! THIS IS A HUGE PROBLEM THAT I HAVE BEEN WORKING ON FOR 3 FUCKING DAYS NOW WITH NOTHING BUT HEADACHES AS THE REWARD! FUCK YOU WHO INVENTED OPENGL5
-
This morning I got a reply to my tech support email:
The problem was that the dynamic pages on my website are no longer being served as dynamic pages and so IIS is throwing errors on every page load. Seems to me like they've done something their end because I didn't touch it when it happened...
The tech support email essentially told me to rename all my files from .cshtml (ie. a dynamic page) to .html.
I'm not expert, but I doubt this is going to solve the problem...4 -
I gave a technical interview today and here is summary how it went . interviewer asked me to login to leetcode account then .
Interviewer :- "Open this problem( he gave link) and open submission section".
Me :- "Yes sir" I opened it and I have solved that in past .
Interviewer :- "okay so you have solved this one so let's move to next question(2nd)".
I opened it and again I have already solved that in past. Then he gave 3rd and it was also solved by me already .
Then he said " Okay now I will share with you this problem which you have not solved and I am sure ".
He gave me a hard problem which I actually haven't solved . I would have solved the first 3 , the 4th one was actually hard and I was not able to optimise my code on time .
sometimes life is really tough 😪. he could have asked anyone of them 😕.7 -
!rant
I have a question; when I get interrupted while coding (dinner, friends etc) I'm often "stuck" in my head while just thinking about the problem I were to solve in the code. Anyone else have this? Does it have a name and any tips to "let the code go" while not coding?5 -
Am I the only one who actually thinks Edge is actually significantly better than other browsers?
Like right now with 2 tabs open it's only using 17MB and it doesn't have any ridiculous features like an inbuilt video chat (looking at you Firefox). It's just simple and good at being a browser...
I like that in my browsers...10 -
I think one of my biggest mistakes as a dev in the becoming is to have tried to produce code rather than think code.
The patience to try and understand a problem rather than just solve it.
After spending 2 hours on what seemed like a ridiculously small issue,i know what the problem was before solving it.
Which meant i did take longer to solve it but i DID NOT take the wrong direction. Which would ultimately have come back to my face some time soon.
Coding takes a fuck load of time -_-.4 -
I used speech recognition package of python in one of my projects. It is working properly but it is not recognising some words, like if I say my name so it will print something else, printing 2 as doose, 1 as drone. To sum up, it's not considering few words.
I tried some amendments like set the language to english-india.
language =en-IN
But after this also, same problem arose.12 -
The worst is not being taken seriously when working on serious tasks...
Sure as an intern I don't get paid a lot, but that system I'm building has to work either way, you better fucking take that seriously....1 -
Tecnically not my very first experience, but in primary school I had to solve a math problem for my homework and an error in the book made it so that you couldn't solve it by hand (I think the solution was in the order of magnitude of 10^20). My calculator wasn't of much help either so I asked my dad to help me use basic to solve the problem. The next day I came in with a 2 page print out: 6 lines of code and the rest was the solution. The teacher didn't understand what it was.
-
I hate it when someone asks me for help in a part of his code, then I find that the problem is the whole code not just that part.
I have 3 options:
- try to make it work, and get lost in his shit, not refactored code.
- tell him that I am not that good so he get out of my face
- kill him, so he can reproduce
PS: just kidding -
Yea... it's not at all obvious I have my nose buried in a book and constantly tapping at the keyboard to run tests for how I might work out this problem. Now is an excellent time to repeat my name over and over, since I've been trying to ignore it, until I look up at you, just so you can show me that hilarious giphy thingy you found.1
-
An issue occurs, resolve it with a "Could not reproduce", client asks for a report on what happened, what parts did it affect and how will we prevent it in the future...
To make things worse it looks like it might have been an issue with MSSQL server throwing weird data out and not a problem with my code...10 -
So I asked a question on Stackoverflow. I got my answer and solved my problem, it improved my reputation to 15 (can upvote and post comments). But I have also got a question ban now as my questions were not good enough 🤷🏻♂️2
-
Things you should not say on your last day of work:
If I broke it, I think it would be pretty obvious. -
pandas can suck my balls.
N
I
H
I'd rather roll my own.
edit: but also xgboost can suck my balls.
Treating every OBVIOUSLY continuous-valued entry as a 'category'.
All searches for this problem turn up tutorials and documentation on how to CONVERT continuous and numeric values into classes or categories.
Not a single fucking document addresses the problem of when pandas or xgboost refuses to treat numeric inputs as numerics and insists on pushing an error that your data is categorical when every fucking inspection shows the type as numeric.9 -
the AI says the code I'm trying to design is very complex a problem, d'awww I'm not a failure 🥺
the solution seems to unironically be to delete half of it and make it far simpler / less features lol
why can't I make my code psychic to what I want, ragh! oh well1 -
I fucking love my SD card reader driver fucking up my whole system. How did that driver even pass BayHub's fucking QA, causing a bluescreen of death right during reboot of Windows? Anyways thanks Microsoft for that nice new bluescreen not telling me anything about the fucking problem why Windows just crashed. But at least it looks nice, so that it's more fun working all night and half a day to find the fucking problem myself. Fuck this.1
-
Tldr; Do not go to the bathroom when you are stuck on a problem.
Most of you will know that when you are stuck on a problem for a while, that it is worth to take a break to look at the problem with a fresh pair of eyes.
It's good advice and I have been doing it for years, however now I have developed a problem with it.....
I don't drink coffee or tea often so when I'm stuck I always take a bathroom break and most of the time an Idea will pop into my head how to solve the problem.
The problem now is that everytime when I am even a little bit stuck I need to go to the bathroom even when I just went.
It's really annoying because now I need to find something else to use as a break because my brain has associate being stuck with needing to go to the bathroom.
It's probably not a good idea to take a coffee break instead because if my brain starts to associate that I will be a coffee addict in no time.... Haha
Do any of you have a good suggestion to use as a break?8 -
I handed a technical story to my dev to work on, including an example of how it has been done elsewhere in the system. He comes back and told me it does not look that simple. Well yeah, that's your job to solve the problem.
-
That moment when you build your app around a clients development API only to find out their production API responds about 8x slower... I'm sorry, it's not my fault your API server takes 4000 ms for a SIMPLE response. My app isn't the problem. Fix your shit.1
-
You know what really boils my piss?
Clients who email in all caps.
"URGENT HELP, CAN'T RECEIVE EMAILS"
Followed by two lines of bitching about how this keeps happening and they'll move elsewhere if it's not fixed asap at 11pm.
WELL GUESS WHAT?
YOU MOVED YOUR EMAILS AWAY ALREADY! -
once I have to code in a public train station’s restroom just because I have no place to sit and floor is not comfortable enough because people keep walking by distracting me,
So I cover the lid, pull my laptop out, use my phones hotspot connect to remote server to fix the problem.
The smell is not good.2 -
Did a website for my uncle. I'm not a web dev and I don't normally do this kind of thing for family but he's putting me up for two weeks. So he asked how difficult websites are, basically just needed me to drop some stuff in a template and host it. Not a problem. The man then brings me a printed piece of paper with changes he wants.... No copy paste for me...2
-
Just debugged and patched a broken loveseat. I looked at the components on the working part and compared it to the components on the broken part. Could not figure out what the actual problem was, so I hammered out a makeshift solution that has things temporarily working.
Sounds like my job. -
I'm supposed to find why a pdf is not generated correctly. But here is the problem :
I don't have access to the production to see the bug and the pdf they gave me is different to the ones I generated myself. But ! It's not over :
My local version does not generate the same pdf as the acceptance testing version !
So here I am, with three different pdf and only the possibility to modify the local one, where the bug isn't.1 -
As a junior dev, you are stuck on a Problem and somehow you are not able to proceed and there is a ridiculous process to finish the task on a deadline otherwise you have to hear from higher management. Your manager cum senior dev is not helping you out or not responding in any way. Do I kill myself being so incompetent dev or burn my ears listening to management complaints or is there any way I can get out of it? My life is just miserable and I feel demotivated day by day.
Just ranting my heart out...5 -
Woo... A present from Google http://ai.googleblog.com/2019/02/...
Now I don't have a reason to work for Google though... Not that I could get in but...
Is it a bit ironic that my first and only native Android app ~10 years ago was to solve the same problem?1 -
User: "help pls! Cant login! Works on my notebook but not on the clients"
Me: "Sure. Have you tried entering your username and password?"
*finally resets password. Problem solved*
ASSHOLE -
So I work at a company where we sell on eBay and Amazon...
Got an email from a colleague about a problem to do with end of day (marks orders as processed, dispatched online via API...
Was doing something in the office and since it was pretty silent, thought I'd ask about it, maybe get a little more info about the problem.. what was their response?
"Was my email not clear enough?"
Well fuck you, you miserable fuck. -
My coworkers are great; they actually manage to solve problems in really unexpected ways.
Problem: documentation is not up-to-date with latest changes.
My fix: update it, make sure it has all the latest modifications.
Their fix: if there's no documentation, they can't complain about it...1 -
My biggest insecurity is not being able to understand the problem or figure out how to solve it.
Also seeing that we aren't finding a common ground to agree to about the problem and/or solution thinking if I was just talking gibberish to them all along and I can't just carry the message across.1 -
Fucking iTerm... Is this really a complicated problem to solve? You're not really supposed to place new windows so far right of my screen that I can't see them anymore.4
-
My code worked without any error, now I am sure there is something perky, if not now, then there will be an issue because of this module... Yes, there will be a problem.1
-
Update for https://devrant.com/rants/1224004/...
and... it doesn't work!
THEY CAN'T READ THE VERY FIRST LINE OF MY LINKEDIN CV! IT SAYS:
"I am not interested in new job opportunities. Don't insist!"
WHICH WORD OF THIS FUCKING SIMPLE SENTENCE DON'T YOU UNDERSTAND?!?!??!2 -
Got designs on Wednesday afternoon. Final changes on Thursday and they expected me to work all weekend because they were lats for designs I asked 1 month ago for QA and testing. Not my fucking problem.
And not working on a weekend.
And today got told that components were missing and they needed animations. No fucking duh7 -
Friend : Have you take a look at this part? We will discuss it this Friday.
What I want to say :
"Don't underestimate my ability to procrastinate, sleep on my problem, run away from my responsibilities, and don't give a sh*t about everything."
What I actually said:
"Of course but I will look at it again thoroughly."
_______________________
Maybe my frustration and depression are not showing enough on my face.
: /1 -
@dfox
I have a problem with my Samsung galaxy S7 since the last update. When a friend share me a devrant link thought SMS it will open the link inside the Samsung internet browser not with the devRant application.4 -
How do you decide whether or not a program should be written to solve a problem or do some work?
Related to: https://devrant.com/rants/952746/...1 -
I keep forgetting to design for the failure path, so my product is an accurate depiction of society, where everybody has a convenient excuse to not handle issues and the slightest problem ends up collapsing everything.2
-
Damn. 3days and not yet finished with this bug.
Problem: in js, we want to popup a dialog to user that he us living the page.
So we used onbeforeunload.
Works well with chrome, ie and firefox (atfirst).
Then i updated my firefox to latest version and onbeforeunload is not triggering.
And it also occurs in tablet. Argh! Damn challenges on cross platform/browser compatibilities.
Help! Please7 -
Genuine problem, not a rant
Started a new frontend developer/designer/graphic designer job recently. I feel technically capable, no problem there. Just noticing a pattern of repeatedly missing deadlines.
Its a very busy office, with various people all coming to me with things they need me to do. Never worked in an environment so busy before.
Doesn't help that they force me to manage my tasks by spreadsheets, communication by email, deployment by filezilla and no version control, but not convinced I'd still meet deadlines if I had a better setup.3 -
I've been drunk quite a lot lately, yet i'm not tryna forget or quit anything. Am i getting alcoholic ? This create a lot of bad situation going around my life, sleep deprivation, health problem, etc..
Am i thinking my work and my company to seriously? Last time i work too hard, i got hospitalized for exhaustion. My brain can't stop thinking, always getting left and right, here and there. Am i getting crazy?13 -
Competing on different subjects while in school have taught me how to work efficiently under pressure. My teachers have given me a systemmatic approach to problem solving, from divide and conquer (math), careful reading and analysis of the problem, as well as good documentation (physics).
And last, but not least, I learned to type fast, which is really helpful in speedy expression of thoughts. And for that, I gotta thank IRC. -
Apparently my devRant++ status is bugged... but the payments are coming in. Also I'm not on the supporters list anymore.
Anyone else with the same problem?7 -
Tldr:
Can't fucking figure out why I'm the only one who can't solve a DP problem in code, when me and friends use the same idea and no one knows why only mine doesn't work...
We are given a task to solve a problem using DP. My friends write their code with the same idea as a solution. Copying the code is not allowed. I follow the same idea but my code won't work. Others look into it, in case they find errors. They can't find any.
The problem (for reference):
Given a fixed list of int's a = (a_1,a_2,...,a_n) and b = (b_1,b_2,...,b_n), a_i and b_i >= 0, a.length == b.length
We want to maximize the sum of a_i's chosen. Every a_i is connected with the b_i at the same index. b_i tells us how many indexes of a we have to skip if choosing the corresponding a_i, so list index of b_i + b_i's value + 1 would be the position of the next a_i available.
The idea:
Create a new list c with same length as a (or b).
Begin at the end of c and save a_n at the same position in c. Iterate backwards through c and at each position add the max value of all previously saved values of c (with regards to the b_i-restriction) with the current a_i, else a_i + 0 if the b_i-resctriction goes beyond the list.
Return the max value of c.
How does that not work for me but for the others?? Funny enough, a few given samples work with my code. I'm questioning my coding ability...7 -
I'm currently doing a small personal project on JavaScript and HTML5. I ran into a problem and tried asking my teacher about it. It wasn't the JavaScript teacher but the HTML one. Anyway, his response is, "the department won't let me solve your doubts about JavaScript, only about JQuery". Because some of my classmates ranted to the department about a project that teacher told us to do in JavaScript (which is not strictly his subject) So here I am, my problem is still unsolved and I'm pissed off. I wonder if its ok to tell a teacher to NOT solve the students doubts.2
-
Ahhh... Waking up Monday morning.... To see a bunch of text messages... and new ones coming in every second... on my phone because another prod issue that was caused by a weekend release... That was supposed to fix a prod issue...
O well not my code, not my problem... It's nice I guess I'm getting less involved and sorta have my own domain of work. -
Not me but, my boss chose to use devexpress "just as a visual layer" without studying devexpress deeply, this means that everyday i have to study some random devexpress quirk to fix a clients problem.
-
Having too many projects in my team and managed to convince my boss that we need more people and even other teams to help on some really critical tasks. It was fine until today the technical project planner decided to scold me for not assigning tasks to developers in other teams for one specific of project of ours.
I tried to explain that its not the best idea external people working on a really spaghetti code project that we will be left to maintain. Its the same problem that led to the current problem.
And the PP response was "they are machines and have worked on many othe team projects".
So the help was delivered as a scolding and my team sucks in their eyes. Without any word from my boss that i havent talked for 6 months except on 2 accessions where someone else demanded of us to focus only on their project. Beautiful ❤️6 -
!dev
my problem with gaming in linux is not really inherent to linux.
my problem is that there are no linux game torrents.
and torrenting for me is a way to know if I'll be playing a certain game for a while, and eventually buy it.
I can watch all the trailers in the world for a game, but I truly make up my mind after the first few hours of direct playtime.
so I'm not interested in spending money on a game that I might like because it looked nice on the trailer only to find out I hate playing it.
the problem with torrents is that once users get the game, and the game works, they're probably like
"why bother buying it? the game works right? why risk losing the progress i achieved so far by moving save files?"
on top of that on linux, you need to check protondb to see how compatible the game you found is, so an extra layer of difficulty.
I guess I would like to have legal demo versions of games, but I see very little devs doing that so maybe that commercial model failed? I don't know really.16 -
Spent three days banging my head against my desk trying to get an AWS Lambda function to work, only to finally discover that my code was perfectly functional and it was a security group problem. It was supposed to send a POST request to a load balancer's URL but couldn't resolve the hostname because the security group blocked a necessary outbound port for DNS requests.
That's what I get for not troubleshooting at the infrastructure level when experiencing connection issues. I did not spend two years doing tech support just to forget basic troubleshooting steps now that I'm in the DevOps field...1 -
Depends on what a tough dev day is. If it was just a tough day usually playing ice hockey helps. If it was a stressful day, board games with my daughter, provided it's not a Wednesday (her Mom's night). If it's a tough problem or bug I'm working on then alcohol, running or lifting, sex, general distractions will do the trick
-
PHP is awesome, but it annoys me that there is no typing and that you still can get errors based on types...
Other than that, not being able to catch all errors in one catch and especially not being able to natively catch fatal errors is my biggest problem...
(not natively meaning that you can use hackish solutions but there's no "fatal error" class to use in your try catch, and you're using the register shutdown function not as intended...)8 -
Thank you those who tried to help me with my problem but I'm still not the best at this even though I've been doing for quite some time. I'm sorry I used some much of your time earlier also I apologize for calling out @example-user3
-
I need to stop trying to get involved with projects my boss seems to be keeping me away from...
Just stay in my own domain... Let everyone else screw up and say not my problem when they come asking me for help... Pretend I don't know...
Just let them build a pile of shit and don't tell them how they fucked up or how to fix... -
My team for the uni project is quite big (8 people) and we need to create a progressive web app. The problem is I am the only one who know some JavaScript and I am not even good at it. Does somebody have tips how to learn web dev quickly?4
-
So, I was asked to build something. Not a problem. The moment it was complete. "Actually we need it to do this instead". Not a problem. "Actually it's not needed, can we go back to the old way".
Contain this chain for several months with the exact same changes back and forth, back and forth. Each time its two days in cost and time. Meanwhile, it takes me seconds to revert and commit from a branch to do the changes.
I'll use the time to catch up of other things but...
MAKE UP YOUR FUCKING MIND ALREADY!
If you waste my time, I'm going to waste yours.5 -
I don't know what's causing this issue, but my money is on systemd.
All I want is to be able to use my desktop without it randomly forgetting the address of my DNS server. Is that too much to ask? None of the other machines on the LAN have this problem, just the one machine that I interact with most. But of course SOMETHING just had to not work right with that ONE machine.4 -
I am working on a task given to me by a huge company to test my skill.
I am applying for a junior position.
I am doing it by myself of course but I googled a bit and the problem is called job shop scheduling or multiprocessor scheduling (not sure which one it actually is).
The topic is a bit altered (logistics) but it stil is the same problem.
I am really close to the solution.
The testcases they provided all work but I came up with some that don't.
Do you think this problem is appropiate for a junior (either of those)? -
Got to install bitbucket extension in visual studio 2017, cancelling in the middle of process.
Trying to open visual studio again, getting error "The setup for this installation of Visual Studio is not complete".
Looking for the way how to fix that problem..... and found one !!
The way to solve this problem is run "InstallCleanup", after the process done, the error has change .....
"Windows is searching for devenv.exe", then click command windows and looking for "devenv".
After the problem solve my visual studio downgrade itself and became VS 2015 Professional2 -
Thanks Windows 10 April update:
i'm not even mad for using my network on high priority when you were downloading the update or taking 1 freaking hour of my working time to finish the updates just to add spam to my lockscreen and an uglier task view but if you could please at least not f**k up all my Wifi, bluetooth and video driver it would be great!
Still having problem with bluetooth connection and i re-installed drivers several times! -
Guys I got a problem with my code , not convenient to put it here , but I had made a video of it to YouTube.
https://youtu.be/dQw4w9WgXcQ
Help?12 -
Don't do meetings?
When I have a 7+ meeting and I'm not presenting, I always have a prod problem.
My politics for meetings copy the need to know politic inside Intelligence service. Not 100% sure I need to be there? I won't be there. -
Been working on an Android app for some time. Silly me too lazy to use VCS. Anyway, one day android studio just could not build my project and errors that should not be errors popped up everywhere and nothing I did fixed the problem. Somehow my project got corrupted. 3 hours later of googling and trying to recover my project I had to resort to creating a new project and manually port the old files in one by one :( but all I have to say is WHAT THE FUCK ANDROID STUDIO3
-
kikis probably right
i'm a pathetic addict
the problem is i never drink *quite* enough to do something *really* stupid
at my level any other rere would probably be doing something very destructive
but i'm not afforded such luxury
instead just 10+ drinks in on a saturday :/ (now sunday)5 -
Apparently I got super frustrated when searching for an answer to my problem because I just found a Google search tab that said "Tessellator not doing it good"1
-
Any good advice for managing junior developers?
In my experience I have found that loose definitions of work to be completed yields poor results. Honestly, sometimes I wonder if I have to write the code structure and leave a bunch of TODO comments for people to fill in.
Or alternatively people get going on tangents without thinking of the concrete problem given.
Or go try building generic abstractions that are unneeded and will not be reused complicating even the simplest use case.
Maybe the problem is in me and that I am not clear in communicating what's needed. What techniques do you guys use to get more or less what you want?7 -
New piece of code which should work perfectly and solve your problem but it is not working just because you forgot to remove an old piece of code you were trying to fix the same problem! Fuck my life!1
-
I FIGURED OUT MY OWN PROBLEM CUZ Y'ALL MOTHERFUCKERS DIDN'T ANSWER MY SIMPLE QUESTION IN MY LAST RANT!!!
I'm not even that mad.8 -
Made a custom pop up for the web app im building then i encouter a problem when i saw the pop up in safari it doesnt show up properly -_- deym cross platform compatibility the background is not grey and i think safari ignored the z index in my css :(
-
JS isnt the problem I have. I have realized. My problem is my lack of knowledge of the language which is not really a problem because I am new but its more the side I dont know how to write code that will do it. and lets say I do I get so fucking confident and it doesnt work and I think its some small error I made but no its just how I write it and it wont work and that gets me so down because when I ask for help my code 100% of the time gets rewritten. can I just not do simple shit on my own? and the problems Ive been coming across are just small projects to get better like "Create a function that outputs the most common item in an array" or "Write a simple JavaScript program to join all elements of the following array into a string" or literally any of the projects on this site: https://w3resource.com/javascript-e...
I feel so embarrassed because these are simple and I cant even do majority of them in langauges I'm better and more experienced with (python) I can think out a problem I cant convert that to code. algorithms in general I cant do as well and Ive never done any "big" or "serious" projects so I dont know what I have to show for the last 3 years of my life.10 -
The MS-Teams bot works.
Every ten seconds a random meme from some subreddits will be sent into a specified channel.
It's fucking glorious.
Only problem will be the NSFW filtering as it's my school's organization.
Yes, I know I there's my name in there but I do not mind.4 -
I had a logistical problem at my cnc job. Went to java. Then python. Then webdev with freecidecamp. Soon I'll have my certification as a front end and a I'll go on with back end. During this I make python script to make my wifes business easier to maintain and I want to start developing android apps soon. I'm 30 btw. I hope it's not too late... :)
-
So over the past few weeks I have been smacking my head against the table tying to solve my work problem and failing to... Today I spend a few hours at work not working and playing with code making something fun and easy. After this I go back to the headache and if my magic get something working.
-
We have huuuge fuckups today with our Frontend regarding deprecated npm modules.
All of my Frontend colleagues are whining because the Jenkins build is failing.
I looked into it, there were missing dependencys that could not be found anymore.
Frontendcolleagues don’t want to do anything because it’s a „Devop problem“.
Fuck my fucking life. -
When your co-worker writes shitty code that not even he can maintain, you know there's an issue. When said co-worker just goes and fucks up VC, you know there's a problem. When that slimy little motherfucker hits my rubber duck off the table...2
-
My devRant app crushes quite often on iOS 12.1. Is it a well known problem or not?
Also, the emoji keyboard sometimes jumps back to English keyboard instantly without press anything5 -
So I got my MacBook battery replaced at a store (not an authorized Apple store) because my MacBook was giving a warning “Replace now”. Battery is working fine but my left speaker is making a weird cracking noise. Is it a genuine hardware problem that has been discovered? Or something config related change which can be simply fixed? My MacBook is around 2.5 years old.5
-
Trying to build a ros workspace inside VMware...
Called up the teammate who put it together:
Me: hey the workspace isn't building for me, do I need to setup anything before I type "make"?
Him: nah dude just type make and ur good, why what error are you getting?
Me: *describes error*
Him: oh lol I never got that error before, idk maybe your machine is just dumb
Me: *uh ok sure dude* let me try some other stuff
*Boots to native install of Ubuntu*
*Build successful*
Me: oh huh that's weird it built on my native installation but not on the VM
Him: oh lol that's not my problem
Seriously dude? First off, screw you Ros for not being able to build in a VM. Secondly, it's entirely your problem! Linux is nice to use, sure, but it's a bit of a problem when the entire team runs off Mac!
😲😲😲😣😥😫😓 -
How do you guys explain to your CEO, PM, boss [whatever] that you cannot give them accurate time estimates for debugging? 😅
If something i made has a bug, and uses external libraries, not even debugging my code (more like, how i used / implemented something has a problem), i obviously have to first of all check what the hell is wrong ! I dont just make bugs for fun and happen to know exactly what is the problem and therefore the solution ... -
FFS! Some of my friends convinced me to get Instagram half a year ago despite me absolutly hating it. And now I apparently have a stalking problem at my hand cause of it.
Not that some of my friends would stalk me but some brain damaged dude I had the unfortunate pleasure to meet four years ago. Had blocked him back then but he somehow found my account despite no personal info on it.8 -
My process starts with a problem and trying my best to solve all other problems(read bugs,errors,oh god the code is not working ) related to the parent problem.By gods grace I have a great buddy called google search engine who tought me everything...But I still am surprised everyday that I know so less of coding and fall in love again with it...
-
God damnit.
It's about my freaking PC, again...
(If you still don't know what I'm talking about: https://devrant.io/rants/889384/ )
Well then.
I have not ranted about this until now because I was trying to fix it on my own... but since I'm now desperate to get it fixed, I'll say it here too... please help me, I'll give you cookies or virtual hugs or something ;-;
The problem is... my audio driver doesn't work. I tried to update it (from Realtek's website), but... after installing the new version of the driver, it asks me to restart my PC, I do that, and then... nothing happens, the problem remains.
The audio icon on Windows' application bar says no audio devices are connected, which isn't true as it should notice the PC's native speakers, or my headphones, but it freaking doesn't.
As a musician, this for me is a problem...14 -
Update to my last rant:
I wrote a reply to the person. Not scathing (as I'd have liked it to be) but firm and in a no nonsense way. My manager supported me. My project manager talked with the person to in order to convey what the issue is and to undo any misunderstandings due to written communication (we have different native languages).
I have not received a reply but my project manager told me that they are analyzing the problem now. I was also told that they are not a bad person. ^^
I think I'd like to believe that. We all make mistakes after all. -
when I open my name.github.io/projectname it works fine, when I open my name.github.io then i re-open name.github.io/projectname it shows 404 not found component from name.github.io.
I'm using react, I feel like request is handled by name.github.io rather than by CDN, and the problem persist until i clear the browser storage.2 -
Obviously the concept of right and wrong don't apply here
Trying to take care of my health is not wrong especially when the problem is due to negligence on behalf of other people.3 -
I think I just figured out my problem. I can't think of any dream that I want. As I sat here, there is not a single thing that I could dream... I just wanted to stop feeling this way.1
-
Is there some app that can record my internal rants and conversations?
The problem is I only have them in spurts when I'm outside or not at a desk and then can't remember then if I want to write them down later. Plus I think if I were writing them down as I thought it out, it would disrupt the flow...6 -
I'm not professional I just enjoy programming , but for some reason people thinks I am. If they're gonna get disappointed at some point that's none of my problem. I never said I am.1
-
I'm a physics student who have problem with the "theory without every application (even theoretical)" approach of my university. I'm at the second year. The year is near to end i will pass at the first year of Informatic Engineering, one of my real True love who took from me a lot of time. I don't know what will happen... But Electronics and Informatics are my True love. I hope it's not too late...2
-
I want to be more tech savvy. I love programming, am fluent in Java and have no problem in pickung up new languages from time to time. But I’m really not a tech person. I always feel like I lose my grip on things when it comes to servers, web stuff and databases.2
-
The problem: The only way of having our users move a wpf control was to disable it. This caused the control to gray out.
The solution: Creating a .BMP of the control that would be placed on top of the control so that it didn't look disabled in order to not confuse the user.
My reaction to hearing this: vomit. -
I fix a problem, someone slightly higher up ( but not my boss ) sees me doing it and decides he needs to show me a better way and scold me on my way. I'm left saying to myself, but my way required less effort and I had FINISHED FIXING IT BEFORE YOU GOT YOUR HANDS ON IT1
-
I feel many people suffer from this same problem.
Meanwhile why the fuck would this not work in a javascript class or am I getting my languages mixed up ?
Will know soon enough.6 -
My problem now is:
- I want my linkedin profile to be public
- I don't want to be bored every day by spam from recruiters that claim to offer me "A NEW JOB OPPORTUNITY!!!" but don't put any other details about.
I am 100% sure that most of them are searching monkeys for stupid jobs in body rental companies.
At the moment i put a warning on my profile for recruiters to not contact me. I hope this will work.1 -
200 Stack Overflow epeen points for anyone who can fix my problem:
https://stackoverflow.com/questions... -
I just had a discussion with a customer a week ago. He tould me that the PDF Files we are having in our application are not showing Up.
Connected to his computer to look at the problem just to find out That Google Chrome is blocking the popup. I tell him the problem and once He allows it to open it wont happen again.
Customer: I dont want That it also happens to my customers and they dont know that either. Just fix it and call me back" I try to explain him That we cant just change thr behaviour of the Browser but He already hung Up.
Well i guess we are going to buy Google the next week to change his Problem xD2 -
I am having problem in setting up my previous magento2 website to a new local-host. It's not redirecting from there also I can't go in the back-end. I am seeking some expert's help....please...
-
I feel like I'm too stupid for these reactive js frameworks ... js is not the problem .. my brain is the problem ..
On the other hand created something quite useful despite all the headbanging that went into it -
Damn computer.
Hey guys!
Have a problem with my custom made desktop.
On games, after 5, 10, 20 minutes the PC freezes and I have to restart.
It's not the graphics card, but I think the CPU is overheating.
It's a new i5 8gen Hexacore, shouldn't be overheating.
Any tools I could use to diagnose what is happening?
Thanks6 -
When you start doing cp / noob at it:
Thoughts in my mind
- spending hrs to solve the problem
- should I see the solution. No no how can I build the logic then?
- think try
- told my friend,
He: oh tell me the problem
(After seeing the problem stmt)
5-10 mins scribbling with code
He: There you go it's that simple
Me: really! This is easy. But why I was not able to solve then :|8 -
Another reason why google sucks! Earth Engine Python Api deprecated.
This has been my day:
"ee.mapclient: python3 do not support cStringIO"
On the sample code instructions it says to use ee.mapclient. As I google for answers I find this problem is labeled as #won'tfix without any workaround.
Fml. There goes research. -
OH ITS SO MUCH FUN WHEN YOUR SENIOR GOES LIKE "FIX IT YOURSELF YOU CAUSE THE ISSUE, NOT MY PROBLEM YOU CANT FIGURE IT OUT"2
-
Hey guys, i have problem with local security authority process (win 10) it is in system32 folder and it is called lsass.exe ... it is just burning my pricessor and i can not kill process, because it turns off my computer.. any solution? i am mad :(4
-
So I'm trying to port forward my PS4. But the problem is, I'm on boingo wireless. You can't access router settings because of "security reasons". I do have Linux and wondering if there's a way to do it using the terminal. Maybe ssh? Already tried iptables, but also could have just done it wrong. I'm not sure how I could do this considering we're not supposed to be able to.6
-
Bought two hp z230 and one hp z210 to setup as a kubernetes cluster at home.
The first two worked as expected to install Ubuntu 18.04 but the z210 just fails installation just at the end of.
I've updated the bios, I've tried different hard drive, (obvious I've turned off secure boot), I've downgraded the bios, I've cursed, spoken harch language at it and sprinkled it with holy water, still it fails.
A Google search the problem, one hit similar to my problem but it did not help me.
Currently I'm on my 5:the glass of wine, if not solved tomorrow I'm hiding it at work until the next "downsizing" and it will have an accedent from the 9:the floor.
I've spent 150$ on it but I have the economy to nurture my mental health... Not all the time but this time it feels worth it!!!3 -
i have a problem in vb6
im recently make a simple chat room
i want my chat like this
me : bla bla bla
stranger : bla bla
me : bla bla bla
im using vbCrLf is not like tht but like this
me :blablablastranger:blablame:blabl
im just try Chr(13)&Chr(10), vbCrLf, vbNewLine
is still nothing
can anyone help me?
*sorry for my bad english4 -
For the first time had a frustrating day at my new job yesterday.
Been solving relatively complex issues with ease past week but spent half day on fixing glorified true/false problem that I think should be simple, still not solved.
How come complex is simple and simple is difficult?
Rant over.3 -
Im trying to attach my ECS Fargate Load Balancer to route53 but the domain is dead.
LB dns name works perfectly fine. Its healthy. Backend is deployed and working fine through ecs fargate
But for some reason my domain doesnt work.
- attached the LB as an A record
- Alias to application and classic load balancer
- region correct
- chose a dualstack... Load balancer
Domain cant open
This site can't be reached
api.domain.com's DNS address could not be found. Diagnosing the problem.
DNS_PROBE_POSSIBLE
There are literally 0 fucking error logs in my ecs, task definition, load balancer target groups security groups vpc etcc.
What the fuck is the problem please how do i fix this?11 -
Friday afternoon, customer sends in "your system hasn't worked since this morning, why aren't you fixing it!". To my personal email, and I've been *busy*! How dumb do you need to be to not:
- ...send emails to our support email instead of my personal email?
- ...describe WHAT is not working?
- ...be courteous to the only people with the ability to fix your problem? -
what options do i have left if google merchant licence is not avaible in my country?
anyone facing the same problem as me?3 -
Me and my friend were doing a discord bot using an extensions that allow us to collaborate.
We were making the bot with Node JS and. Something so horrible happened.
While making a purge function wich should remove the last messages of the discord we met a problem. When you do !purge 1
It were removing 11 messages.
The problem were that in my code i were adding 1 (int) to a string (my amount of message to remove) so it result 11 as string....
This is JAVASCRIPT
I don't know if this were a bug but being able to add 1 (int) to 1 (string) it's fucking dumb. It should result an error not making it as string!1 -
android devs/linux users, a quick help is needed.
My Ubuntu is not detecting my phone for debugging , but rather its just charging it.
(My phone should show a notification of being connected as a MTP device, but nops, it is not detecting laptop at all, it connects as if I have connected it to a charger)
This problem just started today, idk how or why...6 -
When your backend developer says the client has an issue on his virtual machine but has a bad track record of being incorrect and never checking if there is a conflict in the API that is causing authentication to fail for a feature and you then step through their code only to find the conflict in the API only to have them get mad at you for finding the problem after stating it's "Not my problem." I don't have time for this shit.
-
I am in my final year of CSE degree, and it's that time of the year when I have to prepare for placements. I need motivation. I need to work hard. I need to push hard. I am not sure if I can practice hundreds of coding problem. I do not find every other question interesting. Please motivate me to work hard.1
-
WTF I just found out I have to add slides to the slide deck for Friday’s department meeting. Event has been on the books for a month and they send a “reminder” email that’s actually a first notice for me. Well not my problem because I have PTO scheduled already. My manager is going to present on my behalf.
-
Yesterday when I came into the office my laptop (in a workstation) could not connect to the internet because of bad ip config. The auto configuration just didn't work...
Solved the problem by opening the laptop-lid for about a second, just wtf -
Hey guys ! I want to start some kind of blog so I can share my experiences and tinkering with stuff.
I can't seem to find a good CMS for that ? I've no problem with coding the blog myself (with Rails preferably), but I'd like to not start from scratch ! I'll need handle syntax coloration for code samples for example.
Any advices, ready-to-use stuff or not ? :)4 -
Looking at the dev world this month like.. gitlab is down.. s3 is down.. isitdown down.. looks like devrant is using s3 as well, so no meme on this rant :/
And for the first time in a long time it's not my problem..
No job, no bugs 😖😭 -
PM needs experiments running this weekend. One set has a NullPointerException. Just told him to tell me when he's fixed it. He's been painful to work with, that at this point I have no empathy. Just cackling as it's not my problem until Monday! 😂
-
Having problems with getting user's IP address with PHP.
So basically I made a custom DDoS protection for my linux server.
It works like this: php website gathers visitor IP address when he does a certain action (in this case registers an account). All visitor ips are stored in ips.txt securely on my website ftp.
Then my linux server has iptables rules setup in a way where it blocks all traffic except my website traffic.
On linux server I have a cron job which pulls whitelisted ips every 5 minutes from my php website FTP and then whitelists all IP's in iptables.
That way only visitor IP's (of those who registered account in my website) are being whitelisted in my linux server.
In case of a DDoS attack, all traffic is dropped except for the whitelisted visitor's IP's gathered from website ips.txt
Now I'm having a problem. My PHP script is not accurate. Some visitors in my website are not being whitelisted because they might have a different ipv4 ip address than what is given from php website. So basically I am looking for some php script/library that would gather ALL ipv4 ips from a visitor, then whitelist them.
Also regarding ipv6, my iptables are all default (which means that all ipv6 visitor traffic is allowed) so problem is not with visitors that have ipv6. Problem is with my script not getting ALL ipv4 ip addresses assigned to the user.
Can you recommend me some php library for that? So far I've used https://github.com/marufhasan1/... but apparently it's not accurate enough.16 -
A rant but not devrant
I was just sending a video that I took with my phone while explaining a concept to my friend, the video took too long, the Internet was really slow 😒
When it was done I went and checked the size of the video, it was like 340 MB 😅😅
The problem was my phones camera
Sony Xperia z1 camera 16 MP😁 -
Quote from my new colleague: "I rather cut of <colleagues> fingers".
They both were troubleshooting a server problem. Both of them did not cause the server problem afaik.2 -
Not really sure it can be called "dev" technology but I think it fits rather well.
My problem is my 4K screen. You see, I bought this PC around 1 year ago (a Dell Inspiron 15 7000 of those times) and it had the possibility to have a 4K screen and I said myself "Why not? Everything will look so much better!"
Silly me.
Many apps do not work so well with such high DPI and their UI and icons are less then 0.5cm large. It definitely was not worth it.
So my worst dev tech is any app that does not support high DPI or has no ability to change icon size (TexStudio does and I just love it!). Next PC a good old FullHD will suffice.2 -
Oh my god the only type I'll never ever respect or consider is those bunch of suckers that treat people differently. Say hi with a big smile to managers and not even an eye contact to others (same with those who disrespect waiter, etc.). You can be anything: extrovert/introvert, shy no problem I get it but a coward no thank you.
-
tried to pick some smart dude's brain about my problem cuz I'm just screaming internally being unable to think about it myself and have no ability to write it out in pseudocode without confusing myself or on paper so I need someone to bounce around with this
proceed to have to teach him basics of how computers work...
... realize he's slow at it and that I know a lot
I will take this self-compliment. I might be on a journey of self-compliments now, since he actually wanted to learn to code for a while. not a bad potential reality tunnel actually. I guess this is ok
guess I'll just keep screaming internally about my problem until I birth the requisite neurons automagically. no pain no gain 😭
literally no clue how to think or plan stuff out without having to put the whole thing in my head. always been a problem for me. grrrrr -
Yesterday I spent an hour fiddling in network settings trying to figure out why my laptop was not connecting to WiFi.
Giving up on it I started walking away from laptop only to realise the main WiFi adapter was switched off the whole damn time🙈
Moral of the story: Not every issue is a software problem -
See the problem is not going the same places, the problem is THEY do the same stupid shit everywhere half the time.
The other problem is their past thieving.
I'd have been out of their hair along time ago if they just kept me employed somewhere I didn't see their awful people and would stop trying to be out and proud chomo faggots which has obviously ended pretty tragically for a great many of them. So far as I can tell.
Seriously they're likely making themselves more crazy than they are people like us.
Put it this way, many times i would not have remembered what all they've done.
second if they'd not interfered my happier times would be at the top of my mind, women wine and song and total ignorance of the rest of this. -
Is leadership's willingness to accept shoddy code and a shoddy deployment process, as long as you can develop shoddy features early, a common theme among startups?
I really get a "not my problem when I sell this business" vibe from this attitude.5 -
Why is my Spark Dataframe getting written as empty in the database table when deleting records? There’s no problem when inserting records, and I I have verified that my Spark Dataframe is not empty when trying to rewrite using Overwrite method. Then why is my whole table data getting deleted when I’m just trying to remove a few records using left_anti join?1
-
I hoped such times would never come, but YouTube - one of the most visited websites in the world owned by Google - has serious technical issues. The content of the main page gets replaced randomly when I scroll through it. It has been happening for months, and I am pretty sure it is NOT a problem with my PC or my browser 🐞
-
I think I will just take pleasure being on the sidelines when everyone else's projects blow up or run behind schedule
-
I'was adding a Contact us form in my website but it is not working properly.
I think the problem is in my css External stylesheet.
I've created it in css stylesheet like this:-
/* contact form */
body{
}
But there is another body element in css stylesheet
/* CSS Document */
body{
}7 -
Again symfony documentation or symfony itself. Or me not noticing something?
Doing simple commands from
https://symfony.com/doc/current/...
and https://symfony.com/doc/current/...
and encore not found . Wtf. Just wasting my and other devs who have same problem time.4 -
~Ask
I see an app in googleplaystore then install it and use it with no problem yesterday then uninstall it.
Then today, search it via app not found. And when search via web it says "not available for your country".
Then one of my friend give me direct link to the app.
Voila!! I can install it!
Why google playstore work like this? Is it drunk or what?1 -
My docker container does not have internet access. I tried so many things from multiple places but unable to resolve the issue.
Please help anyone has faced this problem.
Specifications - CentOS 7, docker ce 19.3.016 -
My employer can’t guarantee a promotion next year. Instead they offer me a DevOps course. Problem is it’s 18 months long and this could be used as an excuse to justify not promoting me. What should I do?8