AmbitiousProcess (they/them)

  • 0 Posts
  • 14 Comments
Joined 3 months ago
cake
Cake day: June 6th, 2025

help-circle
  • Not to mention that a lot of negative societal consequences are created as a result of actions by the very wealthy, not just actions that happen to benefit the wealthy.

    Any time someone complains about drug use, or the violence stemming from it, thank the billionaires that funded it and paid money to avoid some of the consequences.

    Neo-nazis? I sure do hope that no billionaire buys a social media site and explicitly shifts its algorithm to display more neo-nazi and far right sentiment while bribing people to vote for a neo-nazi!

    Even a vast chunk of all crime in this country is going to be as a result of people’s poor material circumstances, caused by billionaires not paying enough to individuals and to social services. The majority of people shoplifting don’t do it because it’s fun, they do it because they don’t have food to eat.


  • That would depend on the way in which the individual became quadriplegic, any treatment they’re receiving, and what parts of their body are affected by it.

    It seems there’s very cursory research showing some spinal injuries can increase your likelihood of developing conditions like pneumonia, and your risk of infection from most bacteria, but it doesn’t seem to be true in all cases, nor has there been a lot of research as to if it persists forever, the exact mechanism by which it happens, or to what degree it can impair the immune system.

    That likely isn’t very relevant to the original question of asthma, though, unless the quadriplegic individual…

    • Acquired any of a very small selection of respiratory viruses as a young child
    • Received many antibiotics as a young child
    • Became quadriplegic later in life and were exposed to a large quantity of non-pathogenic bacteria/viruses
    • Exposed very little exposure early in life to non-pathogenic bacteria/viruses (e.g. from farms, pets, general non-sterile environments)

    …since those are the primary mechanisms by which any form of immune reaction could be impacting the likelihood of asthma developing and/or getting worse/better.




  • How is it not a shift? It would be an expansion if they were increasing their overall coverage by region in addition to Switzerland, but they’re actually moving their infrastructure out of Switzerland, and not hosting it there after the switch is completed, (other than what I’d assume would be things like a VPN endpoint for those who want it, or any services for Swiss customers that want data to remain entirely within Switzerland) because this law would put them under too much scrutiny.

    They even state at the very bottom of this blog post about their new AI features that “Proton is moving most of its physical infrastructure out of Switzerland”

    Sadly though, I agree with you on the chat control part. I don’t think they’ll easily be able to escape this no matter where they go. Any still standing bastions of privacy seem to be falling right before our eyes.








  • Presearch is not fully decentralized.

    All the services that manage advertising, staking/marketplace/rewards functionality, and unnamed “other critical Presearch services” are all “centrally managed by Presearch” according to their own documentation.

    The nodes that actually help scrape and serve content are also reliant on Presearch’s centralized servers. Every search must go through Presearch’s “Node Gateway Server,” which is centrally managed by them. That removes identifying metadata and IP info.

    That central server then determines where your request goes. It could be going to open nodes run by volunteers, or it could be their own personal nodes. You cannot verify this due to how the structure of the network works.

    Presearch’s search index is not decentralized. It’s a frontend for other indexes. (e.g. it outsources queries to other search engines, databases, and APIs for services it’s configured to use) This means it does not actually have an index that is independent from these central services. I’ll give it a pass for this since most search engines are like this today, but many of them are developing their own indexes that are much more robust than what Presearch seems to be doing.

    This node can return results to the gateway. There doesn’t seem to be any way that the gateway can verify that what it’s being provided is actually what was available on the open web. For example, the node could just send back results with links that are all affiliate links to services it thinks are vaguely relevant to the query, and the gateway would assume that these queries are valid.

    For the gateway to verify these are accurate, it would have to additionally scrape these services itself, which would render the entire purpose of the nodes pointless. The docs claim it can “ensure that each node is only running trusted Presearch software,” but it does not control the root of trust, and thus it has the same pitfalls that games have had for years trying to enforce anticheat (that is to say, it’s simply impossible to guarantee unless presearch could do all the processing within a TPM module that they entirely control, which they don’t. Not to mention that it would cause a number of privacy issues)

    A better model would be one where nodes are solely used for hosting to take the burden off a central server for storing the index, and chunks sent to nodes would be hashed, with the hash stored on the central server. When the central server needs a chunk of data based on a query, it sends a request, verifies the hash matches, then forwards it to the user, thus taking the storage burden off the main server and making the only cost bottleneck the bandwidth, but that’s not what Presearch is doing here.

    This doesn’t make Presearch bad in itself, but it’s most definitely not decentralized. All core search functionality relies on their servers alone, and it simply adds additional risk of bad actors being able to manipulate search results.