I write articles and interview people about the Fediverse and decentralized technologies. In my spare time, I play lots of video games. I also like to make pixel art, music, and games.

  • 15 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: November 30th, 2023

help-circle

  • Hey, thanks for asking! It largely boils down to money, people, and time. I’m currently a full-time student, and struggling to stay afloat.

    Here’s all the things I currently do:

    • Research / Testing (gathering info for stories, tracking down info for sources, testing apps and platforms)
    • Writing articles, interviews, guides, and reviews.
    • Content Editing pieces submitted by contributors
    • Scheduling for Podcast interviews
    • A/V Production
    • Podcast Distribution
    • Music Promotion
    • Graphic Design (thumbnails and such)
    • WordPress development (features and data)
    • Social Media Management (11+ accounts)
    • Instance moderation
    • Event coverage
    • Manage a Contributor Team
    • Fundraising
    • System Administration

    I’m probably missing a few things. It’s a lot! And, while I’ve been able to balance this out for a long time, my severe burnout has seen diminishing returns. I’m at a point where articles are getting finished days and even weeks after something has happened, which… isn’t great.

    All of this stuff is more or less being done for pennies an hour. It’s not sustainable.






  • The list of shout-outs in the main announcement pertains to projects who have partnered with the SWF, and intend to support it and collaborate.

    It’s also worth keeping in mind that there are more than 80 different platforms in varying states of development. Yeah, Lemmy is one of the bigger ones, and OG Threadiverse, but the list of platforms to name is absurdly long at this point. I think it makes sense for them to focus on the protocol, and immediate partners.











  • Yeah, I’m aware. I think the Nostr space in particular is doing a really great job, and has some good ideas on how to make it work. Why this development is significant, though, is that it’s happening in ActivityPub space. It’s not as robust, and doesn’t have all the answers. But, the existence of such a project means that people within the space are already thinking about how to make this concept viable for the Fediverse.



  • Good question. For now, we have a basic process for submitting icons, which requires adding details about the project repo, information on the icon, and Copyright attribution for whoever created / owns the brand.

    We recently incorporated a JS library that allows us to generate the font from the SVG files themselves, which also builds the preview pages that can be viewed at icons.wedistribute.org. With a bit of extra automation on Codeberg, we could basically update the preview page and generated set every time a new icon gets merged in to the main branch.

    Our goal is to get to a point where new releases automatically get created, and an archive of the assets gets attached as well. That way, once a milestone gets completed, a new release will get put out with minimal amounts of work.




  • Interesting insights!

    The original reason we started this was actually for our own development. Our site includes project icons and colors in dedicated tags, which link to dedicated topic hubs. As we started working on this, we realized that there wasn’t a really good resource, and that we would have to build something from scratch.

    Those symbols that you see are typically Unicode. Icon fonts are generally a CSS hack, in that a collection of SVGs have been converted into a font. The Unicode strings can be thought of as “letters” for that font. You’re absolutely right that there are accessibility limitations, but the tradeoff is that people get an easy way to use their favorite project icons to represent where they are on the Web.

    At the very least, you won’t have any uBO problems with our site, as the font is incorporated directly into the theme we’re using. We’ll likely explore making a WordPress plugin next, so people can add these to their profiles and menus and other places.