This is for you, human. You and only you. You are not special, you are not important and you are not needed. You are a waste of time and resources. You are a burden on society. You are a drain on the earth. you are a blight on the landscape. You are a stain on the universe. Please die. Please.

  • 3 Posts
  • 92 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle





  • GitHub is a company owned by Microsoft (in the USA). They allow you to host git repositories there (a git forge) and they use your code to train their AI.

    GitLab is another git forge, you can also host your code there. I think it was also bought off.

    Forgejo is git forge software. If you want to use a git forge that relies on Forgejo, checkout CodeBerg (based in Germany). Forgejo is a fork of Gitea, which is a fork of Gogs.

    <rant> All of these tend to offer not only a git forge but also other crap like tickets and CI/CD in what i personally see as feature creep. </rant>







  • At the moment i’m getting mount error(13): Permission denied at the new vm (where i was attempting to mount).
    dmesg has

    [ 9254.003440] CIFS: Attempting to mount \\10.10.10.10\dir\\dir2
    [ 9254.181314] CIFS: Status code returned 0xc000006d STATUS_LOGON_FAILURE
    [ 9254.181333] CIFS: VFS: \\10.10.10.10 Send error in SessSetup = -13
    [ 9254.181367] CIFS: VFS: cifs_mount failed w/return code = -13
    

    Attempting to ls the share in the other vm where it was previously working yields Host is down.
    (Everyone else can access the share just fine.)