• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: October 27th, 2023

help-circle


  • @[email protected]

    @[email protected]

    If you are going to evaluate Drupal in 2025, I STRONGLY encourage you to start with the Drupal CMS install. There are so many optional modules with Drupal, it can be overwhelming.

    If you are already familiar with Docker, you can spin up a Drupal CMS instance using DDEV. You’ll have no problem Googling that.

    If you aren’t familiar with Docker and want to try it, https://new.drupal.org/drupal-cms/launcher is a ridiculously easy way to start on most operating systems. That approach gets a little trickier when you want to move the site/cms application instance to a host. There is documentation, but I would look it over before getting too far into this approach.

    My recommendation for spinning up a Drupal CMS instance is on a free sandbox on https://docs.pantheon.io/drupal-cms. Acquia offers a free trial in exchange for the information they need to target you with marketing, but it is only a 4 hour trial. Pantheon lets you keep your sandbox as long as you account remains active.

    Unfortunately ActivityPub isn’t included in any of the Drupal CMS Recipes (yet), so you have to add it with composer require 'drupal/activitypub:^1.0@alpha'.

    Composer is npm for PHP. If you are familiar npm, apt-get, homebrrw, pip, gem, etc, you’ll have no problem understanding Composer.


  • @[email protected]

    @[email protected] @[email protected] there ARE city owned fiber and wireless networks. The dark fiber bought up in the early 2Ks to form the existing Internet2 that connects Research 1 universities and many other non-commercial entities is also real.

    You CAN in fact communicate using open standards like DNS, SMTP or even ActivityPub between some points without using a service or network owned by a billionaire. What you CANNOT do is communicate without hardware made by billionaires. Even if you did manage to create a compute device using open hardware to create and consume the communication, traffic over that fiber is being routed with some very expensive, very proprietary hardware.

    My point is that it IS possible and there have been a few people who are not only NOT lazy, but visionary thinkers motivated by more that greed building protocols, tools and networks.

    DNS, TCP/IP and HTTP were all designed to function if large parts of the network were no longer available. They were more concerned with nuclear war at the time, but the design works just as well to route around walled gardens.

    I agree that most people are too lazy to care… let alone take any action to change the status quo, but here we are discussing this through MBin/Lemmy./ActivityPub.

    https://www.lightwaveonline.com/business/article/16657705/level-3-inks-dark-fiber-deal-with-internet2


  • @[email protected]

    @[email protected] This has not been my experience at all. There was/is a lot of spam lingering on KBin long after it was removed from the federated source. I don’t know if that’s an issue with the removal being done in an unfederated way (bulk deletes at the db level), a sync issue cause by the recent kbin.social outages or just a general federation bug.

    My kbin.social account has been @'ed in hundreds of comments and some of the most popular Kbin magazine where Earnest remains the sole moderator were flooded with spam.

    Even this morning I tried reporting spam from a kbin.social account only to be told it had already been report… and yet 16 hours later the bot is still posting with this account.

    I’m glad you’ve found kbin.social usable through all this, but the spam is tbere.



  • @[email protected] a few people in this thread have mentioned using Kbin or Mbin as something of an RSS curration tool. I’d like to learn more about that.

    The Drupal community maintains an aggregate of feeds from 200+ sources with posts about the CMS. In the last year or so, the quality of the content is noticeably worse. Some community members are blaming Ai generated content…

    Chat GPT, write a 1000 word blog post about Agile that mentions Drupal

    I think the problem has more to do with how Google rewards “fresh” content that repeats keywords with higher page rank than a better written article posted 2 years earlier.

    Regardless of the cause, a small group already running drupal.community for Mastodon has been discussing using up voting as a way to let the community curate the feed.

    Would love any advice or examples on using Kbin or Mbin to empower a small community to curate RSS content.