During the process I learned a lot more about giving a chance for LLM to do commit after its work because it will sometimes just give up. Also learned a hard lesson on C preprocessor and why tokenization is necessary.
Ask HN: What was your "oh shit" moment with GenAI?
841–850 of 1001 posts
Re: Ask HN: What was your "oh shit" moment with GenAI?
#842Literally just last night I have Claude Code the following prompt, verbatim: "Whenever I launch Kodi on my Chromecast 4k, it crashes. I think this is related to a plugin or skin. It goes away for a bit if I clear cache but will eventually come back. Can you connect to the device via adb (I've run adb connect already), and debug exactly where it's crashing? Once you've done that, propose a solution. If this requires d…
You know, I've had this exact bug for some time on a Fire Stick 4K Max Gen 1 (similarly anaemic). I figured it was storage or RAM pressure causing the problem as I could see both were close to the limit, but didn't realise it was OS swap/cache eviction removing critical files as it only happened to Kodi. I assumed Kodi just didn't really clean up after itself fully and after a bunch of heavy uses some cruft built up,…
Re: Ask HN: What was your "oh shit" moment with GenAI?
#843Re: Ask HN: What was your "oh shit" moment with GenAI?
#844Earlier quoted context omitted.
Don't leave us hanging, what was the issue?
I will never know.
I see the people around me care that little, when I see them at all as I'm effectively on remote teams most of the time (and soon to be fully on remote teams almost all of the time if I don't leave) and I don't want to be that nor do I want to be the only one, or one of the few, who gives a crap.
I know that if I continue to avoid it I'll have a fine future in the hospitality industry, with dicking around with tech as at best a hobby, but I'm hating tech work because of the everyone-is-remote business anyway so that is likely be better for my mental health. Better off skint but alive… Good luck to the rest of you.
Re: Ask HN: What was your "oh shit" moment with GenAI?
#845She traded one of his Pokémon for me to train, and my ezflashjr microsdcard corrupted. I was kind of embarrassed so I've plugged it anyway and asked glm5.1 to extract the Pokémon.sav file if it can. It turned for a bit but was able to get it and I was able to create another SD card and give back that Pokémon intact.
Re: Ask HN: What was your "oh shit" moment with GenAI?
#846I've been steadily more impressed, but the real startling moment was earlier this week, I could show that in a particular operation I had a bug (some identity wasn't satisfied) but I couldn't understand why. In one try Claude Code grokked my code, explained the problem to me (there were some dimension-dependent minus signs that needed to be computed), and fixed it.
Re: Ask HN: What was your "oh shit" moment with GenAI?
#847Re: Ask HN: What was your "oh shit" moment with GenAI?
#848I probably will be burned for this, but with the help of an LLM I wrote a tiny program that captures video from a browser screen (Xbox live online FPS game), passes the video images through a small trained NN that recognizes people forms and presents the video on another screen. That way I can place a green overlay on enemies and they are easier to see on PVP matches. All that in around 100 lines of code, including t…
I'm curious, what amount of input lag does this introduce?
It introduces output latency, not input latency.
Re: Ask HN: What was your "oh shit" moment with GenAI?
#849Re: Ask HN: What was your "oh shit" moment with GenAI?
#850Surprisingly, instructors are also leveraging it. For their grading. For their feedback. For their communications. I even got a note that had the heading “here is a ready to post announcement for canvas, written in your voice”
I’m floored. This is the next generation of workers. It reminds me of those who started using Google correctly, back when I was in undergrad, ~20 years ago. AI is here and it will be dominant, no matter how bad it becomes.