Thoughts about Nusenet
For a while now, I've been pondering the idea of, "What would / should Usenet look like if we were to rebuild it today?" As Reddit tries to go full Twitter, that topic is getting a little more timely.
So let's take the question seriously, and kick it off with some initial requirements analysis.
(I'm going to post this on both Mastodon and Dreamwidth; comments solicited on both.)
Personal context: Usenet was basically my introduction to the Internet, back in '87: I was one of the founding members of the Rialto, the SCA newsgroup (rec.org.sca), and pretty much lived on Usenet for about five years.
I've been contemplating this "what would a new Usenet be?" for a fairly long time. (I actually own nusenet.org, specifically to provide a home domain if this ever goes anywhere.)
For those going, "WTF is Usenet?", it was the original distributed forum system. Conversations on hundreds of topics, copied from server to server around the world. The tech was primitive by today's standards, but it was fairly cutting-edge then.
So let's think about requirements from a Usenet lens. What did it do well? (+) What were its problems? (-) What were we not even thinking about then?
+
Usenet was topic oriented, not person oriented. That's an important niche, and surprisingly poorly served nowadays.
+
"Topics" could include communities. Some of my favorite newsgroups were for particular niche communities (like the SCA).
+
The topic namespace was hierarchical; you could easily split rec.humor.funny out of rec.humor.
-
The Usenet namespace (the list of groups) was controlled by centralized mechanisms that scaled fairly poorly. This worked for hundreds of topics; it wouldn't work for tens of thousands.
(The community quickly devised a workaround, in the form of unofficial "alt" newsgroups for topics that were too new or controversial. These weren't necessarily distributed as widely, but it generally worked.)
IMO, folks should be able to devise whatever groups they want: it shouldn't be centralized.
+
Other than the namespace, the system was highly distributed. Not only wasn't it centrally controlled, it was architecturally almost impossible to control.
(This didn't seem radical at the time, since the other major system was email. Now, it seems kind of radical.)
+
Conversations were explicitly threaded, and threads could branch as needed. No, this isn't obvious, and there are both pros and cons to it.
+
It was defined by the protocol, not by the specific client: more like email, less like Facebook. (Again, this isn't obvious, especially nowadays.)
+
You could block individual posters. For the time, that was a bit radical.
-
I suspect the moderation tools weren't nearly good enough for modern requirements, although they were evolving pretty rapidly.
?
I'm not entirely sure what moderation means for this sort of medium. Getting this right is important, and not simple. (This is a big topic.)
?
While you could avoid reading the messages from a toxic poster, there was no way to prevent a toxic poster from seeing you.
(This was a concept that just plain didn't exist, and still doesn't exist in many systems. But a lot of folks in the Fediverse care about it, so it's worth mentioning and thinking about.)
-
Spam was (and is) a problem. Usenet was where we really learned how much of a problem spam could be.
(Yes, this ties into the moderation problem, but is a different problem than bad behavior or toxicity, and probably needs to be looked at separately.)
Okay, that's an initial list, to start the conversation. What have I missed? Do I have some of the plusses and minuses wrong?
For now, let's focus on requirements rather than architecture -- "what do we want?" rather than "how should it be built?" (Or "does this already exist?") Those can come later.
Thoughts?
moderation
Two forms of moderation exist on usenet. The well-known one is the 'moderated group', where every post passes through to a human gateway before being allowed to post. It's a lot of work, and restricts traffic significantly. It works very well at a high cost and low throughput.
The other one is the anti-spam mechanism, which uses public key infrastructure to sign forged cancel messages which chase the spam around the distribution network. It generally did not work well.
Re: moderation
My guess is that this filtering was also largely responsible for implementing the "moderated group" form of moderation, in that unsigned messages to moderated groups would also be filtered out. (Ideally, they would be rejected by the server where one tried to post them, but relying on that requires trusting everyone else's servers, which generally wasn't the way things were done.)
Re: moderation
"One of the (exceedingly boring) pillars of oppression is to keep oppressed people busy. AKA "just block the person who upset you."
Like if Nazis spend no time blocking and I spend half my time blocking that means the system is serving the Nazis."
Re: moderation
Yep, good point, and it illustrates that killfiles, while a useful mechanism, aren't sufficient by themselves. They're appropriate for personality conflicts and edge cases, but for cases of just-plain-abuse (which are vastly more common today than they were in the heyday of Usenet), you need firmer and more global moderation capabilities.
Re: moderation
Re: moderation
Here's the thing: if you have a generally cooperative userbase, then making tools that help them stay cooperative is good and useful. "You used three keywords we associate with politics: would you like to apply the politics tag to this post?": peachy.
If you have griefers -- and every sufficiently large group will -- they will learn that they can't use specific words and instead substitute others. If one account is shut down, they open three more -- unless there's an effective tool to prevent that.
Re: moderation
A good faith actor would eventually be in the clear, having only suffered some difficult to measure delays in their initial posts whilst a bad faith actor finds an increasingly uphill battle to build enough credibility just to get *one* bad post through to the end users.