• @freely
    link
    133 years ago

    Good article, but the site’s colorscheme bothers me 🙃

    Anyways, another to add to the list of hosts is https://codeberg.org/ It’s just Gitea but hosted for public use.

    • ghost_laptop
      link
      93 years ago

      Probably the fact that GH is proprietary and owned by Microsoft, the recent machine learning shit around it makes it so that I choose the believe this, too, since you don’t really know what they can do with your code.

        • ghost_laptop
          link
          23 years ago

          I think there’s a difference if it’s being run by a non-profit organization that is open source than if it is run by an proprietary software multi billion dollar company, if let’s say, Gittea would do something the likes of this it would probably end up being a libre project, which most likely everyone would be okay with, and they would surely make people know about it firsthand, for example. It’s not so much about what’s running on the servers but about trust and the fact that they own your code to a certain extent.

    • @remram
      link
      13 years ago

      I think it’s safe to say that GitHub went above and beyond what is required. They prevented people from getting their own data before blocking them permanently from the site, which they did without warning, and apparently even targeted people who weren’t in those countries at all but merely had connected from one in the past. They could definitely do better.

  • @GenkiFeral
    link
    93 years ago

    The colors hurt my eyes and aren’t a great choice even if muted. I personally think the index or outline is better on the left (markdown outlines are often on the left). I love that you put the date at the top. So many sites don’t put dates as though they think their material is everlasting and can never become outdated. Have your female family member or GF look over your punctuation and correct your run-on sentences. If English is your second language, my apologies. I am not sure if YT/Google also blocks those countries, but if they don’t, it seems that Microsoft also doesn’t have to. Maybe they think a worm or virus is hidden in software from those countries…idk? Maybe add numbers by your sources/referenced like a college paper would be?

    I love the content or concept, though. I am still shocked by how many in the FOSS world use github. I HATE Microsoft more than Google. I see the word ‘deGoogle’ a lot, but never see deMicrosoft. Remember they own Skype, too.

    • IngrownMink4
      link
      43 years ago

      The colors hurt my eyes and aren’t a great choice even if muted.

      He should try using this app to comply with WCAG requirements.

      I am still shocked by how many in the FOSS world use github. I HATE Microsoft more than Google.

      True, there are many open source developers who still use GitHub when this closed-source service goes against everything they promote and there are already much better alternatives (Gitea or Codeberg, sourcehut…).

  • ysuOP
    link
    83 years ago

    This is my first ever article, so I would appreciate any feedback or criticism.

    • IngrownMink4
      link
      43 years ago

      As constructive criticism, I will say that it is better not to use bold type for paragraphs. It is better to use it only in the headings to improve the contrast of thickness.

      And I would use Wikiless instead of Wikipedia to cite sources. It’s lighter than Wikipedia and doesn’t use JavaScript (I saw that you’re against JavaScript so you might be interested). It has a dark mode as well. I like the little details like putting the bibliography at the bottom or putting the date of the day. I liked the article and I agree with what you say.

      • ysuOP
        link
        23 years ago

        Thanks, i’ll look into wikiless.

  • @pinknoise
    link
    33 years ago

    There are multiple package managers (ab-) using github as a storage backend. I’m just waiting for the time I can’t compile my rust projects anymore because github is down temporarily… (I know cargo caches crates, but it could do a way better job at it)

    • @ksynwa
      link
      23 years ago

      What do you mean when you using github as a storage backend?

      • @pinknoise
        link
        63 years ago

        They store (source code) packages as github repos. E.g. rusts package manager cargo uses github repos for its “crates” (libraries). Which sucks because it’s a single point of failure, leaks my third party library usage to github and makes publishing, maintaining and contributing to libraries cumbersome.

        • @nutomicA
          link
          53 years ago

          Afaik crates.io only requires a github account for login, but the source code can be hosted anywhere. I know some crates that use gitea.

          • @pinknoise
            link
            1
            edit-2
            3 years ago

            That sounds good, ill have to try that. Will the code for releases still be mirrored on that github account?

            • @nutomicA
              link
              4
              edit-2
              3 years ago

              No the Github account is only for registration/login on crates.io. Relevant issue.

              Edit: It seems they also store the index for crates.io in a github repo. The site seemed a lot nicer a few hours ago, when I didnt know that.

        • @ksynwa
          link
          53 years ago

          Yeah I agree with that. I feel most projects especially the ones with a lot of users should maintain a mirror somewhere else.

  • pete
    link
    2
    edit-2
    3 years ago

    Removed by mod