Live data from Hacker News

Incident with Issues and Pull Requests

githubstatus.com

131–140 of 143 posts

Re: Incident with Issues and Pull Requests

#131
post #98

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).

If you're brave enough, you can italicize whatever you want.

Re: Incident with Issues and Pull Requests

#132

Earlier 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

Any links? Interested on reading more about this

Re: Incident with Issues and Pull Requests

#133

Earlier 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.

Indeed. Tips on when you should italicize foreign words in English writing: https://proofed.com/writing-tips/should-you-italicize-foreig...

Re: Incident with Issues and Pull Requests

#134
post #57

Shout 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

#135

Earlier 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/

They've had that for years.

Re: Incident with Issues and Pull Requests

#136

Earlier 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

Here’s one

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

#137
post #135

Earlier 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.

I don't remember when it started getting worse, but if I do a guess, I'd say around 2018 sometime, which I'd also guess is when they started pushing more changes too.

Re: Incident with Issues and Pull Requests

#139
post #134
post #57

Shout 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.

You right! I remember I stopped Go programming when they added this "feature". (I mostly left due to syntax "overflow" tho).

Re: Incident with Issues and Pull Requests

#140
post #105

Earlier 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)

Thanks, I discovered "git instaweb" which is based on gitweb. It's nice and offers mostly what I'm after,but the 100% layout width is terrible (no opt to configure it).
Post reply on HN