• 4 Posts
  • 308 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle



  • Federated systems are one option for this. On one of my sites, the only way people can leave comments is with ActivityPub. They must have a (probably pseudonymous) account on a server to use that, and I hope that most servers have moderation I find acceptable. I can block those that do not.

    More sophisticated options for sharing reputation between servers would help here. If, for example five servers I trust block another server as a source of harassment, I’d like to block it as well, automatically.


  • Subsidized devices blur the line between a fee for terminating service early, and paying off the cost of the device. Perhaps the former should be banned to encourage competition, and the cost of the device and the service clearly separated. That way it’s clear when the device is paid off and (in my imagined ideal regulatory scenario) must be unlocked.

    a poor person would have to pay BOTH. An early termination fee AND then go buy a new phone

    They probably don’t have to pay the fee. They might owe it legally, but the likely consequences for not paying are some impact on their credit score and inability to get service from that carrier under their own name for a while.






  • My (self-hosted) Mastodon server seems unable to view profiles on Threads. As far as I can tell, there’s nobody to talk to about that.

    I don’t have high hopes about Meta having good intentions here, but I am eager to see platforms that would have previously been walled gardens open up to the federated model. I do think we have some work to do on the open source side to manage the potential massive increase in exposure once Threads users can follow users of other software.

    Of course you can pick a server that blocks Threads if you just don’t want to deal with that.



  • I like Condorcet methods.

    This is a ranked method that’s different from instant runoff, with its defining characteristic being that the winner would beat every other candidate in a two-way race. The biggest downside is that determining the result is more mathematically complex than other methods, which makes it harder to explain and might lead people to mistrust the result.

    Condorcet methods benefit candidates few voters hate, which is the inverse of the current and past two US presidential elections. Given a situation where two dominant parties run widely unpopular candidates, a Condorcet method would create a very strong probability that any palatable third-party candidate wins, though over the long term a system using such a method probably wouldn’t have two dominant parties.




  • I’m not immunocompromised or any other kind of high-risk and I wear an N95 mask in most indoor public settings.

    I plan on doing it until something changes. That could mean any of:

    • SARS-CoV-2 mutates into a dominant strain with a low risk of long-term disability
    • A new vaccine is developed that reduces the risk of long-term disability following COVID, or probability of infection to virtually nil
    • Monitoring programs, such as CDC wastewater testing show a low risk of infection

    It seems to me people collectively decided to stop caring about COVID even though most of the risks that were present two years ago still exist. I would therefore ask the inverse: why stop protecting yourself before the danger is over?






  • That’s a valid point, though it looks like Popfile’s installation instructions call for manually installing libraries, presumably current ones. I think it processes only text, not PDFs or images, which are traditional sources of vulnerabilities. I’m fairly certain it doesn’t attempt to execute Javascript. It is, itself written in Perl, which is memory-safe.

    It’s worth considering security because there’s so much malware out there trying to spread indiscriminately, but Popfile is less vulnerable than an Android app (which bundles its dependencies) or anything written in C (which is subject to all kinds of memory management bugs).