Spyke

Posts

fediverse·FediversebyCpo

What keeps me from closing up my Facebook account

I have decided to write down the reasoning behind me not (yet) closing my Facebook account. Which I really want to do, but feel like I cannot (yet).

My background: software developer.

What I use Facebook for: to keep up to date with family and friends.

In other words: I do not need "outside" people to see my posts. Not everything has to be shared with everyone for me.

I have noticed a lot of people opening up bluesky accounts "because it is not meta", (which is a good thing, obviously).

The only issue is that the fediverse is a twitter (I refuse the name X) platform. Everything is public. On friendica, I can at least control who follows me, but I cannot determine who can see my posts.

So in my case, what happens is that some people might open a bsky/fediverse account, realize that everything is public and not use it again.

Why does the fediverse not have a privacy control to limit who can see and interact with your posts? While I do realize that with the Federation protocol everything is sort of public, this is the thing that keeps me from moving from fb to fediverse.

Edit: Holy crap guys, thank you for all the responses. The fediverse is aliiiive.

Too much to respond to, but:

1: yes i know fb is evil 2: as soon as the friend updates end, i stop scrolling. No desire to see all the stupid diy "tips". 3: yes it sounds lame to use it to keep updated, but there is quite some distance between me and my friends and family 4: even if mastodon has the ability to not make posts public, every node admin can access the database. And I think that goes for every Federated platform, diaspora included.

View original on lemm.ee
95
rust·RustbyCpo

sqlx::Transaction and Arc<Mutex<Transaction>>

In order to share the running transaction into a DAO style data management class, I have wrapped the transaction in an Arc and pass it into the DAO.

The issue is, once the transaction is in there I cannot call commit() on it because it cannot be moved out of the Arc anymore, as the commit requires a mut self.

Any ideas on how to work around this?

View original on lemm.ee
13
voyagerapp·VoyagerbyCpo

Easiest way to block communities and other voyager tips

Voyager is my daily driver sofar. ~The only thing that bothers me is that blocking a community is quite the number of clicks away. ~

When scrolling through "all" and seeing some community I am not interested in, i'd have to click the community name, see all the posts (which I am almost certain they will not interest me as they are a part of the community I want to block) then open the menu, click "block" then "community". And then retrace my steps back.

Subscribing is the same.

Or is there a better way?

Got the tip of long-pressing the community name and then selecting "block community".

As there might be other pearls of uses to be found in Voyager, please post your tip below!

View original on lemm.ee
16

You reached the end