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.
gitlab.com is also missing in the list
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.
Gitlab, I would say isn’t much better.
i’d like to add this overview
Public Git hosting sites
I mean the country blocking stuff isn’t really the fault of GitHub. It’s going to affect any USonian organisation, and it’s not like they don’t fight it.
GitLab isn’t mentioned at all, I wonder why.
github is also spyware
Any idea what this refers to?
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.
A FLOSS solution could do exactly the same. You have no way of knowing what is actually running on the servers…
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.
Yeah, but in the case of GitHub, any accusation of violating the privacy of its users is still pure speculation.
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.
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.
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…).
I can’t read any of the links, but I guess they didn’t know Codeberg or Fachschaften.org (the latter being for German students and staff).
This is my first ever article, so I would appreciate any feedback or criticism.
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.
Thanks, i’ll look into wikiless.
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)
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?
What do you mean when you using github as a storage backend?
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.
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.
That sounds good, ill have to try that. Will the code gor releases still be mirrored on that github account?
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.
Yeah I agree with that. I feel most projects especially the ones with a lot of users should maintain a mirror somewhere else.
For those who want to host a no-frills git instance there’s this 2013 blog post from DigitalOcean, LLC that I sometimes reference whenever I forget the steps.