this post was submitted on 01 Jul 2023
42 points (93.8% liked)

Programming

16977 readers
299 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

Hey. I'm new here. Does anyone know if something like that exists ? If not maybe that would be a cool side project for me

edit :
https://red2lem.vercel.app/
https://github.com/mlfcnt/red2lem

edit2: found out that https://sub.rehab/settings/ allows you to do the same thing, but better :P

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

The other fella covered the more general user-generated approach, but the WefWef app has a way to migrate from Apollo using the JSON export tool they (Apollo) provide. Looks like the grab the JSON dump, parse out the subs, then generate a big list of community search links in-app.

Expanding on that, a potentially good idea to make this as easy as possible is to find a way of having the user export a list of subs from their Reddit account (either by biting the bullet and using the API or developing a user script or browser extension). Allow clients to register an anonymous user ID (to avoid tying identities together too hard) with such a list. Then the clients can update this user with what communities they join via what instances, along with what instances they joined at all.

Then your service would feed them recommendations."Users from /r/programming[,...] tend to join [email protected]" and/or "Reddit users like you usually join the fediverse through programming.dev".

It may be worth DMing some of the Lemmy client developers to see if they'd be interested in such a service or if they have any better ideas. Smart people, them.

If you do end up doing work on this, please do post any cool ideas you have! It's a neat domain space.

Hope you have a great day, good luck!

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

Very nice! Smart thinking using the multireddit link there, never even knew that existed! 😅

I think the next step is to secure VC funding or something. Yada yada yada, then collect your profits! /s

How are you liking Svelte?

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

For context ive been a react developer for ~4 years. Even though this project is very basic, im impressed with how intuitive svelte is ! I like everything about it so far and the DX is great !

load more comments (1 replies)