Search

Items tagged with: federated

Image/photo

Dispersión



diaspora* es una red federada y descentralizada con más de 170 pods (servidores) activos. A modo de experimento, veamos hasta dónde puede llegar este post y cuántos pods podemos alcanzar.

Si lo estás viendo, por favor comparte este post para generar la mayor dispersión posible. Para medir esa dispersión utilizaremos Diaspora ReShare Graph, una herramienta para seguir las publicaciones compartidas.

http://rsv.diapod.net

Gracias!

Dispersion



diaspora* is a federated and decentralized social network with more than 170 active pods. As an experiment, let's see how far this post can go and how many pods we can reach.

If you are viewing it, please reshare this post to generate as much dispersion as possible. To measure this dispersion we will use Diaspora ReShare Graph, a tool to follow the reshared publications.

http://rsv.diapod.net

Thank you!
#diaspora #hola #newhere #español #english #federated #federación #redeslibres #redsocial #socialnetwork #social #network #softwarelibre #freesoftware #pods #reshare #experimento #experiment
Guido Arnold
7 years ago
Image/photo

Dispersión



diaspora* es una red federada y descentralizada con más de 170 pods (servidores) activos. A modo de experimento, veamos hasta dónde puede llegar este post y cuántos pods podemos alcanzar.

Si lo estás viendo, por favor comparte este post para generar la mayor dispersión posible. Para medir esa dispersión utilizaremos Diaspora ReShare Graph, una herramienta para seguir las publicaciones compartidas.

http://rsv.diapod.net

Gracias!

Dispersion



diaspora* is a federated and decentralized social network with more than 170 active pods. As an experiment, let's see how far this post can go and how many pods we can reach.

If you are viewing it, please reshare this post to generate as much dispersion as possible. To measure this dispersion we will use Diaspora ReShare Graph, a tool to follow the reshared publications.

http://rsv.diapod.net

Thank you!
#diaspora #hola #newhere #español #english #federated #federación #redeslibres #redsocial #socialnetwork #social #network #softwarelibre #freesoftware #pods #reshare #experimento #experiment
Image/photo

Dispersión



diaspora* es una red federada y descentralizada con más de 170 pods (servidores) activos. A modo de experimento, veamos hasta dónde puede llegar este post y cuántos pods podemos alcanzar.

Si lo estás viendo, por favor comparte este post para generar la mayor dispersión posible. Para medir esa dispersión utilizaremos Diaspora ReShare Graph, una herramienta para seguir las publicaciones compartidas.

http://rsv.diapod.net

Gracias!

Dispersion



diaspora* is a federated and decentralized social network with more than 170 active pods. As an experiment, let's see how far this post can go and how many pods we can reach.

If you are viewing it, please reshare this post to generate as much dispersion as possible. To measure this dispersion we will use Diaspora ReShare Graph, a tool to follow the reshared publications.

http://rsv.diapod.net

Thank you!
#diaspora #hola #newhere #español #english #federated #federación #redeslibres #redsocial #socialnetwork #social #network #softwarelibre #freesoftware #pods #reshare #experimento #experiment
Carol Chen
7 years ago

Socialhome HQ



#django #python #decentralization #thefederation #diaspora

https://socialhome.network/
"Socialhome is a #federated home page builder application with social network features."

My little project has reached the phase where I've set up a public demo server. Feel free to play around if you like - feedback would be highly appreciated! Just do realize it's a bit alpha still.

Socialhome HQ

Jason Robinson
7 years ago

Socialhome HQ



#django #python #decentralization #thefederation #diaspora

https://socialhome.network/
"Socialhome is a #federated home page builder application with social network features."

My little project has reached the phase where I've set up a public demo server. Feel free to play around if you like - feedback would be highly appreciated! Just do realize it's a bit alpha still.

Socialhome HQ

Jason Robinson
8 years ago from Diaspora
So who are the #federated and #decentralized #socialweb people coming to #FOSDEM? Would love to meet! Also dinner/drinks?

#diaspora #friendica #hubzilla #gnusocial #xmpp #salut-a-toi #movim #pumpio #thefederation #mediagoblin #owncloud #indieweb

Image/photo
Klaus Weidenbach
12 years ago
New Libravatar addon
Just updated and finished the Libravatar addon for ~friendica ~friendica. #Libravatar is a free and #federated avatar hosting service and can replace the Gravatar addon.
The Libravatar addon is based on the MIT licensed Services Libravatar PHP-library by Melissa Draper.
Please test and give feedback if somthing is wrong or not working correctly. Unfortunately I did not get libravatar running on my CentOS server to test the lookup on other instances than the central on. Had some problems to solve dependencies, but for Debian there are complete install instructions to set up your own Libravatar instance.

Pull Request #67: Libravatar addon by dawnbreak · friendica/fri

This pull request adds a new avatar addon for Libravatar. It can be used instead of gravatar to look up avatar images. Libravatar is a free and open replacement for gravatar. You can also host it on your own server if you like.
It also includes a che...
Klaus Weidenbach
12 years ago
Adding Libravatar support
@Friendica Support @Mike

I would like to add Libravatar lookup as an optional replacement for Gravatar in ~friendica ~friendica. But I have some questions how it would be done best:

#Libravatar is a #federated #avatar hosting service. There is a central service comparable to #Gravatar, but you could also run your own instance of it. Unfortunately it is not so easy to set the hosting service up on your own server, but I would like to add support to query Libravatar. There exists a PHP class to query Libravatar that I would need to use. It is MIT licensed so that should be no problem to include. It requires PHP5.3 would that be a problem?

There is a config option to enable Gravatar support right now. So I thought if it would make sense to implement Gravatar support and then also Libravatar support as plugins?

I just looked shortly into the code and it seems that there is only 1 function I would need to hook into and this function is only used in 2 places. I have thought to rename the function gravatar_img($email) in include/network.php to a more generic avatar_img($email) and placing the hook inside that function that the plugin would use then.
I would also like to add options to the Gravatar plugin then to select the image-rating and default-image. Right now friendica's Gravatar implementation allows pg-rated images hardcoded. Libravatar only allows g-rated images and also only looks these up as a fallback at Gravatar. So no pg-rated images would be possible with the Libravatar plugin anymore as a downside. And a maybe bit slower lookup to find the right hosting service trough DNS or if it needs to fall back to Gravatar. But I don't think that should be a problem and the admin could anyway switch back to Gravatar-only lookup with the Gravatar plugin.

In include/Scrape.php the function gravatar_img() is also called once, but there is no check if $use_gravatar is enabled at all. Was there a special reason for that? Would it break if no avatar is returned?

How would a migration work? Friendica core and the addons would need to be updated at the same time and then there should be an update function that checks if $use_gravatar was enabled before and then enable the Gravatar plugin? Would that work somehow automatically? What if someone forgets to update the addons at the same time?
What would be the right way to check that only one of these two plugins is loaded at any time?

Would like to hear your comments about how this should be implemented in a correct way.

Thank you very much!
Categories: friendica [remove] , Libravatar [remove] , federated [remove]
Filed under: friendica [remove]
Klaus Weidenbach
12 years ago
♲ JC John Sese Cuneta (謝施洗)
I wonder how many more #Friendica instances are out there who haven't made their presence known, not because they are not federating (ie. in private mode), rather because they chose not to list themselves in the global-public directory.

If no user choose to get listed in the global-public directory, no one will know they exist until someone reshare one of their post by well-connected federated users or their friends (of friends), or they post in a public group with federated members.

The media <span style="text-decoration: line-through;">should</span> must understand that concept before they assume Friendica (or any other #DDFON ) only have few users and/or few instances/nodes/pods. Because in the #decentralized, #distributed, #federated, #open, #social network world, it is not about numbers, it is about #freedom, #ownership, and #privacy.

#socnet
newer older