Profile pic is from Jason Box, depicting a projection of Arctic warming to the year 2100 based on current trends.

  • 0 Posts
  • 691 Comments
Joined 2 years ago
cake
Cake day: March 3rd, 2024

help-circle






  • Sometimes fan fiction takes an idea and does a better job, expanding it, fills in gaps, or simply goes places the author didn’t even think of. Some can stray too far from the core but still have some valid contributions. Some take a single line and tell their own exceptional story.







  • They all have different personalities. Even among the ones like this that are bent on attacking everything, some do it more playfully and even with minimal clawing, while others are nightmare devils that are in kill mode. Who later are curled up in your lap all lovable.








  • I’ve only found success in LLM code (local) with smaller, more direct sections. Probably because it’s pulling from its training data the most repeated solutions to such queries. So for that it’s like a much better Google lookup filter that usually gets to the point faster. But for longer code (and it always wants to give you full code) it will start to drift and pull things out of the void, much like in creative text hallucination but in code it’s obvious.

    Because it doesn’t understand what it’s telling you. Again, it’s a great way to mass filter Stack Overflow and Reddit answers, but remember in the past when searching through those, that can work well or be a nightmare. Just like then, don’t take any answer and just plug it in, understand why that might or might be a working solution.

    It’s funny, I’ve learned a lot of my programming knowledge through the decades by piecing things together and in the debugging of my own or other’s coding, figured out what works. Not the greatest way to do it, but I learn best through necessity than without a purpose. But with LLM coding that goes wild, debugging has its limits, and there have been minor things that I’ve just thrown out and started over because the garbage I was handed was total BS wrapped up in colorful paper.