5 ms·
Care to explain?
by checker659 8mo ago
Care to explain?
- TacoCommander 8mo agoYou used to have to pay for UNIX just like you pay for Microsoft Windows
- volkercraig 8mo agoWithout the gnu projects, software would have remained in the domain of universities and industry. Distributing it for free and encapsulating it with an actual legal license was radical in and of itself, but the notion of being required to distribute source was even more radical. Without that, people don't learn to code outside of industry, people don't share ideas and software remains in corporate silos with no/low interoptability unless a business decides to form a strategic partnership.
- NetMageSCW 8mo ago> outside of industry, people don't share ideas and software remains in corporate silos with no/low interoptability unless a business decides to form a strategic partnership. Computer science and computing was taught and done at universities long before Stallman and GNU came along. I was using C++ Release E at college before GNU started, provided by Bell Labs at no cost.
- f1shy 8mo agoThat said the previous post. >> remained in the domain of universities and industry > I was using C++ Release E at college before GNU started, provided by Bell Labs at no cost. Was the source available, and possible to modify it?
- mghackerlady 8mo agoSure it was free (as in beer) but was it free (as in speech?) Could you modify and improve the compiler? If you did, could you redistribute it? Knowing bell labs, the answer is a definite no to the last one
- PaulDavisThe1st 8mo agoProvided to whom ? Most of that stuff was made available to universities and colleges as institutions, but not to individual students. Once you graduate, you have no effective (or legal) access to it anymore ...
- DonHopkins 8mo agoEven after Sun got a C++ compiler for free for internal use (but not by their customers) by jumping into bed with AT&T, they still hired Michael Tiemann of Cygnus Support to port G++ to Solaris.
- mghackerlady 8mo agoWithout Stallman there wouldn't be GNU, so the operating system used to host this site and the majority of the web wouldn't exist. The compiler used to build that operating system wouldn't exist. The free software movement that later birthed its little cousin "open source" wouldn't exist, neither would the free culture movement to some extent. The ideals of the free software movement inspired the architects of the World Wide Web to make it a freely available technology, so without stallman the net would be vastly different, likely staying fragmented between different protocols like it used to be. Plus, the operating system you're using likely has some GNU stuff in it somewhere
- NetMageSCW 8mo agoMost of that is incorrect and revisionist history. The Web was developed on a commercial system (the NExT from Steve Job’s company) and initial implementations were made on various commercial systems by differing groups. Even today, Linux is at most 50% of the web servers on the Internet.
- mghackerlady 8mo agoIt was developed on a proprietary system (free software can be commercial) and yes, various implementations were made on said proprietary systems, but there were always free ones like lynx (the oldest browser still in development). Plus, Tim Berners-Lee was likely inspired by the GNU and BSD projects when he made the protocol royalty free
- davisr 8mo agoIt's not revisionist. The entire NeXT codebase was literally compiled with GCC.
- mghackerlady 8mo agoThere's even a funny story in there about how NeXT almost bypassed the GPL until GNU got Lawyers involved since them using a loophole would be very bad for peoples freedom
- 8mo ago