316
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 11 Apr 2024
316 points (98.5% liked)
Technology
59374 readers
3040 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
The bad part is that even if you block everything on the client side with ad/tracker blocking extensions, there's nothing stopping them from collecting data on the server side.
That would be a violation of HIPAA.
I was referring to the website. This article goes in a lot more detail about how it works.
I'm pretty sure they are consulting lawyers to see how much data they can sell to third parties without breaking the law.
For non-medical data, sure. That’s not an uncommon form of data collection. It’s a complete violation of HIPAA to use something like that on medical databases.
Please explain. How can google, Facebook, and such get data out of a hospital web server directly? That would be hacking.
Typically trackers are implemented client side because it's more convenient. It's closer to the user, it can collect more data, and there is only one programming language it needs to support, Javascript.
But the disadvantage is that it can be blocked by the users. Data collection and user tracking can also be done on the server side. There are many analytics packages that support it, including Google Analytics. This is much easier to hide from the users. Here is an article I found on the topic.
It's not hacking because the website developers integrate it willingly.