• 0 Posts
  • 26 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle


  • we aren’t “competing”. We aren’t shilling for an IPO. We aren’t trying to emulate commercial social media. We don’t need 20% annual growth - or even significantly more users. We just need civil discussion forums without vitriol being deliberately injected to maximize ad impressions. On the fediverse, we are not the product.


  • you can run something like this on the host - make sure you use the correct container name

    #!/bin/bash
    # check the container name with docker ps first
    container_name="instance_name_postgres_1"
    
    echo "dumping pgsql"
    # Backup command
    docker exec -t "${container_name}" pg_dumpall -c -U lemmy > lemmy_dump.sql
    

    suggest you not leave unencrypted backup on the host system but copy it somewhere else, preferably after encrypting it with gpg.



  • right, which is how things would be if the overarching objective of all software was to serve the needs of the general public - and to improve the lives of the users vs the shareholders. That is is how we end up paying a hundred or so a year to use some shitty web site to file taxes. Sorry I didn’t know the o word was a no-no, I couldn’t think of anything else more apt without swearing.


  • fuser@quex.cctoLemmy@lemmy.mlDo your part, try not to lurk!
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    1 year ago

    I agree with you that Mastodon and Lemmy are quite different - the point of the fediverse is that you can communicate across them if you want. Here’s our conversation showing up in Mastodon:

    Lemmy is more like Reddit - principally short, text-based, Mastodon is more like twitter and there’s a lot more graphical stuff there. Personally I find lemmy more intuitive - but I was never really into twitter, whereas I wasted a ton of time on reddit.

    Interestingly in the screen shot above, the reply I made to the other poster about the NSFW instance that shows a graphic doesn’t show up - I don’t know why that is, but you can see our exchange shows just fine in Mastodon. In short, I prefer Lemmy but Mastodon has loads of photography and graphical content if that’s your preference - but you can most definitely interact between them. This should be a key factor as the fediverse matures and should help to ensure that our communities continue to grow.








  • It might help to think about Mastodon, Lemmy and other fediverse portals as different email programs, like gmail, outlook, thunderbird. They all use the same protocol (mail) to communicate info. ActivityPub is the underlying protocol that makes the fediverse work but conceptually your instances are like mail servers some run Lemmy, some run Mastodon, but they all talk the same language under the hood.