I still don’t get why Strava activities are public by default and why they do not make their users aware of it. I remember having to rummage through the settings to make activities private by default.
I still don’t get why Strava activities are public by default and why they do not make their users aware of it. I remember having to rummage through the settings to make activities private by default.
If you want an experience similar to Arc without the AI nonsense, there is Zen Browser, a Firefox fork with vertical tabs, profiles and side panel.
I’m not familiar with Nextcloud, but from reading the How to use this? section of the README I believe you can run it behind a reverse proxy:
--publish 80:80
This means that port 80 of the container should get published on the host using port 80. It is used for getting valid certificates for the AIO interface if you want to use port 8443. It is not needed if you run AIO behind a web server or reverse proxy and can get removed in that case as you can simply use port 8080 for the AIO interface then.
(Emphasis mine, in “Explanation of the command”)
My understanding is you only have to forward traffic from the reverse proxy to the port 8080. It uses a self-signed certificate though, so you might check if the reverse proxy you are using checks certificates signatures for upstream servers.
It is possible, what you’re looking for is a reverse proxy: it’s an HTTP server that will listen to the standard ports for HTTP and HTTPS that will redirect traffic to the chosen service based on the domain name or URL.
In your case, every subdomain would point to your VPS’s IP and traffic that’s for mastodon.example.tld
will be seemlesly proxied to your Mastodon container.
Do some research on Caddy or Nginx, and I strongly recommend you learn Docker Compose and Docker networking, it will help you make it easier to maintain everything.
PS: CNAME pointing to A record is the way to go. You can do it one better by having a CNAME entry for *.example.tld
, so that you don’t have to create a CNAME entry for every new service you deploy, but you better make sure that your reverse proxy won’t proxy requests to an unexpected container when requesting a bogus subdomain.
Parents, maybe? They are usually so concerned about children’s safety, whether that’s their kids or someone else’s.
It will end up being analogous to Uber and Lyft, and neither helps reducing the amount of cars on the road.
Hum, I never considered this option, though a bug in the CAN bus is more likely than brake lights being out. Some Renault cars were notorious for this, but in this instance I believe it was a Volkswagen Touran.
It’s more a near-miss than an accident, but here we go:
We were coming back from holidays with my dad, he was driving and I was riding shotgun. We were on the highway (middle lane to be exact) when the car in front of us suddenly lost speed, brake lights still off. My dad was able to narrowly avoid the car, it’s frightening to think that we probably owe our life to his reaction time. To this day we have no idea what happened.
Also it doesn’t respect robots.txt
(the file that tells bots whether or not a given page can be accessed) unlike most AI scrapping bots.
If you go for RAID, I would advise for software RAID rather than hardware (i.e provided by your motherboard or a physical car). Hardware RAID will lock you to the particular motherboard or RAID card, which would represent an additional hurdle when upgrading or replacing it.
I see Amazon is trying something else for their 2024 attrition strategy.
Owner of Cloud company that sells AI services tells governments that AI-powered surveillance is good.
Maybe you could deploy a blog on Netlify (which has a free tier) using one of Decap CMS’s starter templates?
I believe Zen’s sole focus is to provide a different UI / UX on top of vanilla Firefox, so I would assume that it is no more or less private than Firefox.
Thank you for the tip, but is there any way to delete the activity data from Meta after de-linking?
It does for a few versions now, and even before there was at least one extension adding this feature.
I feel like not everyone is conscious of these biases and we need to raise the awareness and try preventing for example HR people from buying AI-based screening software that has a strong bias that is not disclosed by their vendors (because why would you advertise that?)
Seems like not a bias by Al models themselves, rather a reflection of the source material.
That’s what is usually meant by AI bias: a bias in the material used to train the model that reflects in its behavior
Earlier this year, researchers from security firm Avast spotted a newer FudModule variant that bypassed key Windows defenses such as Endpoint Detection and Response, and Protected Process Light. Microsoft took six months after Avast privately reported the vulnerability to fix it, a delay that allowed Lazarus to continue exploiting it.
Dammit Microsoft, you only had one job!
I have been contemplating moving to SearNXG for a few weeks, but I have a hard time finding whether I can configure things like domain down-ranking/blocking or custom bangs and lenses, does anyone know if you can do that on a user or instance-level?