Is it just me, or has "federated" come to mean just mean multi-tenant SaaS (maybe with some features that cross boundaries) that's also open source?
Mobilizon – A free, federated tool for events and groups
61–70 of 101 posts
Re: Mobilizon – A free, federated tool for events and groups
#62Re: Mobilizon – A free, federated tool for events and groups
#63Is it just me, or has "federated" come to mean just mean multi-tenant SaaS (maybe with some features that cross boundaries) that's also open source?
Re: Mobilizon – A free, federated tool for events and groups
#64Earlier quoted context omitted.
Why not just start a blog?
Because it's unweidly. Too verbose. A post is often no more than a sentence or less with a photo.Each comment on an entry would have to be another blog post with it's own attached/linked media. Also tag clouds lack structure. It's difficult to search across blogs (which would delinieate users). You could shoehorn it in, but the blog solution is nothing close to ideal.
Re: Mobilizon – A free, federated tool for events and groups
#65Re: Mobilizon – A free, federated tool for events and groups
#66Some of these illustrations are really great! I'd probably use them as desktop wallpapers if I could get higher resolution versions.
Re: Mobilizon – A free, federated tool for events and groups
#67Re: Mobilizon – A free, federated tool for events and groups
#68I'm about 2 hours into setting up an Mobilizon instance for outdoor socially distant activities, but running into problems [1] and at the end of the day federation isn't important to me and I'd prefer the learning opportunity and flexibility of building my own [2]. Curious if any HNers in the PNW region might use such a service to pod up for outdoor socially distant activities (hiking, wilderness cleanup, kayaking, p…
dd if=/dev/zero of=/swapfile bs=1M count=1024
sudo chown root:root /swapfile
chmod 600 /swapfile
mkswap /swapfile
swapon /swapfile
add /etc/fstab
/swapfile swap swap
defaults 0 0
#echo 0 > /proc/sys/vm/swappiness
sudo sysctl vm.swappiness=10
add to /etc/sysctl.conf
vm.swappiness=10
All I am doing is creating a swap file of 1GB and enabling it with a not so aggressive swappinness on the kernel.Re: Mobilizon – A free, federated tool for events and groups
#69Re: Mobilizon – A free, federated tool for events and groups
#70Looks like they self-host their source code too: https://framagit.org/framasoft/mobilizon/ It appears to be developed in some language called "Euphoria"?? That's such a strange choice and is going to seriously limit contributions from other developers.