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 - "figure it out"
-
Yesterday. It took me way to long to figure out why my mouse wasn't working....
Thanks, dear colleagues!
😐47 -
I've been pulling my hair out trying to figure out why this image wasn't aligning properly until, after 20 minutes, I figured out that it was actually aligned perfectly, my *absolute genius* client just uploaded a picture with a janky white border11
-
*can't figure out why code doesn't work for hours*
ugh fuck this.
*angrily leaves for bathroom break*
*come running back*
I KNOW HOW TO FIX IT!!!!6 -
The CEO at the company I work at has been telling our partners that our PIA is ready. It took me a week to figure out what the hell a PIA was but he actually meant API6
-
> 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 -
Me: “I’m gonna rebuild this site from the ground up.”
Also me, 5 minutes into it: “Can’t figure out this stupid CSS thing I need to do. Gonna take a quick break.”
Also also me, looking at it 5 days later:5 -
Whenever you figure out an incredibly simple solution to make your code work after being frustrated by it for hours on end.3
-
Just spent 30 minutes trying to figure out why a function wasn't working when I realized I hadn't called it. This is what happens when I forget my coffee.
-
Why do people (Some devs too...) bloody hell think that devs have Hard time fixing the Semi Colon issue, we have a lot of other issues to figure out, like the Structure of Data, Code Fragmentation, API Creation, Invalid Data Handling, Injection Prevention. But no, since we are developers, we are having sleepless nights because of one fucking semicolon? FUCKING NO, it hardly takes 30 seconds to figure out that there is a missing semi-colon. Really People, stop the ; thing!10
-
Once I applied for a Java position and they sent me a a online test, user and password. When I first tried to log in, it gave me an java exception. I lost hours trying to figure out the exception , thinking it was the test :/5
-
Managing a server for a friend. After a while it was a better idea to just reinstall it.
Seriously, just installing software onto it, securing it and tweaking around/trying to figure out things with servers.
I fucking love it!10 -
When you have to figure out whether it's better to transfer 85GB of data via internet or to load it onto a harddrive and drive it 600 km/ 370 miles in your car.17
-
Spent 4 hours trying to figure out what is wrong. Next day, without morning coffee, fixed it & published in 10 mins.9
-
Spent half an hour trying to figure out why the css isn't working only to realise chrome was caching it the whole time11
-
When you write code and forget to comment it, and then you come back and try to figure out why the heck you wrote certain parts of it.
Let this be a lesson for future me.7 -
Looking at code you wrote a long time ago and you can't figure out parts of it...leaves you like:" Damn I was a genius"1
-
Saw a girl from my uni upload a photo of her graduation with the following text:
while(!(succeed = try()));
I'm staring at it for 5 mins and i can't figure out if i'm retarded and should drop out of uni or that statement doesn't make sense.73 -
Sometimes the best solution is the simplest
But sometimes it takes 20 hours of debugging to figure that out
😧1 -
I couldn't figure out what the giant "C" was doing in my screen. It took me way to long to figure this out.9
-
Ok, so I was working with Python, I wanted to make a simple chatbot. I spend hours trying to figure out what was wrong, until it hit me... the prints weren't indented.8
-
Go to Defcon.
Buy Hak5 hacking tools.
Afraid to try them out.
Setup WIFI Pineapple.
Figure out how to use it.
Start seeing everyone hitting my captive portal instead of the hotels captive portal.
Immediately turn it off.
Feel like an asshole.
Why did I buy these?6 -
When you code a bunch of stuff while horribly stoned, and the next day it all still works really well, but you cannot for the life of you figure out how or even why it works.4
-
when your co-worker instead of commenting a piece of old code wraps it in:
if (false) {
...
}
Took me 2 hours to figure out why my changes weren't working.3 -
The feeling when you finally figure something out, make the change, test... and it still doesn't work.2
-
When you a Visual learner
Learning Beziér Curve📈📉. I like learning thing visually, it helps me figure something out easily.
Do you too?9 -
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 -
Just spent 10+ hours refactoring a code, and at the end I've figure it out a one line fix to the problem... just wasted 10 hours of my life.. :)7
-
Haha this happened to me once! But it took me a week to figure it out and after re-writing the code and hours upon hours of googling2
-
Coworker: I've got an error, can't figure it out...
Me: Send error
Coworker: NullPointerException
Me: fml
Sr. my balls.1 -
when you're dead tired but can't fall asleep until you figure out this piece of code. then once you figure it out, you're so pumped you can't sleep. fml. catching up on devrant it is then2
-
When you work for a long while in a convoluted piece of code and then compile and it just works...
*wink, wink*
Then you spend another 30 minutes going through the code in disbelief trying to figure out why it didn't break 😵2 -
When you sit down to work on a project and you just can't figure it out. Next thing you know it's 3am, so you clamber into bed. Nodding off, nice and cosy when suddenly: What's that brain? You've figured it out?1
-
Spent an hour trying to figure out what was wrong in my socket disconnect detection code because it was constantly reporting disconnects when it shouldn't have... Only to find it was a pinched cable causing the problem. Meaning it actually did work the entire time.1
-
I'm such a dumb fuck....
It took me fucking 30 mins to figure out that I use a function which relies on a copy of an object that's copied one line after the function call instead of before...
PLEASE KILL ME8 -
When I opened my textbook today it took my brain a second to figure out why it isn't in dark mode.1
-
Today I have spent 2 hours trying o figure out why my code wasn't executing at all.
It was a typo.
"assFields" instead of "addFields".
I need sleep.5 -
Spent 30 fucking minutes today trying to figure out why my grunt build was getting stuck.. The reason? An extra fucking < in a html file, the minifier freaked out over it.4
-
OSX: `brew install package`
Linux: `apt-get install package`
Windows: "took hours to figure out but this is how I did it" - forum c. 20031 -
PM: We don't need a spec. We'll figure it out as we go.
Me: O_O.... So what do you need the system to do?.....
PM: ( gives vague requirements)
4 weeks later I still no clue what they need.1 -
My mentor at my current internship helped me improve my debugging skills. He's a great dev and has really good debugging skills. He showed me his ways of approaching things and how I should go about solving difficult problems.
I think he never directly helped me when I got stuck. I ask him like 'I have this confusing problem, can you help me out?' and he's like 'well yes, but actually no" and he almost always tells me that I can figure it out myself. And I do figure it out, eventually.
Now, I seldom feel the need to go to him. I guess that's a good improvement. :)3 -
I love my relationship with the front end team:
—Hey, you have a minute? I need help with some of the endpoints you've created.
—Sure, what's up?
—Nevermind I figure it out.
Solving problems without effort. That's what I call efficiency.5 -
Apparently because someone works in IT they can hack an IPad.
Once i figure out the secret of hacking Apple devices i will obviously share it with you.2 -
unpopular opinion: javascript has broken standards, and nobody corrects it. people use these frameworks and shit with 600 dependencies, then can't figure out how to update their application when things go out of date. now people are expecting you to use NPM to make a - - > static <- - website9
-
YOU MEAN TO ACTUALLY FKN TELL ME IT TOOK YOU 3 DAYS TO FIGURE OUT AN "QueryFailedError: null value in column "id" violates not-null constraint" ERROR??? GTFO. These fkn "fullstack" consultants man...1
-
„Couldn‘t figure out how to detect the end of a case, forced every developer to end a case with a break; so it doesn‘t go through all cases“
- the guy who invented switch case10 -
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
-
I'm having a DAY.
it's like I'm trying to "2+2=4" and hitting "unknown operator =", figure that out, get "22" back, fix that, then math service is down, redeploy math service, wait 30 minutes, that's up, get "out of numbers" exception, turns out a dependency updated and now I have to register what "2" means, fix that, FINALLY get 2+2 to evaluate, I get 5. Figure that out, get 4! 4!!! FINALLY. Push it. Get 55 on the server. Gets 4 on my machine, getting some random 55 from the server.5 -
The laziest habit is just switching between different tabs on the IDE in the morning to figure out where to start. It can take from anywhere between 15 minutes to an hour.3
-
for the final fucking time
i'm the one who did the 8 hour garbage take home challenge and submitted it
i shouldn't be the one who has to reach out two weeks later to figure out what the status of my application is
oh and you ignore me on whatsapp
fuck you4 -
fuck.
I think when you need 20 minutes to figure out that you tried to use (0) to acces array values instead of [0] in Java it is time to go to bed.3 -
How do you usually learn a new language?
My way is to start a project, then figure it out as I go.
I find that books and tutorials are usually better reserved for learning concepts or frameworks.2 -
That moment when you couldn't figure out where your JS code went wrong,just because it doesn't show you any clue about the error :'(3
-
Teacher didn't know Java 8 had been released; couldn't figure out how to install it when I told her.
-
Ugggg FUCK YOU if you are one of these people who says “My goal is simple” and then you proceed to ramble on about some elaborate and poorly defined goal! Just go figure it out! FFS.4
-
Somebody created a new database field of type varchar(10) and then filled it with the string 'NULL' for every row. Now, everybody is having to figure out for themselves that these aren't actual NULL values when running scripts.2
-
Big company issues: Try access something "access denied". Spend rest of day trying to figure out who can provide access to that page and what manager that needs to approve it :(2
-
When I realized that people that talk about doing stuff ("entrepreneurs") make the big bucks, while people that figure out how to actually make it happen, make only peanuts.6
-
People who complain about wordpress have probably never tried working with Magento.
I've been going through their documentation for about 3 hours now, trying to figure out how this entire system works. And I'm no where close to understanding it...9 -
I just bought hitgub.co
Honestly have no regerts about it.
Idk what to do with it, but I'll figure it out.11 -
I spent 2 hours last night trying to figure out how to rotate an image in Java without clipping it. I was all in with a pencil and paper sketching everything out to make sure my math was right.
Turns out I was calculating the new image size correctly, but I used to wrong variables to define the new dimensions...
Sigh. -
Spent half day trying to figure out why internet stopped working in he office.
Somehow, the tangle of wires behind computer created some kind of Faraday cage that was blocking / interfering with the signal.
Just the most insane IT problem ever.1 -
Tried to figure out why my computer was being slow and lagging earlier. Thought it may have been a bad update to the kernel I recently did, or an update to a package.
No, it was chrome and its horrible memory usage.7 -
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 -
I can't figure out how to get in contact with Firefox to figure out why every time i log into a website i need for work on Nightly, it states that my username or password aren't on record, and i have to change my password (even when switching browsers). Only started after their last update today, and now that I'm testing other sites, it's multiple sites, but not all.
Ideas? help?7 -
I love that feeling when I'm about to post the question on SO, and in the last minute I figure it out by myself. Now I don't have to worry about getting dowvotes or asshole mods.7
-
Just love when I wake up with answers. I was trying to do this (Rant text loads -> Image place holder -> Image loads -> Image replaces placeholder) for hours last night but couldn't figure it out. Today, I did it over lunch.
-
this client couldn't figure out pagination.
and whenever items moved to next page
he could not find it.
He would create a new one.1 -
UX: we need to add a close button to the filter menu.
Dev: wtf, why?
UX: the users cannot figure out how to close it. -
Just got my raspberry pi, installed lubuntu, openssh and sshed into it.
Adjusting to command line only and ubuntu is hard.
I dont know where everything is located and how to get stuff done.
But I will keep on trucking till I figure it out!!4 -
Just spent the *entire* afternoon trying to figure out why the hell my code runs fine locally, but doesn't when our CI server builds & deploys it on AWS.
...and I've now, finally, figured out it was all because I forgot to check a damn file into Git 🤦♂️
I'm simultaneously relieved, annoyed & embarassed.5 -
I hate knowing that there are ton of ways doing something but cant just figure it out which is the best and then having to come back and change it. I know it is part of learning and becoming experienced but still...2
-
As a junior developer it's frustrating to not have the skill yet of mentally mapping data models in your head, so that you can figure out bugs.
I see senior developers being able to quickly solve bugs because they can translate code into data models and they can figure out what's wrong.
Me on the other hand, I spend hours and days with my hands in my hair trying to figure out why my algorithm isn't giving me back what I expect it to.
It'll take experience.. I only have 1 year experience..10 -
When I get mad I purposefully just throw css at the bottom of the last css file references and declare everything with !important.
Sorry future self..figure it out next time. -
Don't you just hate it when your code works but you have no idea why, so you spend 30 minutes trying to figure out why it works?1
-
I want to be the CTO in ten years. I'm 25 now, and think it's possible. My former boss was the CTO and he inspired the hell out of me to work hard and invest in myself. I have a lot to learn but I'm eager to figure it out.4
-
It took me 30min to figure out why jenkins couldn't connect to my repo even though i was sure i got the configuration right this time. As it turned out fail2ban blocked my ip and made all subsequent attempts fail...4
-
What I can figure out:
You give me a large application with multiple projects/classes/files/functions that is tens of thousands of lines long, I can debug it. I can picture the multi-dimensional data structures, objects that contain lists of other objects, all in my I head.
What I can't figure out:
Should I or should I not look at the person sitting at their desk when I walk back to my desk from the bathroom.4 -
could never figure out how to configure ssl because of google clouds insanely complicated documentation.
today i found a digital ocean guide that explains its a simple installation of certbot, run it once and set it to auto renew....
fuck you google5 -
spent over 20 minutes trying to figure out why this wasn't working.
then I realized what I put it under :v
" if (Windows.System.Profile.AnalyticsInfo.VersionInfo.DeviceFamily == "Windows.Mobile")
"
//testing on a PC1 -
I was working on a bug in a legacy application and I was the first person to open the project in 10 years.. Found all the variables named with swears.. It was hilariously difficult to figure out what was happening lmao..1
-
Forget about a missing semicolon. I was forwarding Neo4j to port 4747 and calling it in Asp.Net with port 7474 in Docker containers. It took me 6 hours to figure that one out. Lol, It's time for the weekend.4
-
It took me a while to figure out why my systemd timer wasn't working
Ir was missing a line break at the end of the file :(5 -
Not a rant!
Reaction when a person responds your joke with " I will go home, figure it out, laugh and will text you!!!!"
#priceless :/2 -
Seems like Bitbucket's pushes go through like this...
Took me a while to figure out what it was.
Initially I thought Google had acquired BitBucket's, then it hit me...4 -
>Adds new feature
>New feature works fine on dev
>New feature works fine on staging
>New feature doesn't work on live
>You can't easily figure out what is wrong because you need to wait an hour for it each time :|5 -
Habit I'm trying to fix?
Doing it all myself. I've been timeboxing my problems and forcing myself to ask instead of forcing myself to just figure it out myself. Communication isn't my strong point.2 -
Spends whole day trying to figure out a strange build error in Android Studio.
Just updating the studio fixed it!4 -
Finally moved over to Sublime Text.
Now I just need to figure out how to make it my default text editor.8 -
Run this command in your friend's terminal and watch the show...
echo "exit" >> ~/.bashrc
See how long it takes then to figure out what's going on.10 -
Had a bug that I just couldn't figure out. How did I solve it? Had to think like a user. Just started clicking options over and over. Not giving it time. Found my issue.1
-
I was pulling my hair wondering why the DataFrame was not merging. Took my 1 hour and a half to figure it out.7
-
Not sure if this has been posted here already but if you want to troll someone, replace all the semicolons in their code with the Greek question mark ( ; ) and see how long it takes them to figure out the problem6
-
So my teacher doesnt like us sharing code with eachother cause: "Y'all learn it better when you figure it out yourself."
FFS if ya dont figure it out yourself, you'll end up having learnt nothing. So I ended up uploading every library and exercise solution I wrote to a github repo and shared it with my classmates. Prolly gonna get into some trouble for dis if my teacher finds out. But I dont care. I've written it so I can do with it whatever I want!5 -
Spent 4 hours trying to figure out why my expressjs application wasn't working in my environment but DevOps loads it just fine. Turns out there's a difference between ^ and ~ on dependency version requirements. I was loading latest versions of nunjucks and NodeJs instead of stable.
What is life.2 -
It only took me a day to figure out how to get an overflow button on Android to show up. Can you tell I'm new?2
-
When your boss and his pet employee start rambling business speak about some feature they expect you to figure out even though they don't understand it.1
-
If it weren't for poor documentation I'd be retired by now.
We didn't all write your library. In fact, only you did. So, some helpful documentation would really help us all out. Can't believe the number of times I need to read source code to figure out what the hell you are doing.3 -
Interprocess communication with MemoryMappedFiles.
It took a while to figure out how interprocess communication works. -
It's a real nice feeling when you figure out the answer to your own stackoverflow question as you're typing it out.
Not gonna make myself look like an idiot this time! No-sir-ee.4 -
The ::before and ::after pseudo elements. I’ve spent an hour sometimes trying to figure out how to get some element to do something and not realizing it was because of those.
-
Started working on the adding posts page of my cms project. Been running into issues, but I know I'll figure it out :)8
-
Here's a little challenge for you!
I will buy a devduck for the first person to figure out the password to this account before april 16th.
If you figure it out, simply log in to this account and @mention yourself to prove that you did it.
Here are some clues to help you out:
57 85 22 15
14 3 47 10
34 18 98 45
12 52 50 6
&
TUVMRU5DT0xJQSAx11 -
Was trying to figure out why the code coverage tool always reports 0% on my android tests. Turns out that is specific to newer samsung phones and it reports the coverage correctly on other phones.
Good old samsung, annoying devs since 2009! -
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 -
So annoying when you get 80% of the way through a project then figure out a more elegant way of solving it, but can't change it now because of time constraints1
-
Spent like 24h trying to figure out why the system does not work. It turns out I forgot to put ternary operator into parentheses. :///10
-
Awkward, but the only possible way.
Either I didnt figure it out or shame at Apple, this is not a good way to handle this. -
no one taught me how to host anything web, i had to figure out how to get things live by myself. it was awful, documentation on that stuff sucks, but i got through it knowing far more than when i started.5
-
A week ago I raised an issue claiming I couldn't ping service x and that it was blocked
Today I figure out ping is blocked on firewall level and http requests work fine
Guess that's my big blunder this internship2 -
Cool. I've installed a time paradox! All that's left is to figure out how to leverage it to my benefit...3
-
Fuck me sideways, it took me so long to figure out what caused a certain bug. Thanks python
>>> list = [[0] * 2] * 2
>>> list
[[0, 0], [0, 0]]
>>> list[0][0] = 1
>>> list
[[1, 0], [1, 0]]9 -
Right now. It's happening. I'm sitting on one of those seemingly impossible issues. I'm reading the exception and can't fathom how it can be true. I mean, the evidence is right there! The error message must be wrong! But that's the thing, it never is. It's always something stupid and obvious. After you figure it out, you shake your head and laugh at yourself for not seeing it. It's all shits and giggles after you figure it out, but that's not where I'm at right now. Right now I'm being laughed at by this stack trace. It's mocking me even!
Jokes on you though, because I'm coming for you!!2 -
Kotlin shortcut things a lot it gave me headache when I'm trying to figure out what's happening but I don't know why I still love that language2
-
I'm a fucking IMBECIL
Was working on some phalcon stuff and I just couldn't figure out why the fucking router wasn't working. Been looking for at least an hour and then it turns out I rewrote the URL to index.php?uri=.. instead of index.php?_url=...
ARGRGGHHGHHG7 -
After 30 minutes of trying to figure out why a guid is empty, I realize it's because it is initialized, but not assigned.
I'm not ready for Monday. -
!$rant
So I kept running into permission problems last night when trying to use move_uploaded_file() in php to upload images to my virtual server. Maybe today I'll finally figure it out. -
I can feel myself becoming more intolerant of people wasting my time and I'm in half a mind to do nothing about it.
Maybe they won't bother me if I'm not my perky self 🔪😱 -
when you spend half a day trying to figure out why your aws api calls aren't working and it turns out you're using a deprecated package
-
I hate it when suddenly one app icon is missing on the home screen and I cannot even figure out what app I'm missing.4
-
Why is it some people can't figure out a queue/line? It's like all these fucking people are standing in series just for their fucking health.3
-
Have you ever thought "I'll listen to X playlist/album/song, but first I'll figure out this Y project related thing", but ended up working without any music for way longer than expected without even realizing it?2
-
Just spent 15 mins trying to figure out how to close the copilot chat window in vscode, to close it you have to slide it until the width reaches 0.
Talk about shitty user experience5 -
It took me at least half an hour to figure that one out. :(
These kind of bugs are the most depressing.3 -
I've been doing alot in eclipse recently and the keyboard shortcut for the intellisense window is ctrl + space. Suddenly I was asked to update some documentation; 10 minutes it took me to figure out word doesn't have intellisense!
-
Let's have a meeting to find out why something isn't working, when we're already trying to figure out why it isn't working.1
-
Some user requirements are completely unnecessary that you can lie about them and no one will figure it out ever2
-
It took me an entire hour to figure out why my https gave me a Connection Refused error in my browser. Apparently I had configured port 433 to be published instead of 443, another hour wasted.
-
Spent an hour trying to figure out why Chrome wouldn't work at all. Even IE was working on my laptop.
Restarted the whole thing.
Now it works.....and I already lost most of my motivation to code. Just great... -
Today I found github student developer pack thing. It was the golden chance to sharpen my git skills at least I thought so.. 2 hours tried to figure out how does "merge" works in gitkraken and now I'm depressed..5
-
Had Arduino for months, couldn't get MPU6050 working, because of a lack of time and other stuff. (Need it for long term college project, data logging blah blah)
Gave it to project teammate to figure it out, who hates even touching hardware, BTW.
He figures it out in an hour (adjusting baud rate for supply voltage)
I feel like a complete idiot.
🙁4 -
Someone please tell me why react sees if(x = y) as valid js. That typo basically broke my app for 3 weeks and I didn't figure it out untill now. It set all my states to the same value. Fuck me 😑19
-
Alright i make jokes alot of times for fist over ip but damn there's just so fucking many people that it could be useful on. Somebody needs to figure this shit out where i can go dark side and just choke a dumbass no class asshole out.
-
It's so frustrating when libraries just give you a hello world example and you have to figure out what the fuck it does. No comments, no nothing. Then you go read the documentation, and find out they have topics for everything, but nothing explaining how it all comes together. They give you a hello world and then you have to figure out how the damn thing works.
Now I have to watch YouTube tutorials which will probably all use fucking Spring Boot and extra libraries. I just wanted a barebones example, is that too fucking hard?
EDIT: maybe I should take a break from this thing -
I feel so fucking proud after finally finishing what i started coding
I delayed so many days and procrastinated because it seemed way too fucking hard to code it
But i sat down and forced myself to do it despite it being hard
Yes i broke my fucking head trying to figure it out but i somehow figured it out
And it is finally fucking done
Fucking good Lord thank you2 -
I feel fucking proud of myself.
I spent the better part of three days trying to figure out how to compile source code on Linux using ./configure and stuff and best place to put the compiled source after running make and it all works. It's such a small thing but seeing as I've been tarnished with Windows this is a great accomplishment to me.
Also because I wasted days figuring this out, jumping to multiple topics, progressing deeper and deeper into different topics to figure it out... abstraction would've been nice... -
What would've taken the whole night to figure out, had i continued last evening to pursue it, was figured out in less than an hour this morning.
Resonates the fact that sleeping over something helps and that when fucked up take a walk/sleep. -
I read the other day here about people not reading the error messages shown by the IDE and thought "there can't be people this dumb..."
Well, today I was helping a friend out with his java project and he was trying to figure out an error for at least 10 min so I told him, read the error message, he goes like nah, that won't help, I kept repeating it till he did it and guess what? The explanation was there and helped him figure out the problem.
His excuse? He didn't have the patience to read the message, it was 2 lines long...
How can you be so stupid to the point where your first thought isn't checking out the damn message the IDE gives you? It's there for a fucking reason.1 -
GraphQL and RestAPI are so different and GraphQL is too easy.
It took me 2 hours to figure out everything about githibAPI in REST. 😕😑😑😑😑😑5 -
just got off work,... ANOTHER DAY SPEND TRYING TO FIGURE SOMEONE ELSES PROD ISSUE....
Doesn't help when my PM's like did you figure it out yet, did you figure it out yet?
Why am I cleaning up other people's shit....1 -
Spent 4 hours debugging to figure out I needed to hit the enter key smh.
In my defense 3 other software engineers looked at the problem and couldn’t figure it out.
In my offense I only solved this problem by talking to the engineer who made it.1 -
ticket sized small: figure out why this thing is failing, get the old MR to work, test it
month old MR, over 8000 lines of code changes
FML5 -
"Just try it on production"
- a coworker DBA shortly before he desperately had to figure out how to restore to the latest backup. -
Finished writing an ETL job in dev and scheduled it right before I left.
About an hour later I get an email it failed, now I get to wait till Monday to figure out why.1 -
Heck yeah!
That awesome feeling when you figure out a coding logic to get the intended result.
I've been stuck on this issue past few days. But always had an instinct I could figure it out the way I want and since it was always in the back of my mind, things started making more sense like finding pieces of a puzzle.
Finally it all came together.1 -
Uni nowadays be like:
Lecturer says everyone should come up with an idea, find out how much it costs, figure out the competition, write a business plan, find out the development costs and indicate your value proposition. Best idea gets an A.
This is more like trading an A for a potential billion dollar idea.2 -
void encrypt(...) {
[...]
output.Write(iv);
output.Write(salt);
[...]
}
void decrypt(...) {
[...]
input.Read(salt);
input.Read(iv);
[...]
}
Took me 2 hours to figure out why it kept giving me decryption errors :/3 -
How do you know when it is time for a break?
transition: color 0.5em linear;
When you cannot figure out what is wrong with this transition...2 -
Have you ever built something that works, but then you had to spend the next two hours trying figure out how the hell it works?2
-
Normal people spend their holiday weekend with friends and family. I spent it bisecting RetroArch to figure out exactly when a Wii U crash bug started happening.
(I exaggerate. There was plenty of friends and family time)2 -
Just got out of a meeting in which the client was suffering from the classic case of not knowing how their business works. Ugh, now I gotta figure it out for them.1
-
Was trying to figure out why my fix had created a performance issue in our app. Tried loads of different things. Turned out it was because I was iterating over a ~300 item array, and then iterating over another ~300 item array within that loop 😂
300 iterations * 300 = unhappy iPad2 -
Installed i3 on my laptop. Like it so far.. I just need to get used to it, and figure out how to style it easily.. Any tips?7
-
One of these days my Windows 10 system will actually figure out how to obtain an IPv6 address without needing me to manually run ipconfig /renew6 or disable/reenable the network adapter... For now, static IPv6 it is
-
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. -
C# can be great and all but sometimes it just makes me want to put a bullet in my head because i can't figure out HOW TO FUCKING USE A GOD DARN FORM ITEM IN A FUNCTION OR THREAD!3
-
Connecting rooms by determining which rooms are closest. Some rooms connections cross other rooms. Found out how to eliminate those. Picture as first comment. It stills suffers of hub rooms have way too many connections. So I will have to figure out how to cull connections of rooms that have too many.7
-
Trying to figure out why your code won't work after you fixed it, only to find that the offshore team completely fucked everything back up again 😵3
-
Me vs. Code Moocher:
CM: Hey, did you do the Chapter 6 homework?
Me: Did You...?
CM: Yes... (with confidence but an odd pause) But it doesn't work.
Me: Sorry I'm not done with it either I can help you.
I hate people like this. He could've asked me for my help or waited to ask the Prof.
But he outright asked for my work. It wouldn't be the first time.
FIGURE IT OUT YOURSELF MOTHERFUCKER!!!4 -
we've to figure out a way to deal with the re-posts. -.- I really feel bad for downvoting a re-post because the user had no idea about it.(even though it's funny)10
-
What is the longest time any of you have been debugging one problem?
For me it was at my first internship where I was creating a multithreaded qt application. I had a problem that took me two weeks to figure out. I was trying to call a function from a qt thread when it wasn't the main thread. Took me two weeks to figure that out since it was my first time doing multithreaded applications, and the fix was dead simple.
Any similar stories?1 -
Spent about 5 hours trying to figure out why php-fpm 7.2 was sending a timeout to nginx inside a CentOS 7 container. In the end I couldn't figure it out, downgraded to PHP 7.1 and then everything start working fine. I really hate using CentOS for containers since it also requires privileged mode to be able to start services. Hopefully I can move away from using CentOS for containers soon since the base image is also quite fat.
-
Blindly copy pasted and executed commands from tutorial.
Just because it was faster to reformat sd card in the worst case ( raspberry pi ) than figure out what each one did.3 -
"Back when I was starting on this position I was the only developer in the team so there was NOONE to teach me anything - you'll figure it out on your own" 😂
-
Spent like two hours trying to figure out why my react native app is showing a TransformError... Went to stackoverflow.. Github issues.. You name it.. None helped...
Turns out I had missed a fucking comma when importing stuff from react-native2 -
Me: Why can't we use WCF according to standards (even though my team has been using it anyway?
Him: Because we could not figure out how to implement it. o_O
Help me please! -
When you're trying to figure it out what a code does and you find a line comment "A line off code to rule them all"
cheers Frodo! -
When you spend an hour trying to figure out why your rsync command isn't working, then you realise it's because Raspbian doesn't have rsync in it by default 😒2
-
Theres a method for speeding up diffusion generation (things like stablediffusion) by several orders of magnitude. It's related to particle physics simulations.
I'm just waiting for the researchers to figure it out for themselves.
it's like watching kids break toys.6 -
Fml
Why can't I still figure this shit out?
This is supposed to be easy!
Its a freaking USB communication!
It IS easy.
So why am I stuck?
Fcuk me.
I got shit ton of stuff to figure out and this is where I'm stuck?
Ugghhhhh!1 -
I used to have problems installing rails on PC and it took me 2 weeks to figure out that I just needed to install Node.js... I want 2 weeks of my life back :/
-
Haven't pushed anything to my github repos for over a year. Tried it today and it took me FOURTY FUCKING MINUTES to figure out this Personal Access Token HORSESHIT.
FUCK YOU GITHUB, why must every aspect of software development become spoiled by PARANOID FUCKING FUCKWEASELS?5 -
I was struggling to figure out why my Django template render wasn't working.was looking at code for hours.
Until I found that ,at the end of my render there was a comma making it a tuple.thats why it didn't damn work. -
I can't really figure out how I grew from learning_syntax -> remembering_function_names -> following_patterns -> developing_a_personal_style -> reading_the_doc -> getting_the_source.
Well I have a long memory problem, so I guess it happened overnight!
Wait, did the doctor say it was a memory problem? Hell no! -
I've got 2 questions.
1. Are there any laptops better than a maxed out Dell XPS 15 for a similar price?
2. Once I buy my new laptop I want to experiment with Linux (never used it before). Is there some really good tutorial out there to help me get it working and figure out how it works and what the best way to use it is?4 -
Spent a couple of hours trying to figure out why my flexbox css wasn't rendering as suspected. Finally discovered that the html tag I tried to apply it to didn't support display: flex;
Gah.3 -
Why is AWS so opaque? Every time I run into a new awkwardly name service I have to parse some redundant management speak to figure out what it does. Does it really matter to anyone that their services have special names with words like "Simple"?
-
Another one someone reminded me of when mentioning !important...
When I first started trying to figure out how to customize Wordpress and spent a week trying to figure out how to defeat its reformatting of my styling preferences when editing posts, only to throw it in the corner and ignore it for the next four years. -
Seriously, wtf give the work to someone else, claiming that "I'm too busy to do this", when all that other person does is come asking you for help, and not only do you have to figure out what needs to be done, you need to figure out how the other person fucked it up and try to fix it without hurting any feelings. Oh, and, yes, I was too busy for doing what is essentially double work.
-
I finally got my web app functioning properly, but now the way I have to pull data to it is killing the performance of the database. Now I need to figure out how to push the data on update.1
-
stupid teacher sucked. i passed the class but i felt like i didnt learn anything from him.. how do you guys learn a new lenguage? when making a program do you write it all in paper or just code away and figure it out?6
-
When the management idea of management is to do it yourself. The answer to the question what requirements exist. "Your smart guys, you can figure it out"
-
1. Figure out what project needs it
2. Read a primer book (skim), mostly syntax and note the gotchas
3. Start coding
4. Read in detail as reference or Google... While coding -
I'm so sick of having to maintain a 10 year old back-end codebase that is built on a proprietary php framework that isn't documented at all. I am still a student, and I'm left mostly alone to figure things out. It's been a while since I started, but it sucks all the energy out of me to figure out how things are built...
My senior is too busy with other projects so when I ask a question I only get answers hours later, and we work remote. He is so busy that he has to consistently work overtime.
I am so overwhelmed...5 -
anyone know anything about unity's "OnTriggeredEnter ( )?"
I've been messing with it for hours and I just can't figure it out...2 -
So, I need to figure out what ir protocol a controller board uses. I know how to do it with a remote, but how would I do it with the board? Can I reverse engineer the ir reciver to find it's protocol?10
-
Not gonna lie, been chipping away at this for almost an hour and I can't figure out how to solve it, let alone elegantly:
https://leetcode.com/problems/...37 -
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 -
i managed to get a grip for ZX81 BASIC... but I can't figure out what to do with it. I'm not a good demomaker, I know, but I can't find inspiration for any effects to make.6
-
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. -
Some days I just can't seem to get any of my code working. What makes it worse is that it gets 'harder' to figure out the longer it takes because the stress of it all really wears me down...2
-
Why CMake is a steaming pile of dogshit
- Doesn't echo the command lines it is running making it hard to figure out what it is doing
- Dumps a bunch of crap all ovey my directory structure. And I thought NPM was bad
- Generates 'Makefiles' but only kinda uses Make? (I think, its confusing) WTF
At this rate I wish I could use just bash scripts. At least I could figure out why a simple thing like why my compilation fails to locate an include file even though Is is clearly specified in include_dirs() directive.
Get phucked, Cmake9 -
we need you to fix this bug that cannot be reproduced
ugh so now i have to go figure out how to reproduce it? i dont think this shit is even priority4 -
Memory debugging iOS probably makes me more anxious and stressed out than anything. I have put 11
hours into attempting to figure out this crash, but still no progress. It's like I can feel management breathing down my neck to get it done asap. You ever get so stressed out while trying to figure something out at work?3 -
senior: i don't know css well (which is fine as i don't either), but i want you to do this differently and their suggestion doesn't work, so go figure it out
that working stuff we have on the PR? nah
fml -
That feeling when you are writing code and can't figure out anyway to make it better than O(n^2) and then suddenly you figure out how to do it waaaay better in O(1) :')
-
Accidentally JSON.stringified my data twice on the API call and couldn’t figure out why it wasn’t working. One API rewrite and two weeks later I spotted my mistake. Damn that was a shitty two weeks3
-
Call me a pussy, but I find it quite annoying to figure out why one of 30 of the values returned in a hash is wrong in a 600 line Ruby on Rails method.5
-
This is a happy rant (if there is such a thing)
I love it when you struggle with something for like a whole day, then when you go back to it the day after and figure it out in about 30 minutes...2 -
when your tech lead admits she doesn't know what's going on, but is confident she'll figure it out through archeology
is it possible to learn this power? im malding with jealousy2 -
What are you currently working on? You can be as vague as possible and let others try to figure it out.
I’m currently working on something to make pelican based blogs look a bit decent.7 -
“Let’s add another style/Layout for h2 so it looks like an h3. The content managers will figure out!” -client PO
MAYBE YOU SHOULD TELL YOUR CONTENT WANKERS TO READ THE FUCKING MANUAL -
headaches..
Likely a very simple algorithm to get these packets processed in the right order, got plenty of metadata that should help, but since yesterday I am wrapping my head around it and cannot figure out a sane way...5 -
Setup an Urbit planet
Got it working and it’s beautiful
Started doing development
Broke my planet because I’m me
Now I’m sad as I try to figure out how to fix it and not doing development -
For those of us in college/University is it normal to have issues with trying to find the right scope and size for a project? because it takes me forever to figure that out
-
Do you have days where you are stuck on something and you tell yourself: "Damn it, I will figure this out today!"?
Yeah, I hate obscure problems too.6 -
Gonna start my AI journey, thinking of tensor flow then PyTorch. Any suggestions, warnings, advice?
I’m just interested in learning more about it and figure out what to use it for later. -
TFW you can’t figure out why your code is only running once, then realize that you forgot to put it in a loop.
(It’s in a try catch block so my brain interpreted that as a loop) -
Yesterday I decided to use Vim 8.0. Took me an hour to properly figure out all the configure options before compiling, but it worth it, all my colleagues are jealous now.2
-
The ability to instantly figure out and understand a good architecture/structure of what i want to make so i can just... make it.
-
I love it how I think I know which apps are updated, but can't figure out which one needs updating when the Play Store notification comes up
-
Tried figuring out why my console window did only put out text sometimes, tried to figure that out for about three hours. Turns out visual studio redirects console output to their own console window by default if you start it in debug mode.
Lesson learned: The second answer on SO which is not marked as correct might be correct for you. -
WPF USER CONTROL BINDINGS/DEPENDENCY PROPERTIES... TOOK ME 2HRS TO FIGURE IT OUT.... AGAIN...
AND ALL I GOT WAS A CIRCLE BUTTON WITH HOVER OVER COLOR CHANGE.... I COULD'VE DONE THAT IN CSS IN 2 MINS... -
A few days back I wrote one blog on 'Be a Happy Developer' topic. Later on, I figure it out that I am the most boring developer among the developers I know.
-
i know i could have done this in 10 min using our current framework,
but i really wanted to learn this new framework.
only took 10 hours to figure out.
still considering it a win. -
Cannot figure out why my MBP slows to turtle speed every time it hits under 20% battery and fans spin up so loud and fast it sounds like a damn drone. I’ve reset the smc and everything!2
-
I purchased a preamp / compressor / de-esser / spectral enhancer / expander/gate to reduce noise from my mic. Its 1 item, it has a bunch of things you can touch and turn.
Its great!
Now i just gotta figure out how to use it properly... xD2 -
Is it impossible to change my username on here, or am I just too much of an Idiot to figure it out?12
-
I got a CheatHappens Lifetime account which I don't need anymore.
I'm not sure how this is gonna work cuz devRant doesn't have PM... but maybe will figure something out..
First that replies saying they want it, gets it.1 -
I had long time to figure out how to send an email via java over wildfly with @Resource annotation and finally found how to do it, according StackOverFlow, i just had to create new instance with @EJB Annotation instead create it with "new" *face palm*1
-
So I had been spending more than a week trying to figure out why the status messages which should show up after an AJAX request doesn't show up. Turns out, I kept removing it in the ajaxstop method... -_-
-
I've spent a day trying to figure out a code logic. Couldn't figure out why some codes that shouldn't be commented out are commented out.
Out of frustration, I went to see the user. She explained to me the logic behind it and I got it right away within 5 minutes.
Ask your user when in doubt and in trouble figuring out the logic. -
I unironically can't figure out how to upgrade to devRant++ on desktop. It's cool that you don't want to nag but cmon!
I did find it in the mobile app. Is it just not implemented in the browser view?2 -
You know there's something seriously wrong with a "framework" when it takes 20 minutes to figure out how to SHIFT A BUTTON INSIDE A HEADER.
Fuck you jQuery Mobile. I wish you had never been born.
:|3 -
It took a front end dev (me), a backend dev and the founder to figure out some Apache rewrite rules. Why is server management so stupidly complex?2
-
Why in the world would anyone resize and crop an image that was just supposed to be uploaded as is?! And why would she just do this without telling anyone so we need to figure it out few dozen images later?!
-
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
-
I just discovered that CSS specifies a unit for frequency -> https://developer.mozilla.org/en-US...
I'm trying to figure out what it can be good for4 -
That feeling when you spent all day debugging you js code because it continually times out in aws lambda and right before going home you figure out it was running perfectly, but rds was blocking the connection from aws and allowing it from your local computer...
-
Can anyone help me with NativeScript social Oauth login with Vue.js ? I've been trying to figure out how to implement it. Thanks in advance.
-
so I installed spent an hour trying to figure out why snmpd wouldn't start... it turns out to be a carriage return that the editor wasn't displaying but the program was appending to the end of the PHD filename.....
-
This CORS is a huge bummer. It took me nearly 4 hours of pounding my head on keyboard trying to figure out why my "$http.post" doesn't work.
-
Anyone one else been on a dev team where it seems between all the senior ppl, it's non stop revolving door of being out because they're having a baby? Paternity leave for like 2 months....
It's like build something then leave right before it burns down... Or just leaving a need for whoever is left to figure out...3 -
QA teammate catches a bug in production but it wasn't and manager assigned that bug to that QA teammate to figure out it. without telling anything.
-
i ran out of space on my local disk c drive out of 235 gb because of android studio, it literally says 0 bytes of free space and now i have to figure out how to migrate to d drive.....
-
I feel like the more I learn, the less I actually understand about what I'm doing. It literally took me the whole day to figure out how to upload and download files using Volley in Android. Jfc
-
Yesterday it was my first day at work ever. Basically I have no tasks yet, all I can do for now is look at other's code and figure out the basic of how their framework works. Is it usually like that?1
-
Trying to figure out why switching underlying object in data binding does not update.
checking type validation, nothing
checking types in bound events, nothing,
maybe some exceptions it thrown? nothing...
check the "class"... IT'S A FUCKING STRUCT -
While I was browsing the server through a ftp client, it froze for a sec and the next thing i notice is that a folder is missing. It was then when i found out the "drag'n'drop" feature.. Ofcourse it took me a few minutes to figure it out and ofcourse everything crashed. Btw, it was an asp.net web application I fucked up..on public..with more than 100 clients...o.o
-
Gonna start up my own blog pretty soon. I've got XAMPP set up and a few pages ready to go. I just need to figure out what to actually write about to put in it. Any hints or tips from y'all?10
-
Anyone ever use gRPC with Objective-C and can help me out?
Following this tutorial:
https://cloud.google.com/solutions/...
Been dealing with this for a few days and can't figure it out 😫1 -
Why's it so fucking hard to figure out how to change content for a views page in Drupal 8? For fuck sake. How frustrating
-
Django project in a docker container in an ec2 instance of my aws vpc... i did use elastic beanstalk though, but needed to let my media files be uploaded to S3... couldn't figure it out yet...
-
I was away sick for a week. Come back to a chat log with messages about how the other dev team is trying to figure out a solution to a bug that they only show three services listed in the system.
Me couple of weeks ago on my second day in the project figured it out relating to a task I was doing. It's not a bug, it's a feature. It's a constant defined in the constants-file.
And the best thing: my team mate quoted me and said "Lankku figured it out last week". And it was passed down back to the team who had actually developed the whole feature and couldn't figure out why it was working so now. xD -
When you're writing a Perl script and spend 2 hours trying to figure out why it's not working and it turns out that you missed a semi-colon.2
-
Spent 2 weeks of hardly coding a project to then figure out a nice data structure that fixed all my issues and difficulties. It was definitely a good day.
-
FFFFCCCCKKKKK!!!! SO MANY PPL ASKING ME IT'S NOT WORKING, WHY ISN'T IT WORKING, FIX ... TODAY....
Delegation doesn't seem to work and everyone else doesn't seem to be able to figure things out themselves....1 -
A close button for a filter menu, according to UX, users could not figure out how to close it... We guessed those sames users also do not use windows, linux or mac os... WTF
-
I'm in the constant fear of developing an app, going live (maybe having users using it constantly) then having a breaking bug and not being able to figure out what's going on nor fix it.
-
*My friend gives me some code and says that there's a problem which he can't figure out*
*He shows it me when I read...*
...
cout >> "Hello!" >> endl;
...
Me: -
i need to press the space bar key twice to get the space between words.single pressing does noting.its fuckn frustrating.
what may be the issue , i cant figure it out
btw m using ubuntu in VM.4 -
I’m trying to document a library I work on, and I need to figure out where to host it. Ideally it would be free so if I ever move on I don’t have recurring costs. I would mostly be hosting tutorials there.
Any suggestions?1 -
Why is it that nobody can seem to figure out you need a god forsaken "cause" field of type Error in your Error class
How is this so fucking hard to understand for language makers3 -
Trying to teach work experience kids is hard af when you barely know how to explain, you just kinda do it daily so you figure stuff out
-
Would be cool if they made some polaroid glasses that would filter out those photons that last reflected off a particular person you don't like.
Get on it physicians, I will help with the application layer logic once you figure it out. -
I just went through a super long debugging process trying to figure out what was going on with my ZFS volumes. It turned out I had bad memory:
https://battlepenguin.com/tech/... -
Nothing is as fucked up as it seems, you have this, you'll figure it out, if you can't fix it, scrap it, don't stress yourself out, it's not worth it etc.
Current boss is the best.. Helped me a bunch, not only with how to tackle coding but life in general. -
Nice. It took me two hours to figure out that Helm was reading from the wrong config file. Two fucking hours. I'll just blame it on Covid-19 and call it a day.1
-
Don't worry too much about understanding something (as in a language feature) 100% before moving on, as you use it you'll figure out how and why it works
-
Does anyone know how to publish MS Teams app to the app source so that anyone can install it? MS Teams docs are shit and can't figure out the procedure for the submission. It's been 2 days since I reached out to their support team and no response yet.
-
Felt really good yesterday and today having a fresh enivronment to work on my code in. I may not know much about my framework, but I'll be damned if I don't know how to figure it out.
-
What are your thoughts on OpenShift? Having never worked with it, I need to figure out if I want to for the next 12 months or find something else.
-
So I am an enterprise level Java developer...
But I'm trying to figure out angular (1.) at the moment and I'm finding it really hard. What advice do you have for me?5 -
That moment, when you got something to work as you want and are happy about what you did, just to break the whole system a few minutes later and can't figure out how it broke... love it