Pollen Pirate

I love you.

  • 0 Posts
  • 21 Comments
Joined 2 years ago
cake
Cake day: August 13th, 2022

help-circle




  • Isn’t the video saying that they are “toxic” because noobs asks questions without providing info? And that wastes their time? And if they don’t want to spend some time finding out by reading wiki + providing a full post of what they tried, the logs and info, those experts on Arch Linux aren’t going to lose time with them as they didn’t spend any time resolving or explaining their own issue… I think it’s pretty clear what the video says, if you don’t want to learn and be “independent” just keep with Ubuntu or Linux Mint.





  • Well, this way they could install dependencies anyway just automatically, so you don’t see them unless you read before accepting the installation. I still can read this:

    Install and configure the necessary dependencies
    sudo yum install -y curl policycoreutils-python openssh-server perl

    And then:

    Add the GitLab package repository and install the package
    curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.rpm.sh | sudo bash

    So they do some magic here, the script just installs the repository, so I can’t see exactly any dependency they are currently using.







  • I heard Gitea planned to do ActivityPub too, but I didn’t like their application, and also I didn’t like Woodpicker-CI which was very limited some years ago, I lost much time learning and trying to do the same as I do with GitLab-CI and couldn’t. But, I need to try Woodpicker-CI again to see if I can do it now.

    I didn’t know about Forgejo, thanks to mention it, I’m sure I will try it very soon, and Woodpicker-CI. 😆


  • Actually, I also got back to GitLab when I read this: https://docs.gitlab.com/ee/development/activitypub/

    Usage of ActivityPub in GitLab is governed by the GitLab Testing Agreement.

    The goal of those documents is to provide an implementation path for adding Fediverse capabilities to GitLab.

    I think this is the way, while using Codeberg would mean storing my code and my stuff on someone else computer, I trust them, but I just want to have it by myself.

    EDIT: Ok, people already told me Codeberg uses a fork called Forgejo and I can host it myself, which sounds super cool.