Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TA
tasbir49 @sh.itjust.works
Posts 2
Comments 17
Thinking of moving to sh.itjust.works from lemmy.world - one question about the rules though...
  • Until federation is better at coordinating deletions to Kbin (check this thread on kbin, the comments are only removed because I reported them to the instance admin), the API redacts removed comment content instead of just returning a flag that says removed, and the trolling with NSFW imagery is reduced, I'm gonna refrain from posting on Lemmy now.

  • An upswing in actual, literal shitposting
  • Do you have a link to these tools that you're coding? I'd be happy to help you out myself.

    EDIT:

    Until federation is better at coordinating deletions to other Lemmy instances and Kbin (check this thread on kbin, the comments are only removed because I reported them to the instance admin), the API redacts removed comment content instead of just returning a flag that says removed, and the trolling with NSFW imagery and usernames with slurs is reduced, I’m gonna refrain from posting on Lemmy.

  • What is the difference between Lemmy and kbin?
  • Ahhh. Well what's better overall is gonna be fairly subjective. Php in itself was made for serving web pages with dynamic content. It came first so there's a lot of resources to learn it, more established libraries, and there are more people who know how to code with it. Ernest having experience with PHP is likely a big contributor in his choice to use it

    Rust is more efficient in terms of performance because it's purpose was to replace C, a language that is "close to hardware" (not really but for the purpose of this explanation just assume it). Meaning a coder can deal with things manually that PHP normally does for them. This is a double edged sword because manually doing things allows you to find efficiency in things that something like PHP would miss, but it also gives a lot more opportunities to mess something up.

    So in terms of performance I would say

    Perfectly Written Rust > PHP > Badly written Rust.

    The subjective part comes from how well you think the Rust is coded in Lemmy. So just choose which one you like more.

  • What is the difference between Lemmy and kbin?
  • What part are you having trouble understanding?

    Lemmy and Kbin basically just use the same protocol for exchanging information.

    Both are similar in that they interpret and present that information in a way that looks similar to Reddit which is why you can see a community on Lemmy as a magazine on kbin and vice versa. In addition Kbin also can interpret it in a way that resembles twitter.

    They both started with the protocol but the way they store, serve, and present the information from the protocol is different. For example, I think Kbin stores the information that shows who upvoted what, but I don't think Lemmy does.

  • Comments not being federated into Kbin

    Anyone notice their comments are not appearing on kbin at all?

    4

    This instance needs a privacy policy

    So far, I think the admins have done an exemplary job in running this instance. They managed to keep it active with many users, keep it error free, and their reaction to the defederation of beehaw was level headed and reasonable. When it comes to things that a successful instance needs, this one has a lot of them. Also it's Canadian which is pretty based

    However, this place needs a privacy policy. I think users are entitled to know exactly what info about them is kept, how it's used, and how long it's kept for. This information included on almost every website and it's a big red flag if a site doesn't have one. Just to be clear, I'm not trying to insinuate that the admins are trying to steal our info or anything like that. Since they have a lot on their plate already with keeping the server online, this is probably something that fell through the cracks, which is bound to happen when one volunteers their time and money to cultivating a community and handling all the infrastructure involved in that. Nevertheless I think it's crucial to have one.

    10
    What’s with the cynicism towards Lemmy on r/RedditAlternatives and Reddit in general?
  • These are legitimate complaints. Sure the issues raised about the platform are an artifact of it being in its infancy but you can't expect the average person to deal with those issues. The fediverse and decentralization in general as a concept is hard to grasp in a world where people are used to centralized applications and where such applications, let's face it, are simpler.

    There's a lot that needs to be done before Lemmy can become truly viable. Better moderation tools are needed or more instances will defederate from one another. The UI could be more intuitive. The algorithm that lists posts on the front page needs to push more recent posts to the top. It'll get there eventually.