Live data from Hacker News

Microsoft on GitHub

github.com

21–30 of 62 posts

Re: Microsoft on GitHub

#21
post #20

Earlier quoted context omitted.

It has been for a while now.

And before it was built-in there were plugins - should really mention 'git diff margin' here. Most editors have this kind of functionality to show little git diff stats directly in the editor, but this one is really top notch as it can actually show the diff and let you revert to or copy the original lines. Can't live without it anymore.

IntelliJ (by JetBrains, the company behind Resharper) has similar functionality, for all the VCSs it supports. Very nice feature!

Re: Microsoft on GitHub

#24
FWIW, I have the feeling that the best exit for Github is getting acquired by Microsoft. Github is a large, savvy, community, constantly sharing interesting and valuable projects. I think MSFT needs that public perspective of being 'open', valuable community, new technologies, etc. The enterprise side of Github also plays nice with MSFT.

Re: Microsoft on GitHub

#25
I love how microsoft.github.io redirects to microsoft.com/openness which instantly brings back the feel of webdesign from the 90s. In my opinion they could've made a statement here, actually demonstrating by example that they're moving away from their previous corporate image, with a nice landing page, ala facebook react's github.io page.

Re: Microsoft on GitHub

#26
Part of me is very excited to see such an advancement. The other part of me (the one that has been "beaten" by MS for so many years) just doesn't trust them. I would most certainly check their code but I would be extra-super careful before using their code! I would consider even using an anonymous or home account to login github and download their source!

Re: Microsoft on GitHub

#27
post #13
post #2

http://www.microsoft.com/openness

has anyone noticed the 'openness blog' where there's a custom scroll bar where if you want to scroll you have to DRAG it --- hey maybe it's because am using Firefox, maybe i should try it on IE :) edit: maybe this will get me more down-votes --- has anyone noticed how on the 'About Openness' menu, something pops up on hover but you can't click it --- PS: to notice this wonderful effect you have to use Firefox 31 yeah…

To be fair, their javascript mousewheel hackery breaks mousewheel scroll on all three major browsers. I guess they think people still click and drag scroll bars, so didn't run into the scroll wheel problem during cursory "testing".

There's another interesting bug, if you click on the thin part of the scroll bar, below the thick bar representing visible content, the bar centers on where you click. If you then click above the thick bar, the top of the bar moves to where you clicked, rather than centering on where you clicked. Apparently the developer(s) believe that consistency is the hobgoblin of little minds (either that or testing is).

On mobile (android), that scrolling section is disabled and all the content displays normally.

@dimitry it's not 1px, even in IE, when I view the page. They shouldn't have tried to make a custom scrollbar without more testing, but they evidently thought the stock scrollbar look didn't measure up to the grandeur of the rest of the microsoft openness page.

Re: Microsoft on GitHub

#28
post #13
post #2

http://www.microsoft.com/openness

has anyone noticed the 'openness blog' where there's a custom scroll bar where if you want to scroll you have to DRAG it --- hey maybe it's because am using Firefox, maybe i should try it on IE :) edit: maybe this will get me more down-votes --- has anyone noticed how on the 'About Openness' menu, something pops up on hover but you can't click it --- PS: to notice this wonderful effect you have to use Firefox 31 yeah…

Shame that mouse wheel doesn't work, but you can click on the scrollbar (which is not obvious, because it looks like it's 1px wide). And I used IE. Makes me wonder why did they want a custom scrollbar in the first place.

Re: Microsoft on GitHub

#30
post #25

I love how microsoft.github.io redirects to microsoft.com/openness which instantly brings back the feel of webdesign from the 90s. In my opinion they could've made a statement here, actually demonstrating by example that they're moving away from their previous corporate image, with a nice landing page, ala facebook react's github.io page.

I'd rather they focus their time on actual open source technologies and tools, as opposed to landing pages. In the end, the quality of the things they put out should be what is being judged, not some landing page.
Post reply on HN