Live data from Hacker News

Ask HN: “If that was not open source, I would be screwed”

news.ycombinator.com

11–13 of 13 posts

Re: Ask HN: “If that was not open source, I would be screwed”

#11
post #4

Linus Torvalds takes most of the cake : Linux + Git. Most developers wouldn't have their job without these two, heck even Github and Gitlab wouldn't exist.

I think that's going a bit far. We'd be using BSD, or a commercial Unix like Solaris. Mercurial, SVN, and god forbid even CVS would still work for most projects.

We'd all be using Windows NT. Well, y'all would, I'd have become a mechanic or chef or something.

Seriously, in the dim days of the early 90's it seemed like the overpricing and fragmentation of the various Unix vendors would hand the mid-size and small systems space to NT. Which was all part of Microsoft's plan. The BSDs were themselves too factionalized to be a credible alternative. The Unix wars were winding down and NT was winning.

Linux not only blocked NT's takeover of the data center it also ended the Unix wars and ultimately destroyed the market for incompatible Unixes.

Re: Ask HN: “If that was not open source, I would be screwed”

#13
Too many too enumerate.

Once had used an HTML lib that didn't properly escape characters. I was able to see the source, propose a change, and do it the correct way in my code. I won't say which one it was, but it was extremely popular.

Used a JavaScript lib to create sheet music. The lib worked fine for the most part, but I needed certain features to work, and that required diving into the raw source and making many manual changes. If it was closed source, I'd have to figure out how to write the whole thing myself. That probably wouldn't have been possible for me.

A popular API had an official Python implementation. It was "ready" for Python3, but there were a lot of bugs that would cause crashes. I was able to fix them and send back proposed changes. It took over a year for them to finally do the updates. I needed it that day.

Post reply on HN