this post was submitted on 30 Jul 2023
48 points (91.4% liked)

Fediverse

17521 readers
5 users here now

A community dedicated to fediverse news and discussion.

Fediverse is a portmanteau of "federation" and "universe".

Getting started on Fediverse;

founded 4 years ago
MODERATORS
 

Update: they are back! https://lemmy.one/post/1464480?scrollToComments=true

Basically title.

I know some info was shared on the other thread, but now Lemmy.world is back up (as always, kudos to the team!), I guess we can discuss lemmy.one here

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 1 year ago (1 children)

Another thread linked to this post which has some digging / speculation into what may have gone wrong: https://lemdit.com/post/262746

[–] [email protected] 2 points 1 year ago (1 children)

Thanks for sharing! Sorry for the people having their main accounts there

[–] [email protected] 1 points 1 year ago (1 children)

What constitutes a main account?

Why not have several with the same subscriptions?

[–] [email protected] 7 points 1 year ago* (last edited 1 year ago) (2 children)

syncing subscriptions between multiple accounts is a long, tedious process

[–] [email protected] 6 points 1 year ago (2 children)

Want help? I could write you a tool if you want, which would list your subs on all instances and show any differences. Literally can be done within a day.

[–] [email protected] 3 points 1 year ago

That'd be nice

[–] [email protected] 3 points 1 year ago (2 children)

that’s… that’s incredibly generous of you!

let me ask a few questions

  1. how would this be implemented? as a bash script? run via the browser somehow?
  2. is there some way for the script to actually synchronize subs between accounts (additive)?
  3. what else could it do?
  4. could you open-source this and post it to GitHub so this amazing tool could be shared with others?

thanks!

[–] [email protected] 8 points 1 year ago (2 children)

There are several projects along these lines. Here's one of them:

CMahaff/lasim

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

Yeah I thought so, it's not so complicated. This one looks nice.

[–] [email protected] 1 points 1 year ago

this is awesome! thanks!

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago) (3 children)

I was thinking just a command line tool, where you could have a config file to put your instances in. Then it would simply use the Lemmy Api and list your subscriptions for each instance. It probably wouldn't work if you have multi factor Auth on your account though since it needs to be able to log in with just username and password. But you could make your passwords super long to increase security that way.

It would maybe be harder to keep things synchronized but depends on the api. If it's possible to subscribe to communities from the api, it would be easy.

I've been wanting to make something with Go to learn it better, so this could be a nice project.

Of course it would be open source. :)

I will look into it a bit next weekend...

[–] [email protected] 3 points 1 year ago

awesome! let me know!

[–] [email protected] 1 points 1 year ago

I can't wait til people start working on more tools to interface with lemmy/kbin. Soon the package managers will be full of clients, libraries, interfaces, scripts etc.

not at all meaning to be discouraging, but to solve anything at scale it will all have to be available in a browser or mobile client somehow. luckily with open source different people can work from different angles. :)

[–] [email protected] 1 points 1 year ago (1 children)
[–] [email protected] 3 points 1 year ago

No problem at all. I'm itching for some project and actually got started with something like this in Go anyway to learn it better. :) We will see what comes out of it...

[–] [email protected] 3 points 1 year ago

And it’s not just subscriptions. It’s also my saved posts.