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

help-circle



  • I was expecting to start the batton running, and pass it off to the next idea, or the continuation of the idea.

    I think I see what you’re saying. Lemmy is indeed a place where it’s very easy to get involved, and people get involved in different ways. A lot of us just pick a community and start posting regularly. Some of us adopt dormant communities and bring them back to life. Others contribute by becoming mods or admins or setting up their own instances or debugging/coding. Even those people who were giving you reasons why the “transfer your account easily” project was difficult, they were helping you by telling you the challenges involved. Whenever a well-run project is started, you think about the hurdles, risks, and mitigations, then integrate those into your project plan.

    I encourage you to keep getting involved. The trick is to find the right level of involvement for you, then sticking with it and seeing it through.







  • I wouldn’t do version control that way, but I’ve used Word to keep track of what I’m working on during integration tasks. It’s nice because you can drop in code, error messages, and screen captures. E.g.: the tool looks like this: (image) but gives an error like this: (error message) and I think the problem is in file.py around lines XYZ: (code snippet) when I run the command (command used), and I think the answer is in (a couple links I found).