Embarrassing coding style aside, I am concerned about parasitic big corporations taking the code and putting it behind a paywall, which is not what I want for obvious reasons. Putting my projects under GPL will obviously hold them back a bit, with the cost that brilliant programmers who would have helped would be the casualty. Another issue I have is that I want zero AI-bros in my code. Not only would I be inviting disorganized, poorly constructed code, I also don't want these kids copy/pasting to add code they have no right to. What should I do?
I'm not super fond of AI myself and I definitely see how it can result in low-quality contributions pushed upstream. At the same time - if someone can use FOSS to genuinely improve their life, even with AI-generated modifications, I'd hope they do. Maybe that's just me, though.
"Is it worth to ...?"
I will answer the same as I did back then. What does it mean for something to have worth to you? That is not a rethorical question.
Bad actors won’t touch that license typically
> a PDF alternative for the blind
I'm not sure what it means. It's a PDF reader? It's another format that is similar PDF but more screen reader friendly?
> Google Maps/navigation for the blind in my city
Do you know https://www.openstreetmap.org/ The data is open, so it may be useful to build an easier to use client, so you don't have to collect all the info.
> I am concerned about parasitic big corporations taking the code and putting it behind a paywall
Probably AGPL is better for your intentions.
> Not only would I be inviting disorganized, poorly constructed code,
There is no obligation as a maintainer to merge all PR. But remember to be nice.
There are no benefits at all for you by making the code open source. There are no benefits for users either. The only people who benefit are huge corporations and a few open source fanatics who wouldn't even give you a glass of water if you asked for it.
If you want to benefit other people with your code and make a living from it, sell the software for an honest price. That way you attract quality users and are fairly compensated for your work.