Mastodon is Free Software, But It Does Not Respect Free Speech (Updated)
This is what I get when I log in
O-called ‘social networks’ (I’ve coined the term “social control networks” for these) are supposed to facilitate a diversity of views. Not threats. Not calls for genocide. These strands of ‘speech’ constitute violations of very particular laws and for defensible reasons. But the point being, let people express their views, even if and when you disagree with these views.
I am not vulgar, I don’t really curse, and I don’t write negatively about vulnerable groups; my criticisms are usually directed at large organisations, institutions, corporations, political parties and so on. I never really considered myself worthy of censorship of any kind, yet Twitter has, on several occasions, shadowbanned me for no reason at all or simply because I was being bullied (shadowban by algorithms can lead to that). Time-limited shadowbans are not so severe because the user is typically not aware of them and can still post (albeit the audience is severely limited, it’s almost like talking to oneself sometimes).
Twitter, to its credit, never ever suspended me. Ever. The funny thing is that people in Mastodon say that I should delete Twitter and not participate in it. Eventually, as it turns out, it’s actually Mastodon that censors me. It’s an actual suspension for which I have not been given reason other than some people reporting me (as if that alone merits action, DMCA-style).
I am guessing that the suspension will eventually be undone, but that may still result in self-censorship. I was actually very surprised when it happened and spent over an hour investigating what I assumed to be a technical fault. The above says “error”; it does not tell me that I got suspended.
As Mastodon has just suspended me (mastodon.technology to be precise), I believe it can do it to virtually anyone. Apparently all it takes is a complaint citing something from the rather vague ToS, which can be interpreted as “don’t cause people offense” (or make an “oppressive” environment — whatever exactly that may mean). Even without insulting any other user — let alone a mention of another user — one’s views/links can apparently get one the ‘boot’, without as little as due process of some kind.
Mastodon was always known to be tough on Nazis; it was known that they were strict on free speech only to a degree. After the treatment that I received yesterday, however, I can no longer recommend Mastodon. It may be Free software, but it’s very weak on free speech.
The most insulting thing about all this is that I wrote many hundreds of toots/tweets/other in favour of Mastodon, urging people to join. I also wrote a lot in that platform and had amicable conversations there. To be treated this poorly by Mastodon admins hurts somewhat.
Update:
Mastodon Censored Me for a Long Time, They Just Found an Excuse to Ban Me As Well
So, after an E-mail exchange it turned out they had been silencing my posts for a long time, simply because of volume (people alerted me about this omission of posts, but I foolishly chose to believe it was due to a software bug) and it all ended when, totally out of the blue, I got banned without them even informing me (again, making it all look like a technical error/glitch, which I spent a long time trying to diagnose). The trigger was used was “Islamophobia” — I presume a link to some news article whose content someone found to be offensive. Everything was done to avoid showing me that they had been censoring me for a long time, albeit quietly.
There’s a lot at stake for me: Losing thousands of connections (people), tens of thousands of posts and replies, and no migration option (I cannot even log in to export anything!). They’re suppressing speech and then canning me, in spite of me being among the most popular users.
Identi.ca did something similar 4.5 years ago, though it was not censorship but merely a migration that nuked everyone’s posts.






Filed under:
hen oil rigs/platforms sink (recall
ccasionally, in numerical programming, one may wish to plot or instantiate a grid of a circular (or spiral) nature. Here are some code samples for those trying to achieve it. The following sets some values of interest:
his Octave ramble is an experimental video where I try to present some elements of the program before preparing something more professionally put. In this part of a series I go just through some elements of QtOctave and show how it is used in practice. In the future I will prepare something much more polished that is planned in advance.
ESTERDAY I encountered my first major setback in Octave for Kubuntu. It was a bug, not a missing feature. It involved an outside library again. I tried installing a newer version of gnuplot (installing the latest one by compiling the source code), but this did not resolve the issue. All in all, over an hour was spent on it, first assuming that I was coding wrongly and later realising that 


or the sake of cross-application/framework compatibility, one occasionally needs to alter code until it works everywhere, without the need to keep two (or more) separate codebases. This situation is far from ideal, but then again, not everything works like Java. When colleagues use a different platform and occasionally prefer proprietary software it is only fair to do some extra work catering for it.