207
'3d-printing a screw' is a way to describe how AI integration is stupid most of the time
(lemmy.dbzer0.com)
A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The most popular seem to be lighthearted clever little truths, hidden in daily life.
Here are some examples to inspire your own showerthoughts:
If you made it this far, showerthoughts is accepting new mods. This community is generally tame so its not a lot of work, but having a few more mods would help reports get addressed a little sooner.
Whats it like to be a mod? Reports just show up as messages in your Lemmy inbox, and if a different mod has already addressed the report, the message goes away and you never worry about it.
yeah, it's the copilot plugin for intellij, basically right click and choose generate tests, it'll read the file and ... well..
Downside to that approach is that it doesn't know what some function calls do if they're not part of that file, so it tends to miss places that need to be mocked out.
Occasionally it writes a test that's "wrong", and I have to fix the test.. very rarely, the "wrong" test is actually "right" based on say a method signature or decision tree, and the method itself needs changing.