Capitalised 'Lab' in 'Artificial Intelligence Lab' (#32653)
This commit is contained in:
committed by
The Coding Aviator
parent
f7eecb2ca4
commit
cdd96c476f
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Origins of Linux and the Free Software Movement
|
title: Origins of Linux and the Free Software Movement
|
||||||
---
|
---
|
||||||
In the 1980s a famous MIT hacker working for the Artificial Intelligence lab named <a href='https://en.wikipedia.org/wiki/Richard_Stallman' target='_blank' rel='nofollow'>Richard Stallman</a> promoted the sharing of knowledge and ideas freely, specifically within the area of software. <a href='https://en.wikipedia.org/wiki/Unix' target='_blank' rel='nofollow'>UNIX</a> was the <a href='https://en.wikipedia.org/wiki/Operating_system' target='_blank' rel='nofollow'>operating system</a> (OS) of choice by many in the engineering and scientific community, but the problem was UNIX was <a href='https://en.wikipedia.org/wiki/Proprietary_software' target='_blank' rel='nofollow'>proprietary software</a>. This meant only the vendors of the OS had access to the <a href='https://en.wikipedia.org/wiki/Source_code' target='_blank' rel='nofollow'>source code</a>. That went against Stallman's philosophy. Not only did this mean the end users were not allowed to see how the software worked, they could not make any improvements or fixes to it if they could.
|
In the 1980s a famous MIT hacker working for the Artificial Intelligence Lab named <a href='https://en.wikipedia.org/wiki/Richard_Stallman' target='_blank' rel='nofollow'>Richard Stallman</a> promoted the sharing of knowledge and ideas freely, specifically within the area of software. <a href='https://en.wikipedia.org/wiki/Unix' target='_blank' rel='nofollow'>UNIX</a> was the <a href='https://en.wikipedia.org/wiki/Operating_system' target='_blank' rel='nofollow'>operating system</a> (OS) of choice by many in the engineering and scientific community, but the problem was UNIX was <a href='https://en.wikipedia.org/wiki/Proprietary_software' target='_blank' rel='nofollow'>proprietary software</a>. This meant only the vendors of the OS had access to the <a href='https://en.wikipedia.org/wiki/Source_code' target='_blank' rel='nofollow'>source code</a>. That went against Stallman's philosophy. Not only did this mean the end users were not allowed to see how the software worked, they could not make any improvements or fixes to it if they could.
|
||||||
|
|
||||||
Stallman started the <a href='https://en.wikipedia.org/wiki/Free_Software_Foundation' target='_blank' rel='nofollow'>Free Software Foundation</a> (FSF) which supported the <a href='https://en.wikipedia.org/wiki/Free_software_movement' target='_blank' rel='nofollow'>free software movement</a>'s ideals (Individuals who use and collaboratively contribute to open and free software). It was also responsible for starting the <a href='https://en.wikipedia.org/wiki/GNU_Project' target='_blank' rel='nofollow'>GNU Project</a> in 1984 which was the first attempt at a free OS that was not UNIX (GNU is a <a href='https://en.wikipedia.org/wiki/Recursive_acronym' target='_blank' rel='nofollow'>recursive acronym</a> for 'GNUs not UNIX'). The GNU Project would include everything useful found on a UNIX system but written from scratch. More importantly, along with the OS the source code would also be legally available to those who wanted it. The idea was that freely exchanging the source code and inner knowledge of the OS would encourage collaborative development, which in turn would create a better OS product. The GNU Project eventually led to the <a href='https://en.wikipedia.org/wiki/GNU_General_Public_License' target='_blank' rel='nofollow'>GNU Public License</a> (GPL) which legalized all software released under it to be made freely available as well as require providing the source code. While the GPL was a success and still used today to license free software, the GNU Project never took off as planned. Another hacker stepped in and provided his implementation of a free Operating System to the world instead.
|
Stallman started the <a href='https://en.wikipedia.org/wiki/Free_Software_Foundation' target='_blank' rel='nofollow'>Free Software Foundation</a> (FSF) which supported the <a href='https://en.wikipedia.org/wiki/Free_software_movement' target='_blank' rel='nofollow'>free software movement</a>'s ideals (Individuals who use and collaboratively contribute to open and free software). It was also responsible for starting the <a href='https://en.wikipedia.org/wiki/GNU_Project' target='_blank' rel='nofollow'>GNU Project</a> in 1984 which was the first attempt at a free OS that was not UNIX (GNU is a <a href='https://en.wikipedia.org/wiki/Recursive_acronym' target='_blank' rel='nofollow'>recursive acronym</a> for 'GNUs not UNIX'). The GNU Project would include everything useful found on a UNIX system but written from scratch. More importantly, along with the OS the source code would also be legally available to those who wanted it. The idea was that freely exchanging the source code and inner knowledge of the OS would encourage collaborative development, which in turn would create a better OS product. The GNU Project eventually led to the <a href='https://en.wikipedia.org/wiki/GNU_General_Public_License' target='_blank' rel='nofollow'>GNU Public License</a> (GPL) which legalized all software released under it to be made freely available as well as require providing the source code. While the GPL was a success and still used today to license free software, the GNU Project never took off as planned. Another hacker stepped in and provided his implementation of a free Operating System to the world instead.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user