Live data from Hacker News

Has GitHub been down more since its acquisition by Microsoft?

nimbleindustries.io

141–149 of 149 posts

Re: Has GitHub been down more since its acquisition by Microsoft?

#141
post #121

Earlier quoted context omitted.

We are talking about different things. One is about attributing causes to an increase in failure rate, the other is about verifying whether there is any material increase in the rate at all. My comment addresses the latter as a back of the envelope calculation. Strictly speaking, when looked at through a fine toothed comb, yes the assumptions are very likely wrong. All models are wrong [0], but some of them are usefu…

I see where you're coming from and I agree with you overall, in particular how this is a first cut approximation. But I still want to nitpick the details a bit. If you want to determine whether there was a change in the failure rate, you need to use rate statistics - failures per service-hour. Your analysis is only using the numerator while we know the denominator (the number of services in GitHub that can go out) ha…

Totally agree with your second paragraph. As I said it was more of a text bookish exercise. If the volume of traffic in the two periods were available, it would have been possible to do the kind of analysis you indicate.

Re: Has GitHub been down more since its acquisition by Microsoft?

#142
post #121

Earlier quoted context omitted.

We are talking about different things. One is about attributing causes to an increase in failure rate, the other is about verifying whether there is any material increase in the rate at all. My comment addresses the latter as a back of the envelope calculation. Strictly speaking, when looked at through a fine toothed comb, yes the assumptions are very likely wrong. All models are wrong [0], but some of them are usefu…

I, for one, enjoyed your little foray into the field of statistics. So much so, that I'd love to learn some of this stuff as well! I'm a bioinformatics student, so I have a rigorous math background (analysis, linear algebra), but for some reason, our course is quite light on statistics and probability. What resource would you recommend to get an intuitive grasp of statistics? To give you an idea about what kind of re…

Hi Eugelo am glad you liked it. Feller is not a stats book neither is it a machine learning book but you might like it. It is full of cute and relatable exercises.

Books like ESL are front end books, they cover the shiny and the methods. Feller is more of the backend.

Re: Has GitHub been down more since its acquisition by Microsoft?

#143

Anyone from GH willing to share - anonymously maybe - some insights? I really find the lack of post-mortems from GitHub outages a bit... weird given GH audience. I think all we dev could learn from a properly written public GH post-mortem.

It´s Microsoft, when has Microsoft shared a downtime postmortem?

Re: Has GitHub been down more since its acquisition by Microsoft?

#144

Earlier quoted context omitted.

Sorry... we probably should have put a CDN in front of our humble Linode box earlier. Here's a cache link: https://web.archive.org/web/20200629103627/https://nimbleind... Edit: Cloudflare seems to be working now. Wow, that was really easy to setup.

:-) Cloudflare is amazing, yes. Everyone should use it by default, I say.

Stop embracing a single company. Everyone goes bad when they figured they're the monopoly.

Re: Has GitHub been down more since its acquisition by Microsoft?

#145
post #142

Earlier quoted context omitted.

I, for one, enjoyed your little foray into the field of statistics. So much so, that I'd love to learn some of this stuff as well! I'm a bioinformatics student, so I have a rigorous math background (analysis, linear algebra), but for some reason, our course is quite light on statistics and probability. What resource would you recommend to get an intuitive grasp of statistics? To give you an idea about what kind of re…

Hi Eugelo am glad you liked it. Feller is not a stats book neither is it a machine learning book but you might like it. It is full of cute and relatable exercises. Books like ESL are front end books, they cover the shiny and the methods. Feller is more of the backend.

Thanks for the recommendation! When you say "Feller", do you mean this book? [1]

I'm already looking forward to it.

[1]: https://www.amazon.com/Introduction-Probability-Theory-Appli...

Re: Has GitHub been down more since its acquisition by Microsoft?

#146
post #142

Earlier quoted context omitted.

Hi Eugelo am glad you liked it. Feller is not a stats book neither is it a machine learning book but you might like it. It is full of cute and relatable exercises. Books like ESL are front end books, they cover the shiny and the methods. Feller is more of the backend.

Thanks for the recommendation! When you say "Feller", do you mean this book? [1] I'm already looking forward to it. [1]: https://www.amazon.com/Introduction-Probability-Theory-Appli...

That indeed is the book, just to set expectations its an old style book. I don't recall any diagrams. You may find an online copy in the usual places to check it out before you buy.

Re: Has GitHub been down more since its acquisition by Microsoft?

#147
post #146

Earlier quoted context omitted.

Thanks for the recommendation! When you say "Feller", do you mean this book? [1] I'm already looking forward to it. [1]: https://www.amazon.com/Introduction-Probability-Theory-Appli...

That indeed is the book, just to set expectations its an old style book. I don't recall any diagrams. You may find an online copy in the usual places to check it out before you buy.

No worries, I'm carefully weighting each purchase, especially when it's one third of my monthly budget (greetings from Europe!).

It seems to me that it's considered a classic, although I've never heard of it (probably due to my ignorance). Do you have any more such nice recommendations up your sleeve? Don't limit yourself to probability, I'm looking for some reading for the summer :-D

Re: Has GitHub been down more since its acquisition by Microsoft?

#148
post #53

Earlier quoted context omitted.

I think it's pretty fair to say we've all been pretty down since GitHub's acquisition by Microsoft.

I'm on sourcehut. Whats a microsoft?

an Eager, Easy, and Exciting company to do business with. :)

edit: MS in general, not GitHub specifically.

Re: Has GitHub been down more since its acquisition by Microsoft?

#149
post #146

Earlier quoted context omitted.

That indeed is the book, just to set expectations its an old style book. I don't recall any diagrams. You may find an online copy in the usual places to check it out before you buy.

No worries, I'm carefully weighting each purchase, especially when it's one third of my monthly budget (greetings from Europe!). It seems to me that it's considered a classic, although I've never heard of it (probably due to my ignorance). Do you have any more such nice recommendations up your sleeve? Don't limit yourself to probability, I'm looking for some reading for the summer :-D

You can try "All of Statistics" its a concise but useful and modern take on statistics. For a different approach I quite like Allen Downey's ".. for the Hacker" series. For stochastic processes Parzen's "Stochastic Processes" is a nice and approachable read. If you want to go down the rabbit hole I would recommend graycat's comment stream here on HN. Time to time he posts about books to read.

You said you are familiar with linear algebra. The logical next stop could be Hilbert spaces. It looks at functions as vectors and analyzes their properties using linear algebraic tools that work even in infinite dimensional spaces. This sees quite a heavy use in traditional machine learning. Before diving into Hilbert spaces proper, you could revisit linear algebra in Halmos' "Vector Spaces" there he pretends to teach you linear algebra but actually teaches you about Hilbert spaces -- in other words, teaches you linear algebra but without the restriction of finite dimensionality.

And you are right, books are so damn expensive. India is somewhat better in the sense that we have 'low price editions' same content but printed in lower quality paper, not the prettiest things, but very student friendly. Note these are legit printings, not pirated copies.

Post reply on HN