• ghost_laptop@lemmy.ml
      link
      fedilink
      arrow-up
      9
      ·
      3 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.

      • Dreeg Ocedam@lemmy.ml
        link
        fedilink
        arrow-up
        6
        arrow-down
        2
        ·
        3 years ago

        A FLOSS solution could do exactly the same. You have no way of knowing what is actually running on the servers…

        • ghost_laptop@lemmy.ml
          link
          fedilink
          arrow-up
          2
          ·
          3 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.

          • Dreeg Ocedam@lemmy.ml
            link
            fedilink
            arrow-up
            1
            ·
            3 years ago

            Yeah, but in the case of GitHub, any accusation of violating the privacy of its users is still pure speculation.

    • remram@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      3 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.

      • freely@lemmy.ml
        link
        fedilink
        arrow-up
        3
        ·
        3 years ago

        It’s open core, but their free hosting runs on the closed source extension of the core for businesses. You’re only running the OSS if you self-host the free version I believe.

  • GenkiFeral@lemmy.ml
    link
    fedilink
    arrow-up
    9
    ·
    3 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@lemmy.ml
      link
      fedilink
      arrow-up
      4
      ·
      3 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…).

  • ysu@lemmy.mlOP
    link
    fedilink
    arrow-up
    8
    ·
    3 years ago

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

    • IngrownMink4@lemmy.ml
      link
      fedilink
      arrow-up
      4
      ·
      3 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.

  • pinknoise@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    3 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)

    • Dreeg Ocedam@lemmy.ml
      link
      fedilink
      arrow-up
      3
      ·
      3 years ago

      Does that mean that it’s impossible to build Rust programs with crates.io dependencies (and Go programs etc…) in countries with US trade restrictions?

      • pinknoise@lemmy.ml
        link
        fedilink
        arrow-up
        6
        ·
        3 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.

        • nutomic@lemmy.ml
          link
          fedilink
          arrow-up
          5
          ·
          3 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.

        • ksynwa@lemmy.ml
          link
          fedilink
          arrow-up
          5
          ·
          3 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.