Facebook, Instagram, WhatsApp, Twitter: they grew to what they are today because each of them had people behind the wheel with a product mentality . This mentality attracted the capital and talent necessary to create products that resonated with people . Now, some would say that, these services had the goal to make money and that's why they attracted capital and could hire top talent, but it doesn't change the fact t…
Why ActivityPub is the future
171–180 of 187 posts
Re: Why ActivityPub is the future
#172Earlier quoted context omitted.
What do you do instead? Ship it to them on CD?
They need to log in to access the information.
Re: Why ActivityPub is the future
#173Earlier quoted context omitted.
Yes? Aside from YouTube shows, one of the big things YouTube brought about was the ability for anyone to post a video online, even if it was just for friends and family. Saying, "Too bad, you're not popular so you don't get to have video hosting" is a huge step backwards.
Couldn't the original poster of said video be the one to seed it if it was so important to them that it be viewable to others. Why is the onus on a company or organization to host personal videos for free? (If I'm misrepresenting your stance feel free to call me on it - but that's what I'm taking away from your comment)
And, not everyone has the necessary stuff to be able to seed a video like that. A very large part of the world has their phone as their primary computing device. You're not gonna be able to seed a video from a phone on a cellular connection.
Re: Why ActivityPub is the future
#174Facebook, Instagram, WhatsApp, Twitter: they grew to what they are today because each of them had people behind the wheel with a product mentality . This mentality attracted the capital and talent necessary to create products that resonated with people . Now, some would say that, these services had the goal to make money and that's why they attracted capital and could hire top talent, but it doesn't change the fact t…
You are comparing apples to oranges. Google, Facebook, WhatsApp are companies. Firefox and Linux Kernel are "software products". ActivityPub is an open proposition about a technical standard.
The article is talking about how ActivityPub is the future, but without strong products, how can that future be possible?
Idealism alone won't convince people to switch to Mastodon instead of using Twiiter or Peertube intead of Youtube.
Re: Why ActivityPub is the future
#175Facebook, Instagram, WhatsApp, Twitter: they grew to what they are today because each of them had people behind the wheel with a product mentality . This mentality attracted the capital and talent necessary to create products that resonated with people . Now, some would say that, these services had the goal to make money and that's why they attracted capital and could hire top talent, but it doesn't change the fact t…
Both Mac and Windows is successful because retail. People do not want to troubleshoot issues themselves.. They also want something they know. Apple is good at marketing and Windows is something we all know. Linux has just a bunch of small shops and does not have the same brand recognition. It takes much longer for Linux desktop to reach that level of trust. Especially when Microsoft uses their considerable capital to lobby against Linux adoption. Linux adoption is continually rising though.. It is at about 3% right now.
ActivityPub is like the Linux kernel. It is the foundation that other software can use. It took a long time but eventually the idealism behind Linux made it work. It became an important infrastructure that saved money and thus an edge. ActivityPub have the same possibility. It could become the infrastructure of social media.
Re: Why ActivityPub is the future
#176Earlier quoted context omitted.
You are comparing apples to oranges. Google, Facebook, WhatsApp are companies. Firefox and Linux Kernel are "software products". ActivityPub is an open proposition about a technical standard.
Google, Facebook, Whatsapp are companies with strong products . Mozilla have a strong products. Same thing with the Linux Foundation. The article is talking about how ActivityPub is the future, but without strong products, how can that future be possible? Idealism alone won't convince people to switch to Mastodon instead of using Twiiter or Peertube intead of Youtube.
Just curious, according to you, is democracy an idealism that happened alone or with a product?
Re: Why ActivityPub is the future
#177Let me just say this - both mastodon and activitypub are terrible names. I say that as a consumer not as an expert on anything. It's not a dealbreaker for me but platform popularity by the masses depends on color schemes and catchy names. I feel the same way about duckduckgo. Great products though.
"World wide web", "email, "Internet", and "HTTP" are pretty bad names too.
Re: Why ActivityPub is the future
#178Nice tech! So where's the peer tube website I can watch and upload videos? Couldn't find it on Google or in TFA.
Re: Why ActivityPub is the future
#179ActivityPub is built by the W3C and therefore relies on Web related technologies (lost of HTTP and JSON exchanged) :) Does this scale properly and how does it compare to existing solutions like XMPP Pubsub ( https://xmpp.org/extensions/xep-0060.html ) that is basically built to deliver content, in real-time (trough TCP sockets) and can handle thousands (millions?) of delivered packets per seconds? I'm building a fede…
I suspect XMPP is superior to ActivityPub and the way to go. Bandwidth is only increasing with 5G and with binary XML [1] I think you'll (one day, in theory) be able to get large scale, efficient real-time message flows. XML is just more extensible than JSON soup. These architectures are also probably flawed for pushing for complete N-to-N connectivity. It makes far more sense to push for mobile data that can be libe…