I generally prefer the MIT license for my personal projects. But I do stupid retro shit with no commercial value or any real tangible way to fundamentally alter how people work or communicate or do business.

I just want to put code out into the world without restriction - but that is a luxury I don't feel very conflicted about since the commercial applications of putting cat photos on floppy disks is quantifiably zero.

I have written Rust FFI bindings for GPL licensed code, and I have rewritten GPL licensed code in Rust. In both cases the results remained GPL licensed, because I generally try to go through life with at least a minimum amount of thought about not being a colossal chode.

To be fair I've seen the opposite happen as well, where people will take code released into the public domain and write Rust bindings for it and release those as GPL or some other more restrictive license, and I think that sucks too.

How hard is it to just - keep the same license? Just preserve the author's intent. They had a vision in mind and made a choice when they put their creative energies out into the world. Pass that forward.

The idea that you can cleanroom a codebase with an LLM to safely pivot licensing is really not anything I need to waste words arguing is the thought process of the worst sort of dipshit tech bro.

If you're on the fediverse you know this already.

At least this latest indignity to human creativity doesn't seem to involve Rust, a language I deeply love but one that also has a serious Bro problem and is being wielded in similar sorts of license-washing.

My worry is that the MIT license itself will become something like a scarlet letter. I am really not a proponent of GPL-by-default.

If someone wants to take my code and use it in an indie game or something I want them to be able to do that and not feel like they need to release their source code or pay me or do anything other than have my name in a readme somewhere.

It just makes me happy every time I get even the slightest hint that something I put effort in could be used in some way by someone else.

These are different kinds of liberties. I respect that the GPL prevented wholesale looting of volunteer efforts by corporations and the world would be a worse place without it.

But there is a space I think for unencumbered code, just ideas that float freely in the intellectual aether anyone is free to pluck down and use as they please.

Well, there was, anyway. Now that everything has been hoovered up by LLMs and smeared into a legally incomprehensible, fractal mélange of tokens there will be no convincing anyone that unencumbered ideas can't just be had wholesale and on demand on an industrial scale instead of being deliberately intentioned gifts from one human mind to another.

I'm just tired of this timeline. I'm tired of everything being awful i'm tired that every week it gets awful-er.

This may shock and appall some of my followers, but I don't even really hate AI. I think it is kind of cool, on a purely technical level. I cannot help but stay abreast of the advancements and test the SOTA-of-the-month models on previous failures to try to get a feeling for how fast our collective irrelevancy is approaching.

I think LLMs have a lot of potentially useful applications, were they not hopelessly mired in the ethical bog born of their own problematic creation, almost as if Atreyu's horse were standing in for our childhood dreams about how cool AI would be.

If I just made you sad thinking about that scene, I am sorry.

I see a lot of derisive dismissal of AI on grounds other than ethical ones and I somehow feel it is a mistaken approach, almost like a Vegan trying to convince you that all steak tastes bad.

I feel it is a dangerous underestimation of the immense resources in both talent and money being brought to bear on the problem.

Too many people focus on where AI currently is, forgetting where it was just scant years ago, and ignoring its current velocity.

I feel like anyone actually paying attention and testing each model that comes out knows that laughing it off as "slop" is not going to remain particularly amusing for long.

Only a year ago ChatGPT couldn't write Hello World in x86 assembly, and now it will emit a complete, working, 32-bit MS-DOS Mandelbrot generator in a single prompt.

The slop is starting to not look so very sloppy.

The only argument that I predict will not age extremely poorly is the ethical one.

After all, it is not like if ChatGPT stopped hallucinating and glazing and regurgitating its inputs tomorrow, you'd suddenly be okay with it - so why use any other argument other than that it is a leviathan in the hands of the oligarchy?

Slop or Shakespeare, that doesn't change.

@gloriouscow The biggest problem I see with AI isn't the technology but the hype trying to convince people it can do things it can't (although this a problem with a lot more than AI). For example, this PR https://github.com/mamedev/mame/pull/15031 made me a bit angry because the guy was certain that claude had written a good change when it had misread a datasheet and he didn't try to look at it himself to see if it was correct.

@crazyc You'd think @bagder 's well documented bug bounty water torture experience would have gotten enough traction that anyone would feel a certain amount of personal shame submitting an AI-generated PR but I suppose ignorance is the cup that runneth over.

Since I'm abusing analogies this evening, my feelings on AI kind of match my feelings on firearms. Would I trust you with a gun? Probably, you're a smart person. Do I trust myself? Well yeah, I'm certainly not going to blow my own foot off by accident. Probably.

Do I trust John Q. Fucking Public? Absolutely fucking not, please stop waving your Claude .45 around until you have taken a safety class.

@crazyc

Also thank you for reminding me I still need to refactor my 765 emulation.

Without just stealing it wholesale from MAME it has been somewhat baffling at times so I feel for lil' ol Claude.

My favorite thing is when I find some copy protected title that seems to want a result flag one way but that breaks another title that seems to want it the other way, and then I'm stuck trying to find whatever I'm missing that makes the paradox make sense.

@gloriouscow Yeah, it's hard to get right since the copy protection authors probed every corner for undocumented behavior.