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/)C
Posts
19
Comments
154
Joined
3 yr. ago

  • I would kindly redirect any kind comments you have, or suggests for items to add, to @Madbrad200@lemmy.world, the original creator of the list.

    I am but a humble cross-poster.

  • Everyone is saying it's missing from the API, but I don't think that can be the case since the regular Lemmy UI uses the API - so far as I know it isn't doing anything custom compared to apps / other frontends.

    You can see all the API endpoints here: https://github.com/LemmyNet/lemmy/blob/main/src/api_routes_http.rs

    That said, obviously developers have to add those features to their front-ends, and could be waiting for whatever Lemmy API library they use to support certain calls.

  • Sneak peek :)

  • I hadn't even considered this use case for LASIM, but that's really neat.

    I've been thinking about a settings page where you can toggle what to sync, among a few other future features. I'll definitely add an option in the future to NOT sync the profile settings.

  • LASIM author here - you are correct. I explicitly made it "additive" to avoid accidents where you could end up erasing a bunch of subscriptions. Right now LASIM only calls the subscribe API interface so it's actually impossible for it to unsubscribe you from anything.

    I am considering adding a "destructive" sync in the future which, if toggled on, would unsubscribe you from anything not in the JSON file. But it's not implemented yet!

  • I heard that lemmy.ml is going to die soon, how to I sync all my subscribed communities to another sccount on another instence?

    Jump
  • There is nothing built into Lemmy, though there is at least one active PR working on it.

    In the meantime I made this tool: https://github.com/CMahaff/lasim

    It copies subscriptions, blocks, and some profile settings.

    There are others too if you search for them.

  • FYI LASIM now supports 2FA login

  • Interesting lemmyverse.net stats from this mornin'

    Jump
  • My understanding is that all free .ml instances got removed as well - could be a sizeable chunk.

  • FYI I made a little tool for migrating / backing up your Lemmy subscriptions, blocks, profile settings, etc.

    Nothing to be done for fmhy now that it's gone, but for the future, it might help to have a backup.

    https://github.com/CMahaff/lasim

  • lemmy.fmhy.ml is gone [update from the team]

    Jump
  • I posted this on another thread about this, but I'll repost it here:

    I have made a tool that can backup / copy your account settings, subscriptions, and blocks to a new account: https://github.com/CMahaff/lasim

    There are others out there as well if you look.

    Obviously the loss of .ml communities would still be catastrophic to Lemmy, but at least your new account won’t start from ground-zero, and you can be less effected by downtime by having 2 accounts with the same subscriptions.

  • I've never heard anything but I've never looked too hard either!

  • Doesn't hurt! You can always make another account.

  • FYI I have made a tool that can backup / copy your account settings, subscriptions, and blocks to a new account: https://github.com/CMahaff/lasim

    There are others out there as well if you look.

    Obviously the loss of .ml communities would still be catastrophic to Lemmy, but at least your new account won't start from ground-zero, and you can be less effected by downtime by having 2 accounts with the same subscriptions.

  • This was reported a few days ago: https://github.com/CMahaff/lasim/issues/15

    You can see my responses - I'm not sure there is much I can do, but I'm open to suggestions.

    As stated in the linked issue, the most secure thing is to build it yourself or download directly from GitHub actions vs trusting the binaries I publish to releases.

  • My brain is struggling so hard to comprehend what that will taste like. Super interesting!

  • Interesting! I wonder if that should be written up as a bug report, or if it's by design. I guess I could see both cases. Glad you figured it out though!

  • Lemmy.ml is down right now (back online, was unreachable for about 6 hours)

    Jump
  • I wrote a tool that will help: https://github.com/CMahaff/lasim

    Let's you copy your subs, blocks, and profile settings between Lemmy accounts.

    You can run it as many times as you like and will keep adding new things.

    At the minute it never removes things though, so you'd have to unsubscribe multiple places.