Bonum Certa Men Certa

Pro-Free Software Foundation Petition Soon Reaching 6,000 Signatures (and Still Rising Steadily)

Related: The FSF Got a Tonne of Free Media Coverage/Publicity While the OSI Goes Defunct Completely (a Corpse of an Institution, Weaponised Against Free Software) | Looks Like the Pro-FSF Petition Will Double the Number of Signatures of FSF Haters | [Meme] Attacking Hydras, Attacking Communities | It's Hard to Remove a Man Based on a Lie | Defend Richard Stallman!

Pro-Free Software Foundation Petition



Summary: It seems rather apparent that not many people have been conned by the hateful corporations, their corporate media, and corporate-led (or funded) NGOs that insisted FSF should reject its very own founder

The above-shown (charted) data can be generated using the publicly-accessible data, albeit this data is hosted by a monopoly and proprietary software trap. That's what anti-FSF petitioners chose as their platform!

A picture is worth a thousand words.

With Git installed fetch the repos in their current form, as follows: cd /tmp && git clone https://github.com/rms-open-letter/rms-open-letter.github.io.git && git clone https://github.com/rms-support-letter/rms-support-letter.github.io.git

Running the following code in python3 should then be possible (this may take a while!):




# author: Kezi
# license: gplv3



import time import os import subprocess from threading import Thread

from datetime import datetime

start_time = 1616522054+60*60*4 stop_time = int(time.time())

path_open = "/tmp/rms-open-letter.github.io" # https://github.com/rms-open-letter/rms-open-letter.github.io.git path_support = "/tmp/rms-support-letter.github.io" # https://github.com/rms-support-letter/rms-support-letter.github.io.git

cwd = os.getcwd()

def count_open(): lol=subprocess.check_output(['sh', '-c', f"cd {path_open}; cat index.md | grep -e \"^1.\" -e \"^- \" | wc -l"]) return int(lol)

def count_support(): lol=subprocess.check_output(['sh', '-c', f"cd {path_support}; ls _data/signed/ | wc -l"]) return int(lol)

def checkout_open(date): try: subprocess.check_output(['sh', '-c', f"cd {path_open}; git checkout -f `git rev-list -n 1 --before=\"{date}\" main`"]) except: pass

def checkout_support(date): try: subprocess.check_output(['sh', '-c', f"cd {path_support}; git checkout -f `git rev-list -n 1 --before=\"{date}\" master`"]) except: pass

def time_machine(timestamp): print("time machine", datetime.fromtimestamp(timestamp), timestamp)

date=datetime.utcfromtimestamp(timestamp).strftime('%Y-%m-%d %H:%M') thread1 = Thread(target = checkout_open, args = (date, )) thread1.start() thread2 = Thread(target = checkout_support, args = (date, )) thread2.start()

thread1.join() thread2.join()

dates=[] points_open=[] points_support=[]

for i in range(start_time, stop_time, 60*5): time_machine(i)

dates.append(datetime.fromtimestamp(i)) points_open.append(count_open()) points_support.append(count_support())

import matplotlib.pyplot as plt import matplotlib.dates as md

plt.subplots_adjust(bottom=0.2) plt.xticks(rotation=25) ax = plt.gca() xfmt = md.DateFormatter('%Y-%m-%d') ax.xaxis.set_major_formatter(xfmt) plt.plot(dates, points_open, label="rms hate letter")

plt.subplots_adjust(bottom=0.2) plt.xticks(rotation=25) ax = plt.gca() xfmt = md.DateFormatter('%Y-%m-%d') ax.xaxis.set_major_formatter(xfmt) plt.plot(dates, points_support, label="rms support letter")

plt.legend() plt.show()





On Debian-like systems one may also need to apt-get install python3-matplotlib (for rendering the graph). On my laptop it takes 8 minutes to generate. As the list grows it'll take longer and longer to re-generate. Be sure to use python3 and also get the package for python3 (on systems that default to 2.x).

Update (hours later): almost 5,900 now.

RMS chart 2021 04 07

Recent Techrights' Posts

They're Very Jealous of Richard Stallman and His Freedom (or Simple Lifestyle)
Jealousy is toxic because it can cause rational people to act irrationally and even severely harm themselves
Akira Urushibata on GNU coreutils
new message
There's Nothing Funny About Lawbreaking
There's plenty of room in society for humour, but "hacking" the state by breaking laws isn't cool or hip
 
Links 27/05/2025: Science Defunded, India Arrests an Academic
Links for the day
Gemini Links 27/05/2025: From Celsius to Fahrenheit and Deleting Social Control Media
Links for the day
Microsofters Have, in Effect, Attempted Extrajudicial Action Against Us
Courts and Judges (or Masters) don't exist to facilitate this kind of "bro" culture
UK High Court Masters Are Not Your Jesters, Microsoft
Judges aren't there for "funny" spectacles, they're there to act as arbiters in critical cases, not SLAPPs
Links 27/05/2025: Mass Layoffs at Volvo and More Evidence of 'AI' (Slop) Being a Passing Fad
Links for the day
The Code of Conduct (CoC) Gaslighting Phenomenon
There are still many people and projects foolish enough to outsource their labour to Microsoft via GitHub
Anouk Rozestraten (Deputy Director) Appears to Have Left the Free Software Foundation
Let's hope Rozestraten is still using and promoting Free software
More Mass Layoffs Coming Soon to Microsoft, Just a Question of When and How Many
Numbers from Washington were close to 5% and judging by prior rumours, it would be 5% + 5% (total 10%) at a later month
Links 27/05/2025: Bikes, Ideal Computers, and BYO
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, May 26, 2025
IRC logs for Monday, May 26, 2025
Richard Stallman's Milan Talk (Public Presentation) Was Packed, Video Available Soon
Looks like they even ran out of seats
Gemini Links 26/05/2025: Intangible Stuff and Slop Issues
Links for the day
The Openwashing Shills Initiative (OSI) - Part I: Complaints to IRS or USDOJ Needed
If enough people do it, this will be more effective, more so if people who are based in the US do it
Open Source Initiative (OSI) Lobbying and the OSI's Status at Stake
At the end we plan to summarise all the issues in one very long article
Breaking Into Other People's Devices Without Authorisation Isn't "Funny" or "Research"
“Chaos was the law of nature; order was the dream of man.”
The Issue Isn't the Internet, the Issue is How People Are Taught to Use or Misuse It
The Web is circling down the drain. The Internet is not.
A Healed Reputation of a Movement's Leader and His Robust Message
The more aggressively you push against resistors, the more credibility they will gain
Links 26/05/2025: Deletions from Microsoft's GitHub, Telegram Blocked in Vietnam
Links for the day
Linux Released Last Night and There's Already LLM Slop With Slop Images
BetaNoise does not seem to mind this anymore
Links 26/05/2025: Walmart Layoffs and DRM Dumpster Fire ('Old' Fire TV Devices Lose Netflix Access)
Links for the day
Gemini Links 26/05/2025: USB Camera Viewer and Fantasy Life
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, May 25, 2025
IRC logs for Sunday, May 25, 2025
Links 25/05/2025: 15 Years of UK Legal Aid Applicant Data Grabbed and 2 Billion Discord Messages Leaked Online
Links for the day
Gemini Links 25/05/2025: Farming and OpenBSD 7.7 on Acer Aspire ES 15
Links for the day
Fighting for Freedom is Much Better Than Fighting for Money
If life is about accumulation of money, then people will be "busy making money" till they die prematurely (with nothing to do with this money)
The Microsoft SLAPP Dossiers
A rather likely outcome is, they'll lose their licence to operate
Links 25/05/2025: Harvard’s Troubles and New Openwashing Examples
Links for the day
Gemini Links 25/05/2025: Whales and Battery Replacement
Links for the day
Links 25/05/2025: Climate Action Ridiculed and "Tesla Executive Admits That Self-Driving Is Going Nowhere Fast"
Links for the day
The Next Two Phases of Our Open Source Initiative (OSI) Series
Whatever people used to think about the OSI is no longer applicable and its current acronym is a misleading misnomer
Richard Stallman Has Barely Changed
Collecting "estate" "assets"? That's not "success" in the eyes of Dr. Stallman
Public Talk by Richard Stallman (RMS) Tomorrow
Still advertised
Gemini Links 25/05/2025: Konsole Layout Changes and Capitulation to Surveillance World
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, May 24, 2025
IRC logs for Saturday, May 24, 2025