Live data from Hacker News

Private and Public Mastodon

tbray.org

51–60 of 191 posts

Re: Private and Public Mastodon

#51
Does Mastodon have something to the effect of robots.txt (or is robots.txt already robust enough to express an answer to the question "This site administrator is willing to have these toots indexed for search?")

At the end of the day, it's a federation protocol. The protocol's creator can have an opinion on whether things should be indexed for search, but it's up to users of the protocol, not the protocol's creator, how it's used.

(... and I have to comment on this bit from the article. "The problem would be a public search engine that Gamergaters and Kiwifarmers use to hunt down vulnerable targets." This heavily implies that Gamergaters and Kiwifarmers can't just build that for their own purposes, which would, of course, ignore robots.txt settings).

Re: Private and Public Mastodon

#52
post #44

Earlier quoted context omitted.

Even though it's pushed to a server, doesn't mean it goes to everyone in that server. Right, the issue being raised is that there's nothing preventing it from going to everyone on the server except the server being nice about it.

How is this different from let's say email? It's in the specs what servers should do if it receives a message. If someone sends a message addressed to just these people the server then delivers it to just these people? Of course if you send something from foo@gmail.com to bar@yahoo.com the server at yahoo.com decides who gets it, hopefully just bar. In fact email analogy in my mind is most apt and easiest to explain,…

A better ideal might be Matrix -- consider a private E2E room, with all your recipients in it, locked down so only you can post messages to it.

Stuff you post will only be visible to the set of users you want it to be visible to. Writing software to present those posts in a suitable UI is left as an exercise to the reader. And it's a bit late to start now, but I really wish we'd been able to start our fediverse journey with something that's at least supposed to be secure, then opened up the stuff that's intended be open.

Re: Private and Public Mastodon

#53
There is a story [0] from November doing the rounds on Twitter today (but which was flagged on HN) that does a good job of expanding on why there is no search function on Mastodon. Namely, it's* full of child porn, or "lolicon" which is drawn child porn, illegal in many Western nations but not in Japan. In the words of Mastodon Founder Eugen Rochko:

> Lack of full-text search on general content is intentional, due to negative social dynamics

I guess you could frame this as a privacy argument, but I don't buy that as the primary reason people were upset with "Fedisearch." They were upset because it exposed their communities of lolicon enthusiasts. Do they deserve privacy or is that more of an excuse to keep their content off the radar of law enforcement and out of reach of polite society?

I did find this 2017 GitHub issue [1] to be slightly less inflammatory and full of fruitful discussion about legal implications of caching strategies for media content on Mastodon instances.

[0] https://www.secjuice.com/mastodon-child-porn-pedophiles/

[1] https://github.com/mastodon/mastodon/issues/1847

* "It" being the wider fediverse, where the 2nd and 3rd most popular instances allow "lolicon" content (which is illegal in many jurisdictions). Of course not all of Mastodon is filled with this, but all it takes is an obsessive minority to poison the grapevine with a large amount of content. Also, you can expect generative AI to lead to even more of this stuff.

Re: Private and Public Mastodon

#54

There is a story [0] from November doing the rounds on Twitter today (but which was flagged on HN) that does a good job of expanding on why there is no search function on Mastodon. Namely, it's* full of child porn, or "lolicon" which is drawn child porn, illegal in many Western nations but not in Japan. In the words of Mastodon Founder Eugen Rochko: > Lack of full-text search on general content is intentional, due to…

[deleted]

Re: Private and Public Mastodon

#55
post #9

Earlier quoted context omitted.

FB is very clearly deeply invested in convincing people to over-share by accident or habit, yeah. It makes their network more addictive, and they know it, so they press that button as hard as possible while building things that technically satisfy niches. --- I quite liked G+'s focus on choosing your audience. Because you have sub-groups even within small, tightly-knit friend groups; when you raise that number into t…

I don't think that's true about FB convincing people to over-share. That may have been true years ago (Bob's relationship status has changed to single!) but these days I get warnings and stuff whenever I set anything to public, and all the defaults are friends only.

Facebook got sued a whole bunch. Between the FTC's various privacy-related consent decrees, Cambridge Analytica, and the GDPR, they functionally can't do the whole "push people to overshare" thing anymore.

I will say though, it's specifically the old Facebook mentality that made me hyped back when Google+ was announced. And then it crashed and burned - which was exactly the point in time where I stopped wanting to be on literally any new social network.

Re: Private and Public Mastodon

#56

Does Mastodon have something to the effect of robots.txt (or is robots.txt already robust enough to express an answer to the question "This site administrator is willing to have these toots indexed for search?") At the end of the day, it's a federation protocol. The protocol's creator can have an opinion on whether things should be indexed for search, but it's up to users of the protocol, not the protocol's creator,…

We're already seeing massive searchability problems from the mass migration of communities to discord servers, it's not a good thing and doesn't make anyone safer.

The choice of bogeymen makes me suspect the motivation is insincere, though.

Re: Private and Public Mastodon

#57
Use a private group chat, and it can be decentralized too using matrix!

The fediverse is a public protocol, and indexing public content is fair use(ML is not indexing, its very different), so any kind of licensing won't matter.

Discovery is already crap in mastodon and the fediverse in general, please don't stop people from improving it.

It may look like eternal September for fediverse natives, but that's what going mainstream is like, don't like it? Create something with some kind of intentional barrier like HN to stop the masses from joining.

I find the fear about getting doxed and having your words watched and used against you from fediverse natives very funny, because I guarantee you that most of them support cancel culture.

In general I find old fediverse communities too fragile, one example are the crazy content warnings(just mute words and topics you don't like, simple!) and now this.

Re: Private and Public Mastodon

#58
I have been living in the fediverse for years and have adapted this strategy I think can work for most people:

-I have a real ID account with my picture and link back to my domain web page. I approve the followers to keep it to mainly people I know and trust. I post mainly to followers only or post publicly rather mundane information that I would not mind coming up in a deep background check.

-I have another anonymous account where I am most active and can express political and other views publicly without worry. I tell some of my friends of this account to follow after they have found my real ID one.

Re: Private and Public Mastodon

#59
post #44

Earlier quoted context omitted.

How is this different from let's say email? It's in the specs what servers should do if it receives a message. If someone sends a message addressed to just these people the server then delivers it to just these people? Of course if you send something from foo@gmail.com to bar@yahoo.com the server at yahoo.com decides who gets it, hopefully just bar. In fact email analogy in my mind is most apt and easiest to explain,…

A better ideal might be Matrix -- consider a private E2E room, with all your recipients in it, locked down so only you can post messages to it. Stuff you post will only be visible to the set of users you want it to be visible to. Writing software to present those posts in a suitable UI is left as an exercise to the reader. And it's a bit late to start now, but I really wish we'd been able to start our fediverse journ…

Absolutely, I support E2E and signatures. It's funny that there is nothing new since GPG, it is decentralized identity with E2E encryption and verifiable signatures. But original poster was questioning the delivery mechanism. Given that there is no E2E, it already works as efficiently as it can with pub/sub.

I don't want to start discussing what Fediverse should be, but I have had this discussion in past, few points:

- ActivityPub has two signatures: HTTP signatures, which are ephemeral, and more persistent JSON-LD object signatures. They are contentious. Some servers disable JSON-LD object signatures, because they allow to proof cryptographically that someone posted something, thus deleted posts become "liability".

- E2E encryption will have similar ramifications, because not all servers agree that crypto be used.

Currently only way to do "privacy" is to deliver messages to just the people you want, and hope servers won't send them to third parties, like in email. That's what Mastodon does.

Re: Private and Public Mastodon

#60
post #10

Clearly the solution involves web 3.0 Blockchain to provide irrefutable evidence of ownership of each post, with an off-chain oracle providing per-post licenses in machine-readable formats. ...or you know don't say stuff in public if you don't want it to be seen by others. This is - and always has been - Internet 101 stuff: assume that the internet never forgets, and don't say anything publicly if you'd rather not se…

I think it's kind of worse than that. It's not an education problem. People are intentionally using this stuff to talk publicly about an issue. They just don't like the consequences of that.

I think the problem is its public for way longer than people are used to, its like Snowden said, a permanent record.

You could've tweeted something 10 years ago with an anonymous account, and called it a day.

Yet, after more than a decade it can crash your life because you got caught by stylometry analysis.

This certainly applies to HN even more.

Post reply on HN