this post was submitted on 10 Jul 2024
162 points (98.8% liked)
Open Source
31028 readers
761 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Interesting to learn some finer grained details of the scene.
I do actually have my own graphics software projects like halfway open source, but I could only bring myself to share the backend color coding algorithms.
I can't bring myself to share the frontend GUI code, as it has to work around many bugs of the language its coded in (RapidQ), and I really ain't got time to try to explain all the weird fixes to make it work mostly right.
Anyways, the last version of my project was Color Painter 1.5B
https://tinyurl.com/colorpainter15b
I have my own simple license that basically says have fun, do whatever you want, but only for free private personal usage.
But that was back in 2017, I had no idea that AI systems were about to take over the scene.
So now I'm like fuckit.
I just don't share the GUI code because I had to pull so many jankery tricks that nobody would really understand, partly to fix bugs in the language and partly to remap keyboard shortcuts.
These days, it hardly matters. If you're interested in my old project, just hit me up.
I'm all about free software, but I have my reasons for not tending to share all my code to everyone. It's rather confusing.