Rather than being limited to posts themselves it probably makes more sense to attach it to certain chunks of something. For example a block of code so that people copying the code to use in their own projects after receiving help actually have the license to do so rather than that just being verbal (could make it default to MIT No Attribution or some other license the community specifies). This same logic can be extended to images (although probably with no default for those since theres way too many possible cases)
Ategon
I havent looked into FOSS keyboards much but It looks like they're licensed as GPL on the repo. The CC BY-SA is for the project icon
https://github.com/Helium314/HeliBoard/tree/main?tab=readme-ov-file#license
The submission period ended and its currently in voting
~~I'm deleting this for now since I have my own post going up connected to our blog~~
Edit: thought this was meta, the blog post is going into meta and ill leave this one up as the event post
If youre not part of one of the instances/countries that submitted a song theres an other option when voting
Nothing would change about the community itself if it goes from lemmy to sublinks. Still accessible on the federation as normal and on version 0.1 the core features should have parity
Reposting my comment I did before:
Sublinks is a drop in replacement for lemmy. In version 0.1 nothing should really be different between the two apart from the default UI looking different
For world Ruud commented about that before and nothings been decided currently on theyre going to handle it (I assume youll see some sort of post in their meta community way before anything happens)
I'm working on the frontend for it rather than the backend so I'll comment more about that
But a new project allows for way easier change of the base aspects. For example im currently working on a theme system thats allows for dynamic themes created at runtime as opposed to it needing to be built in. Also a components library. If this was added onto lemmy ui it would involve massacring the current structure of the UI to essentially make it a new project anyways
Originally was working on the stuff in a new UI on my own but I've merged that into what's happening with sublinks since they're making a new UI anyways as well and would let more of my UI changes to get connected up to the backend easily and shared across multiple frontends
In terms of technologies it also allows the federation code to be completely separated out from the api. Federation is currently its own project so it can be scaled separately and its made in go
Also allows for more organizational changes since we have more control over how the project is structured and the structure of how we talk to each other and decide on changes is different than how its done with lemmy (having a matrix space we talk to each other and there being weekly meetings as well)
Moderation tools is the first milestone after parity but theres also other milestones as well in terms of changes made that differentiates it from lemmy visible on our task board thats public on the github repo
Normal thats theres going to be multiple of the same type of software as people have different goals of what it should be and how it should be organized. Bevy and godot both exist in the open source gamedev space. Theres 7 misskey forks that all mostly aim to do different things but share the misskey api (and a lot of them also use the mastodon api). One of which (iceshrimp) is currently having a rewrite to change the tech stack and make it easier for them to add features
I dont know what youre concerned about relating to it but
Sublinks is a drop in replacement for lemmy. In version 0.1 nothing should really be different between the two apart from the default UI looking different
fair, I could repin it on one of the weekdays as well
Threads can't see lemmy content either, its two different message types and they don't have handling for the one lemmy uses
(They also don't pull posts at all, only outbound federation is implemented in threads rn)
Last one was a release of a new technology involving AI so would say its fine just on the edge, this ones just a small update post though
Im not modding here though. Could cross post it to lemmy dev regardless, doesnt hurt
It works, those statuses are just a bit misleading
How it works is it subs to a community (from all instances connected to it) until someone from an instance subs and then it unsubs in that instance. In the previous version of the site when it unsubbed it would mark the instance it unsubbed from as completed on that community (although seems to be a bit broken here)