The Unfinished Projects logo, with the subtext: In solidarity we can build a future that benefits us all

We have a new community and would love if you came and checked us out ( ദ്ദി ˙ᗜ˙ )

A couple of us have been working on a project that took quite longer than we expected, but we finally have opened registration on our forum, and would love for you to come check it out if you are interested :)

Our intent: We are trying to create a community focused on collaboration and genuine connections to create and make things with others. From software developers to artists, to handicrafts, and etc. We are working on a public wiki that can be used for creators to display and collaborate on each others projects that are openly licensed.

We want to create a community that is different than the much of the fast paced, superficial communications that happen on modern day social media - and instead try to build lasting connections where creative people and projects can grow and contribute to the commons.

From our “About Page”:

An unfinished project is a seed that someone else can water when you no longer have the time or the tools.
The community thrives when we treat every piece of unfinished work as a stepping stone for the next person. You don’t need a long-term commitment to make a difference. Whether you finish a single page on our Wiki or solve one small problem in the Forum, you are making a project “slightly less unfinished” than it was yesterday.

We still have a lot of work to do to improve our platform (primarily our wiki - which is invite only until we ensure everything is working and in order), but we figured it was time to open up registration on our forum and see if we can get our few first members to help establish our community and maybe stick with us through a few more hurdles until we get everything more polished.

If this sounds like something you might be interested in being a part of, and are willing to stick around as we polish things up and try to grow, we would love to have you :)

I hope to maybe see one or two of you over at our federated forum!

PS: We will eventually be looking to “partner” with some other federated communities that share our values, so if you have a community that would be a good fit, feel free to reach out - as it would be great to have a network of communities that can support each other and provide value for the members.

  • ferric_carcinization@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    2 days ago

    I’m not sure how or if Piefed’s UI shows it, but posts are written in Markdown.

    When you add an image, text gets added to your post or comment in the following format: ![alt text](image url). So, in your post the “image” is just the string ![bTUDGZRAcKZdXyO.png](https://lemmy.ml/api/v3/image_proxy?url=https%3A%2F%2Fmedia.piefed.zip%2Fposts%2FbT%2FUD%2FbTUDGZRAcKZdXyO.png), which clients (Lemmy’s & Piefed’s web UI and applications) replace with the actual image.

    So, if your post/comment editor has an option with something like “source”, “plain text” or “Markdown” in the name, you can enter a description for the image in the brackets right after the exclamation mark.

    Fixed image example: ![Unfinished Projects - In solidarity we can build a future that benefits us all.](https://lemmy.ml/api/v3/image_proxy?url=https%3A%2F%2Fmedia.piefed.zip%2Fposts%2FbT%2FUD%2FbTUDGZRAcKZdXyO.png)

    The alt text is used by things like screen readers, and even normal browsers, if the image fails to load. So, something like the following might be better:

    Logo of Unfinished Projects, with the tagline “In solidarity we can build a future that benefits us all”

    If anything is still unclear, I’m happy to answer any questions you may have.

    Edit: Lemmy keeps “fixing” “https://media.piefed.zip/posts/bT/UD/bTUDGZRAcKZdXyO.png” to a proxied url for some reason. If you copy the Markdown from this comment, please fix it on your end, as I can’t seem to on mine.