Cartman

joined 1 year ago
MODERATOR OF
[–] Cartman@lemmywinks.com 2 points 1 year ago (2 children)

Well the link is from cnn.com, and I don't see you contributing anything. So thanks for the report.

 

I'm getting sick of the bullshit. Is this happening or not?

[–] Cartman@lemmywinks.com 1 points 1 year ago

Which it never should have been in the first place. There should be some kind of publicly funded twitter like clone used for this purpose.

[–] Cartman@lemmywinks.com 51 points 1 year ago* (last edited 1 year ago) (2 children)

Maybe they should update the join-lemmy.org page to suggest joining smaller instances. They put popular instances at the top and presumably that’s what everyone wants to join.

Edit: and then randomize the list of smaller instances to further distribute the load.

 

HOW TO UPGRADE LEMMY

    mv lemmy lemmy-<old-version>
    git clone https://github.com/LemmyNet/lemmy.git lemmy
    cd lemmy
    git checkout <latest-version>
    E.g.
    git checkout 0.17.4

    git submodule init
    git submodule update --recursive --remote
    echo "pub const VERSION: &str = \"$(git describe --tag)\";" > "crates/utils/src/version.rs"
    cargo build --release
    strip target/release/lemmy_server

    cp target/release/lemmy_server /usr/bin/lemmy_server