• 0 Posts
  • 3 Comments
Joined 3 months ago
cake
Cake day: December 15th, 2024

help-circle
  • Imo I don’t think the goal is/should be “every part is repairable by any average person without tools” tbh. Like that would be awesome but it also isn’t realistic, like you said phones are super complicated. But making simple repairs – stuff like swapping a battery – possible for anybody is realistic imo, and then the rest should be as easy to repair as possible for local shops or someone who does have the necessary skills and equipment. At least personally I feel like that’s a good spot to aim for.



  • Yeah, I think personally LLMs are fine for like writing a single function, or to rubber duck with for debugging or thinking through some details of your implementation, but I’d never use one to write a whole file or project. They have their uses, and I do occasionally use something like ollama to talk through a problem and get some code snippets as a starting point for something. Trying to do too much more than that is asking for problems though. It makes it way harder to debug because it becomes reading code you haven’t written, it can make the code style inconsistent, and a non-insignifigant amount of the time even in short code segments it will hallucinate a non existent function or implement something incorrectly, so using it to write massive amounts of code makes that way more likely.