I like the idea of bringing back the BBS over SSH but
This codebase was largely built with AI assistance and is set up for that workflow.
Nah, I’ll stick to IRC.
I’m getting misty eyed just thinking about it 🥺
Who cares? If it is good and works, I don’t care who or what wrote the code.
Who cares?
The people who actually spent the time writing the code and documenting it, remember these LLM’s have to learn from somewhere.
A lot of repositories use the GPL license.
The GNU General Public Licenses are a series of widely used free software licenses. The GPL is a copyleft license, which means that it guarantees end users the freedom to run, study, share, or modify the software, but if you distribute a derivative work or modification, you must provide the source code to those recipients under the same or equivalent license terms — there is no requirement to publish anything to the public at large.
I doubt many LLM’s are sighting their sources or giving proper credit when they spit out code snippets.
I learned writing code for free, by looking at other code and reading online manuals.
I also learned how to play the piano by listening to people playing it and getting online sheet music for free.
I guess I am a baddie now.
I learned writing code for free, by looking at other code and reading online manuals.
I also learned how to play the piano by listening to people playing it and getting online sheet music for free.
Do you have a bot army that scrapes websites and repositories? Do you not give credit when credit is due? Do you poorly plagiarize work and claim it to be your own?
While I appreciate the learning aspect, the abuse of these LLM’s is blatantly clear.
Me. I don’t want to get hacked.
Don’t use machine-generated code. Either it’s a small snipped you’ll easily understand. Or it’s such a vast amount, that you can’t claim any responsibity over it anyway (and if you can’t, don’t ship).
LLM can be a help, but they can’t be your coder.
Do you not trust your ssh client to be secure? You should be able to connect to the most broken and vulnerable machine and an attacker should still only be able to know your IP and little more information about you.
You are not running any machine generated code on your PC though?
So its a worse SDF-1
Man this kinda brings me back to the IRC days. I love fun, entertaining projects like these.
I’ve really been enjoying this today. Neat project.
I have returned to the land of my people.
MIT licensing 🤮
I bet you can’t elaborate
I’ll bet I can.
Do you fancy giving it a go for an uneducated potato such as myself? Never heard of the MIT license hate before.
MIT is the most popular Open Source Permissive license. It’s permissive vs Copyleft like the GPL, meaning it doesn’t require the same license to modifications/forks. That means new contributions to MIT licensed code can be made closed source at any time, which is why it’s so popular in the Silicon Valley corporate Open Source space.
Companies love having the ability to start out Open Source so that can rapidly develop and get free code contributions from the community, then when their application gets super popular and deeply integrated, they change the license to something more restrictive to lock in customers/vendors/users and start getting more money.
That’s why some folks in the FOSS community don’t like it. It’s still better than straight up proprietary licenses, because the old MIT version can still be forked and remain open if there is a large enough community around it, (this happened a few years ago with Terraform and Open Tofu). Best though to just start out with a Copyleft license like the GPL.
There are valid reasons to use an MIT license. Why do you care how someone else licenses their own code? Write your own code and license it how you prefer.
GPL was designed as a virus to end the existence or viability of copyright law. I do appreciate the idea, and plenty of my code is licensed as GPL or comparable copyleft license. Also, plenty of my code is licensed under more permissive licenses, as that is sometimes more appropriate for that code to be useful.
Do I care someone makes money out of code originating from what I wrote? I do not. Do I care whether they give me their modifications to such code? I do not.
No reason to hate on MIT license. It has its uses.
MIT makes sense in a Capitalist world where corpos want all the advantages of FOSS without having to give up the massive amounts of money generated and protected by IP laws.
Copyleft licensing scares them away, and anything that scares mega-corps away is probably good.
Don’t get me wrong, MIT is still better than proprietary licensing, but not as good as strong Copyleft licensing like the GPL.
There are occasions in which you do want your software to be easily adopted by large corporations.







