Anime source?
Edit: nvm, found it.
Actual edit: Apparently I’m slow with the joke. K-On! Manga about high school music club.
Thank you.
The worst is windows always giving “unknown error” with a code, and when you google the code you try stuff for like an hour just for every website you check to be useless, and at the end you just needed to put a password on the other computers file share, but why would it tell you that?
True story. I was looking for an answer to an obscure problem and found it in a 10-year-old stackoverflow post. Then I looked more closely at the author…
Hey! Me from 10 years ago, stop being such a smart ass! It’s obnoxious.
This happens to me more than I care to admit. I told a coworker about a Gitlab CI issue that I’d seen a few years back and hadn’t had any action. I looked up the link to share it. Me; I opened it. Brain failing me, I had forgotten it was my issue.
Or when you’re having a problem with a piece of accounting software that nobody has ever had, so you call in for phone support, and they’ve never had it, but they can reproduce it on their side, find a solution, and thank you very much for letting them know.
Ohh I had a similar experience with a quite big open source project (~10k stars on GitHub). Posted an issue, it’s obscure enough even the lead maintainer comes in to help and still got stuck unable to fix the issue.
for me when that happens, it usually turns out to be a simple but stupid mistake on my end
Any one else getting this crash? Edit: Don’t worry guys I fixed it
I’ve had that happen to me in a couple of pretty obscure cases, fuck it’s irritating. “WHAT SECRET KNOWLEDGE DO YOU HOLD, YOU FUCK‽ TELL US”
Or all the documentation/answers conflict with each other so now you have to play Russian Roulette with your project/system. Yes I am still salty about the hyprland nvidia page that kept me up between 2-6am EDT and confused for 13hrs. I trust the Arch and EndeavourOS wikis more for general OS stuff now tbh. For programming I like the specific documentation by the devs of their respective programming languages. If I need help: Google, Discord, Reddit, Forums or StackOverflow
For context go read: https://wiki.hyprland.org/Nvidia/
Remember kids: If you find a solution to a problem nobody on Google (or your search engine of choice) seems to has, put it as a blog post on your site!
Or you can ask on SO. Then close it with “nvm, fixed”.
This is the way
Or you can explain it to a SO until you realise what’s wrong yourself
A pet or rubber duck will do if you don’t have a SO handy
Or you can explain it to a SO
Yeah that’s usually the expression they end up with by the end
Or: Plenty of people have the problem, but nobody has figured it out.
And: Stack Overflow agrees that this is a dumb thing to want to do, anyway.
Or it’s a bug that was reported 5 years ago with 165 votes and somehow still not fixed
time to learn assembly *cracks knuckles*
When you search*
Me when I was trying to figure out what the outputs in the Javascripts RSA key generation crypto api curruspond to so I can link it to a rust api to prevent Man in the middle attacks occurring on https traffic with false certificates installed (I figured out eventually)
Usually it means you’re doing something terribly wrong.
You just need to spend a few hours trying weirder and unique ways to frame the issue and you might find the answer.
Or the only person who phrases your issue this way) so many times I’ve found out that I just state my problem in an unusual way
That’s one area where LLMs can come in handy. If you describe something, they can usually come out with what you were thinking about in another, maybe more correct way, then you search what they gave you
Hah… I used to search up an issue and see my own unanswered question on reddit as the first result. ಠ_ಠ