Did you forget who developed git? So in this case it's fine ;)
But honestly, I also have a hard time finding a use case for this. The question I ask my self over and over again: why not mount an FTP share and point your origin to it? In fact I did something similar when I was still in university. My desktop computer had my central gip repo, I either pushed to it locally via the FS or remotely via SSH.
Anyways, good thing to have git over FTP but I predict that it will never get traction because it seems to be in part a reimplementation of git?! (At least that's what the github page suggests because every basic git cmd is explained but with some git-ftp prefix... ;))
If I didn't overlook something it only states something about hardware market shares. Which are much easier to measure than software market share. (Although even in the hw market shares there might be a significant uncertainty due to DYI built computers which were quite common during the 90s.)
By the mid to late 90s, I don't think DIY computers would have made much of a dent compared to prebuilt computers, especially since most of them would have ended up running Windows.
I wasn't able to find web usage stats that are very old. http://www.geek.com/wp-content/uploads/2009/05/os_marketshar... is the oldest usage-based data I could find, which puts Windows up at around 97% in 2005. I can't imagine it was much lower in the late 90s, given that Macs of that era were pretty shitty and even less people used Linux back then.
During this time I still went to school and half of my friends had self-build computers. The other half had computer from very small shops.
And this was also a time when none-Linux Unixes were still still popular, so I would expect some share from them. Linux got a lot of momentum around '98. (Yes, and Macs existed too.) Moreover there was OS/2, BeOS, Irix and whatever... Linux however lost a lot of momentum in the early 2000s when people realized it sucks as a Desktop OS for non-geeks.
90% is well possible I think, but 98%? Never ever.
Well, I linked to some data showing it up around 97%-98%. If you think OS/2, BeOS, Irix, or something else was making a significant dent in the late 90s OS market, then... well, frankly I don't know what to say to something so ridiculous.
Only one thing sucks more than pagination: a very long article, you accidentally scroll and forget which section you are reading.
Pagination is better than no navigation, this is why Google Image Search is weird to navigate. The absence of proper pagination may be even the reason Google Wave has found no friends beyond its believers.
Pagination sucks when text length per page is too short and even more when 50% of the content consists of advertisements. I avoid such websites.
Yeah agree, they know how to market their stuff. (Maybe Alpha is a marketing instrument after all? ;))
However I think for this problem, and many others, mastering a general purpose programming language is much more efficient. After all you can pipeline symbolic expressions to Mathematica - or Maple >:) - and you have the best of both worlds. Or you just use Ruby or another highly expressive language - the syntax of simple symbolic expressions is basically the same.
Yeah, the reality is that most game vendors ruined open desktop platforms. There was a time when Windows and PCs were still big and mobile gadgets were only used by business people. During that time the biggest hurdle for many people that wanted to leave Windows was that the cool games just worked on Windows.
I think nobody will feel sorry for the game industry loosing their last desktop platform. After all you need a lot of cash to make games experience on the desktop comparable to game experience on a top-notch game console.
After all there aren't many high quality opensource RDBMS GUIs available. The only one I know is pgAdmin and even pgAdmin has some serious bugs. (GUI freezes easily when you have many windows open and/or do large queries; import/export barely work)
The only code I would trust is the code I generate myself... ;)
DbVisualizer (http://www.dbvis.com/) is an excellent cross-platform, multi-product GUI tool. Doesn't have many design tools (well not any really, but neither does PgAdmin). Java-based and not free, which gives freeloaders and snobs something to complain about. No relationship, just someone who has been happy to be a customer for many years.
But honestly, I also have a hard time finding a use case for this. The question I ask my self over and over again: why not mount an FTP share and point your origin to it? In fact I did something similar when I was still in university. My desktop computer had my central gip repo, I either pushed to it locally via the FS or remotely via SSH.
Anyways, good thing to have git over FTP but I predict that it will never get traction because it seems to be in part a reimplementation of git?! (At least that's what the github page suggests because every basic git cmd is explained but with some git-ftp prefix... ;))