• 3 Posts
  • 323 Comments
Joined 2 years ago
cake
Cake day: June 9th, 2023

help-circle

  • Sorry, but this will be a bit too technical…

    The thing is that Lemmy (at least, others probably do the same) don’t treat the Linked Data as the canonical representation, they work by translating every message with an as:Activity to their own internal representation in the database (with separate tables for Posts, Comments and PrivateMessages).

    This means that all it takes for a Lemmy instance to treat a post as “new” comment is to produce an “as:Announce” attributed to the “follower” community, and then all instances will process it as a new post/comment/vote.


  • One of the things that I’m experimenting with is to have “communities that can follow communities”. So, if community A follows community B, then it can re-post anything that has happened on Community B.

    If you do it “properly”, it doesn’t even need to be a lot of data duplication because the “follower” community would just be creating Announce activities.

    The only thing that is making me hold out on this experiment is because I am 100% sure that some people will see their posts on a community they never interacted on and they will panic on the grounds of “mah privacy” or something silly like that.


  • The north star goal is to make this app give the user the feel of being officially supported by the platforms it reads from

    This is the exact opposite of what I’m working on. My idea is to embrace “Protocols, not platforms” and treat all the different places are sources of content (like RSS) but with the added two-way interactivity that is enabled by ActivityPub and Linked Data.

    So of course the UI will need to adapt: threaded discussion forums would be presented in a different way in relation to long form blog feeds. But luckily this is already part of the benefits from Linked Data. A Lemmy post is presented in the Fediverse as https://www.w3.org/ns/activitystreams#Page, and each response is a https://www.w3.org/ns/activitystreams#note, while a blog entry from WriteFreely is a https://www.w3.org/ns/activitystreams#Article and an video from PeerTube is a https://www.w3.org/ns/activitystreams#Video… this information about the object type should be enough for us to figure out the best way to handle the UI.

    what would you want to see on this app?

    Believe it or not, I would like to have a read-only view of the Big Tech feeds. Instagram, TikTok, YouTube, Reddit, Twitter, Facebook posts from your friends, all of that crap. Like what GrayJay is doing. The idea though would be not to interact with it, but to have a way to people to ease their way out into the open alternatives.





  • I reply when I see absolutes such as “all communities on Lemmy are dead”, "all mods are bad ", “all communities are about politics”

    1. I didn’t make any of these statements
    2. There is a big difference between “sweeping generalizations” and “categorically correct statements”. The former are the statements you give as examples, but the latter can apply to the absolute majority of cases, even if someone has a data point (“the exception that proves the rule”) in the contrary.

    It paints the platform in a bad light

    Why would you think that?

    The original argument was “Communities don’t need a lot of posting to survive here”, and my response is basically saying “we should strive for more than surviving”.

    It seems like that instead of focusing on the part where I am calling for more action, you decided to focus on what you perceive as criticism and you try to attack that as soon as possible.

    Stop using absolute statements and I’ll stop replying

    It feels like your problem is not with the “absolute statements”, but that you are doing your best to reject reality.

    It doesn’t matter if the number is 100% or 99% or 92.376%, what matters is that it has been two years since the Reddit boycott and we still do not have a good example of a thriving community here. We had many attempts (the /r/selfhosted people, the /r/blind), but they are by and large still on Reddit. Can you at least agree to that?











  • I’ve noticed you tend to always assume the worst before even trying to give the benefit of the doubt.

    There are very legitimate reasons to not want to give your email to any random website that asks. They can be hacked, the instance might be a front for some data aggregator, etc. And if your response is “just use a masking service” or “just use a disposable email address”, then what is the point of validating the email address in the first place?

    Admins add email verification because this is one extra layer of protection against automated bots, but this is far from a guarantee they are protected. It might help them to give some paper trail in case someone does something nasty on their servers, but the best they can do is take an (easy to create) email address and report to the authorities along with the IP address.

    Compare with an instance that only accepts paying members:

    • no bot or spammer will be interested in paying a few dollars per month to send messages
    • if some spammer is stupid enough to sign up to the service and sends clear spam, then we point the ToS to them, kick them out and they will be left without any money
    • we have a much stronger paper trail (credit card payments, bank transfers) in case some user does something nasty.