CC BY-SA 4.0 is one way compatible with GPLv3.
It does mean that anything released under older CC SA licenses aren’t, so they can’t be used in GPL projects. And MIT isn’t compatible at all.
CC BY-SA 4.0 is one way compatible with GPLv3.
It does mean that anything released under older CC SA licenses aren’t, so they can’t be used in GPL projects. And MIT isn’t compatible at all.
Emulation and emulators aren’t illegal. Yuzu for example got in trouble mostly for distributing tools for circumventing copy protection and dumping roms and not for the emulator itself.
But it doesn’t really matter as nobody has money to defend themselves against something like Nintendo. Here just even the threat of it was enough to get the Ryujinx devs to fold just in case.
If you set your pages and repositories to be viewed publicly, you grant each User of GitHub a nonexclusive, worldwide license to use, display, and perform Your Content through the GitHub Service and to reproduce Your Content solely on GitHub as permitted through GitHub’s functionality (for example, through forking). You may grant further rights if you adopt a license. If you are uploading Content you did not create or own, you are responsible for ensuring that the Content you upload is licensed under terms that grant these permissions to other GitHub Users. -https://docs.github.com/en/site-policy/github-terms/github-terms-of-service#5-license-grant-to-other-users
License can’t really revoke that.
Bigger problem is the No Derivatives clause of the CC licence, as compiling or forking the code creates a derivative, so it’s now a project nobody is allowed to use (or distribute) in any other form than their exact, precompiled releases.
In fact, as the GitHub terms of service specifically require you to allow forking - as recently demonstrated by the WinAmp project - I wonder if CC ND is even possible to be used in GitHub in the first place.
Because markdown by itself is more of a set of suggestions than hard rules. Kinda like saying that Americans and Australians both speak English and the basic syntax is the same, and you can go outside with a fag wearing only thongs with both, but…
Even reddit has two, new and old reddit use completely different parsers and result in different ouputs.
The entire network is nuked in those situations, there are no accessible forks left.
Nudity, gore, violence - explicit materials. Stuff you wouldn’t be allowed to plaster on a giant billboards in the middle of the city or on the side of your office building or have run on daytime TV in the breakroom. If an image of a clothed female is NSFW then obviously a man wearing nothing but a towel in a shower is as well.
You start making a list of everything everyone takes offence into and finds inappropriate and you end up with a list with literally everything on it. Some people in this thread have used “If I couldn’t use it as a wallpaper at work, it should be NSFW”. Plenty of people would find this picture absolutely disgusting and inappropriate, so should it and everything like it be NSFW tagged as well?
If the NSFW limit was put on “image of a woman wearing shorts and sports bra”, would you run to shut down the break room TV when they showed such obscene NSFW things like the Olympic games with their skimpy track and field and beach volleyball outfits? All of those communities would obviously need to be marked NSFW on Lemmy too.
And while NSFW indeed does come from the words “Not safe for work”, it isn’t “blur everything that wouldn’t be appropriate for my coworkers or boss to see me browse during work time”.
Getting caught watching episodes of My Little Pony would be pretty inappropriate and embarrassing during working hours as well.
Especially on Lemmy as every topic has a bunch of communities on multiple instances - 3DPrinting@lemmy.world, 3D Printing@lemmy.ml, 3D printing@lemm.ee, 3D Printing@kbin.social etc. Would be great to have just one multi that groups all of them together.
Multireddits are like having multiple customizable subscription feeds. E.g one called “Consoles” which is PSVita+Switch+SteamDeck+Oculus, or one filled with nothing but subs with cute animal pictures.
And anything you write or upload to Lemmy should be considered permanent, as it immediately spreads throughout all the instances and they actually don’t have to respect edits or removals. And if instances defederate from each other then they simply can’t, as they don’t sync those requests any more - if Lemmy.World decided to defederate from Sopuli, this message would become permanent and I could not do anything about it.
And even if it did, Lemmy spoiler tags are blocks, you can’t use them inline with the text.
Hello worlds.
You can click the three dots and open the comment in a browser to see it.
It’s dumb and I wish Lemmy Devs implement a better tag like the reddit >!spoiler syntax!<, it’s fine and acts like markdown tags should.
Any chance we could get an easier to access toggle for hiding/showing posts, maybe in the meatball menu next to the clear read button? Had to go hunting for it again to even see this post.
What a weird and unwieldy spoiler syntax, I wonder where Lemmy grabbed that from.
Specifically, the tag start condition is ::: spoiler
, which doesn’t match any markdown syntax I’ve ever seen, it requires having a title, and it doesn’t work in the middle of a line at all, you have to make it an entire block.
So instead of The sky is >!blue!< and not green
or something like that, you have to write:
The sky is
::: spoiler this spoiler title part is required
blue
:::
and not green
The sky is
blue
and not green
Someone who comments every few days doesn’t really fit the label of “a dev that disappears for months at a time”.
Boost isn’t the most regularly updated software, sure, but it’s not that unexpected from a singular dev that is clearly not doing it as a full time job nor as their passion project hobby. Coding can take a ridiculous amount of time and effort when you include all the research, planning and testing as well.
“Known for: ReiserFS, murder” kinda makes it sound like the dude invented both.
And sometimes actual BT beacons made specifically for that reason. It’s one of the ways shopping centres and their apps keep track what shops people visit.
It means a GPLv3 project can use something licensed as CC BY-SA 4.0 by converting it to GPLv3, as is required. E.g using a CC BY-SA photograph as a background or a splash image in a program.
And while you technically can’t take the original, yeah, practically everything except “here is the image file alone in a folder” counts as modifying and a derivative work. Resize it, crop it, change a .png to a .jpg etc - all modify the original work.