I assume this was a song for which they released an acapella version, because I’ve heard it used on Mash-Up albums by the likes of Girl Talk (that’s the only place I’ve heard it, tbh).
aka freamon
Codeberg: https://codeberg.org/freamon?tab=activity
Anything from https://lemmon.website/ is me too.
I assume this was a song for which they released an acapella version, because I’ve heard it used on Mash-Up albums by the likes of Girl Talk (that’s the only place I’ve heard it, tbh).
I couldn’t really do justice to his opinions about things like that. I just replied because I recognised your name, and wanted to let you know that the software / instance wouldn’t be a good fit for you.
Yeah the lack of test suites really kicks our arse sometimes. I changed it from hard-deleting to soft-deleting stuff recently, and I forgot to check whether a post actually links to an external URL when restoring a post. The first time someone restored a post without one, it decided that it now had 189 cross-posts (i.e. all the other text posts that week). Whoops!
They must have been talking about the Lemmy devs (the main PieFed dev is a lefty but no-one has ever accused him of being a tankie). To give you an idea: piefed.social blocks lemmygrad and hexbear, but it also block hilariouschaos (set up by the old exploding-heads guys).
You can’t, no. PieFed and Lemmy are operating in similar spaces, but are completely different architecturally. PieFed doesn’t yet have an API. Unlike Lemmy (and a lot of other modern web platforms), it doesn’t need one to operate, so copying Lemmy’s to the extent that you’d be able to plug in something like Voyager would be overkill. It would probably also be against the TOS for Voyager (Jerboa actively prevents it’s use with anything other than Lemmy, even if the API is the same).
Oh man, it’s only from reading this that I’ve realised that ‘pypy’ isn’t the same as ‘pypi’
For clarity, it’s not Lemmy that uses ‘Article’. I can’t remember what does, friendica maybe?
Lemmy uses ‘Page’ for posts, and ‘Note’ for comments.
Mastodon uses ‘Note’ for both, with ‘inReplyTo’ used to distinguish whether Lemmy would call it a ‘Page’. It uses ‘Question’ for polls.
Pixelfed also uses ‘Note’, with an ‘Image’ type attachment (I thinks Loops is similar, just with a ‘Video’ type attachment).
PeerTube uses ‘Video’.
Funkwhale uses ‘Album’ and ‘Playlist’
CastoPod uses ‘PodcastEpisode’
There’s no one universal ActivityPub server because the Fediverse is based on a broken promise: i.e. that you should be able to use whatever service, to interact with whatever other one. You very often can’t, because ActivityPub hasn’t been implemented by each platform as some universal thing, it’s been co-opted by each to serve it’s own purposes. Lemmy best federates with other Lemmy instances, following Lemmy’s way of doing stuff, but a good chuck of the Fediverse follows a different model, and is receiving their activity and quietly discarding it because it doesn’t know what to do with it. If all the Lemmy instances suddenly chose to use a different protocol than ActivityPub, most people wouldn’t notice the difference.
Oh okay. Might be though, in the future, if platforms (like Sublinks) get released - it’s not really a relevant issue at the mo.