Browsers are not supposed to be only "html document viewers". In spec parlance, they are supposed to be agents for doing whatever the user wants to do: that's why they also offer facilities for passwords, for example.
The fediverse is a bunch of web servers each with the accounts on it. When I am subscribed on instance A and go on an account on instance B, today the browser acts as a document viewer: I can see what the profile wants to show me, hopefully it has a button that properly redirects me but then I leave the context of the message I was looking at.
What I want instead is for the browser itself to offer me fediverse actions: like, comment, reply, directly from where the content I'm interacting with is. I don't expect browsers to do that soon so the next best thing is web extensions
Spot on. Focusing on the software is the most tech-centered approach one can do, unfortunately tech people suck at make something excellent for non-tech people.
People don't like it but we need to put more focus on the fediverse as a network, say the AP word exactly once as to not confuse, but always operate in that state of mind.
And tech people must build a web extension to do fediverse stuff while being somewhere on the web ! That's what a User Agent is for, doing stuff for me
Thanks ! I'm active on the fediverse under other accounts, but I wanted to try the piefed experience as The Devs intended
I think everyone agrees that the fediverse experience is highly different from the centralized experience, but I disagree that the fediverse must necessarily hide what it is and reproduce such a centralized system.
We've been fed the lie that tech is "easy" when it isn't at all, but that is not a problem. Driving a 2 tons box around at hundreds of km/h takes some skill, some time to learn, but we don't consider it too hard and skippable. I think we should put our efforts into simplifying the explanations, showing what it brings and what you lose, if we want more people to join (and I do)
Yeah, you're actually closer to that initial situation, so the comparison is even more apt
The paramilitary arm of the Nazis, also known as SA, doing all the protection of events and members, harassment and killings of persecuted minorities and concurrent parties while it was not in power yet: https://en.wikipedia.org/wiki/Sturmabteilung
But the situation is different now because you're part of the official organization with the official power :/
Rights problem when running the docker install
Hey there, thanks a lot for pyfedi it's a really nice addition to the network !
I tried to run the docker install and hit some issues with the database:
db-1 | initdb: error: could not change permissions of directory "/var/lib/postgresql/data": Operation not permitted db-1 | fixing permissions on existing directory /var/lib/postgresql/data ...
The problem is that for some reason after cloning the pg folder is owned by root, so it can't change permissions. I had to change owner to 1000 and then the rest of the install procedure went flawlessly !