Just your normal everyday casual software dev. Nothing to see here.

  • 0 Posts
  • 129 Comments
Joined 1 year ago
cake
Cake day: August 15th, 2023

help-circle

  • This should be correct yes, as long as you don’t include code that was added after the license change you should be in Clearwater.

    Technically speaking I don’t think it’s allowed for him to have changed the license to a more restrictive license in the first place because he didn’t rewrite the entire project when he did so which means it’s still containing code that under the license terms are supposed to be open indefinitely, but if you want to avoid all that drama you can just play it safe and Fork the version prior to him editing the license

    Personally speaking now this isn’t going to stop the people that he’s trying to avoid that hassle with, because I don’t think he has legal ground because I don’t think the license change was within the allowed terms of his license in the first place


  • Sending as a second comment cuz I just now read your source, but it’s different than what my original comment was.

    I didn’t realize the density that GPL code puts into your project, it does seem upon looking into it that that is correct that he cannot under GPL terms redistribute that software under the license that he’s chosen. He is violating the GPL by doing so, because even with permission of the contributors, GPL code cannot be converted over to a lesser freedom code without a full rewrite, because code that was generated while under the GPL can’t be locked down at a future date via a license that that is stricter than the existing one. The only thing you can do is make it less restrictive than GPL.

    That being said, the only people who can report violations of code that is not following the GPL, are going to be copyright holders so if everyone was indeed okay with it there’s no one who would be able to pursue the violation anyway





  • Regardless as the maintainer of that GitHub clarified in a closed pull request, it’s not actually allowed on Github to have a license that blocks the ability to do forks and modify the programs yourself, I never knew this but it says it on the page he linked.

    basically it seems if you post a project as public on Github, you implicitly grant a license to fork and use the code regardless of what it’s terms say since you need to follow those terms for the Github platform usage. The section 6 I’m not sure about though, cause the terminology confuses me, I can’t tell if it means that it can be supercedes or that it supercedes a private license

    it seems his intent isn’t to dissuade people contributing, he’s just been burned a few times with GPL violations so he’s changing the terms to prevent that



  • where does it say it’s mandatory? It’s only stating things that they would have done regardless, I see nowhere where it says ambassadors are required to. The only requirement I saw was that they need to state what events they will be present at, and that’s only so they can distribute the items(primarily stickers) that they supplied the ambassadors and to actually use the program.

    It seems like your typical enthusiast volunteer program if you ask me.

    edit: rereading it they also reiterate that fact

    Thanks for sharing your concern. We definitely don’t want anyone to go out of their way to represent us. There are individuals who are already chatting with other event attendees, sharing their own experience with Framework Laptops and answering questions at various events without any affiliation to us, and we just want to get in touch with them. I guess “showcase” was the wrong word here. We are looking for ambassadors who would show what a Framework Laptop looks like to others who are interested. We are definitely not looking for a laptop salesperson. Hope this makes sense.









  • honestly I don’t think there is a better way, like others have said you can use a trash program or you can chmod the git directory before deleting but, I would recommend against the comments saying alias the command, that can lead to even bigger problems if you typo thr alias or mess up in the script. rf can’t break anything unless you say the wrong directory which would be the same with aliases anyway,

    My recommendation out of them all would be using a trash program to move it to the trash that way if you do screw up the location you have a way to restore it otherwise you could make a script to list the files affected using ls and then prompt a yes/no prompt using read before doing the rm script, but that’s something you definitely want to test in a sandbox or user restricted environment if you’re not used to scripting in case something breaks



  • Adding on to this that if they do decide not to go Windows do not use Debian.

    Don’t get me wrong it’s hella stable if you’re using stuff from like five six years ago, but if you’re trying to do anything remotely new or gaming related I would probably pass and try for one of the ones that are less stable. This is coming from someone who just made this mistake, steam will install but proton will not because the dependencies that proton relies on don’t exist in any of debian’s default sources, of course the launcher won’t actually tell you this unless you try to launch it from command line. On top of this if you’re planning on using games that originated on a windows partition, proton isn’t able to use those partitions unless you force yourself the owner by using uid and gid in fstab for the partitions, but it won’t tell you that either it will just fail to launch.

    I’m at the point where I think I’m just going to Nuke my Debian install and just go with another system because man has it fought me every step of the way in this process


  • Roblox in particular has been super hostile to the Linux community, they’ve two or three times now intentionally changed their application to make it so it won’t run under wine. If Roblox is something that is a hard requirement for him, I would highly recommend against any of the non-windows derivatives. The lead development team on Roblox seems to have the ideology that anything that isn’t Windows is a hacker platform and therefore they attempt to remove access from those platforms wherever possible. I don’t personally agree with it but, it is what it is.

    I also wish people would stop blindly recommending Unix platforms as a drop-in replacement for gaming on Windows. I have yet to see anyone who has been able to just install any of the flavors and have it “just work”. I fully agree that we are ages better in terms of compatibility than it was even 5 years ago, but at 100% should be going into it as a “you will have issues prepare to have to troubleshoot” and if this was his first time using anything not windows, I would have hard recommended against nuking the windows install, at the very least shrink the C partition on Windows which can be done via GParted, which thankfully is already pre-installed on the Linux Mint installation media.

    It’s disappointing that he is looking to go back, but I can fully understand his frustration, as someone who’s recently retaking the plunge after 6 or 7 years of being on windows again, I find myself getting aggravated at times trying to make hack scripts to make things work as well.

    That being said, if he is wanting to go back you shouldn’t force using it, that’s only going to remove the possibility of him switching back in the future(like when MS makes w10 a subscription model either end of this year or the year after which will force w11)