simplymath
@simplymath@lemmy.world
- Comment on Anyone use Retropie? Two buttons won't map. 1 month ago:
yeah. find the
es_input.cfg
file - Comment on Anyone use Retropie? Two buttons won't map. 1 month ago:
On Linux, that’s usually the case. Finding the config file is the problem. I suspect that’s why emulation Station isn’t working. I don’t know where that’s installed, but I’d assume there’s another configuration file for ES. It’s probably in the home directory, ~. maybe ~/.emulation_station or or ~/.ES. I don’t recall, but there will be a file structure similar to the RetroArch tree.
In either case, it would be very kind to post the full solution for the next person.
- Comment on Anyone use Retropie? Two buttons won't map. 1 month ago:
I’ve never had issues with the 8bitdo Controllers on rpi, Bluetooth or wired, but I found a thread where others solved the same problem. Looks like that particular controller isn’t perfectly.suported and you need to update xpad and a configuration file.
- Comment on Why are people seemingly against AI chatbots aiding in writing code? 1 month ago:
I intended B, but A is also true, no?
- Comment on Why are people seemingly against AI chatbots aiding in writing code? 1 month ago:
Yeah. I’m thinking more along the lines of research and open models than anything to do with OpenAI. Fair use, above all else, generally requires that the derivative work not threaten the economic viability of the original and that’s categorically untrue of ChatGPT/Copilot which are marketed and sold as products meant to replace human workers.
The clean room development analogy is definitely an analogy I can get behind, but raises further questions since LLMs are multi stage. Technically, only the tokenization stage will “see” the source code, which is a bit like a “clean room” from the perspective of subsequent stages. When does something stop being just a list of technical requirements and veer into infringement? I’m not sure that line is so clear.
I don’t think the generative copyright thing is so straightforward since the model requires a human agent to generate the input even if the output is deterministic. I know, for example, Microsoft’s Image Generator says that the images fall under creative Commons, which is distinct from public domain given that some rights are withheld. Maybe that won’t hold up in court forever, but Microsoft’s lawyers seem to think it’s a bit more nuanced than “this output can’t be copyrighted”. If it’s not subject to copyright, then what product are they selling? Maybe the court agrees that LLMs and monkeys are the same, but I’m skeptical that that will happen considering how much money these tech companies have poured into it and how much the United States seems to bend over backwards to accommodate tech monopolies and their human rights violations.
Again, I think it’s clear that commerical entities using their market position to eliminate the need for artists and writers is clearly against the spirit of copyright and intellectual property, but I also think there are genuinely interesting questions when it comes to models that are themselves open source or non-commercial.
- Comment on Why are people seemingly against AI chatbots aiding in writing code? 1 month ago:
For example, if I ask it to produce python code for addition, which GPL’d library is it drawing from?
I think it’s clear that the fair use doctrine no longer applies when OpenAI turns it into a commercial code assistant, but then it gets a bit trickier when used for research or education purposes, right?
I’m not trying to be obtuse-- I’m an AI researcher who is highly skeptical of AI. I just think the imperfect compression that neural networks use to “store” data is a bit less clear than copy/pasting code wholesale.
would you agree that somebody reading source code and then reimplenting it (assuming no reverse engineering or proprietary source code) would not violate the GPL?
If so, then the argument that these models infringe on right holders seems to hinge on the verbatim argument that their exact work was used without attribution/license requirements. This surely happens sometimes, but is not, in general, a thing these models are capable of since they’re using loss-y compression to “learn” the model parameters. As an additional point, it would be straightforward to then comply with DMCA requests using any number of published “forced forgetting” methods.
Then, that raises a further question.
If I as an academic researcher wanted to make a model that writes code using GPL’d training data, would I be in compliance if I listed the training data and licensed my resulting model under the GPL?
I work for a university and hate big tech as much as anyone on Lemmy. I am just not entirely sure GPL makes sense here. GPL 3 was written because GPL 2 had loopholes that Microsoft exploited and I suspect their lawyers are pretty informed on the topic.
- Comment on Why are people seemingly against AI chatbots aiding in writing code? 1 month ago:
I hate big tech too, but I’m not really sure how the GPL or MIT licenses (for example) would apply. LLMs don’t really memorize stuff like a database would and there are certain (academic/research) domains that would almost certainly fall under fair use. LLMs aren’t really capable of storing the entire training set, though I admit there are almost certainly edge cases where stuff is taken verbatim.
I’m not advocating for OpenAI by any means, but I’m genuinely skeptical that most copyleft licenses have any stake in this. There’s no static linking or source code distribution happening. Many basic algorithms don’t follow under copyright, and, in practice, stack overflow code is copy/pasted all the time without that being released under any special license.
If your code is on GitHub, it really doesn’t matter what license you provide in the repository – you’ve already agreed to allowing any user to “fork” it for any reason whatsoever.
- Comment on Why are people seemingly against AI chatbots aiding in writing code? 1 month ago:
People who use LLMs to write code incorrectly perceived their code to be more secure than code written by expert humans.
- Comment on Anybody tried one of these RPi based N64 cart dumpers off Aliexpress? 2 months ago:
youtu.be/V0CPjHO_3Yo?si=Gnzc1ZDAaEBHZDIh
You can build one out of an Arduino.
- Comment on Anybody tried one of these RPi based N64 cart dumpers off Aliexpress? 2 months ago:
what’s denigrating about calling the game a number? Is the hobby collecting devices from China? Why not figure out how an N64 works and dump it yourself if that’s your hobby?
I’m not against the idea, homey. I just wouldn’t plug this device into my computer. Grab an Arduino or JTAG cable.
- Comment on Anybody tried one of these RPi based N64 cart dumpers off Aliexpress? 2 months ago:
The binary blob is essentially just a number stored in a fancy configuration of electrons, OP. In the best case scenario, this device is just e-waste.
- Comment on Anybody tried one of these RPi based N64 cart dumpers off Aliexpress? 2 months ago:
A sketchy USB device from Alibaba with 0 documentation is significantly less safe than grabbing a ROM, which are widely available and have known file hashes. The security risk alone from a no name USB device is probably not worth it unless there’s a save file you reeeeeeeeally care about, as another user mentioned.