Rearsays

joined 2 years ago
[–] Rearsays@lemmy.ml 2 points 10 months ago

It seems like a nice idea that they offer a paid option for an ad free internet

[–] Rearsays@lemmy.ml 3 points 10 months ago (1 children)

In the world of Mobile, you’re always going to have to have some kind of signalling protocol that will have to be through someone else Simply because establishing listening functions that help push notifications reach you at all consumes battery. In this case, I think what the real thing should be is, if we should be trusting these push notification systems We should be able to host them as well Servers we choose to associate with our devices

[–] Rearsays@lemmy.ml 25 points 10 months ago

I mean ok but the fact that your car is spying on you has to break a thousand big tech nda’s

[–] Rearsays@lemmy.ml -4 points 10 months ago

I can’t wait to ruin my 700$ vacuume

[–] Rearsays@lemmy.ml 12 points 10 months ago (2 children)

I choose option three.

To fully delete your Facebook account, you would need to go through Facebook's account deletion process. I can guide you through the steps:

  1. Click on the account menu down arrow at the top right of any Facebook page in your web browser.
  2. Select 'Settings & Privacy', then click 'Settings'.
  3. Look for the 'Your Facebook Information' section.
  4. Click on 'Deactivation and Deletion'.
  5. Choose 'Permanently Delete Account', then click 'Continue to Account Deletion'.
  6. Follow the instructions to confirm the deletion.

Remember that once your account is deleted, it cannot be recovered. If you wish to keep the data, make sure to download a copy of your information before deleting your account.

If you're logged in, you can directly go to the deletion page using this link: Delete My Account

Just copy and paste the URL into your web browser's address bar. Note that you may need to log in to Facebook again to access this page.

[–] Rearsays@lemmy.ml 19 points 10 months ago (2 children)

This is cool but it would have to be like a third that price before anyone could take the leap. If anything someone should find some way to hack and replace the spyware in a Roomba or something

[–] Rearsays@lemmy.ml 6 points 10 months ago

What a shame.

[–] Rearsays@lemmy.ml 2 points 10 months ago

Looks good to me. It’s short hand for a code approval.

[–] Rearsays@lemmy.ml 2 points 10 months ago

Running my home servers

[–] Rearsays@lemmy.ml 2 points 10 months ago

They get em early don’t they over there at the big G.

[–] Rearsays@lemmy.ml 1 points 10 months ago (2 children)

Your first mistake was Google itself

[–] Rearsays@lemmy.ml 24 points 11 months ago

If you care about privacy at all why are you installing brave

 

it just seems like the goto of tpb is kind of feeling abandoned as a source of content at times and wondering if there's anything new out there I should look for to get my hands on something like an apple silicon version of Sketchup.

 

Title says it all

 
    deploy:
      replicas: 1
      placement:
        constraints:
          - node.hostname == web
      labels:
        - "traefik.enable=true"
        - "traefik.http.routers.lemmy.tls=true"
        - "traefik.http.services.lemmy.loadbalancer.server.port=1234"
        - "traefik.http.routers.lemmy.rule=Host(`lemmy.example.com`)"
        - "traefik.http.routers.lemmy.entrypoints=websecure"
        - "traefik.http.routers.lemmy.tls.certresolver=letsencryptresolver"
        - "traefik.http.routers.lemmy.service=lemmy"
        - "traefik.docker.network=traefik"
        - 'traefik.http.routers.lemmy.middlewares=authelia@docker'

c/lemmy_support

 
    deploy:
      replicas: 1
      placement:
        constraints:
          - node.hostname == web
      labels:
        - "traefik.enable=true"
        - "traefik.http.routers.lemmy.tls=true"
        - "traefik.http.services.lemmy.loadbalancer.server.port=1234"
        - "traefik.http.routers.lemmy.rule=Host(`lemmy.example.com`)"
        - "traefik.http.routers.lemmy.entrypoints=websecure"
        - "traefik.http.routers.lemmy.tls.certresolver=letsencryptresolver"
        - "traefik.http.routers.lemmy.service=lemmy"
        - "traefik.docker.network=traefik"
        - 'traefik.http.routers.lemmy.middlewares=authelia@docker'
view more: next ›