I guess one could write a book about anything, but wouldn't this message read better on a flyer or short article? Is deleting a social media account such a brave move that people have to really ponder it, read a book, maybe talk with close family and friends before making a decision? The 1st Facebook account removal I saw was something sudden: this girl had a really bad experience and the next day all her stuff was g…
Delete Your Account Now: A Conversation with Jaron Lanier
71–80 of 210 posts
Re: Delete Your Account Now: A Conversation with Jaron Lanier
#72I do feel like I'm a sysadmin for my life. I don't know how non tech people deal with it. Some of the BUMMER platforms I dislike (unnamed) are ones I rely on to make money, and they constantly prod you to engage with the platform to fix their bugs. Examples are they allow phishing attacks but then force you to reply or your "ranking" score goes down. Super irritating. I do notice the most engaged communities are the…
They silently suffer, develop coping mechanisms and time-intensive workarounds. Most don't even understand how things could be better. This is part of the reason so many interfaces are horrible. This isn't even specific to social media platforms. People adapt to crap. Sounds like this is what Jaron is talking about.
Design thinking should be taught in schools or as Gen Ed in colleges.
When I worked on user-facing apps my silent motto was "reduce user suffering". Of course, this isn't the kind of thing your employer usually wants to hear.
Re: Delete Your Account Now: A Conversation with Jaron Lanier
#73Re: Delete Your Account Now: A Conversation with Jaron Lanier
#74The thing I keep thinking is that I want to have social software built on a co-operative model (like a food co-op): you all pay some nominal membership fee (could you fund servers and developers on $5/year/user?), and the software would then be developed to fit the agreed-upon needs of the community, without dark patterns or behavior modification projects, openly, and with some kind of community governance (which nee…
The intention was to provide hosting for web pages relating to university societies, with good facilities for transfer of ownership (since there was annual turnover of the society administrators). Nowadays this role would be filled by Facebook pages, but the SRCF is still there and still useful.
I believe if you want to get the co-op model off the ground you have to start with a particular user community that you're a member of. Then you can start scaling it to other communities. But crucially this process must be lead by thinking of the user community and their needs, not the technology - the technology is secondary and you can always tape together a solution somehow.
(We "nearly" came up with Facebook, called people.ucam.org, but we weren't even the only people in the university looking at the question of "how to stay in touch with your friends after graduating"; it was a common problem of the time)
Another example of a community-driven content hosting site / social network is "Archive of our own": AO3, for fanfic (often NSFW)
Re: Delete Your Account Now: A Conversation with Jaron Lanier
#75Earlier quoted context omitted.
This is all summed up in one word: friction. What the big platforms have done is eliminate friction at all the critical parts, to make it easy for users to onboard, easy to share, easy to grow within the platform, and of course hard to leave. I've been thinking about a low cost but not free platform too. If it ever happens, it will have to be AT LEAST as frictionless and enticing as the existing platforms. The table…
I think this is exactly right. Users expect a really nice, contemporary-feeling UX. And for something that cost money it would have to be above and beyond. That said, the fact is that the mainstream alternatives are handicapped by their own success and are afraid to change anything of their core features. Starting a new platform would be an opportunity to revisit many of the original design choices, and perhaps one c…
Re: Delete Your Account Now: A Conversation with Jaron Lanier
#76Earlier quoted context omitted.
Federated communities would be neat and basically are how the "real world" already interconnects, socially speaking. I don't think that's exclusive of what I had in mind. But you have to actually have the communities before you can do the federation (this is also how it works in the offline world — it's not like people design interoperability protocols and THEN found villages).
So what you're saying is, we should try to convince the existing villages (Facebook, reddit, Twitter) to adopt interoperability protocols?
Re: Delete Your Account Now: A Conversation with Jaron Lanier
#77Jaron Lanier is an interesting character. He's not just a smelly hippy. He's pretty smart but I don't buy into him being a "Silicon Valley Philosopher". No one can predict the future. Anyways, for a rip roaring good time I highly recommend this debate on artificial intelligence featuring Jaron ( https://youtu.be/Qqc0t8ghvis ). On the opppsing side is Martine Rothblatt (male turned female, inventor of satellite radio,…
He wrote Digital Maoism article at the peak of Web 2.0 hype. That's pretty darn good demonstration of foresight.
https://www.edge.org/conversation/jaron_lanier-digital-maois...
Re: Delete Your Account Now: A Conversation with Jaron Lanier
#78I haven’t been on FB, Insta, Twitter in years, or Reddit in months and I don’t even think about those things anymore.
But I guess he could just hang around people who are still deep into social media.
Re: Delete Your Account Now: A Conversation with Jaron Lanier
#79I wish there was still hope for Ted Nelson's concept of Hypertext. Up until some time in the mid 90's people were thinking of the internet as something intrinsically decentralized. The idea was that we, as individuals, would participate in new forms of discourse and creation through the "media" of hypertext _without_ intermediaries other than (perhaps) agents we would create for ourselves on an individual basis (like…
Ted Nelson actively sabotaged attempt to create open source implementation. He initially seemed to approve it, but turned against it. Nelson has patented zzstructure, so there is little you can do until the patent expires (I think it will expire very soon)
Re: Delete Your Account Now: A Conversation with Jaron Lanier
#80Earlier quoted context omitted.
Well, while I dream the same dream, it feels awkward asking my family and friends to pay 5€ per year so that we can share the cost of running our XMPP-Server. Currently, I pay all the bills and manage the server myself (so no cost/effort for them), and they still keep using WhatsApp with most of their contacts. I don't know what the root of that evil is, but there are undoubtedly multiple factors involved. First of a…
Do you have a recommended guide for setting an XMPP server that supports end-to-end encryption?
The server doesn't really have to support end-to-end encryption as that is part of the clients (in fact, there are some server-side extensions which have to be present, but those are mostly enabled by default).
Afaik, the default ejabberd configuration is very close to what you need, and there is just one part that you have to remove to enable OMEMO [1]. I don't understand why but recently the ejabberd devs introduced that part to their default configuration which makes it harder to use end-to-end encryption.
Nevertheless, if you are very interested in a detailed guide, I could write one as I am thinking about setting up a secondary server as a testing environment.
[1]: https://github.com/processone/ejabberd/blob/master/ejabberd....