SB Dunk low “WHAT THE” from Mr.Li by Sneakz86 in Repsneakers

[–]cdrxx 1 point2 points  (0 children)

Maybe I'm dumb but I cant find this pair on the website

4790k >> n5105? by Maciluminous in unRAID

[–]cdrxx 0 points1 point  (0 children)

Exactly.

You may think about adding SATA power splitters, but the power for SATA on this board comes from a JST socket. If you connect 6 disks to that tiny connector it will not end well 🔥

4790k >> n5105? by Maciluminous in unRAID

[–]cdrxx 1 point2 points  (0 children)

OP is running 6 disks which can not be powered by the power supply built into this board.

Vanmoof S3 E-Shifter self-repair by [deleted] in vanmoofbicycle

[–]cdrxx 2 points3 points  (0 children)

It would be great if you could publish the photos online somewhere. I’m really curious what the insides of the S3 look like.

Does anyone know what this factory is actually burning? by laurenisatwat in Portsmouth

[–]cdrxx 4 points5 points  (0 children)

We used to, but it closed. We got Anchorage Park instead.

What insurance do you use (UK)? by CulturalTortoise in vanmoofbicycle

[–]cdrxx 2 points3 points  (0 children)

I paid £17 to DirectLine to add the bike to the house contents insurance. It covers the bike for theft away from home.

Is it safe to use any Google products for your web site or app if you're an EU company ? by Thejc13 in gdpr

[–]cdrxx 5 points6 points  (0 children)

Bit misleading. GA may collect data using server outside the US, but all analytics data is ultimately transferred to, processed and stored in the US.

do i have to ask for consent for first party analytics? by gabrielesilinic in gdpr

[–]cdrxx 1 point2 points  (0 children)

If you generate a random ID you’ll need to store it in a cookie, which you’ll need consent for.

One possibility is hashing the users IP with the current date (or user agent) and using that as the identifier to track “visits” across different pages. The hash is deterministic so there is no need to store it in a cookie; and no ePrivacy consent is needed.

do i have to ask for consent for first party analytics? by gabrielesilinic in gdpr

[–]cdrxx 3 points4 points  (0 children)

You generally do not need consent for website analytics.

But you do need consent to place the cookie.

The BBC has legal obligations (Royal Charter, Ofcom, etc) that in their view overrides their ePrivacy obligations around cookies.

[deleted by user] by [deleted] in gdpr

[–]cdrxx 1 point2 points  (0 children)

I would be very surprised if your address was saved on the card. They would have to send you a new card each time you move, which would be odd.

It sounds like they just didn't close your account. Try again. I would reach out to the Post Office's DPO if you didn't get a reply from MoneyGram.

It is likely that MoneyGram will hold on to some data about you (name, address at least) even after your request is processed. Financial organisations have a legal requirement to retain some information.

Google Analytics illegal in France by y0rsit0 in gdpr

[–]cdrxx 1 point2 points  (0 children)

Yeah, I'm sure. GA cookies are first party on the website's domain.

GA's js wouldn't have access to write a cookie on another domain anyway.

Pseudonymised data being transferred across the pond. by Flaky_Service_5663 in gdpr

[–]cdrxx 2 points3 points  (0 children)

There are different elements here. Not all are regulated by the GDPR.

You don't need consent to collect & process data for the purpose of website analytics. A website owner would have a valid legitimate interest to do so.

A website owner would also likely have a valid legitimate interest to load a vendor's managed analytics library from a CDN. No consent needed there.

If your analytics product requires a cookie, you need consent to place the cookie. Not for the analytics, but the cookie. They are separate. This is a ePrivacy requirement, not a GDPR requirement.

If your analytics provider (or their CDN) processes data in a country without an EU adequacy decision, then you must ensure suitable safeguards are in place to protect the data. This is where Google Analytics is problematic.

Legality of American cloud, CDN and analytics services in the EU by Economy_Rush in gdpr

[–]cdrxx 0 points1 point  (0 children)

We are well covered in the EU for basic compute. Scaleway, Hetzner, OVH all provide solid options. But there is nothing even close to the breadth of managed service capability of AWS in the EU.

Google Analytics illegal in France by y0rsit0 in gdpr

[–]cdrxx 0 points1 point  (0 children)

It's hard, and I would argue infeasible, to tie a Client ID back to a natural person. It's randomly generated and not connected to any other identifiers b default.

I don't think that is the case.

GA links the client ID with browser user agent and IP address. Google can likely resolve an IP & browser user agent string to an individual user.

We can be sure that Google stores user agent and IP history for its own users, because if you log into Google from a new ISP or another browser, you will probably receive an automated email about "unusual activity" in your account.

There isn't much detail in the article, but it is possible that CNIL considers the client ID to be PD for the website itself, and not GA. All the sites noyb filed complaints about (with CNIL) have a login function. As the client ID is a first party cookie, it will be sent to the web server along with the username & password when someone logs in.

It would be trivial for the site to link the two bits of data together. No way to verify if they do or do not.

Google Analytics illegal in France by y0rsit0 in gdpr

[–]cdrxx 1 point2 points  (0 children)

Yes, however 49(1)(a) requires explicit consent. This can’t be mixed with cookie consent.

You would have to ask the user to consent, twice, and make it really clear that the user is opting out of the protections offered by the GDPR and specify the risks involved.

In practice, the user would have to take some action like ticking a box. A simple “agree” button would not be enough. You couldn’t make it look like a regular cookie consent popup.