Earlier quoted context omitted.
This is 100% not the Dunning-Kruger effect. How on Earth would it be? edit - from wikipedia: In the field of psychology, the Dunning–Kruger effect is a cognitive bias in which people assess their cognitive ability as greater than it is.
Maybe not directly but it could still apply. I interpreted GP as saying the aforementioned management has just enough cursory knowledge to want to apply the same hammer that worked on a simple system to that on a complex system, but not enough knowledge to realize the unknown-unknowns that they aren't even aware of.
GitHub was down
161–170 of 171 posts
Re: GitHub was down
#162Earlier quoted context omitted.
They also changed the "Group Membership" dialog to be paginated when you add a new person to an organization. We have over 200 groups so now I have to page through for ever new hire we add. There's not even a search option. I'm sure the pagination might better for performance, but it's terrible UI.
They may have missed that one, because at the same time they introduced both pagination and search to the repository membership page, and boy did that help us on one of our repos with a few hundred direct collaborators, by the end we could only manage access through the API because the page didn't even load most of the time.
Ctrl+F on a list of 10000 entries is far easier than clicking through 400 ajaxy pages and trying to figure out some custom and buggy filtering system that probably doesn't allow regex.
Past 10000 records most sites probably ought to just let you export in something bigquery compatible anyway - Regular Joe isn't going to have more than 10000 of anything, and anyone who does can learn how to use proper data tools.
Re: GitHub was down
#163Earlier quoted context omitted.
The interesting thing is that Git is entirely non-centralized, so in theory they could simply redirect to servers onto which the data has been mirrored.
Yes, git is. The issues, comments, PRs, wikis etc... that we all came to depend on aren't.
Re: GitHub was down
#164Earlier quoted context omitted.
Wow Atlassian... That is quite horrifying! Glad I stuck with GitHub through the MS acquisition. Bitbucket was probably my main alternative.
For the record, Azure DevOps did the same thing to me when we switched over to Azure AD. My account and repositories ended up in an entirely corrupt state. Support was eventually able to resolve most of it, but I’m still discovering problems.
Re: GitHub was down
#165Earlier quoted context omitted.
When I tried to log in I was prompted to "upgrade my account" to a "Bitbucket Cloud" account. After doing so, all of my repositories were gone. It seems that my repositories remained on my "Bitbucket ""Regular""" account but that my email address was no longer associated with it, giving me no way of logging in to it. I emailed support 6 hours ago and have yet to get a response.
Wow Atlassian... That is quite horrifying! Glad I stuck with GitHub through the MS acquisition. Bitbucket was probably my main alternative.
Re: GitHub was down
#166Earlier quoted context omitted.
>"But that would probably pave the way for easy migrations away from Github." bingo
At least they could have used the concepts in Git's design. But it seems they didn't learn much from the tool they based their service on.
Re: GitHub was down
#167Don't forget to check your SLAs Enterprise = 99.95% (quarterly) https://help.github.com/en/github/site-policy/github-enterpr... They're having a bad February but January was good. We will see what March has in store
Mitigate: Local repos.
Re: GitHub was down
#168Earlier quoted context omitted.
They may have missed that one, because at the same time they introduced both pagination and search to the repository membership page, and boy did that help us on one of our repos with a few hundred direct collaborators, by the end we could only manage access through the API because the page didn't even load most of the time.
I see why web pages need pagination so the server or browser doesn't OOM, but there really ought to be 10000 entries per page, not 25 that most sites seem to like. Ctrl+F on a list of 10000 entries is far easier than clicking through 400 ajaxy pages and trying to figure out some custom and buggy filtering system that probably doesn't allow regex. Past 10000 records most sites probably ought to just let you export in…
Did you miss the part where I noted Github’s lists fail to load (let alone render) long before that point?
Re: GitHub was down
#169Are they migrating to azure?
I had the same guess... migrating from aws to azure & hitting some bumps. Have to assume they won't be very forthcoming about it if that is the reason.
Re: GitHub was down
#170Earlier quoted context omitted.
Sure, but not better than Gitlab.
Do you use Gitlab? Everybody on HN loves to love Gitlab because they're the underdog, and the product isn't bad, but it's not that great either.