Discord isn’t exactly known for generous file-sharing limits, still, the messaging app offered a 25MB limit to free users. The company has now updated its support page to reflect the upload limit for free users has been lowered to 10MB.
It was a matter of time honestly
I’ve never heard this word in my life and I somehow knew it was antisemitic?
I recommend reporting the comment
Definitely not the kind of shit that should be welcome in this community
Also (after looking it up) I’m pretty sure that “goy” is a term used by jewish people to refer to non-jewish people. So in this case I think they’re saying that it is “non-jewish trash” by referring to it as “goyslop”.
I could be wrong though, they’re pretty incoherent and it’s definitely not the kind of comment reply I wanted to see when I woke up from my nap.
This is one of those things where the concept is entirely appropriate and accurate, except for that one teeny tiny minor issue…
It’s not the Jews, it’s the WASPs and whatever weird Catholic sect/cult that Justice Barret was raised in…okay, and yes, there’s probably some Jews in the mix as well.
Because those are the main demographic groups of the .01%
So what’s the WASP equivalent for goy? Heathenslop?
Edit: I’m having a hard time imagining left-wing Jews being upset at this observation. I’m guessing at least some of these down votes are done in solidarity for people of Jewish heritage… like myself.
So…thank you and lol.
Here we see the Common Incel in his natural habitat, trolling for reactions in his perpetually online state of being. Nature.
Huh, I wonder how enshitified it has to get before I stop seeing discord on FOSS projects.
It begins lol.
discord on FOSS projects
I don’t understand why this was even a thing to begin with. FOSS projects using non-FOSS platforms is kinda weird, especially platforms with unclear financial situations like Discord.
Because you don’t need to have significant experience or rent a VPS in order to do that, and I can respect that. We don’t need to force FOSS developers to become proficient in everything.
What needs to happen is some kind of tool (ideally FOSS) that lets you spin up an actual forum with the same difficulty to set it up as Discord.
Because you don’t need to have significant experience or rent a VPS in order to do that, and I can respect that
I’m not saying you have to self-host… You could still use something that’s open-source and remotely hosted.
Sentry (error logging and bug reporting system) is like this for example. They have a hosted plan, including a generous free plan for open-source projects, but Sentry itself is open-source.
It’s a big lie. Why not offer the option to delete automatically after 24h if 15mb extra is so much storage?
Or is it about bandwidth? Why no automatic compression on desktop? Oh wait, that feature existed in the past was scrapped. They think you’re fools.
I moved a big group off Discord last year to Matrix chat (Element). It’s been largely pretty alright. 100mb upload limit, we have a bot that downloads tiktoks/Instagram/reddit videos and uploads them to the channel so you never have to visit the sites. Pretty nice! Open source and federated, you guys should give it a try!
Matrix is nice, but it’s still very bad UX wise.
I’ve used it on and off for years now, and about 2-4 times a month it loses my chat view encryption keys, and loses me my entire chat history. It also regularly has sync issues between devices signed into the same account, and is relatively slow sometimes to send messages.
Of course, that’s just my anecdotal experience, but I’ve tried many messaging platforms over the years, and while Matrix (and multiple of its clients, primarily Element) is the most feature-complete compared to Discord, it’s nowhere near properly usable long-term for a mass-market audience.
I agree, the security key thing is a bit of an issue. However this might a bit of a user error as well. The thing to understand is that Encryption keys are not stored on Matrix.org. If they were, then Matrix.org (or whatever homeserver you’re using) would be able to decrypt everything you can decrypt, thus making Matrix pretty useless. The solution is that keys are only stored locally on your devices. Keys are shared to other devices using the Verification process and Emoji matching thing. The problem is most users just go “Whatever!” And ignore the verification process and then have a bad experience because they don’t have Encryption keys.
The thing is, I did have encryption keys set up. The problem was that Element would repeatedly forget the very encryption keys passed by the other user, and would then have to request the keys again. Any historical message history would be permanently encrypted forever, and wouldn’t decrypt with the new view key.
After this happened about 4 times, I stopped using it, because it was impossible to maintain conversations for longer than 1-2 weeks before they’d inevitably be lost, and I’d then have to spend about an hour waiting for Element to receive the new encryption keys from the people I was contacting, even when they were already actively online.
I have no clue what was causing it, but it happened on multiple accounts, on multiple devices, all the time, and there was no conceivable fix. I’m not sure if this is fixed now, but I haven’t had a good reason to go back, especially with other encrypted messaging options out there.
I don’t know how you loose your keys all the time. But in that case you really should use a key backup.
we have a bot that downloads tiktoks/Instagram/reddit videos and uploads them to the channel
Would love to see the implementation!
I like bringing stuff to the fediverse by way of cobalt.tools -> catbox.moe (shoutout Catbox for so much 100% free hotlink bandwidth) (also the owner’s trying to find a CSAM content ID solution that’s not super expensive FYI y’all)
Would love to see the implementation!
I’m using Maubot in a docker container with the Social Media Download Plugin. Here is a list of all the plugins: https://plugins.mau.bot/
Same here, honestly. I would have thought they’d say something like “hey, we’re going to delete anything 1 year or older starting next month, and reduce that amount slowly down to 6 months with time” just to give people a general warning in case there was anything they were storing through Discord that they wanted to keep.
There’s also just a ton of optimizations they could have done. Are people repeatedly uploading the same file, with the same name and contents? merge them into one CDN link. They’d probably save hundreds of terabytes of data just from reposted memes alone through a hash matching algorithm.
I mean… couldn’t they just move the old files from the hot CDN to cold storage? I bet the few people that go check at old messages care that much about the loading speed of a screenshot. And honestly I think PR wise deleting memories from people makes for worse article titles than smaller files
I suppose they could, but even cold storage has a cost, and with the scale Discord’s operating at, they definitely have many terabytes of data that comes into the CDN every day, and that cost adds up if you’re storing it permanently.
I also think the vast majority of users would prefer being able to upload much higher resolution images and videos, to being able to see the image they sent with their messages a year ago. I don’t often go back through my messages, but I often find myself compressing or lowering the quality of the things I’m uploading on a regular basis.
They could also do the other common sense thing, which is to, on the client side of things, compress images and videos before sending them.