shmage-site

scripts and documents that generate shmage.xyz
git clone git://git.shmage.xyz/shmage-site.git
Log | Files | Refs

23-what-does-free-software-mean-for-students.md (4461B)


      1 # What Does Free Software Mean for Students?
      2 ## 08/23/2022
      3 
      4 *The following is a mirror of a post I wrote for my university's Linux Club, [here](https://bglinux.club/free-software.html).*
      5 
      6 ## What does 'Free Software' mean?
      7 I aim to be a campus advocate for Free Software, especially in the context of education.
      8 
      9 Free Software, in short, is software that is licensed to you with the freedom to
     10 
     11 + Use the program for any purpose,
     12 + Study the program (including viewing the 'source code' of the program, or a human-readable copy),
     13 + Redistribute copies of the program, and
     14 + Distribute modified copies of the program to benefit others.
     15 
     16 Most software that schools mandate the usage of is nonfree, or proprietary, meaning that they do not offer at least one of these freedoms, but usually they do not offer a single one of these freedoms.
     17 
     18 ## Why is nonfree software bad for students?
     19 Nonfree software is not only bad for students, but for any computer user, regardless of whether they are a programmer or not.
     20 Most nonfree programs, by not affording you the four freedoms, restrict your usage of the program, reducing its usefulness, and often times harming end-users with policies that encroach on their privacy and agency.
     21 For example, while it's inconvenient that you have to log into Adobe to use their Acrobat reader, it's also harmful to the end user, since it puts a restriction on what terms the program is allowed to be used (you must be online).
     22 Ideally, a document reader should only serve to read documents, but since Adobe obfuscates what Acrobat does, they can also hide features behind pay-walls [(You have to pay a subscription to sign documents?)](https://www.adobe.com/sign/pricing/plans.html) and embed them permanently in the program as ads, since no one else is allowed to implement the features themselves.
     23 
     24 Additionally, the obfuscation of a program's function makes it useless as a learning platform, since a student isn't able to see what the program is doing.
     25 If a student was able to see what their software was doing via source code, then the program itself becomes an opportunity for learning and the student becomes a potential contributor to software that helps everyone.
     26 Unfortunately, many learning tools that universities across the country mandate the usage of to earn a degree are still nonfree, usually under the excuse that they are "industry standard" (read: 'we got a discount on bulk license fees').
     27 
     28 This severely harms the average student's experience, as they find themselves required to agree to countless proprietary license agreements after they've signed up for classes and paid their fees for school.
     29 Almost no student reads these terms, which leads to administration expecting complacency out of their students, and forcing more nonfree software on students, who have no choice but to accept that they have to install [malware on their own computers](https://old.reddit.com/r/CollegeRant/comments/j21gvl/respondus_lockdown_browser_is_literally_malware/).
     30 [Zoom is another widely adopted example of egregiously unsafe software to force students to be using](https://www.theguardian.com/technology/2020/apr/02/zoom-technology-security-coronavirus-video-conferencing).
     31 
     32 ## What do you do? What can I do?
     33 Since the software required by schools is determined on a per-department basis, and is completely undocumented, it can be difficult or impossible to identify all of the software licenses our school implicitly attaches us to when we give them money to enroll.
     34 It's possible to avoid most 'required' nonfree software usage by using Free Software that mimics the function of popular proprietary programs (MS Office, et cetera).
     35 However, sometimes the use of nonfree software is strictly required, like in the case of an "anti-cheating browser" that hijacks your computer to try to prevent you from cheating during a test.
     36 I encourage every student to speak up about the mandated use of nonfree software, suggest alternatives, and when it is really not possible to go without it, to use a school-owned computer instead of installing malware on their own computers.
     37 
     38 The Bowling Green State University administration is uninterested in making the software they mandate for students accessible and safe in favor of the status quo, but this can change if enough students show their interest in Free Software. 
     39 
     40 ## Further Reading
     41 
     42 + [Free Software and Education, gnu.org](https://www.gnu.org/education/education.html)