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 - "it solution"
-
"Got a cool idea! Need to check if it is possible. "
*Proceeds to do some research on the internet*
"Oh great! A thread about it from two years ago! It must have the solution there!"
...
*It was me creating the thread two years ago*
Mfw12 -
Fixing interface with "temporary" solution
PS: please hide it from electricians (even hobbyist). It can scary them to death.7 -
Boss - gives tasks to me. Timeline: 10 days.
Me - work hard and finish the solution in 3 days.
Boss- wtf is this. Do it properly.
Me - chills for 15 days. Submit the same earlier solution after that.
Boss - yes this looks nice now! Much better than your earlier work!
Me - dude seriously what kind of stuff do you smoke before coming to work?8 -
IF YOU WRITE IN A FORUM ABOUT A PROBLEM AND YOU SOLVED THE PROBLEM, TELL US THE FUCKING SOLUTION YOU MORRON! YOU TOOK THE EFFORT TO JUST WRITE "I SOLVED THE PROBLEM" WITHOUT WRITING A WORD ON HOW THE FUCK YOU DID IT. DO YOU THINK I READ THIS FUCKING TOPIC FOR FUN? I AM ONLY INTERESTED IN THE SOLUTION, I DON'T GIVE A SHIT IF YOU SOLVED IT OR NOT!!!12
-
Last night I had a dream about a bug and I woke up with a solution. When I got to the office and tried it out it worked...I have heard about this happening before but this is the first time I have experienced it!11
-
So my actual job is being a nurse at the local hospital, with coding being just a hobby. However, the way some IT–Related things are treated here are just mind-blowing. Here are some examples:
Issue: Printer is not recognized by network anymore due to not being properly plugged in
Solution: Someone has to tell the house technician, if the house technician is currently not available, ask his assistant who only works part time and like twice a week. House technician took the printer (God knows why), came back 2 days later and plugged it back in.
Issue: Printer 1 of 2 on ICU has run out of ink and since all computers default to printer 1, nobody can print.
Solution: Call the house technician, blah blah, house technician comes, takes ink cartridge of printer 2 and puts it into printer 1.
Issue: Public WiFi is broken, can be connected to but internet access is missing. Probably config issue as a result of a recent blackout.
Solution: Buy a new router, spend 5 days configuring it and complain about how hard networking is.
Issue: Computer is broken, needs to be exchanged with a new one, but how do we transfer the data?
Solution: Instead of just keeping the old hard drive, make a 182GB backup, upload it to the main file server and then download it again on the new computer.
Issue: Nurse returns from vacation, forgot the password to her network account.
Solution: Call the technician who then proceeds to open a new account, copies all the files from the old one and tells her to pick an easier password this time. She chooses "121213".12 -
If you update your stack overflow question with the solution once you find it then you're the real MVP2
-
> be me
> last hour in office
> trying to figure out solution
> figured out a plausible solution
> write the code
> power outage before I compile
¯\_(ツ)_/¯
Well, on the bright side I committed it locally...9 -
Whenever you figure out an incredibly simple solution to make your code work after being frustrated by it for hours on end.3
-
Me: I'm unable to connect through VPN
IT guy at my office: I'll format your system and reinstall OS
Me: heck no!! There should be other effective solution.
IT guy: Yes, I can take backup of your files and then reinstall OS.
Me: Just get out!! F*ckin ididot!!16 -
I'm never making fun of people who go to Stack Overflow for answers ever again.
I mean, have you guys seen this? A leap-second causing 100% CPU use in MySQL, and a dude figures it out like it was nothing, and provides a quick solution!
https://stackoverflow.com/a/...12 -
boss: please look into tools that do X.
fullstackchris: Ah, here's a solution we can use!
boss: I don't want to use it because it is too complicated.
fullstackchris: ok, that's fine with me...
[one week later] boss: oh I found this nice site that does X, can we do X?
fullstackchris: YES, THAT'S EXACTLY THE SOLUTION I ALREADY FOUND, *AFTER* YOU ASKED ME TO LOOK FOR A SOLUTION, AND IN THE END YOU DIDN'T WANT TO DO IT. OH HAVE YOU CHANGED YOUR MIND?!?!
F*@#! *%*#8 -
1% of OSS: “I came across this very common issue which is a pain in the arse, I pulled together this awesome solution for the community, packaged it nicely, here, use it.” - 3 ⭐️ on Github.
The remaining 99%: “I was bored last Sunday so maed zis.” - 10’393 ⭐️ on GitHub.4 -
*Asks Question on StackOverflow
*Question get downvoted -2
*Replies to my own question with a solution that I found, and it worked
*Reply get downvoted -4
Cries on corner...19 -
Interviewer: How will you solve the travelling salesman problem?
Me: *explains the solution on whiteboard*
Interviewer: It is slow. Can you do it in linear time at least?
Me: It is NP hard so it is not possible. For a restricted case, it may be possible
Interviewer: You are stupid. Do not apply again.7 -
The magical solution to everything.
It reminds me of the time when we were watching The Great Gatsby movie in honors English class. The the projector wouldn't work.
As a joke, one kid said, "try turning it off and turning it back on."
The whole class roared with laughter, until it actually worked. They stared at it in silence.3 -
Manager: I need you to come up with a quick, temporary solution.
Me: Ok...but it will be kind of hackish and ugly.
Manager: Yes that's completely understandable.
Me: So again you say this is just temporary right?
Manager: Yes we will come up with a permanent solution soon.
*that was over a year ago and the "temporary" solution is not-so-temporary it seems*10 -
/***********************************
/* a temporary hack, fix it later *
***********************************/
That was 7 years ago. I mean it was last edited 7 years ago when a temporary hack was created. It is now a permanent solution as nobody know what we are supposed to fix
.... Nothing is more permanent than a temporary fix. Not even clean refactored and tested code.13 -
posted a question to StackOverflow this morning
three hours later I fix it myself and add my own answer with the solution
now they're both downvoted to -2 with no other comments. wtf SO?13 -
That was weird.
I was typing a question on DuckDuckGo and it redirected me to a similar question on Stack Overflow.
It didn't show any search results, it literally just took me to a solution on Stack Overflow.
That was interesting, but it never did that before so it caught me off guard.8 -
Is it just me or everyone have this issue that when I sleep with some coding problems my mind will try to find a solution for it?14
-
Public service announcement: Do not get married to your language, tools, or way of doing things. If there's an easier solution to something, try it before dismissing it. No language is perfect, and dumping everything on the responsibility of an API or framework can cause more headache then solve it.
Case in point: I love Java for backend programming, but node.js is a better solution to frontend programming then depending on JSP's and HTML within the same Java project. Less things go wrong and it's easier to debug issues.
There is no best programming language. Only best practices and using the right tool for the right job.
#exceptC++fuckthatlanguage
:^)15 -
* me listening to something while coding
* something goes wrong, trying to fix it..
Takes time and no solution.
- ok this is serious *put headphones down*4 -
Damn, last night I went to bed with an unsolved bug. That was the worst night in a long time. Nightmares of not being able to solve it, then surprisingly solving it with an unbelievable solution... Waking up and solving it in reality instantly. Geez...4
-
Google: How can I fix this something something...
Me: Ahhhhh that looks like it could be the right solution *scrolls* yep looks great and would work! But wait there’s something weirdly familiar about the question... *scrolls* oh crap it was me 2 years ago!!! 🤔😂3 -
My favorite IT story (not mine) is that the server needed to be rebooted whenever it froze completely. The best solution? Get an old PC that had a CD drive, and every time it loses connection to the server, eject the CD tray which had a poking stick attached that hits the reset button.3
-
Why THE FUCK does the StackOverflow Community answer any JS related question with a solution containing jQuery - sometimes even without mentioning it?
Gosh - it's 2017 use Vanilla or at least a modern libary!10 -
MD: The client doesn't care how sloppy your code is. They're not paying for the solution, they're paying for the result. If there's a quick and dirty option take it.3
-
You know you've been coding too much when you literally dream a solution to a bug you've been working on and wake up in the morning to realize you fixed it in your sleep...5
-
Solving a problem with a different, simpler solution than the one the professor intended and having to go back and recode it the way he wanted6
-
For fucks sake, corporate IT has locked a database application for new entries because it will be phased out by the end of the year. However, the new application is not yet working.
The interim solution? An excel sheet on a shared network drive. In fucking 2020! Unbe-fucking-lievable!12 -
Just spent 20 minutes implementing a utility class.... then realized I don't need it...
The solution is actually much simpler... only takes 1 line of code...7 -
Sometimes the best solution is the simplest
But sometimes it takes 20 hours of debugging to figure that out
😧1 -
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 -
One of the bigger and more important IT projects this fall. Technical solution proposal needs to be ready by Thursday morning but is far from complete. Solution? The responsible person for this went on a two day mindfulness training. Apparently totally oblivious to the term "sense of urgency". Must be a citizen of procrastiNATION.3
-
MFW searching for a solution to an issue, I find a thread about it and the only response is:
“I don’t have this problem on my end.”2 -
do you ever get that feeling when you suddenly wake up from sleep and immediately have the solution that has been bothering you for weeks or is it just me?
it happened to me today. woke up and magically had a solution to a problem I had with unity (it works now).6 -
Had to take a test in C++. 2 questions, 2 hours. Totally messed up the second, then solved it in ~10 minutes after.
They accepted my second solution still. Luck was on my side. -
XML is like violence. Once you start using it, the solution to any problem will be just more XML.12
-
I did a job interview recently for a company and the test was something like this.
In ruby, write a web server that will serve a specific line number from a text file.
I thought up a simple solution and a more advanced solution, but I opted to go with the simple solution and submit my work quickly. I made a nice web server with tests and everything and it used the sed command to get the line number from the file.
Now, they had various instructions, like it had to perform. They asked how it'd perform with 10G, 100G files. I thought "Eh... it'll be alright."
The solution they were looking for was the "advanced" solution that I thought up, which involved storing a binary file of 32/64 bit integers that reference the byte-offset of the line they're looking for. Basically a binary index file.
This violates all of my sensibilities, because I would never build a database indexer like this using ruby, of all things.
I thought it was a stupid test, and how do these companies honestly expect me to spend hours coding and then tell me I didn't go far enough? It's unethical.
I actually followed-up with the "advanced" solution a couple hours after hearing I was out, just to show them that their process is flawed.2 -
Common lies told by developers?
Here's one of mine: "It works on my screen".
I then proceed to ask them their specs while I think of the solution.6 -
! Rant
Today's project, turning my diy convencional milling machine into automátic.
Status: it works.
Features: motors are to slow.
Solution: need better motors.10 -
How weird is this?
I was working on a project. I wasn't able to find solution for a particular sub problem. It was late so I thought of sleeping.
I dreamt about the problem. I solved it in my dream. When I woke up in the morning, I remembered the solution and I solved it.4 -
Company: lets develop a cutting edge, SaaS software solution that would make our current software obsolete.
Also Company: needs to be fully compatible with IE 11. Oh and also use it as a base for testing performance and UI rendering.
Fffffffffffffff.7 -
After hours of debugging and trying to find a solution online I got frustrated and started working on a different module, thinking will come back to it later. Next day when I Google the errors I find a similar question in stack overflow which might have a solution. Feeling delighted I check the question but no answers. So I see the date and the user who posted it, found out it was my colleague who was also debugging the same problem.
-
Just spent 3-4 hours trying every possible solution for fixing a strange bug. Turned out it was caused by a closing tag in the wrong place...3
-
Three days thinking of a solution to a problem in HackerRank...
Came up with a very elegant O(n+m) solution... failing several test cases...
Check here, there, over there. Everything seems flawless...
Re-read the problem statement letter by letter. There it is, I misread the requirement. FML8 -
I pitched a homebuilt Raspberry Pi and AWS IoT automation solution for my weed guys grow op.
Now the fucker wants me to actually build it and to pay me in weed.8 -
Today in work I spotted a shoddy solution within the system. When I looked up who'd implemented it I found out it was me 6 months ago... Feel like going back in time and giving myself a slap
-
*team worried about Slack conversations being tracked in the company*
Solution: Shared text file over network. Edit and save it for private communication. Best idea ever?29 -
Our parent company nixed our entire QA team last year and now they wondering why our product releases are so unstable lately.
Who needs QA anyways. Their solution is to just stop writing code with bugs in it.5 -
*compiled a program but got lots of errors*
My Solution:
Recompile the program 5 times without changing anything hoping that it will solve the fucking problem.3 -
Let's setup my email server again! Found an awesome open source solution which installs it through Ansible.
Now i can't get past a fucking error 😫
Here goes my day :(3 -
For anyone looking for a quick video conferencing solution, take a look at Jitsi Meet!
Although I'm still unsure about the levels of encryption, it works veeery well!8 -
The great thing about coding is, every problem can be solved with logic. And the simplest solution is often the best one.
Often when I don't know what to do, I just keep thinking about what I want to have and break down what I need for that and in the end I always come to a good solution. And it gets easier from time to time. -
1. Identify the problem
2. Come up with a clever solution
3. Refactor half of your code
4. Watch it fail horribly because you're such an idiot it's a bloody miracle you keep breathing on your own
5. Repeat2 -
When answer has 180 points on stackoverflow and it isn't even an accurate solution for the posted problem.2
-
I hate this guys in my class who are asking me for a solution for the programming homework but they don't even try to solve it by their own...😔7
-
long time ago....
Feature request: We want an android backup solution in Our app!
UI guy has already developed it, you just need to see if his solution is solid!
Ok then - lets look at the UI: Nice progress bars, that turn into green checkmarks. Looks good.
Now lets look at the code: ... Ok. loading some files into memory.... and... dafuq? does not write to a file?
Backup to RAM. With no restore. 🤦♂️.3 -
I feel like Stackoverflow is a fastfood for programmers mind. It gives you a solution you starve for. It may be not the best quality, but it works for now. It does not satisfy you in a long run, and may be too shallow for advancing. But it works and gives you more to think about.
I would never find a quick solution to parse a string with regex. I never thought it works this way. But hey, I'm happy.9 -
I don't get it. Bethesda managed to make the best temporal antialiasing solution to ever grace this planet with TSSAA in Doom 2016 and then manage to fuck it up by removing it in favor of forced TAA in Doom Eternal which looks like complete dogshit
WHYYYYYYYY
The graphics were /literally/ the reason I bought the damn game. I just finished Doom 2016 and it was so inspirational for my own game engine, giving me motivation by seen what I can achieve. Doom Eternal is fucking depressing from a technical standpoint
Well at least I know now that my own AA solution is viable and that I can do better than a AAA studio :emotionless-shrug-guy:8 -
Me: Found solution on StackOverFlow, lets copy/paste code and try it out
*Clicks ctrl+v*
Computer: There's your value!
Me: Wait that's not what I copied
*notices that I copied from a different computer and expected it to paste on this one*
*cries in corner* T_T6 -
When your company buys a third party solution and you spend all your time emailing them about bugs in their system.
Seriously, I even sent you the exact line of the bug in your JavaScript with a suggested solution, and deployed a new stack with your latest (broken) fix so you can test out that solution. Then you email back saying it is fixed but it is clearly still broken. If I email you a fixed version of your file will you deploy it? OMG!1 -
Learn enough docker to convince my coworker that it is not the solution to EVERY problem, especially not to our problem8
-
Hate being in bed and a solution for a problems comes to mind and sleep is really needed. Makes me feel like a stupid useless piece of shit. Then I wake up and try it and it doesn't work anyways, so I am a useless piece of shit.2
-
Javascript.
All devices in the world:
Dev: can you gently copy the content of this dynamically generated <input> element and copy it to the clipboard?
Devices: Sure thing brah!
...
iOS: LOL
(and proposed solution on SO, ridiculous)
https://stackoverflow.com/a/...8 -
Use a search engine!* I've known too many beginner developers that refuse to consult the web.
*I should add, make sure you understand what you find. Don't just copy a solution and not learn from it.2 -
That's it!
Trying to plan ahead for each day but i keep failing !
I go to bed early at night but still cant wake up as early as i hope to.
Anybody has a solution for this?8 -
The people on Youtube... Rarely seen this much appreciation on Stackoverflow. I dont remember posting that solution but it was definently worth it :)3
-
I was pair programming today with one of the seniors in VS. He thought it was weird that I had docked solution explorer to the left side instead of the default right. This makes me wonder, why is solution explorer docked to the right side by default when in almost every other editor (even VS Code), the "document overview" is always on the left?5
-
Me: We have a style problem.
SM: No problem! I can solve it with JavaScript. I just need to manage the DOM in the Angular Controller :D
Me: Really? I found the solution with just 1 CSS line. -
Sometimes at the end of the day if a solution to a problem seems inefficient I just leave the task rather than writing buggy code. It gives me a day's time, away from the screen, to come up with much better and elegant solution which I eventually code up the next day.
After years of experience I have realised that its better to wait for a day and not write inefficient code rather than trying to fix a hell lot of bugs later.4 -
If I write something erroneously on SO because the program or operating system uses it erroneously in the error, don't edit my fucking question to what you think it should be. People who Google for the same error aren't going to find it as a possible fucking solution. How fucking hard is this to understand?1
-
Dear Client: Thank you for asking me to fix a problem and then condescendingly informing me _after_ an hour of _me_ working on it that _you_ actually had a working solution shortly after you asked me to work on it. That'll be $75 added to this month's invoice.2
-
Getting nugets and dependencies of a big project to restore properly (most of the time the dev fcks his solution up - it works for 'him')
-
Usually I'd go grab a smoke and coffee and think up a solution while smoking.
I quit smoking 2 weeks ago, no idea how to fix it now. -
I found this question on EmguCV's forum that matches my exact issue.
First answer: Never mind - all. I answered it myself.
Welp. Thanks for nothing. How fucking difficult can it be to post your solution to the issue? -
anytime anyone asks me to write a solution to fizzbuzz - i do it in brainfuck because even if i screw up...no one knows. :P
++++++++++[>++++++++++<-]>>++++++++++>->>>>>>>>>>>>>>>>-->+++++++[->++
++++++++<]>[->+>+>+>+<<<<]+++>>+++>>>++++++++[-<++++<++++<++++>>>]++++
+[-<++++<++++>>]>>-->++++++[->+++++++++++<]>[->+>+>+>+<<<<]+++++>>+>++
++++>++++++>++++++++[-<++++<++++<++++>>>]++++++[-<+++<+++<+++>>>]>>-->
---+[-<+]-<[+[->+]-<<->>>+>[-]++[-->++]-->+++[---++[--<++]---->>-<+>[+
+++[----<++++]--[>]++[-->++]--<]>++[--+[-<+]->>[-]+++++[---->++++]-->[
->+<]>>[.>]++[-->++]]-->+++]---+[-<+]->>-[+>>>+[-<+]->>>++++++++++<<[-
>+>-[>+>>]>[+[-<+>]>+>>]<<<<<<]>>[-]>>>++++++++++<[->-[>+>>]>[+[-<+>]>
+>>]<<<<<]>[-]>>[>++++++[-<++++++++>]<.<<+>+>[-]]<[<[->-<]++++++[->+++
+++++<]>.[-]]<<++++++[-<++++++++>]<.[-]<<[-<+>]+[-<+]->>]+[-]<<<.>>>+[
-<+]-<<] -
Cat-warming solution when the power goes out
Problem: Your power goes out in the middle of winter. Your cat is cold and will not leave you alone. You are her only source of heat.
Step 1: Find battery-powered laptop.
Step 2: Power on laptop and turn off sleep/hibernation in the settings.
Step 3: Open up 5 instances of Minecraft and load a single-player world in each.
Step 4: Close laptop and flip it upside down
Step 5: Place cat on computer above the fan. Cat will begin to purr.
(Yes this works)2 -
Anyone else like coding while high? A lot of the time it gives me a different, more simple, point of view of my problem which helps me find a solution a good amount of the time14
-
Don't you just hate it when you search for a solution to your problem and always end up back at your unanswered SO post?3
-
Solution for all the problems... Even global warming
Have you tried turning it off and on again...!?? 😌2 -
Did you ever had issues with non working usb devices on Linux? I had today and after some search I probably found the solution. But I at first couldn't believe it. Then all the guys in the comments went Batman.2
-
GraphQL people: REST sucks because it causes unnecessary data fetching and extra requests.
Also GraphQL people: "PicoLooper - A <200 LOC 🤏 ninja-grade 🥷 bulletproof 🔫 solution for the n+1 request problem 🙅 made with love ❤️" -
Why is it that when I ask you if functionality is needed you tell me it isn't. So why was it in the requirements doc? 🤔
Can I have the past 2 hours of my life back in which I attempted to work out the solution please.
Fml.1 -
The solution to missing esc key is to map it to caps lock, like we were ever using the caps lock......
Now cut the ranting, you have a solution8 -
Work is fun when every time I finish editing a project I have to wait 30 mins for it (solution) to compile :D2
-
The person I report to just seems to want a mindless drone who implements whatever he has chalked out.
I plan out a sound solution for a problem that we're working on, and run it by him cause he asked me to show it to him before starting out with the work.
He doesn't even bother to read or understand it, and instantly rejects the whole thing in favour of his new solution.
What a big waste of time and effort. Don't understand what the dude's problem is!5 -
INTERVIEWER: Let’s say client wants a gif in the EDM design but older outlooks don’t support it. How do you solve it?
ME: Maybe we can try using iframes if outlook supports them and host gif somewhere and use iframes to show it.
INTERVIEWER: Any other solution?
ME: We can probably also detect the email client and just show gif for all other email clients but a picture for outlook.
INTERVIEWER: No but the client wants the gif to show on all email clients
ME: But outlook doesn’t support gifs!!!
INTERVIEWER: yeah
ME: …..
INTERVIEWER: …..
I thought maybe I missed something having been a junior dev and never developing edms. So jumped on the internet after the interview and my second answer is literally how everyone does it. What even was the point of that question? At no point she said yeah that’s a good solution and that’s how we do it in the industry. If outlook doesn’t fucking support gifs then what the fuck kind of solution am I supposed to bring to the fucking table in 5 fucking minutes.7 -
Problem:
some folks left the angular codebase full of ridicolous console.logs, client was upset as he noticed it during UAT
Solution:
1. add extra script in main template page
window.console.log = function(){};
2. translate it into JSFuck
3. if they ask, pretend it's a super-secret encryption algorithm to improve security6 -
Tech interview prep on leetCode... I solved this but wanted to read the optimal solution. I check the Solution page..... 😟 🙁 ☹️ 😣 😖 😖 😫 😩 😩 😦 😧 😮 😬 😬 😵
https://leetcode.com/problems/...
The way I solved it, basically just did a merge of the 2 lists as is iterates thru them...
Ialright i need a break after i try to understand this...
btw, tech/CS workers, when you approach a real problem do you think like this? Solve the problems in Big O and math symbols?7 -
That bad feeling when you leave a project aside for a few weeks and then when you finally decide to continue it you don't understand the code you wrote...
I'm searching a solution for something I already solved once again. FUCK!5 -
Damnnn, have u ever found the solution to problem while u were sleeping cause i found the way how to fixed a bug in my dream maybe cause i was thinking about it before i went to sleep but its really weird when i think about it. 😬🤯1
-
Asking you to find the bug. You find it and the solution for it. You tell them your solution and tell what you found. AND THEY JUST WON'T BELIEVE YOU. Just find the friggin' bug yourselves faggots.2
-
There is this docker guy in our enterprise.
Always, he is told there is a challenge in software operations, he brings up the solution "move it into a docker container and the challenge won‘t be a challenge anymore".
........
Don‘t get me wrong.
I love to use docker as a technology to host my apps.
But for me it is not the golden hammer technology which cures all dread diseases on this planet.
Sometimes it is just overhead for the solution of small challenges.2 -
Me: I tested solution in all popular browsers and on each looks great.
Tester: I checked on the Safari. It doesn't even look....
Me: .....5 -
Worst Hackathon Experience ever!
Had been to SAP for a hackathon last year. Built a complete solution for our challenge. Due to no sleep and 48 hours of non stop coding, my team mate who was supposed to present our solution screwed it up in the last minute. Now we blame ourselves for losing because of our bad presentation. -
What the best database solution for web and smartphones dev?
Is mysql the good choice?
I’m an “old” dev with old usage, php-mysql-JavaScript.
Is it a 2018 solution or am i a dinosaur?
All data will be stored on server side. Web and smartphone app as client.
Thanks for your experience sharing.6 -
The development department got an order to remove certain functionality from our current server monitoring solution, so that we had to use a new, still very in development solution, that is full of bugs and super unreliable.
End result? We now have to have two windows open all the time, while also hoping the new solution actually works, as it tends to stop refreshing randomly, and tends to give false positives a lot. -
When you spend more than 1 hour trying to find a solution to your code project and then the solution was way to simple to work and it works at first try 😨 (feeling stupid right now 😢)1
-
Getting really annoying how I think of the perfect solution on a project after leaving the office.
Now I need to wait 15 hours to implement it 😭😭7 -
Ah.... Just saw a message in team chat that we had a prod issue caused by the use of a hack/duct tape solution...
Dev just replied "as a fix I will do it the right way"
Me thinking: ¯\_(ツ)_/¯ I told you so... Now you learned it the hard way7 -
make dumbass solution duplicating code because you can't figure out how to do it correctly
nobody corrects you on code review
later somebody on another team has their stuff broken because of you and kindly offers to hopefully fix and not break what you got out of it3 -
- assignment is to display a paragraph fit within a rectangle
- takes maybe 10 minutes to write
- 1 error preventing Xamarin Forms solution from building
- googles error and seems to be a version issue with a single package
- upgrade that single package
- 43 errors preventing solution from building
- reverts back to previous package version
- 76 errors preventing solution from building
- angrily turns off laptop and packs away things into laptop case
- talks shit about xamarin and all the annoying nuisances ive dealt with for this stupid mobile app class
- takes laptop back out because deadline is tomorrow and i have to make the solution build even though i want nothing to do with it
- laptop takes 2 hours and 14 minutes to load up Windows (no update or anything. Just me signing in like every other normal day)
- code builds first try without errors
- wait what the fuck
- concludes that i need only verbally intimidate electronics into submission from now on7 -
Is it normal to have to sit in hours upon hours of handover sessions for a spaghetti software solution?
There's no documentation, we have to create it, hence the hours upon hours of handover sessions.
I'm so fucking burned out from the past two weeks' meetings.4 -
Today I asked a stupid question on stackoverflow
Got a reply which I already knew
I just hadn’t implemented it as it had to be put in a complex part of code step by step.
I took the time and implemented the solution step by step and it worked.
Why have I become like this.....old and stupid....2 -
Spent 3 weeks working on an issue (raised by dev A) by following the suggested solution stated in the issue.
Pushed a PR and got told by dev B that it's not the correct solution.
Dude, I am just an intern here and following whatever they told me to do. If you have a problem with the solution, please discuss it with dev A.
Now I may have to let go of the issue completely because it turns out to be much more complicated, not for someone with intern level skill.
FML, I guess this won't be the last time I had this right?7 -
PM: How long will it take to fix this bug? Needs to be done by friday.
Me: I can do a hotfix in some hour, a more permanent solution will take at least 3-4 hours.
PM: Alright, I’ll schedule you for 1 hour.
Me: alright, sounds good.
*makes a hotfix*
Me: the hotfix is done now, just tell me when you want me to do the permanent solution.
PM: what?! Thought I you could manage the permanent fix in the time I booked.
???????3 -
Customer give me a broken iPad. The screen was pink or green with a not wanted 3D effect. Solution? Just kick it on the back side where the the screen connector is. That’s a so funny solution 🤣
-
A moment of silence for all the times we were excited about finding the solution for an algorithm only for it to not work.
-
Make a folder about your idea, generate a visual studio solution about it, and bam, you got something to write in your resume.1
-
Typical development cycle:
Spend hours trying to think of a solution to a problem.
Get epiphany and implement possible solution.
Be afraid to compile it in case of bugs or errors4 -
Me: Ah, that solved my problem. Let me share what worked for me by adding a comment to the already posted solution. Seeing that the solution didn't completely solve my particular issue, maybe it will help another poor soul.
Stack Overflow: You need a reputation of 50 to comment. You're reputation is only 25, you are crap and nobody wants to hear your solution that could "help another poor soul". It would probably just add clutter and help nobody. You are crap and nobody likes you. Good day to you." -
Reading the documentation instead of blindly guessing how it works until something that resembles the solution appears
-
Never create a work around for assholes. It will eventually become their solution.
Man fuck this guy, this project is almost a year old and it was originally supposed to be a patch. But even with all my insisting, they never tried to move to the real solution.
Now this jackass brings it up and he's a hero, and I don't know what I'm doing. What a fucking way to start the week. -
All right, I switched to Visual Studio Code from Sublime Text 3 and I really like it so far. But I have spent an hour looking for a solution to hide this annoying tab bar. I have already disabled tabs but it still shows this bar with filename on it.12
-
Ran into a problem, that I recalled also having a few years ago. Couldn't recall how I fixed it, but remembered that I struggled finding a solution back then. Got a good forumhit on Google straight away this time, exact same problem. It had one reply, by the initial poster a few days later, saying he found the solution and posting how he fixed it. Great! Love that some people actually post the solution when they find it themselves! Tried registering to post a big "thank you!", but got an "email already registered"-error. Hmm... Were able to login, then realized that the poster was...me, 3 years ago! So I guess "thank me!", then...?
TL;DR:
I almost thanked myself on a 3 year old forum post I didn't realize I had posted myself... -
Learning to code is like learning to write when you were younger. It can be sloppy or clean but if you keep at it it'll probably become clean. But, with these sites like code academy that accept only one solution to the problems they present it's as though you're being told that everything you're doing is wrong eventhough you get a solution to the problem in the end. It bugs me that these sites want people to code the exact same way.
-
I prefer to build my solutions bottom-up, creating a component right after identifying the need for it but before whatever would be using it, because this gives me the flexibility to think about the problem in the general sense and produce an optimal solution without overspecialization.
VSCode's Rust plugin is a bit overzelous about dead code detection and runs it whenever the codebase is deemed to be correct, highlighting every item that isn't referenced from main, even if it is referenced from something else that's unreferenced.
Whenever I finally defeat the borrow checker and produce a correct solution my entire codebase lights up in yellow like a christmas tree and I'm completely addicted to this. -
It literally haunts me that I've used jQuery in a reactjs project, I'm not saying that jQuery is bad but using it does not seems right, I can't sleep, always thinking about a solution, fml5
-
I did some investigation on Jira board. There was a story in Oct to design solution for a problem and a senior engineer has commented saying it was done.
The same story opened again in December and another senior engineer has commented saying "canonical and solution is designed"
But FUCKING IDIOTS didn't do anything! Last sprint I got the development story for same and I have been fucking waiting for them to give me solution. But idiots are way too lazy to do any work! -
Notion: Working with variable arguments in C is weird.
Hypothesis: It might be weird because I am used to it with more....err...dynamic languages.
Solution: hit the docs and stop bitching about shit
Situation that put me in here: Trying to do a game engine is hard....12 -
I know better to open a solution in Visual Studio on a network share over a VPN on crappy WiFi.
But I do it anyway for some reason. -
When I search for problems with npm libraries and StackOverflow's answer is
"just downgrade the package to {VERSION} and it should work"
It makes me wanna die. How in the clusterfuck is that an acceptable solution?4 -
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.
-
Every time when I spend hours of thinking, investigations and experiments to find a solution to a problem...
And it ends up with a one line change in the git commit.
Always a strange feeling.3 -
After months of launching an intranet for a major corporation, that ONLY were supposed to be temporary until they went over to Microsoft Sharepoint solution. They're now asking for new features, like not having it locked to their VPN, and make it responsive, maybe make it an app!
It was all thrown together and a lot of spaghetti code, because the terms were that it would be temporary from when they merged with another company till they got the Sharepoint solution up an running. Oh, and it is all run on a Wordpress 3.3 solution, they don't want to upgrade it, because they would loose some irrelevant plugin that they love.2 -
Does anyone here reject a requirement because there exists no elegant solution to it and you shall die before writing spaghetti code?🤔6
-
!Rant
Was thinbking about a frequentlly asked feature in app since December 2022.
Solution cam to me last night, 1 hour to do a POC, working.
3 days next sprint to implement it properly.
Feels good :) -
Everytime I find a new open repository, it is really humbling that there are so many projects with creative solution to problems.
-
Question;
I have heard about Apache Hadoop for a while but never bothered to learn anything about it.
What can it be used for? Can I use it for hosting thousands of websites powered by php/hhvm?
I am starting to have a need for a really HA and High Performance solution that is futureproof too. My current solution is doing great also when it comes to performance and HA, but it is always nice to try out new things...
So the question is, can Hadoop be used in a hostingsolution?4 -
Imagine this: You're a DevOps engineer or SW Engineer at StackOverFlow.
Plot: Stackoverflow is down, you can't search for the solution cause Stackoverflow is down.
Question : Is it just to consider this as a recursive problem?17 -
Today, I used NAT in a way I never before thought of as a solution to a problem - Exposing a service listening only on an internal address, to the internet, to a selected list of hosts.
For some reason, it made me a little sick in my mouth. It feels... Ugly, to solve this as such. But I was only copying this solution from a different server of the same client, so no reason to implement it differently and thus complicate future administration...
Is it normal to use DNAT like this?1 -
Spent hours trying to connect to a remote desktop using RDP, it was logging from win 7 but gives error with win 10.
Later, I discovered the solution was to add the computer name before the username!!!!
computername/username -
Finally set up my home server and port forwarded it so I can use linux everywhere even as a window pleb.
Now just to make a solution for not having a static IP address...2 -
Not sure how to feel.
Just landed on a stackoverflow querstion. Originated by myself 5 years ago. With a long discussion and a solution.
Sooo how the fuck I don't remember it at all ?3 -
What would your solution to daily commute traffic be if it were a solvable programming question?
Ps - I'm sitting in traffic right now and want to kill myself.4 -
!rant
Staying up a bit later to try to get something to work that you have been stuck on for a while and actually getting it to work is a good feeling even if the solution was a bit hacky.1 -
What is it about long winded articles for a two second one click solution?
A quick search to find out how to change the control panel to classic view in windows 7. (because I forgot and the windows Operating system is no longer intuitive and Dev-friendly).
Search engine: (Insert hundreds of articles here!)
Solution: Click on large Icons where it says "View by".
Search engine: (Enjoy sifting through this pile of results written by thousands of gas-bags, you looser!).
Rocking back 'n forward sitting in the corner of the room holding my legs against my chest: "Shut up, I forgot okay!"
Why would it not just Say "Classic view"?1 -
Gonna give up on Advent of code.
I know I'm not really a programmer and while I had fun solving the challenges so far it feels I fail to translate the idea of solution into working code. i.e. I know how it should be working, but when diving into the code I'm losing focus and getting lost in the functionality.
It was also good reality check of my skill level when a task took me 50 min while TOP100 is below 10. Can't really fit the time it takes me to come up with a solution with other activities I should actually be doing.5 -
got a new macbookpro with my new job. awesome. but no usb port so i need a dongle to use my good mouse.
my solution: pickup the dongle myself from down the street and expense it
company solution: order it through complicated website, wait for 3 people to approve it, and wait 4+ weeks for it to come in (still waiting) -
Phoning salespersons:
Me: "we need a new VoIP solution for our office."
Sales: "we're certified"
Me: "we need a new VoIP solution for our office."
Sales: "YOUR WHOLE IT INFRASTRUCTURE IS OUTDATED, UPGRADE ASAP!"
This is why I prefer mails so much over telephoning.2 -
I hate when I give someone a simple and efficient algorithm but they fails to implement it and then claims that it doesn't work because I am an idiot, and ends up with a complex shitty solution.
It works, you just suck at programming. -
PMS must think there's a magic word called "it needs to be done" (by noon, in one hour, today"
Maybe they think that whenever they say, the solution becomes automatically ready?3 -
Hit it with a LITTL solution: Leave It Till Tomorrow or Later. I normally do a commit and a push then clock out of the office at a reasonable time. I go home, spend some time with the wife and in the quiet hours of the night, if I'm bored, I pull down the troublesome code and take another swing at it. Normally the solution comes to me within 5 to 10 minutes. If I don't solve it within the hour, I close it off and try again at work the next day.
A change of environment and a rested mind both form parts of the key to solving troublesome code. -
This thing. My C:\ drive is full, and I bought it almost a month ago. It's the solution to all my problems and my biggest nightmare (I need to do a clean install).6
-
I can’t take the stupid security theatre anymore. I give up.
Multifactor authentication every 5 minutes. I hate it.
I don’t have a solution and neither does anyone else that doesn’t involve rewriting all apps from scratch.6 -
In my early programming days when i had just started learning, I challenged myself to write a sudoku puzzle solver. Wrote a really naive backtracking solution, but i was really excited to have finished it.
-
when the website is so huge and a bug is causing every to be delayed a minute before loading, the debugger isn't showing anything, and the project lead's best solution is to throw more RAM at it
-
So I am a Software Engineer at a small scale company.
I need to coordinate with customers, understand the requirements and design and develope the solutions.
These sometimes include changing the current product a bit and customize it to fit the client needs or maybe creating a plug-in that could work with the current product and get the job done.
I love the research, design and planning part of the job, I would be super focused and will find solutions for complex stuff. Plan it all to the smallest things.
I know the solution so I can think of what code would be there what would be needede whats already there etc.
But when it comes to coding the solution my laziness kicks in.
My mind is like you already know the solution why you need to code it to.
Then I start procrastinating and end up putting myself under a pile of stuff when the deadline approaches.
FML3 -
Why Virtual Box is so laggy on Mac?
I gave it maximum resources and it's just sucks. On windows however Virtual Box is so fly...
Does anyone have any free virtualization solution for Mac (I'm trying to run Linux VMs)5 -
While driving home from work.
Then I have two choices either fix it when I get home or remember to fix it the next day, which I then have to think very hard to remember what the solution was.
Should have fixed it when I got home ... 😫1 -
1. It's working.
2. Why's it working.. it shouldn't be working! Hmmm..🤔
*Finds a solution to a totally unrelated issue after 3 hours*
3. Oh so that's why it was working! 😮😮😮😮😮 -
Friend: "Heyyy, I want a custom IT solution. Can you make it for me?"
Me: "Okay sure."
Friend: "Heyyy I don't want the program to do it for me, I want to learn it myself."
Me: "What the fuck.. sigh."
I ended up giving them some third-party boilerplate solution and now they're happy. Peasants..1 -
One thing that is really difficult is when you are writing let's say C code for months, and then you switch to C# or Python, you immediately use C-style logic and forgo the easier, shorter Python syntax!
I did a python kata on the Codewars website. After submitting it, I realized my solution was like 10x longer than every other solution. Talking about hand in face.
Stuck to basics and forgot about Python's amazing shortcuts. What are you going to do!1 -
Watching someone browse stackoverflow for the solution to a question. Copy and paste the most upvoted answer. Discover that it works, but fail to acknowledge or at least pay respect by also upvoted the answer they are using.
Even after they found a solution so quickly due to the fact that others had upvoted it and as a result it was at the top of the page.2 -
The worst part about working for a big company is that whatever is the problem that you google the solution is always like "try changing this global parameter that only the CEO has the privileges to change" or "the only solution is to raze to the ground your 1 year old technology and use this state-of-the-art edge solution".
And it looks like I'm the only one that complains about this.
I mean, really do people have no constraints when they work?1 -
I finally did it! I changed my laptop from win10 to Ubuntu, but now there is a crackling noise when I use earphones on it.
I have spent hours trying to find a solution but nothing works😭2 -
TL;DR - I came up with an ingenious version of a solution to a problem and still got 0 marks.
In my bachelor's degree we learned about abstraction, as usual for CS degree students.
In a later exam, a coding question asked us to swap two variables values without using a third variable and print the before and after on the screen.
You can read the question above again, because wait for it....
So this is what I wrote basically (JS equivalent solution),
class Solution {
constructor(obj) {
this.var1 = obj.var1;
this.var2 = obj.var2;
}
swap() {
return {"var1": this.var2, "var2": this.var1};
}
}
let input = {"var1":5, "var2": 7}
let object = new Solution(input);
console.log('Before');
console.log(input);
let solution = object.swap();
console.log('After');
console.log(solution);
Now look, before your boomer asses jump in and say "aCkChUaLlY tHiS iS iNcORrEcT"
I did include all kinds of comments that this is abstracted. The swap function is hidden away and the object variable doesn't need to know what it's doing.
In the context of this question, this is absolutely acceptable as a solution since the end-goal is to print the results on the screen and the user wouldn't see the source code.
I still got 0 on that question and I still get pissed about it sometimes, when I remember it, like just now.16 -
So today at work, a dev proposed some solution to a performance problem by using divide and conquer. But the way he said it was came across like "this is a brilliant, algorithmic solution, I bet you'd never think of this because no one else knows algos".
So then I just reply to him mentioning Big O and how it seems the performance is N^3, exponential. In which case the optimal size is like 1. But basically like starting an algo discussion to see if he can keep up... Or if he's just dropping some algo slang to look good.9 -
Love it when there's only one SO question relating to the problem you have, there is no answer, a couple comments, and the person asking updates it saying he figured it out, WITHOUT GIVING ANY INDICATION AS TO WHAT THE SOLUTION IS.
Fucking hell, doesn't happen often, but when it does... 👿 -
Just dropping by to tell you that gocryptfs is the best solution for encrypting a directory that I have ever come across and isn't absolute cancer to set up.
Look it up. It's amazing.2 -
Well, I just finished resolving the problems with my Angular dependencies. It has been 3 days of trying to come up with the solution, and in the end, it was all a matter of version mismatch of three dependencies. Now I can (actually) get to work on my project.
-
RavenDB was by far the worst document storage "solution" I have ever had the displeasure of working with.
- Loading data crashed the service.
- Queries crashed the service.
- Monitoring applications crashed the service.
- It didn't support clustering or HA of any kind.
- Sometimes it just worked for no good reason.
- Often it broke for completely random reasons.11 -
TFW you complete a TopCoder problem in 20 lines of code, only to find another solution done with 4 lines and you have to spend 15 minutes just to understand it..1
-
An interviewer recently asked me "how many 'valid' combinations can you do with N parenthesis, either closing or opening?"
It sounds easy enough, yet I didn't manage to find the solution, apparently I was close enough using dynamic programming. Can you solve it ? :)14 -
How ofte are you guys absolutely sure that you've picked the right solution for a specific problem? As a novice programmer it bugs me to death that I sometimes don't know if I'm using a "best practice" solution4
-
!rant
Just chanced upon CraftCMS at work--used it for a small side project. Have been playing around with it, and am amazed and impressed with its ease of use. Think it would be my go-to CMS solution for future website projects.
Anyone else tried it? Used it for a production-ready project? Think it could replace Wordpress?1 -
Posting (ranting) about your problems or emotions online might be an instant anesthetic to the problem but it diverges one away from the issue and the solution.4
-
According to product owner, solution is modern and cutting-edge because it is written in .NET
For her it doesn't matter that application is written in ASP.NET 2.0 with VB here and there.3 -
The offizial guide to install Tensorflow(Python) on windows is BS. The stackoverflow solution only adds the package, but it wouldn't work.
Time to build it myself... -
I changed my shirt and now it looks like we're evil rivals.
I remember him telling me he has the dilemma of "clean css solution" and "quick and dirty js solution" and he always takes the second one.
My dilemma is the other way around: "Clean js solution" or "hacky, dirty css solution". I always take the second one if possible..6 -
What do you guys think of code review? It was supposed to find potential mistakes in your code base, and share your knowledge with your co-workers, right?
In fact I have very bad experiences with code review, not just with 1 company, but quite a few. Code review process always comes to something like this:
Reviewer: Hey, I don't like your solution A because of disadvantages A1. You should implement solution B, because of advantage B1 blah blah...
Me: Yes, it's true that solution B provides advantage B1, but at the same time introduces much more complexity to the code base than necessary, and has disadvantage B2. I am aware that solution A has disadvantage A1 but it is justifiable and easier to overcome than B2 imo. In fact, solution A also provides advantage A2 that you might not know...
Reviewer: No, you HAVE TO implement B because of advantage B1 blah blah *repeating why B1 is awesome again*
I feel like it's just people trying to shove their preferences down my throat. Either code review is useless, or the companies I work for do something very very wrong in code review. Anyway, it's really discouraging me fron participating in team discussions.5 -
Spot a mistake in the code.. Should i:
1. live with it and continue to build on top of it.. Do a special validation just for this special case.. Which is a quick solution
2. or rebuild that component.. But have to rewrite the 4 controllers that is using that component.. Which is a long solution
The daily dilemma of taking over someone elses project.. 。・゜・(ノД`)・゜・。4 -
Do you think Auth0 is a good solution for smaller projects? Is it easy to replace in the future? Know any good (and preferably cheap) alternatives?7
-
Even if the solution is working, does not mean it is the correct and way of doing it. One can save a lot of time and effort by learning from others instead of sticking to his/her ego.
-
Damn, we seriously need a more professional system to test (the appearance of) our web apps in all browsers.
Also especially the resizing behaviour with flex items & Co.
What do you use for that? It can be a paid solution, if it is not too expensive.5 -
Six months ago, I architected a solution that I thought was pretty darn good. Of course my boss didn't agree and basically twisted my arm until I agreed to go along with his approach. Today, he's walking back on it.. and telling us we can refactor the solution if it doesn't make sense anymore.. so back to my original solution?
If only he listened in the first place.. -
Tired to find out how to apply for an MNC Internship ?
Well, you can find the solution in the attachment below:
Remember : - Always keep it simple and genuine .
P.s. - This is real one .
Don't forget to ++ it .7 -
COFFEE is an issue all coders face so I made a video to tell you my solution. Watch it if you want..More don't i don't mind..
https://youtu.be/yYWWP4ugyqs1 -
If you tried to fix a bug
And put it on stage, but still not working!!!
MAKE SURE HAVE HAVE REBUILD YOUR SOLUTION3 -
Do you always make sure to understand the basics/fundamentals of a technique/solution/tool/.. you're using ?
I don't do it all the time and I feel that it's something I should do more often (or always?).3 -
Today for my last 2016's day at work, I fix a bug in two minutes but it took me two days to find a solution...
I think that it's my best years ending of my life! -
Is there any solution to the “Preparing Automatic Repair” error in windows?
It has gone in an infinite loop.
I have Lenovo Ideapad 300.7 -
Rant - When data loading stops and your manager's "preventive" solution is to "watch it so it doesn't happen again". I guess this is my role now...
-
OK How do you guys overcome it when you guys "Hit the walls" when coding/programming?
ive been stuck to finding solution for some days,
AND I FEEL STUPID ALL THE TIME
dear seniors, please enlighten me!13 -
When you got burnt last time evaluating new software solution by skipping hands-on sandbox testing AND now doing it again!
-
Reading a note from yourself a few weeks ago that had an idea of how to do something, and wondering what the fuck it means or if we even have a simple viable solution to our problem.1
-
I expected to need the better part of an hour for a feature.
Here I am, two days later, still trying to figure out a solution. Turns out, there is a lot more complexity to it than I anticipated. -
Irrational Programmer's Response to Problems - "I tried, if I couldn't find a solution to it, then it's impossible."
-
Is it unreasonable to refuse the tickets and to demand that the dev who came up with the God awful solution should make it work?1
-
Hate it when my question goes unnoticed on stack overflow and Google doesn't give me a proper link to a solution AND THE DOCUMENTATION is not clear! -.-
-
I'm about to release my first .net core API solution (that relies on multiple separate projects under the solution if that matters) with an SQL database. I've never released anything before and could use some advice.
I want to use a cloud solution like aws or azure - any guidance please? I'm trying to find as decent a solution as possible for free, or next to free, as right now it's just a first stage release with next to no features.
Thanks
PS it also uses Hangfire. I really don't know enough to know if that's a factor.7 -
Do you ever come to a solution but forget what the original problem you were solving for was?
I just tried to do a large number multiplication in my head but now forgot what I needed it for...
And after plugging the solution into Google and what I can recall... Seems the answer is wrong as it's indivisible by one of the terms that was involved in the multiplication...2 -
Today I learned that in our team, where we usually process data for runtime usage through batch scripts, which is the dumbest shit anyone can think of, someone decided to do data processing through VBA inside an excel file.
So that proves, regardless of how bad a solution is, an even more stupid solution is still possible.
At least it's not documented, so my hope is no one will see and copy it. -
sadly, laundry is waiting for me. A good opportunity to think why my project got an error even though i checked it multiple times. hopefully i found a piece of solution in every clothes...
-
Writing my first code review. Even though it really is a nice review and I'm happy with the solution code, I still somehow feel like an asshole for each critique I make. Maybe it's unavoidable with code reviews / pull requests?3
-
Hmm. My wireless mouse stopped working when I connected my phone to the USB port.
Solution: have phone fully charged before connecting it.1 -
Rule: NumberIdunno,
It's easier to figure out a solution yourself than it is to clean your code, recreate the bug in a small snippet then posting it on Stackoverflow.2 -
!Rant
I absolutely hate click bait... But not type you're thinking of. The type of click bait of a stack overflow question and it's either totally not related or goes unanswered... Or even worse it's just a typo in their code.
But i have a solution! You won't believe what it is!
.....
.....
.....
.....
.....
.....
++ If you clicked read more 😂😂😂
(PS: I don't have a solution, I still hate it and struggle daily)1 -
Understand problem
Write solution
See it work on browser
Delete/comment solution
Write tests
See them fail
Restore solution
See it work on testing -
The moment when your users insist adding a number for custom "ordering" in their e-Commerce solution.
Next thing you know is your PM appreciating the idea and thinks you're dump for not doing it.1 -
Working. Finding a bug. Quick-fix. New bug. New bug. New bug. Spending 1 hour looking for Quick easy solution. Getting distracted with a more complicated solution. Spending 1 hour researching. Back to problem, one more hour bruteforcing the problem. Finding it was just about a configuration problem. Fix in 5 minutes. Repeat everyday.1
-
My family mostly get it because my uncle is a solution architect. They probably still dont realise just how complex it can be though.
-
I'm thinking I know why the approximation graph of my ML goes sideways.
It can never reach the solution set completely because the solution set has decimal places to the 1x10^(-12)2 -
Dear genie, make me take more notes. My brain is overconfident and thinks (hah) it can do/remember more than 1 thing at once. It's just a whole lotta "Hey, this is the solution to your problem! Also, look at that butterfly! By the way, I have no idea what the solution could be."4
-
Learning Java in online course...
Have to do an assignment..
Thinking hard and stressing my mind to find the solution for past two days. Today, don't know how it happened. I just coded and got solution...
The moment my code passed the tests, All of my pain vanished.
I'm happy that I chose programming field 😇... Still lot to learn !!!!1 -
The CORS implementation has made the web overall less secure. It insists on the 99% pain in the ass solution rather than the 98% easy to use solution. So what happens? People work *around* it a lot, and that degrades web security overall.
Had *.mydomain been available as a header value, it would have been fine. Update your CORS headers? Good luck when your users' browsers have a cached copies of the old headers. Instant CORS violations.4 -
Overestimating the solution, trying it, failing, underestimating it, errors, "this is impossible", quitting...😔
-
Design patterns a solution to a problem, not a solution for the sake of a solution.
It comes from years of developers banging their head agains a problem and iterating a solution. It was not done person sitting down and thinking about rules for good (general) software development. -
That moment when you find solution for a problem outdated, you fix the issues but too lazy to post it on internet for others.
-
I find it funny how if a programmer has a problem, she/he makes a solution.
This is probably why there aren't as many other communities as there are developer communities. -
How many project do you have in your main Visual Studio solution? At work we have 180+ and it is driving me nuts how slow everything is. Especially when pulling from hg.5
-
Every-time you build a solution on ASP.NET. The session get's destroyed like WTF man. I'know what's causing it but still WTF man.
-
when you work in a small team and there's no transparency.
TL asked for help and I gave the solution that worked for my env, and then TL just went silent for days.
is it so hard to feedback whether is it working or not? -
Interviewer can you write down program to perform custom lexical sorting?
10-15mins later writing code...
..
Can you code it in linear time ?
Me: if I knew the linear time solution why wouldn't I code that.
Note. I know a linear time solution but couldn't come up in 10mins of solving -
I do all this work to make an elegant solution to, frankly, a dumb requirement. And a newer dumber requirement comes out that requires someone to modify my solution. Normally not a problem. But this is a backend solution given to a frontend developer to modify. I told them how my solution works since it did 90% of what she needed. But instead, they reinvent the wheel and I have to fix it. I was supposed to be done with this 3 hours ago, but unraveling this knot is taking for fucking ever.2
-
devRanters!
Do any of you find that you can type the solution faster than GitHub Copilot recommends?
That's how you know you're senior 😏
Also, on a serious note, does it only support JavaScript / TypeScript? Didn't really take time to investigate.
I thought there was also a feature you could tell it what to code and it would try to write a solution. Haven't really seen how to do that yet.7 -
I've ran into a couple coding roadblocks and have been able to get a perfect solution using GPT-3 in seconds. So wild to think of what it could potentially do in the future!1
-
can anybody give me advice on why typescript maybe be a better solution on the nodejs side. I've been trying it out but other than compiling seems like es6 is still better2
-
Just wasted 3hrs trying to figure why a TabContainer is taking 0px height and 0px width. Solution- override resize() and don't do anything in it. Hatred towards DOJO to a new height.
-
Integrating Algolia with Firebase cloud functions and a solid Js/Ts framework (or even Vanilla Js!) is definitely mint fuckin titties, I highly recommend checking it out if that's a solution you need.
🔥🔥🤘🏻👽🤘🏻🔥🔥 -
We had this revamp planned for this week. We were supposed to brainstorm and then come up with solutions. WFH hit it hard!! no solution coming out...
-
Assumption. Screens are wider and wider, bigger and bigger.
Solution 1: Make more one-page layout sites like there is no space on sides.
Solution 2 support solution 1: Make everything 2-3 times bigger so there can't be space on sides.
Solution 3 support solution 2: If there is some free space, call it neccessary white space.
It's a trend i see around me. Sometimes i don't get it. More than 1 year i have no side menu in designes what i coded. -
When using python, almost every other linter/formatter shoves down pep8 down my throat.
I used autopep8, which has NO CONFIG FOR USING TABS. FFS. The only solution I could find is disabling indent reformatting. How is this a solution at all?
Then I found black. Black is a piece of shit. Let's move on.
Now, I use yapf+pylint. This is basically clang-fomat for python. I love it, it does exactly what I expect it to do.2 -
Late night thoughts: what if I write a simple script to reboot my PC and run it automatically after each start up? How do I ever stop it?
Seems quite dumb but I can't think of any easy solution..1 -
rant. Tried to fix a weird bug in gamemaker, with some unfamiliar technic, resulting in another bug. Then one hour later, still no solution to that bug until I look around in the code seeing that I already used the exact solution that fixes the first bug.
In gamemaker there are scripts. I tried to forcefead the fucking script with a variable when calling it. Inside the script, there where already variables working fine with the extension or what-to-call-it:
other.(insert variable).
And that pisses me off. -
What do you do when you're stuck at a piece of code ?
When you've tried every possible solution you can think of.
When you've been through all the options/discussion over the Internet regarding the thing and haven't found any solution.
And specially when you're working alone.
Is it happening to me only? Or anyone else have faced this too.7 -
I heard I should not allow users to inject arbitrary text into my webpage without sanitizing it. Is it a clean solution to just eval it on the (node) server, and if it runs not post it because it's obviously JS and not just text?
Any opinions on that?11 -
You ever want to keep figuring out a nested loop solution so it executes beautifully, but a deadline forces you to use a cheap solution outside the loop (module import) instead?
-
After my third "requested changes" I've officially lost all dignity I held. Spend hours working, wrong solution. Revert, not working. Fix, removed functional code. I think my brain is just broken. Or maybe this project is just massive and I just can't wrap my head around it properly. Or maybe I'm just clueless. One day I'd like to be at a level where you hear an issue and immediately know the solution, where the problem lies in the code, how to fix it, and how long it will take. Hell, I'd settle for even one of those right now. The learning process is so stressful.
-
Finished my programming quiz but couldn't fix the bug.
Right after submission, found the solution to fix the bug and it was just to remove "-1" -
!rant
Ever had an experience where solution seemed completely illogical, you still go ahead with it and out of sheer surprise, it actually works?
I had one of these experiences today3 -
All the night thinking about a possible solution, finally got it, code it, push and went to sleep some time, then I realized it didn't deploy and doesn't actually run ._. almost cry, and then I realized the error was that i was using the wrong variable and forcing an infinite loop .___.
-
"When I am working on a problem, I never think about beauty. I only think about how to solve the problem. But when I have finished, if the solution isn’t beautiful, I know it is wrong." - Richard Buckminster Fuller
-
I don't know if I'm too frustrated to find a simple solution or if I'm just plain stupid but WHY DOES MY IMAGE LOSE 90% QUALITY WHEN I IMPORT IT TO ANDROID STUDIO???1
-
Started today by solving it, seemingly with no problems at all!
Last week i had extreme problems regarding some async ajax-calls.
Sort of felt like i dreamt about a solution. -
Debugging feature
Start working on a solution
Does not work :(
Revert to base
It works now :O
How?2 -
Whenever you're stuck with a problem, Google it and open the first five search results in different tabs and then go through each. You learn a lot more than just the solution to your problem that way. =)
-
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
-
`[vuex] unknown mutation type:`
This is the worst bullshit error that I ever got. It just stubbornly stays there making me waste my whole morning on this stupid error and still no solution.
Using >> Nuxt.js with static site generation2 -
I predict as soon as impl specialization enters stable Rust - if it will extend to member types - CRTP will become omnipresent, because the nature of CRTP is that it's an incredibly unintuitive solution that emerges from simple answers to common questions.2
-
Anyone experiencing a sudden lag of their logitech unifying ?
When mouse pointer lag it get me on the nerves, and can"t find any solution yet.
Plz help, i switched for a wired mouse for now.
I saw that it may be to do with usb power management. Drivers ?
Any ideas ?4 -
Challenge mentioned in the below thread is one of the most asked javascipt question in top companies.
Do check it out and post your solution
https://devrant.com/rants/2381656/... -
How do you guys deal with working in Monolithic applications?
Think > 200 project in a single solution, each which a hefty chunk of classes.
I've been working in that codebase for almost a year now and still get lost in it.3 -
Did you ever had a dream where you didn’t know the solution to a problem and you tried to Google it, only to get frustrated and find no results? Did I have a programmers nightmare?2
-
Started a new project for .NET core. Spent the last 2 hours creating a new solution and trying to "make a great solution structure this time"...
Ended up with the same project structure of my previous projects.
If it ain't broke, don't fix it I suppose. -
"The grid system is an aid, not a guarantee. It permits a number of possible uses and each designer can look for a solution appropriate to his personal style. But one must learn how to use the grid; it is an art that requires practice." - Josef Muller-Brockmann1
-
No matter how large and insurmountable the problem might first seem, it can always be hidden into smaller and smaller parts, until a solution can be found.
-
I have installed PyAudio but whenever i try to import it, it throws an error called "no module named PyAudio".
I have also googled abt it but didn't find any useful answers. Anybody have solution for this...4 -
XXXX programming language does not scale. Nope, it is your code. Review your code and improve it! Don't add more hardware to improve performance, that solution just covers the problem. Review, review and review
-
Me: Oh yes this is easy, i will fix it in 5 minutes..
*Deploys the solution to debug it*
*waits 20 minutes....*
(the message says "installation is in progress")
Just fuck you SharePoint Online.1 -
From this article "Fix Ubuntu Desktop to Boot without Monitor Connected" https://bonusbits.com/wiki/...
Solution: "Another solution which is the way I'm headed is to just buy a dummy hdmi/dvi/vga dongle for around $10."
I know.. in opensource world it is always someone else's fault, in the same way, as always, my position about it is: "Fuck you ubuntu devs, you bunch of stupid idiots"3 -
Silly CSS question that i couldn't find a solution for it, how to adjust text inside a border so the text just fit it exactly without creating extra space in left and right, check the image11
-
My Advent of Code solution is calculating and calculating, which means I clearly did it wrong. But I already spent 4 hours trying to code it in Clojure (OMG, why can't tail call optimization just work there?!?!)
-
If I had dev superpowers I would build a program to do pair programming with you. When it spots a mistake it let's you know and shows the best possible solution you should be using instead. #keepOnDreaming
-
I will never work on a project that allows time travel.
Sooner or later humanity will screw it up so bad that the only solution is to lethaly stop it from being invented.
Thats why its not invented yet!2 -
Why is creating a node instance on AWS such a pain in the ass? Why can't it be a literally one button solution? In general who the fuck created UI/UX for AWS?
-
First post on StackOverflow... I wanna say thank you for a solution and get a fucking public flogging for it.
Yeah, welcome to our community newbie. Know your place. Fuck you Yunnosch & fuck you StackOverflow13 -
reading books, documentations and specifications within minutes and remember anything in it, so i can directly start on getting to work and know which solution might be the best without spending days in specs and doc. :)
-
My mobile goes into fastboot mode whenever it is restarted. I need to connect it with laptop to run 'fastboot continue' command to start it. Any solution to fix it permanently?11
-
Can somebody give working example how to solve
Access to XMLHttpRequest at 'localhost:8000/index.php/api/companies/1/logo' from origin 'http://localhost:8080' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, chrome-untrusted, https.
this error is talked so much but no working solution I can find. Maybe it is somewhere but cannot find so far in the internet trash.
Nginx server.
Not by installing chrome plugin, because other people would also need to install it. Thats not a solution.20 -
When you discussed something with the whole team, let someone implement it and see almost opposite solution as the result
-
why is the solution to everything having to do with react-navigation, "Just wrap it in another navigator."
-
I don't understand those rants about problems that can be fixed by just googling some keywords..or even the slightly harder ones where you could just tinker with the device for a bit and get closer to a solution/workaround... i mean if it's not a hardware problem then it can clearly have a solution.
my reasons:
1- you use your knowledge for good
2- you learn something new
3- you don't let the tech guys get bothered by small tedious problems -
1. Is chatgpt forbidden to be used in dev jobs?
2. If yes why?
3. If on Technical interview they ask me a question, i dont know the answer or im not too sure about the answer, can i:
3.1. say that i can just use chatgpt to find the answer and implement the solution?
3.2. say that i can just google it because im not a fucking robot to store the whole internet infirmation inside my brain, and therefore implement the solution?22 -
I believe everything has a solution. It's just not visible at the time. So I just leave that part and go home ( or work on something else if I feel like it ). It never happened that some kind of solution didn't come to my mind when I'm thinking afresh.
-
What's the term for a problem with no specific optimal solution?
I'm thinking null complete/complex but doesn't seem to be it....5 -
😢I can't find a solution on stack overflow. All hope is lost!
😽have you tried reading the documentation?
😧oh... there it is. -
Help please!
Despite having good speed, any website/app on my phone (other than Google, Youtube, Gmail, Instagram etc..) are either not opening or loading very slow.
Due to this I can't get my work done because I use my phone's internet to work on laptop.
Can't find any solution online because most people are giving solution for desktop and wifi router.
This happened after I changed my ISP. Previous ISP was working fine and now I'm regretting it.5 -
i have a problem while creating a file on desktop in python form and after creating it, it is not being a python file and i can't run it in CMD.
Plz tell me a solution.9 -
I really can't find a good and light open source ecommerce solution that doesn't require Wordpress or any other bloated framework.
I got a small company which I just work as a microelectronics/programming teacher and I want an automated solution where people can order and pay for preconfigured kits.
I usually use Nginx with Nodejs. I had a look at Reaction Commerce however it requires 1.5GB RAM as of now (I got a 512mb RAM server). And I don't see how a few visitors should mitigate the use of such an overpowered solution.
How do other developers do ecommerce solutions without using bloaty software? As of now I'm considering to just create a solution myself with a template engine and an API.2