• 1 Post
  • 58 Comments
Joined 2 years ago
cake
Cake day: October 27th, 2023

help-circle

  • @KazuyaDarklight@lemmy.world

    @ozoned@piefed.social

    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.


  • @ramble81@lemm.ee I don’t understand how this is profitable. We were shopping for a kitchen light fixture. Found the same light at several stores. Ordered it from one that claimed to be in Italy. Item shipped from China. I understand A/B testing and having multiple storefront you treat live burner phones when you get a reputation/review issue, but these sites were all using the same retargetting to place ads in my socials for weeks after the light was installed. Normally I add users to a list NOT to retarget after conversion. The other stores carrying the same product kept advertising something I had already purchased.



  • @Cris_Color@lemmy.world

    @abeorch@friendica.ginestes.es @pastermil@sh.itjust.works

    Many years ago I worked on a project with some FSF staff who refused to use non-FOSS solutions to coordinate or conduct meetings. While the developers involved where all prolific contributors to open source projects used by millions of people, they were all willing to compromise on some of the tools we use to develop and communicate for “the greater good”. The FSF staff weren’t willing to make those compromises. At the time I was frustrated by this. As Slack ownership changed, costs increased and policies around what they could do with “our” data evolved, I now have a lot more respect for the FSF staff who are “holding the line”.




  • @cm0002@lemmy.world

    @IDKWhatUsernametoPutHereLolol@lemmy.dbzer0.com

    I had a Galaxy Fold 5. I had a Fold 3 before this. I bought the 3 used for $800 to try out the form factor. The screen on the 3 split, but Samsung still gave me $600 in credit towards a Fold 5. No hardware issues with the 5. I doubt I’ll ever go back to a smaller phone because of the work related tasks I can do with the additional screen real estate.

    For me the killer app is being able to review VRT failures. Before the Fold, I had to have a tablet or my laptop handy to avoid potential delays. Now I can review a VRT failure anywhere. This has allowed to spend more time with my kids. Worth every penny.



  • @bane_killgrind@slrpnk.net

    @sylver_dragon@lemmy.world @JASN_DE@feddit.org @jonathan@lemmy.zip @jackalope@lemmy.ml

    It can be, but a large percentage of WP installs aren’t even blogs that manage posts over time. They are basic 20-30 brochure-ware sites that use WP as a page builder.

    WP is popular with .edu sites where they are managing thousands of structured content types; faculty profiles, academic programs, events, etc.

    Drupal is also a popular solution for that type of project where managing a large amount of structured data is a key feature.

    My experience has been that WP needs to “built up” to handle large site while Drupal needs to “burned down” to be a good fit for small, page building projects.

    Though Drupal’s new preconfigured Drupal CMS installer with “recipes” for different use cases is making it a better option for smaller site projects.

    https://new.drupal.org/drupal-cms


  • @jackalope@lemmy.ml

    @sylver_dragon@lemmy.world @JASN_DE@feddit.org @jonathan@lemmy.zip

    The amount of design elements (HTML beyond text markdown like divs) and pseudocode (elements that only render when parsed before delivering to the browser) that end up in the content is something to consider. Enabling a text editor alone does not tell you much. You can support easier bold, italic and strike though with a structured data approach.

    It’s when you get into creating layouts in the editor that really differentiants a page builder from a content management solution.


  • @Cris_Color@lemmy.world being nice helps establish the “tone”, but I’m not sure that wouldn’t change with another “API event” on Reddit that results in another, larger mass migration.

    Another suggestion I have for college graduates is to ask your alma mater if they are going to start using something other than commercial social to engage with alumni.

    Most universities don’t want to make mistakes investing in the bleeding edge, but they are quick to follow. When a few schools do something, many more quickly copy that. They are also looking for low cost wins. Their engagement numbers are already telling them that Xwiiter no longer works to reach alumni or potential students.

    If even a handful of alumni suggest a change at the right time, that is often enough to get them to give federated social a try.

    That is when the less toxic “tone” really helps.


  • @Angry_Autist@lemmy.world

    @Cris_Color@lemmy.world

    It is only “free” if you choose not to pay. Unlike commercial social that’s free for you to use BECAUSE you are the product being sold, federated social is only free to you because someone else is paying.

    I completely agree that mass adoption requires well primed communities which requires early adopters to put more effort into engaging.

    I would also add that clicking on anything linked helps too… Many news outlets are data driven. If you want them to invest more with federated social, click the links so the engagement shows up in their analytics.





  • @JohnnyEnzyme@lemm.ee isn’t part of the point of ActivityPub to avoid vendor lockin/single point of billionaire enshittification? I read and interact with a fair amount of Lemmy content through an Mbin instance.

    You can already limit Google using site:[DOMAIN].

    If every ActivityPub driven service used a common TLD like .edus, you’d be able to limit results to that facet of Google’s index, they don’t. If they did, we’d be back to a single point of failure.

    Google supports limiting searches to content using a Creative Commons license based on the licensing metadata in the URL. ActivityPub content already has the metadata, but it took a decade to generate enough content before Google offered the option to filter searches by CC-BY-SA… and Google was a VERY different company back then.