Some criticism of people using AI is just mean. Just saw a post that said:
> Instead of using AI images to illustrate your blogpost or presentation, why not go deep into the forest, lie down in a pile of autumn leaves and allow the earth to consume your body
Seriously? You know, not everyone is as immersed in all of the things that are wrong with AI as we are. Some people are just trying to get by in the system of incentives that they didn't create.

Delta Chat
in reply to Delta Chat • • •two other things that can't be stressed enough for maintaining development long-term:
- Avoid superflous abstractions. Premature abstractions are the root of all ... complexity. If you have a second and third case, you can introduce an abstraction, but even then: don't over-abstract!
- write tests for everything, especially for the API that you want to guarantee to others. The chatmail core library just passed 1000 automated tests. The users of your API, and their users will thank you.
Delta Chat reshared this.