Live data from Hacker News

Github experiencing major service outages across all services.

status.github.com

41–50 of 147 posts

Re: Github experiencing major service outages across all services.

#41
post #24
post #10

That's a really nice status dashboard, tracking and publicly displaying your 98th% is really cool. On the other hand stuff like this: "13:17 UTC We are seeing unicorns ..." Comes off as un-professional at exactly the wrong moment.

Likewise - I haven't the slightest idea what "unicorns" are in this context.

unicorn is their web server for rails. http://unicorn.bogomips.org/

Re: Github experiencing major service outages across all services.

#42

Well handled, minus the unicorns. Tangentially relevant: I just wish Github offered some sort of an academic plan for students, no private repo means that I cannot use Github at all not because I'm building closed-source software, but because I (obviously) can't put my assignment work for public viewing before the assignment deadline. So I've been using Bitbucket, which is fine and all, but I would have loved to be a…

You mean something like this? https://github.com/edu

Re: Github experiencing major service outages across all services.

#43
post #10

That's a really nice status dashboard, tracking and publicly displaying your 98th% is really cool. On the other hand stuff like this: "13:17 UTC We are seeing unicorns ..." Comes off as un-professional at exactly the wrong moment.

Come on, really?

Did you ever have a piece of code that should be impossible to reach under normal conditions? Did you put a message there to remind yourself that the case in question should never, ever occur?

That could be a unicorn.

For extra credit, if you have put these messages in your code, have you seen all of them at one time or another? I certainly have!

Re: Github experiencing major service outages across all services.

#44

Earlier quoted context omitted.

> Unicorns mean errors for github I have no idea what this means, but I can see how the idea of coming up with an alternate language in which fantasy creatures represent things we already have established words for might seem unprofessional

Quite literally, the unhandled error page on github shows a unicorn. As seen on this google image search result[1]. It appears they have put up an octocat "we are down" temporary static page right now though... [1]: http://www.flickr.com/photos/beatak/4008687328/

Additionally they could be referring to their use of `Unicorn: Rack HTTP server for fast clients and Unix`

http://webcache.googleusercontent.com/search?um=1&hl=en&...

Re: Github experiencing major service outages across all services.

#45
post #12

And this is why I use Google Code: supports git and is more reliable than Github. It's a shame that they don't offer a paid service for closed-source software.

Where do you live, under a rock? Of course they offer paid service for closed-source software.

I'm assuming by "they" he was referring to Google Code. (Wishing that Google Code offered a paid service.)

Re: Github experiencing major service outages across all services.

#46
post #10

That's a really nice status dashboard, tracking and publicly displaying your 98th% is really cool. On the other hand stuff like this: "13:17 UTC We are seeing unicorns ..." Comes off as un-professional at exactly the wrong moment.

Other posters have noted where the terminology comes from.

But you should really learn to take the meaning of an unknown term from context if you don't know what it means.

As for the accusations of unprofessionalism -- I'll take vivid metaphor [1] like "seeing unicorns" over a dull monotone description like "our site is experiencing server errors."

[1] As other replies have pointed out, in this case it's not a metaphor; people are (or were, as the case may be) literally staring at pictures of unicorns.

Re: Github experiencing major service outages across all services.

#47

Well handled, minus the unicorns. Tangentially relevant: I just wish Github offered some sort of an academic plan for students, no private repo means that I cannot use Github at all not because I'm building closed-source software, but because I (obviously) can't put my assignment work for public viewing before the assignment deadline. So I've been using Bitbucket, which is fine and all, but I would have loved to be a…

They do offer a free plan for students. I get 5 free private repos. I can't get the link now since GitHub is down ha, but when it's back up, just have a quick google and you'll find a quick form to fill in and voila. It's great.

Once the current issues are resolved, students can sign up for a free GitHub micro account (5 free private repositories with unlimited collaborators) via https://github.com/edu. You just need a verified, valid-looking email address i.e. joe@stanford.edu, jim@strath.ac.uk, etc.

Re: Github experiencing major service outages across all services.

#50

Earlier quoted context omitted.

I would point out that both TFS and Mercurial do the same thing (as does ClearCase, but ClearCase is awwwful), but with much less memory consumption on the local PC. Not trying to add snark (I upvoted the above comment), just adding that it's not a GitHub feature.

> I would point out that both TFS and Mercurial do the same thing (as does ClearCase, but ClearCase is awwwful), but with much less memory consumption on the local PC. Not trying to add snark (I upvoted the above comment), just adding that it's not a GitHub feature. Well, no, obviously it's a feature of Distributed Version Control Systems in general. In fact, that's probably why OP wrote "This is why I love git (and…

Git for large projects is not lightweight, nor do they claim to be. In fact, that's the basis of their philosophy - that they store full versions of the files as opposed to just storing the changes because data storage is considered inexpensive. The only time Git uses pointers in when the files have not changed.

I'm certainly not slamming Git for working exactly the way it was intended.

Post reply on HN