Scott M. Stolz

I am an entrepreneur, small business owner, author, and researcher. I am also working on an open source project called Neuhub.

I am posting from Hubzilla with Neuhub via ActivityPub.

  • 0 Posts
  • 34 Comments
Joined 3 months ago
cake
Cake day: January 10th, 2025

help-circle
  • Considering that different states and countries have different laws, which range from 12 to 16, it would be hard to find servers willing to host anyone under those ages.

    Since it is possible to host your own fediverse server, in some countries, it would be possible for the parents to setup a fediverse server that their child could use.

    This would only be legal in countries where “parental consent” is required. It would be illegal in countries where there is an absolute ban on children using social media.


  • @AnonomousWolf I would redefine it like this:

    • Very Easy: Works with common hosting platforms and non-developers can install it using simple instructions.
    • Easy: One-command Docker or install script, low resources, great documentation
    • Moderate: Docker or manual setup, some config, active community support
    • Hard: Complex setup, needs regular updates or custom config (e.g. DNS, spam)
    • Very Hard or Proprietary: Little to no self-hosting support, undocumented

  • @AnonomousWolf What if you can install it with only a couple of commands and Docker is not required? Docker should not be the gold standard.

    Option 1: Execute a couple commands to execute an install script.

    Option 2: Figure out what Docker is. Figure out that Docker is not installed. Research how to install Docker. Install Docker. Execute the the Docker command. Screw it up. Ask for help from a developer since you never heard of Docker before.

    Option 2 is way harder unless you are a developer and know what Docker is.

    It is not user friendly to install if you have to be a developer to install it! In fact, I would call that user-hostile because the average power user or administrator can’t install it.

    For “easy” I think it should have an install script (of any kind) and that it does not have to be Docker.

    For “very easy” it should be like the WordPress 5 minute install. Upload the files, set up the database, and go to a URL to configure it.




  • To create something like this, you would need to federate two components, and optionally a third.

    1. The applications.
    2. The app store.
    3. Curation groups.

    You would also need to create a standard (a protocol) for the app store to talk to the websites hosting the applications.

    Application Hosting: Basically, everyone can create their own website with their own apps. That part would be unmoderated, similar to how you can go to a software publisher’s website today and download a Windows program. They publish their application and data about their apps in a machine readable way where an app store could take that data and create a listing.

    The App Store: There would be open source app store code that allows people to run their own app store. The people operating an app store decide what gets listed in the app store. Some app stores will be for a particular niche while some will attempt to list everything. For example, you might have app stores that only have open source software. This would still make the app store operator the gatekeeper, but what is different here is that anyone could use the same software and set up their own app store.

    Curation Groups: This allows people or groups to create their own curated list of approved apps. This provides the app stores a shortcut so they don’t have to review every single app themselves. This would allow individuals, communities, associations, and even businesses to create moderated lists of apps they reviewed and believe should be listed in app stores. Mastodon could publish a curated list of Mastodon Apps they recommend. Open source organizations could create a curated list of apps they recommend. The app stores could consume such lists.

    People can then choose the app store and the apps they trust. App stores can choose the curated lists they trust.

    This is similar to how podcasting platforms work, where a podcaster publishes their audio files and an RSS feed with information about their Podcast, and various Podcast Directories list their podcast. Or similar to how platforms like Steam work, where they list games, many of which can be obtained on the game author’s website as well. The key point being that the authors of the apps can get listed in multiple app stores.

    Optionally, both the Application Hosting software and App Store can be integrated with protocols like ActivityPub, AT Protocol, or Nomad/Zot protocol for the purpose of sending out notifications to followers who may be interested in updates and news about the apps or the app store. At the very least, it should list an existing fediverse handle where people can follow them.

    So, yes, it can be federated.

    To be safe and secure, you would want multiple organizations with resources to run competing app stores using this software and protocol. These organizations can be non-profits, cooperatives, or even small businesses. The reason why is because an organization is more likely to have the resources to moderate the list of apps in their App Store, whereas an individual most likely would not, unless that was their full time job.

    Whereas anyone who created an app could run their own website with information about their app, and then request to be listed in various app stores and curated lists.



  • You also have to consider that some servers are very politically-oriented, and if your political beliefs are not aligned with the administrator or community, then you are likely to get banned or if not banned, made to feel unwelcome. This applies to the left, right, up, or down on the Nolan chart. It is their right to do so, since it is their server, but the result is usually echo chambers that repeat the same talking points. If you like to debate policy, then these are not the communities for you.

    If you want to discuss different points of view, you need to find a community that actually wants to debate the issues. Or run your own server and find like-minded friends to talk with.



  • A marketplace of apps is actually a good thing. Not everyone wants something based on Twitter (i.e. Mastodon, and similar). Not everyone wants Reddit (Lemmy, Mbin, etc.). Not everyone wants a traditional forum (NodeBB). Not everyone wants a blog (WordPress, Hubzilla, etc.). Not everyone wants Facebook (Friendica, Hubzilla, etc.).

    One of the goals is to build increased compatibility between apps so that you can choose which experience you want, yet can still talk to anyone else on the fediverse. Some big players will certainly emerge, but I think that there will always be hundreds of compatible apps.



  • If you are going to encourage cooperatives, you would need one or more organizations that help people set them up. That way people can learn how to start their own, and what it takes to run one. There are legal considerations, such as taxes and registering the cooperative. And some people would need to learn accounting and leadership skills. This is all learnable, but if we want people to succeed, we would need to help guide them.







  • @Daemon Silverstein ActivityPub is mostly about sending posts and articles.

    One relatively easy way to integrate ActivityPub might be to have the snippets be stored in some database on your website, and then have the option to create a post or direct message telling someone about the snippet. If the snippet is short, you could include a code block in the post, or you could provide a link back to the snippet on your website.

    If you used something like Hubzilla, you could set permissions, controlling who can see the snippet or post. And, although not really designed for code snippets, Hubzilla does have webpages, articles, and wiki page that support code blocks. Although, now that you mention it, we probably could create an addon specifically for storing code snippets.

    If you wanted to sync snippets or import between servers or accounts, that would require more advanced techniques, some of which are not really available over ActivityPub.