• 0 Posts
  • 135 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle









  • Honestly, AI coding assistants (as in the ones working like auto-complete in the code editor) are very close to useless unless maybe you work in one of those languages like Java that are extremely verbose and lack expressiveness. I tried using a few of them for a while but it got to the point where I forgot to turn them on a few times (they do take up too much VRAM to keep running when not in use) and I didn’t even notice any productivity problems from not having them available.

    That said, conversational AI can sometimes be quite useful to figure out which library to look at for a given task or how to approach a problem.


  • FOSS die-hards may not agree, but this kind of threading-the-needle can be done well, and honestly, IMHO. A good example is the content-management framework Directus, which essentially makes it free to use in most cases, unless you make more than $5 million in finances per year, at which point you need to start paying for it. Not purely open source, but it throws FOSS folks a bone by making it so that versions of the software that are more than three years old revert to the General Public License.

    This has nothing to do with being a FOSS die-hard. Three year old versions are basically completely useless if you plan to run anything resembling a secure website.

    Meanwhile a license that is attached to the amount of income of the legal entity (company, organization,…) instead of the project is never going to be popular because those values can easily change by reorganizations that have very little to do with the actual project.