• 1 Post
  • 300 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle



  • You obviously care very strongly about this, but you should actually look up what the EU’s recent actions are before writing a short novel on Lemmy. In 2024 the EU implemented new rules that allow defendants of potential SLAPP suits to request early dismissal, requiring the plaintiff to prove plausibility of their claims prior to court proceedings, financial, legal, and emotional aid to defendants, requiring of the plaintiff to pay for the proceedings, and rules restricting plaintiffs from selecting jurisdictions more sympathetic to their cause, including those outside the EU. Obviously no solution is perfect, but at the same time the EU is taking reasonable measures to prevent the outcomes you are baselessly fear mongering about. Stop assuming the rest of the world’s governments are as evil and useless as in the US before making unfounded accusations, and actually look up the facts before you make yourself look foolish.











  • Why is it idiotic? Your tests will let you know if it is correct. Suppose I have 100 interface functions to implement, I let the AI write the boilerplate and implementations and get a 90% pass rate after a revision loops where errors are fed back into the LLM to fix. Then I spend a small amount of time sorting out the last 10%. This is a viable workflow today.


  • This sounds pretty typical for a hobbyist project but is not the case in many industries, especially regulated ones. It is not uncommon to have engineers whose entire job is reading specifications and implementing them. In those cases, it’s often the case that you already have compliance tests that can be used as a starting point for your public interfaces. You’ll need to supplement those compliance tests with lower level tests specific to your implementation.