96
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 29 Jul 2026
96 points (100.0% liked)
Programming
27916 readers
320 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 3 years ago
MODERATORS
IMO proprietary code has this same risk.
I have non FOSS projects that my company writes / sells (I've written these for over 20 years, but only owned them for 3, and opening the existing source is complicated as it's tangled deeply with non OSS projects).
I don't allow LLM generated code in our products either, since I have to assume that most of training was done on public repos, and there's no way to know what licenses existed on that code (in addition to all of the other valid arguments to not use that shit).