• 4 Posts
  • 38 Comments
Joined 1 year ago
cake
Cake day: July 30th, 2023

help-circle












  • Cashier’s checks existed in Belgium a few years ago but I heard they are under fire and will be discontinued at some point.

    Personal checks seem to be non-existent but I heard they can be requested but the banks give some resistance and try to steer people away from it. They only work domestically. I think if you gave a Belgian personal check to a Belgian, they would not generally know what to do with it.

    Impulsive donations have been relatively killed off because cash donations are banned (I think because scammers impersonate charities). So that leaves check and electronic payment. Oxfam does not (AFAIK) carry payment terminals. Checks would make sense, but they are taboo. So they have to ask for a bank transfer, which gives donors a chance to be lazy and forget about it.








  • Why?

    1. It’s a big database. It would be a poor design to replicate a db of all links in every single client.
    2. Synchronization of the db would not be cheap. When Bob says link X has anti-feature Y, that information must then be shared with 10s of thousands of other users.

    Perhaps you have a more absolute idea of centralized. With Mastodon votes, they are centralized on each node but of course overall that’s actually decentralized. My bad. I probably shouldn’t have said centralized. I meant more centralized than a client-by-client basis. It’d be early to pin those details down at this point other than to say it’s crazy for each client to maintain a separate copy of that DB.

    And how would guarantee the integrity of the ones holding the metrics?

    The server is much better equipped than the user for that. The guarantee would be the same guarantee that you have with Mastodon votes. Good enough to be fit for purpose. For any given Mastodon poll everyone sees a subset of votes. But that’s fine. Perfection is not critical here. You wouldn’t want it to decide a general election, but you don’t need that level of integrity.

    A lot less effort than having to deal with the different “features” that each website admin decides to run on their own.

    That doesn’t make sense. Either one person upgrades their Lemmy server, or thousands of people have to install, configure, and maintain a dozen different browser plugins ported to a variety of different browsers (nearly impossible enough to call impossible). Then every Lemmy client also has to replicate that complexity.