• 0 Posts
  • 14 Comments
Joined 2 years ago
cake
Cake day: July 8th, 2023

help-circle



  • their home address, social security number, face, email, phone number, passwords, their emails and texts, etc could be out there for anyone to see soon or may already be

    this part is important and few people talk about this. your data is indeed for faceless companies eyes only, but for now.

    you’d have to blindly trust all big datas’ security practices and that they won’t be leaked any time in the future, either by an inside agent or by a security vulnerability.

    once upon a time we did the same to our online accounts and used the same password over and over, only to find they were stored as plain text waiting to be leaked…



  • not sure if you’re talking about sailing there, but my point against Netflix would be that there are definitely more things to do in life than sitting through hours of passive low effort entertainment. it’s very obvious but I guess people are slowly forgetting about that

    even gaming is better. at least you’re exercising your brain and motor skills

    the banking thing is something else though. but it’s the kind of thing that’s probably done for security anyway, so it’s not that bad and things like that definitely wouldn’t be profitable enough for all this effort Google and others are putting into it 😅



  • arvere@lemmy.mltoMildly Infuriating@lemmy.worldThanks Spez!
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    2 years ago

    [-] thunderbox666 « 1 point 2 months ago

    Pretty much any subdomain will go to the nginx server and it will only do something if youve configured that subdomain in the config - everything else just gets ignored, or you can setup a catchall to handle all the unconfigured stuff

    so you will need something like this (might not be exact, been a long time since i had to configure NGINX haha)

    server {
    server_name ha.mydomain.duckdns.org;
    location / {
    proxy_pass http://hostnameOrIP1:port1;
    }
    }
    server {
    server_name nextcloud.mydomain.duckdns.org;
    location / {
    proxy_pass http://hostnameOrIP2: port
    }
    }
    

    an easier way would be to use Nginx Proxy Manager which gives you a nice GUI to add and manage all the sites.





  • for me, the biggest issue with the fairphone is that they attempted to embrace everything: modular, sustainable, fair trade, etc

    their competitors do none of that, so the quality/cost ratio turns out way off and that prevents their market share to grow sustainably (pun intended). the few people I know who use it, are the profile that is used to do sacrifices like that (like buying sustainable food at large markups, etc) but that’s not feasible or desirable to the vast majority

    imo they should have picked a concept and perfected it - preferably the modular part which is the best thing you can do and brings tangible value to users. then move on to the other things… that’s a great cautionary tale about trying to be the good guys in capitalism, the system is not in their favour