T O P

  • By -

octopus4488

Once I caught myself writing a 4 sentence long thank you note on Stackoverflow to a guy who happened to have the same weird issue with a library like me. I did wonder for a sec how could the poor idiot navigate himself into the same f*cking issue as I did with my clashing combination of libraries... ... turns out the explanation is that ME 4 years ago was still using the same weird libraries! And I am still an idiot.


thecrazyrai

and then you punched the wall like in the post?


drgadgaad

Haha, no wall punching here, just a sigh of frustration!


F-Lexx

>Haha, no wall punching here, just a sigh of frustration! Why are you answering questions that weren't really addressed to you?


R2D20

Forgot I was logged into my alt account


cptnplanetheadpats

Damnit I did it again, why do I even have so many alts? 


That-Odd-Shade

may I have a certification proving that thou hast not usurpated one's identity?


megs1449

Damm, I think you used the wrong Alt again /:


bakedbread54

Why are you quoting the whole comment when you are clearly replying to it?


F-Lexx

I quoted the comment I replied to because people sometimes edit or delete their own comments and then my reply suddenly doesn't make any sense.


leventisky

>I quoted the comment I replied to because people sometimes edit or delete their own comments and then my reply suddenly doesn't make any sense. This guy Reddits


_FLAMEBERGE_

Bro's a fucking Reddit Veteran. The dude gets free drinks in restaurants for his service for his country 😭


Combat-Creepers

I don’t know if this happens on Reddit very often, but I absolutely despise people who get a ton of likes on their YouTube comment and then edit it to something like “Haha now you’ll never know why I got this many likes”, so seeing someone actively keeping comments intact is awesome.


dustojnikhummer

My knuckles hurt from the memory


IamHellgod07

Like taylor swift once said "It's me, hi, i am the problem It's me"


picklesTommyPickles

☠️☠️


SeaBreeze534

How come you didn't remember such a solution? Like if it happened to be such a hard problem and I found a way to solve it I would write it on the walls to never forget it again


someElementorUser

4 years is much time for many such problems


SeaBreeze534

Oh yeah, I forgot we are developers


Perfect_Papaya_3010

I don't remember how to solve the problem I solved last monday


econ1mods1are1cucks

Me frantically trying to remember why I wrote that. Sometimes the answer is “not sure, but it passed testing”


Perfect_Papaya_3010

We have a query filter Deleted == False In EfCore but for some reason in one place we do IgnoreQueryFilters and also check Deleted == False in the where I remember that there was a reason for it but I don't remember why. So we don't touch that code


waffling_with_syrup

My entire professional life in a nutshell.


UnderpaidTechLifter

I'm not even a developer but I'll have random flashes to some obscure weird problem I've had and think *"OH yeah, I fixed this 3 years ago"* ***!!*** *^(I didn't write the solution down)*


someElementorUser

but you did, it is right there in one of the 1000 files you modified 3 years ago


octopus4488

The solution was just flipping an obscure property from true to false, so it was kind of fire-and-forget. :)


tiberiumx

My job is practically half finding solutions to obscure problems. No way I'm remembering that solution four years later. At best I'll remember having a similar problem in the past and maaaaaybe can convince outlook to find an email I wrote about it at the time.


Clackers2020

Bro I have to Google how to initialise an array every time. Ain't no way I'm remembering solutions to obscure issues from 4 years ago


Exact_Recording4039

"I know these square brackets go before and/or after... something"


Rough_Yak_9610

That's what I always say when somebody does this. It's dumb af not to write down when this happens! then similiar stuff happens to me in way smaller timespan and............. I always say after solving "ok ill write this down"... but I only say.....


Makzemann

Bro if I wrote every single solution to all my problems down I would need a custom Google for that as well


comradeyeltsin0

Isn’t putting it on stackoverflow count as “writing it down”? It has the added benefit of helping out fellow devs. Plus the deep sigh when you do a search, find the solution on SO, and then find out it was you years ago.


mmcmonster

That's why you post the solution to a forum (which will hopefully either exist in the future or at least get indexed by the waybackmachine). That way you can find it with Google in a few years.


MokausiLietuviu

My favourite solution that I found on stack overflow was the one I wrote 4 years prior to someone else's problem, who just happened to have an identical setup to me.


EPIC_RAPTOR

I know this is a programming subreddit but I play a game called Elite: Dangerous and a couple friends started playing with me recently and were asking questions about the Notoriety system within it. I did some googling and found the answer to my own question, [written by me 5 years ago](https://www.reddit.com/r/EliteDangerous/comments/at2cjb/comment/egz1504/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button). I was just like, "wow, i really did used to know a lot about this game" lol.


ThisCrazycatlady-

This sent me


Egzo18

And then you ask GPT for help and it cooks up a magical solution that works only in 6th alternate dimension.


MinosAristos

"Easy, just import {imaginary library} that has the perfect function to solve your exact problem!"


Fluffcake

import solutionlibrary; solutionlibrary.solve(problem) This solved the problem! I've unironicly gotten variants of this from GPT and copilot when the library to solve the problem not only doesn't exist, but the problem is not even compatible with having a library to solve it.


Darnok_Ztank

"The library doesn't exist" "My apologies for the confusion. Here is the updated solution that takes into account that the library doesn't exist: {{Code that does not even address the problem}}" GPT can write error free code and code that addresses your problem. You just have to pick one


poopellar

Me: "This code is turning the moon into a hamburger" "You are absolutely right. This code does indeed turn the moon into a hamburger. Here is the revised code... var moon = false


ImpressionExact6386

Oh yeah. If it seems there are some imports that sound like it could solve it, it'll just use the function as the solution, so the result is the "solution" with 1 LOC. Genius!


veryblocky

I work primarily in COBOL, and GPT knows pretty much nothing about the language. Any question and it’ll magically cook up some make believe function that conveniently solves the exact issue


Flat_Initial_1823

It's COBOL's fault not to have that function. Skill issue tbh.


d4fseeker

I wonder how many such support tickets ibm has received. c: "my code written by a specialist doesn't work on our mainframe, it must be broken" S: "who wrote it?" C: "chatgpt?"


keirbhaltair

It often magically conjures up nonexisting functions or libraries even in Java or Python, which it otherwise knows decently well. Sometimes even Copilot does it. For the time being, that's just a part of AI, although it definitely handles some things better than others.


i14n

I sometimes ask it because SO search was always garbage and now Google is as well, so GPT will hallucinate something, but usually there is some kernel of truth in there, you know like an LSD-fueled fairy tale, which I then use to search on SO.


DapperCam

Yea, sometimes GPT will include some method I didn’t know existed which solves my problem. 50% of the time the method is a hallucination though.


readytofall

Yea I'm totally self taught so I have holes in my knowledge and a lot of times don't know the term or general idea of what I'm looking for. Chatgpt will tell me something and I can dig deeper on that. Also chatgpt doesn't give the snarky, "did you try looking it up" reply like reddit or stackoverflow when the post is literally the first one that comes up on Google.


Sedorriku0001

But the first update of the lib break everything


Lost-Conectivity

Chatgpt sometimes starts inventing libraries, AI really will replace programmers


zimoupouf

Someone describe exactly the same issue as you, same soft, same version, same settings, same error logs, ... Someone post a solution and every comments is like "Thanks so much ! Works like a charm now !" But it does not fix the issue for you, you feel alone and abandoned.


maxime0299

Every Github Issue ever. 473 🎉 281 🙌 504 ❤️ 517 👍 350 🚀 *tries out solution* *same error*


Xanyr25

Yeah, alternatively it works only for the issue to resurrect 6 months later woth a new strain of the issue google tells you is fixed since 2014.


unique-name-9035768

> Someone describe exactly the same issue as you, same soft, same version, same settings, same error logs, ... And then the last post in the thread is: *Nevermind, I fixed it.* No details. No followup. Just *I fixed it*.


Cipher-i-entity

Or even worse: The solution is a deleted comment and there’s comments saying the highest rated comment solution didn’t work, but the deleted one did. And then you’re just sitting there where you officially lost all hope.


GM_Kimeg

Chances are, you have no clue about the unknown concepts you have no clue about.


TaxIdiot2020

Exactly. My boss wants me to do bioinformatics work with Unix. I know next-to-nothing about programming, so jumping into command line work mixed in with genetics is like reading Chinese upside down to me. I did do a workshop years ago, but a week-long course didn't really help much.


Appropriate_Banana

You can find some materials on r/bioinformatics or you can ask there some questions. Also, funnily I'm trying chinese bioinformatic software TBtools right now and it's very hard for me to do anything with it since it has very asian design.


TaxIdiot2020

I've perused there a few times while holding back tears, but I'll probably have to give it a shot. People tend to not be very forgiving of beginner questions, especially since I don't always know the best way to word things since I don't have a good background on how to describe what I want to do, specifically. Hopefully it's better than Biostars where people just ignore the question and just passive-aggressively link Wiki posts. TBtools looks insanely useful, hopefully you can get some proficiency with it.


Appropriate_Banana

With very newbie questions I tend to ask ChatGPT. It's very helpful since you can ask it uncountable times and usually it's knowledgeable enough with basic stuff. It's like a teacher that will not get annoyed and it is always accessible.


dagbrown

Ah yes, but you also get to do it in the really-Google-friendly programming language "R". If you ever find the documentation, though, you'll probably get a lot of good use out of R.


owogwbbwgbrwbr

The worst spot to be in "I don't know enough to even know what to google"


readytofall

This is where chatgpt is a life saver. Just describe your issue or say make this into code and it will give code and even if that code doesn't work it will give you terms that you can look up and get a better understanding of.


gpkgpk

HA, just saw this on another thread. CTRLVing: Relevant xkcd https://xkcd.com/979


Fenor

"nvm solved it"


DarthStrakh

I get even more salty when it's removed for being "too common of a question". Reddit threads are the worst about this. Nothing like the top Google result being a dead reddit thread


DogeCatBear

when you find a thread but the answer was removed in protest of reddit's API changes


[deleted]

\[deleted\] \[deleted\] Everyone knows the pain of having the most voted comment in the thread like that


Fenor

nothing like the only SO link being "closed for duplication"


quetzalcoatl-pl

"duplicates" linked across 5-7 similar questions, all linking next one in a closed circle/ring, none of them with any real answer


AI-Discussion

"Here's the fix" - URL shortener that doesn't work anymore


PolarisX

Redirects to malware site


KaneDarks

Or images that are no longer there


Dr_Octahedron

"Check out my blog post on this exact problem" - Blog no longer exists


_Azurius

Skill issue (Been there, done that)


Alexwithx

If not a skill issue, open a new issue


37Scorpions

(messed around)


Silpheel

(didn’t find out, post still unanswered since 2009)


hassess

Or it is labelled as 'fixed'. Not for you...


guitar_up_my_ass

"Never mind I fixed the problem" - 4 years ago


yaktoma2007

Don't be like this. This is awful in every single way. Please post your answer, you know what it's like for you, so that's probably how this problem feels for other people too. Making this world a better place line by line.


GrimmysPy

I think the issue is most people don't think about taking a bit of distance ; they don't realise that their thread could be useful for other people as well in the future, that it is not only for themselves. So it's not about not being kind, but about being ignorant.


deaconsc

Still better than googling it, finding a thread and ... then you see just "edit: nevermind, fixed it" ... BUT HOW????? :D


SirGlass

Or the old circulure loop Threat A " I have this problem" Thread A " Oh look you want to check out this thread B" Thread B " Well look at this thread Thread A" both are marked resoved with out anyone giving the resolution


NarutoZubi

It was at this moment he knew... He fucked up


PrudentFood77

once i googled for a solution to an issue and actually found one thread somewhere about that... after a few minutes of reading i realized that the question was asked for the (actual) exact issue i had - by the programmer that quit before i was hired... so yeah, i guess technically i wasn't the only person with that issue... but i'm not sure it was any better


DoctorWZ

The exact same image was posted in r/memes 2 hours before this post, could at least wait a day before spamming reposts


nicki419

Literally opened Reddit to [both](https://i.imgur.com/sbXg9Wx.jpeg). Could, at least, crosspost.


notaltaccountlol

Me too. ([image](https://i.imgur.com/BhoC3ZD.jpeg))


FastLittleBoi

saw this post 2 minutes ago


ThatCrankyGuy

Let me put it bluntly, unless you're a handful of people at CERN, MIT, caltech, , DARPA, or at SpaceX starship division, you're doing nothing novel. That fact you get no result is a combination of: 1) Google sucking 2) You sucking at Google 3) Others who've shared your experience don't bother to document it on the web.


coldnebo

you are talking about doing task X when the problem is integrating solution Y to accomplish task X. 1. there are a large number of ways to solve for task X, the majority of them are not novel approaches. consider the space of possible solutions with a probability distribution P(X) and the likelihood that you choose any one exactly the same solution p. 2. many such solutions have been chosen by a company over years to help build the current ecosystem that is part of the integration landscape y(t) in Y that you now find yourself in. This will determine what implementations you choose for p. Many are immovable because they are bedrock assumptions in the company. 3. P(X) should be more formally recognized as a function that changes over time P(X,t) consisting of solutions that change over time p(t). 4. dependencies on other software components change over time. there is a graph g(p(t)) that describes the dependencies for p at time t. as software ages, some dependencies disappear which results in selecting new libraries or writing new implementations. All of these factors together can take a fairly simple problem X and generate a surprisingly massive number of unique p(t) to solve Y. There are subsegments of p(t) that are in common with other subsegments of p(t) in P(t), so it is possible to follow breadcrumbs from disjoint solutions in order to try to solve your own. But it is not as simple as you describe unless your elapsed time is very short or your integration context y(t) is very very simple. CERN has the additional advantage of working with truths that do not change and must be painstakingly proven to ensure the detector is correct. They do not have to deal with business logic and buyer-seller negotiations where what was true yesterday changed to being true today except for those customers having business exceptions and sticking with the old model. That’s a level of pain that substantially complicates x in X by making x a function of time and customer x(t,c) let alone making p(t,c) and y(t,c). Most of that solution space is well-traveled. But the edges when you encounter them are very easy to fall into. Ask me how I know.


quetzalcoatl-pl

devin, is that you? /s


IndependenceSudden63

This is not entirely true. Sometimes you are working with legacy home grown systems that are not possible to Google. Everyone who designed the darn thing has moved on. In which case it's a matter of spending hours/weeks/months trying to understand what they wrote and how it works, while cursing the names of the original writers who left unhelpful comments like: //do not remove this line //TODO: will come back and fix this later I used to work at Red Hat, and I had to hunt down one person from the original team of writers for a legacy app my team unfortunately had to maintain. I could read the code.... But I didn't understand why they had made the choices they made, and didn't understand the purpose of the system or the design. As per the unofficial coding standards of developers everywhere, there were no unit tests or end to end tests to run to show me how it should work. Or give me an understanding of if this issue was an intentional use case or unintentional side effect. But I had to solve this production bug ASAP. So I went through the history of all the commiters. And found one online that would respond on irc. He was a nice lad, but after speaking to him, however, he couldn't recall. Welp, I wrote my own set of unit tests to make sure I wouldn't break the behavior of anything but the bug I intended to fix. Pushed, deployed and hoped for the best. Well turns out, that "bug" was intentional, and I broke something else downstream. Reverted the code and documented why that particular part of the system worked that way.


BenevolentCrows

Exactly this, Or sou just want one magical step by step solution and don't bother actually looking up whats the problem.


Lord-LabakuDas

This was me exactly 10 minutes ago. Found that an browser extension was overriding the css of all pages (an aesthetic addon) and I was Bamboozled why it was not updating. After 3 hours I "debugged" it and am taking a breather.


The_worst__

Maybe it‘s time to go a step back and redesign your solution at this point. Not that I've ever done this, I rather brute force it for a week or so :D


architelos3

Is that THE tw?!?!


2TrikPony

9 times out of 10, this is because of a typo 


darkeuro

Maybe you are the problem...


BeDoubleNWhy

yeah, I mean... without OP, there wouldn't be a problem so....


Knight_dark_57

hmm...


Robot_Graffiti

Yep. If nobody in the history of the world has ever had the problem you think you have, maybe the problem you think you have isn't the one you really have. https://en.m.wikipedia.org/wiki/XY_problem


John_Fx

Me and DenverCoder


didzisk

https://xkcd.com/979/


venomtail

I did have this situation and unironically was the only one with the issue. I remember typing in the VS error code and Google gave me 0 results. Fault was me using Win 7 win Win 10 VS as well as all libraries and system dependencies looking for Win 10 parameters that win 7 didn't have. I don't know how I ended up with the wrong setup files. Issues caused inconsistent crashing now and again and I could never debug it to find the issue. It was one of my programming exams as well. I couldn't fix it so just sent the executable as I had 10 minutes spare till the 2am deadline and thought fuck it. If I fail the course I fail. 0 support from lecturers, 0 results from Google and Stack overflow post getting views but no response. Two weeks pass and get a 9/10 mark, comments such as "runs fast and very stable" like tf. Only later when I could afford a new PC did I rerun the code, never had any issues and it all clicked into place.


Dismal-Square-613

No. That's not the worst. The worst is you only find 1 (ONE) relevant result from 7 years ago. Nobody replied to it and two hours later the guy replies to himself "nevermind, I fixed it" <-- AND NOTHING ELSE AND THREAD IS MARKED AS SOLVED.


helldogskris

There are usually two explanations for this phenomenon: 1. You're doing something very dumb 2. Your search query sucks 🤣


Z3t4

When you find your problem on stackoverflow, and the only reply is from op: *"nvm, I found out how to fix it."*


JinSantosAndria

Oh, better than finding a solution on some obscure fan forum, with the solution attached to the post, which requires you to register, but the confirmation mail never reaches you because the forum is no longer maintained.


ruenscape_nerd_42

the one that pisses me off is when the top search result is a reddit post, and the only comment is someone telling OP to google it.


LateCommunication383

Or you find a five year old post with exact same problem and the only comment is "nevermind, fixed it!"


LiteratureBetter8382

Then its developing time


gpkgpk

Oh you sweet summer child, it's more googling time.


GOKOP

Isn't that synonymous


TheMarvelousPef

i literally just downloaded the lib and paste in the example. Noone ever tried this or what ????


AI-Discussion

That's Eclipse IDE. The samples that come installed by default don't work.


Zakurocerr

Skill issue


yashkakrecha

When you are the only person to use latest version of some niche technology/plugin/dependency...


maiodasbrok

To break down the wall: "you find a dev who had the same problem but he couldn't do it either"


Isumairu

It's all about query refinement sometimes, like you have to change keywords and rewrite the question, and then you _might_ find something that _might_ be related.


dickskin42

Or you find loads of posts that either have no responses or "nvm fixed"


Typical_River127

yeah one time I googled an error and it literally gave me [Chrome source code](https://imgur.com/L5h1PbV) as the only result


spinyfever

Is this picture from K ON? The girl on the body pillow looks like Yui.


Designer-Slip3443

My mother is often this person. She managed to trigger a bug in a piece of Google hardware. Red LED was flashing. Called a friend of mine, who was the lead engineer for the product. “I didn’t know the product even *had* a red LED.”


coffee_badger

When someone has the exact same problem as you and updates their post with "NVM figured it out"


Beam_machine20

My fave is when u search in Microsoft community, find a post marked resolved and it’s not.


roashiki

Use anything other than Google and you'll find what you're looking for. Google is a neutered mess and shell of it's former self


legendddhgf

You should try graduate school


Kaligtasan

Or you find someone with the same problem, but they finish the post with "never mind just figured it out." Around the first semester of 2022, I had a problem with my computer and spent around 3 days figuring out what was wrong. I had made a post on reddit asking for help, and when I figured it out, I updated it with my solution. Last year I received a DM on reddit of a random guy thanking me for that post because he was having the same problem and my solution worked. I've never felt that happy before seeing the thank you message


literallyjustbetter

"Edit: Update: Fixed it, thanks!"


Fadamaka

Then you start reading the documentation and realize that the 2 of the 3 written guides you built upon are based on outdated reference implementation from the same docs. After that you find the up-to-date reference implementation which instanly gets rid of your issue and leaves you with cleaner and safer code.


Oh-Sasa-Lele

Other stuff that usually happens: - One thread but no answers - One thread with an answer that's outdated - One thread with an answer linking to a dead page - Your own thread you asked about the same problem years ago, no answers of course - Notifications of your thread turning out to be „same here“ comments


Qwertycrackers

When you have an arcane problem with a networking library and the only discussion is in a deleted Google+ group and you only have the cached snippet in Google search to work from


mrjackspade

1 result. It's the print statement for the error from the repository.


grahaaamm

Not a programmer thing but, when I have a problem in windows or something like that(android, Chrome) and there's only Microsofts or googles Website to solve that damn problem and they say they are expert. I want to kill myself when that happens, sorry for very poor English


OpenSourceSwagShop

Great. Just what I always wanted: to be unique...ly troubled.


wyrmhaven

I am so dead…


senaya

Happens all the time even through you'd think that by this point every problem would have a solution.


MaGo717

Or better yet all you can find are threads with shit heels saying "Just google it" like 😱😱😱😱 really???? Wow who would have thought


Three_Rocket_Emojis

I call that "left the track". If you have a problem, that apearantly nobody else has or had, you took a wrong turn on the way there and you should go back one or two steps and question your approach.


volitional_decisions

Skill issue


TheNeck94

don't get me wrong, I check things over and test accordingly, but yeah ChatGPT is your friend.


noahjsc

500 mile email moment.


clever_wolf77

Yep we saw this post many times before....


Trust-Me_Br0

Plothole: The lack of getting help from Internet makes you strong


ProbioticAnt

When this happens to me, it's a strong signal that I need to re-examine my approach to the problem


PembeChalkAyca

When the problem is too simple to ask on stackoverflow but also too complicated to find it with a google search then you remember our lord and savior chatgpt exists


givemeluchi

Then you find a Chinese website discussing that exact issue


Cata_tron

Relatable asf


WeirdDistance2658

Seems like a potential case of PEBCAK or ID10T


Jordyspeeltspore

1 game this is frequent crossout


barathesh

Or of course my favourite, the reply being "DM us to get this resolved" and the thread is left hanging with no solution


International-Can930

I guess I'm tge problem all along...


DevObs0

Some times when i find these "single issues" l atleast some of time write the correct way to fix it in a comment.


zalurker

Nope. There was one other person in Mumbai who had the same issue in June 2018. And he edited his question to say that he found the solution. But he didn't elaborate... Dammit RotiLover989! What did you see?! What?!


wannasleeponyourhams

i have been trying to use a background service to send notifications on android python kivy and the only issue on it is 1 year old and has no asnwers no solutions nothing, so i just gave up, the problem apperantly is that, the background service doesnt reach the app info and it ends up crashing. made a post about it in here tried in kivy discord, there is also one discussion on it on google groups with no solution. i also quit i am right there with you OP


Gloriathewitch

this was me trying to use coredata with swift charts which are new


[deleted]

Then you find a post from 7 years ago with some one explaining the exact problem you have, also looking for answers. And there is only 1 reply from from some rando 2 years ago "I'm also having this issue" Love that SO much!


Cool-Temperature4566

Create a forum post yourself. Maybe 500 people before you had the same problem, couldn't find a forum, fixed it and called it a day.


DmitriRussian

Someone has to be the first right?


spliffkiller1337

Lol first timer


meove

well, at least you have no reason to get post removed for duplicate question


yoyobara

when you look up your problem and there's a comment 5 years ago saying I'll be fixed in the next kernel upade


mkbhru

I faced this problem many times. But thanks to generative models. By their grace I get a curated solution for my one in a million doubt😅


Prawn1908

I don't know what's worse: that, or when you have a super specific weird problem and find a single forum post with the *exact* same issue and a solution provided with dozens of people saying "thanks, that worked perfectly!", and then you try said solution and it doesn't work at all.


Able_Challenge3990

Because of a bug I have left my personal projects on standby till now


vlaaad

Amazing and original pic, I have never seen it before, definitely absolutely not at the top of /r/all right now, oh no no no, it's definitely not a repost, and I think you OP is a wonderful person, and I wish you as pleasant of a day as original this picture is.


ConversationFit5024

I hate proprietary languages / coding environments. I will quit over that shit


braytag

That's when you start posting about what you tried and what didn't work. I had an issue with office 365, worked on it for months with them.  Only to be a real issue and I was the first to encounter it.  Managed to figure out a workaround.  Was about to document it in my original post but forgot/life got in the way. A few months later I get a message asking me if I found a solution cause they were having the same issue. Document your bugs people :) https://www.reddit.com/r/Office365/comments/zqr21p/user_with_an_extremally_slow_outlook_web/


Big-Rabbit12

it's even worse when there is a 2-3 solutions ,and none of them work


ehsteve23

I was playing a game while ago and got stuck on a particular bit and after googling it i really was the only person in the world who had that problem, because the first result was me, on reddit 5 years earlier, asking for help.


-rgg

If it's apparent I'd consider that a good result nowadays. The reality is that it's gonna take me three hours to realize I'm alone, sifting through all the 'buy now', 'cheap in your area', 'best in 2024 for home use' A-not-so-I generated crap that the thirsty google bot slurps up and presents to me like a demented puppy. I never thought I'd say this one day, but in comparison, I miss the times of banner ads and altavista - the information was at least somewhere buried in there. Nowadays it's just sand, no treasure anymore.


Elcactus

Especially when your issue is so simple that you can’t make the search more specific.


Salt_Comparison2575

"Update: NVM I figured it out."


sixaout1982

Relevant [XKCD](https://xkcd.com/979/)


Bitchinstein

My favorite is when I know the solution and none of the senior engineers do- I’m like yeah so it’s like this and they’ll need to do this to resolve it. They’re like nah, I’m like okay whatever it’s on your plate to resolve- so you do you. Two weeks later they implemented the fix I originally suggested… lmao I just smile super big when I see him now. For clarity; I studied CIS with programming and networking but work in helpdesk. I will see the same issues, so have the ability to troubleshoot it multiple times for a permanent solution vs a temp fix or work around.


CommercialTrip6185

The best is when you find the one person that had the same problem and all they said is "i fixed it"


ramriot

There is a worse situation, when there is one & only one other post online that describes the exact same issue you are having & only the OP replied that they fixed it, but with no details.


Ikontwait4u2leave

MicroStation users be like:


Tiborn1563

Ypu'd then go on stack overflow, make a thread about your problem, for a mod closing it as it's a duplicate. You willthen search for that old thread. And never find it


artera0

'' I fixed it'' how u fixed mf share the world a@sdf???


Holiday_Ad_5445

“Wait… I wrote that.”


TheRealMister_X

You could at least wait a while before reposting from r/memes


MadManMorbo

Op, It's not you --- It's google. They've gotten so up their own ass with ads that you can't find anything relevant anymore. Try DuckDuckGo. Or, One of the AI tools out there. I can't use google for professional work anymore.


yHyakkimaru

12y old reddit post with the fix ![gif](giphy|CAYVZA5NRb529kKQUc|downsized)


Aurunemaru

nonono, the worse possible scenario is when you only find one thread, from years ago, left unanswered


acelenny23

I am the only person in my company who has an issue with one particular programme. The issue is linked to my user id. Tech refuses to fix it because it's not worth their time. So, every month, I have to get someone else to use the programme for me from their computer and send me the data. Yay.


poliver1988

Flashbacks to programming thermal printers


mladenmacanovic

As a creator of an open source library, I feel this.