Earlier quoted context omitted.
"en masse" is the term used in English as well.
Yep, just noting for anyone who may not realize that "in mass" isn't really a thing in English. As you note, en masse is common — enough so that you even don't need to italicize it (although you can).
Incident with Issues and Pull Requests
131–140 of 143 posts
Re: Incident with Issues and Pull Requests
#132Earlier quoted context omitted.
Sales handing out Office365 discounts and trying to convince people that AWS and GCP is going to steal their data, judging by companies I worked for that used Azure.
Wasnt it true? Thas Amazon abused their AWS position and stole their competitors data, so thats why Germany's retail businesses are building their own Clouds
Re: Incident with Issues and Pull Requests
#133Earlier quoted context omitted.
Yep, just noting for anyone who may not realize that "in mass" isn't really a thing in English. As you note, en masse is common — enough so that you even don't need to italicize it (although you can).
If you ' re brave enough, you can italicize whatever you w an t.
Re: Incident with Issues and Pull Requests
#134Shout out to all devs that put the deps of their programs on GH... Right now I can ignore that my PRs show 500 error, or old code best case scenario. But... I cannot build and ship due to project's dependency depending on some stuff hosted on GH.
Re: Incident with Issues and Pull Requests
#135Earlier quoted context omitted.
They are far overdue for issuing a statement.
They're having so many outages that they've moved from making statements after each event to aggregating them all and write about all of them on a month-by-month basis. I'm not joking: https://github.blog/tag/github-availability-report/
Re: Incident with Issues and Pull Requests
#136Earlier quoted context omitted.
Wasnt it true? Thas Amazon abused their AWS position and stole their competitors data, so thats why Germany's retail businesses are building their own Clouds
Any links? Interested on reading more about this
https://www.wsj.com/articles/amazon-scooped-up-data-from-its...
The gist is that yes it’s true. They’d come out with their own Amazon Basics branded stuff and push it to the top.
Re: Incident with Issues and Pull Requests
#137Earlier quoted context omitted.
They're having so many outages that they've moved from making statements after each event to aggregating them all and write about all of them on a month-by-month basis. I'm not joking: https://github.blog/tag/github-availability-report/
They've had that for years.
Re: Incident with Issues and Pull Requests
#138Re: Incident with Issues and Pull Requests
#139Shout out to all devs that put the deps of their programs on GH... Right now I can ignore that my PRs show 500 error, or old code best case scenario. But... I cannot build and ship due to project's dependency depending on some stuff hosted on GH.
Which is like 99.99% of all the go code out there.
Re: Incident with Issues and Pull Requests
#140Earlier quoted context omitted.
Gitea requires a database which is unwanted feature for "git server" in my little world. I'm just looking for "website" (read: interface) that list files over HTTPS, with the ability to show nice looking diffs. Some sort of ssh keys(?) to prevent unauthorized access etc.
Maybe something like gitweb? https://git-scm.com/docs/gitweb I have not used it before, but it seems like it follows your requirements (Except auth using SSH keys maybe, but that could be a task for e.g. Nginx)