- 4 Posts
- 3 Comments
Joined 2 years ago
Cake day: December 5th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
droning_in_my_ears@lemmy.worldto Ask@piefed.social•What's the dumbest scam you've ever seen?4·7 days agoThere was this company selling USB sticks from AliExpress but rebranded as “5G bio shield”. It’s supposed to protect you from 5G waves. They said it had a nano layer quantum holographic catalyzer technology… whatever that means.
droning_in_my_ears@lemmy.worldto Ask Lemmy@lemmy.world•In these final 3 days of lemm.ee's existence, what would you like your final words on your account to be?24·10 days agoThis is not, the greatest comment in the world. No, this is just a tribute…
It works short term. If you have a deadline tomorrow by all means.
Long term you need to be aware of not just the code but the theory behind the code. You can make it work if you’re promoting what you need and read the result, understand it and test it but if we pure vibe coding is probably too much. How are you gonna solve problems when you don’t fully understand how things work?
Another thing, a lot of AI generated code solves the problem in the most obvious often bad way. For example I asked the AI for help with an ORM limitation I was running into and so many times the code it suggested was just query the db, then filter in code afterwards