Viewing profile — cdrx
cdrx
HN member- Joined
- Sat, Jul 19, 2014, 12:14 PM UTC
- HN karma
- 23
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About cdrx
No profile information was provided.
Recent public activity
-
comment
Comment #43961094
Junie in Ask mode: > Which LLM are you? > I am Claude, an AI assistant created by Anthropic. In this interface, I'm operating as "Junie," a helpful assistant designed to explore co…
-
comment
Comment #31681060
> bundle it with something like https://fortawesome.com/ Using FA as a CDN is not GDPR compliant, either. Generally speaking using any public CDN is not GDPR compliant. If you _cou…
-
comment
Comment #30161659
That is my understanding too. The issue is as much about jurisdiction as the physical location of the hard drive that holds data.
-
comment
Comment #29938226
“PII” is not a term the EU or UK GDPR recognises. It may have a specific meaning in American law; but the GDPR definition of personal data is significantly broader. It certainly in…
-
comment
Comment #29933304
> This ruling, should Google comply in the end, will not change anything. Google will store the data in the EU and that's it. The US CLOUD Act allows US law enforcement to force Go…
-
comment
Comment #29933088
By its very nature, an analytics product must process personal data. Personal data is "any information relating to an identifiable individual" (see GDPR art 4(1). Your IP address, …
-
comment
Comment #29923634
> As for the privacy laws regarding tracking IP addresses, it's not very clear whether it requires consent or not as the law is ambiguous. The IP itself alone can not be directly c…
-
comment
Comment #29471527
ORM will use the same `a` suffix, yes.
-
comment
Comment #28207733
There are a few tools that will "tile" an image for you. libvips dzsave works well, even for really big images: https://libvips.github.io/libvips/API/current/Making-image-p... Ther…
-
comment
Comment #26522927
Swarm isn't dead, it works just fine and is being actively maintained.
-
comment
Comment #26375386
Your understanding of the regulation is wrong, but I’m not going to hammer the point.
-
comment
Comment #26371817
> No if a user clicks a button to see the prices at 10 euros but see the prices at 20 euros then that is an issue. I agree with you, that is a serious issue. But that issue is caus…
-
comment
Comment #26371496
Your understanding of strictly necessary is incorrect. You do not need to a/b test a website for it to function. It is optional. It doesn’t become legal just because your tech stac…
-
comment
Comment #26370536
Storing a cookie which is not strictly necessary to provide the service, requires explicit consent. This is a PECR requirement, not a GDPR one. Tracking the source and campaign of …
-
comment
Comment #26368172
> Isn't this what's written in the GDPR? I wish it was this explicit, but it isn't. EU member states have all interpreted the regulation differently. Making it harder to opt out th…
-
comment
Comment #26367881
To be legal you need to get the user's consent, upfront, for that tracking. Technical challenges are not a defence. GDPR is not the only regulation at play here. The PECR also appl…
-
comment
Comment #24706658
Git remotes is certainly not "easier to implement". You need to have ssh infrastructure setup to receive the repository, deal with key management, provide the user some way to inpu…
-
comment
Comment #22793347
There is https://apibakery.com on the basic end of the scale
-
comment
Comment #22075291
I think forestadmin.com / jetadmin.io are the SQL introspection equivalent of the Django Admin. Both are commercial products though.
- story
-
comment
Comment #12097726
Standard DRF is nothing like the JSON API spec.
-
comment
Comment #10809794
You can tweet a new colour for the tree to @port57tree. The tree is driven by two Raspberry Pis, four FadeCandy boards, 2048 RGB LEDs and four 60 amp power supplies. It took about …
- story
-
comment
Comment #10554465
That isn't the case. There are a whole host of tools, like Reactive Native and Appcelerator Titanium that interpret and execute JS on the device outside of UIWebView.
- story