• 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle
  • Agree 100%. Especially when you’re doing more complicated queries, working with ORM adds so much complexity and obfuscation. In my experience, if you’re doing much of anything outside CRUD, they add more work than they save.

    I also tend to doubt their performance claims. Especially when you can easily end up mapping much more data when using a ORM than you need to.

    I think ORMs are a great example of people thinking absolutely everything needs to be object oriented. OO is great for a lot of things and I love using it, but there are also places where it creates more problems than it solves.


  • Yea, if only there were real world applications for AI. Like image/video generation and editing, text generation including code, audio processing and generation, object recognition and image classification, fraud detection, medical diagnosis, predictions in general, protein folding, or even just general data analysis. Then it might actually take off.

    OpenGPT is just an LLM but that’s only one small facet of AI. When people talk about AI and only mean LLMs or even one specific guy/company, it’s a clear sign they don’t know any more about AI than that one Vox article they read 2 months ago.