• 2 Posts
  • 218 Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle


  • While pettiness sounds awesome here, I’d argue against it. She may need to deal with these people for 18 years or more, depending on how the situation proceeds. Being petty now could lead to long-term animosity that is unneeded.

    I say give them the paternity test, see how they react, then get petty if they continue being shitty.


  • vortic@lemmy.worldto196@lemmy.blahaj.zoneCast iron rule
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    15 days ago

    I agree with you on the stainless. I do still have one cast iron pan that I swear by for certain things but I also don’t baby it in any way. I also have a couple of ceramic coated pans for specific things that love to stick to stainless. I mostly use the stainless and the cast iron, though.









  • I get why they’d use something like this to save money and time but, is suspect that correct use would include a human check before charging people.

    We need to start pushing for laws on this kind of thing. Automated checks are fine if you, as the company, trust they won’t have too many false negatives. If you aren’t checking for false positives, though, you should be heavily fined for each false report. $25,000 per false report sounds like a good place to start. Hopefully that would be large enough to not just be the cost of doing business.




  • Ad a fairly senior developer, I’m not at all surprised. AI speeds me up in some circumstances like writing boilerplate; things like kubernetes manifests. It does not speed up my coding, but it does help me explore options, expand my knowledge, and point me down the right track on new methods and packages. It also lets me do things I wouldn’t normally bother with, but which are good practice like finding edge cases for unit tests, packaging for multiple architectures, writing scripts to profile my code, etc.

    Essentially, I’m likely slower writing code with AI assistance but I think the code is higher quality because it let’s me quickly assess many options and implement best practices that are normally tedious to implement manually.

    I almost never accept code AI has written without modification, but I think I gain a lot from its use.