Hacker Newsnew | past | comments | ask | show | jobs | submit | more cccbbbaaa's commentslogin

I believe the A350 has it in qwerty.


The A380 even has a stowable full-size keyboard, as far as I know! Not sure if it can input data into this particular system, though.


but is it a mechanical keyboard? or type-by-wire?


In my country: MED-2020-015 (against the ministry of health), SAN-2023-023. Maybe more.


I've heard about form fields hidden with CSS multiple times. No idea how effective this is though.


Honeypot have gotten less effective as bots have moved to using headless-browser agents vs simple POSTs.


It works for low-stakes stuff, e.g. it has eliminated the spam sent to our contact form.


No, the minimum fines are in the hundreds, and that’s on the unlikely event where you actually get a fine. Fines over a million are definitely not the norm. See GDPR article 83 and https://www.enforcementtracker.com/


> So in essence, it disallows logging IP address for any purpose, be it security, debugging, rate-limiting etc. because you can't give consent in advance for this, and no other sentence in Art. 6.1 applies.

In addition to the other answers, I want to point out that recital 49 says that it is possible under legitimate interest (6(1)f).


Thank you! This is the only non-vague answer, as it directly addresses the use-case.

If only I had known this in my last corporate role where this discussion alone cost us weeks :/


There is the same kind of language in GDPR (see article 2(2)D), but it still did not prevent this decision: https://www.laquadrature.net/en/2025/01/31/justice-finally-f...



Although the article is intimidating, the implementation appears pretty simple and flexible. Has anyone tried using this either in the Darktable app or in their own libraries? I might like to try porting it to JS to compare it for web based color picker GUIs.


This colorspace is used internally by the color balance RGB module of Darktable (and Ansel).


This is an incredible reference, thanks.


Someone else was mentioning Oklab color space, and I was wondering what the difference was to darktable UCS.

TL;DR: Oklab is pretty simple, but is already pretty nice as a perceptually uniform color space. Darktable UCS takes Oklab and tries to reduce the residual error.

Feel free to correct me if I got anything wrong


Not sure. The article is long and I only skimmed it, but what stood out to me were the following paragraphs:

"After trying to fix Oklab for a dozen of hours, it appeared that the numerical issues it raises are grounded into design constraints we don’t need for the current task. And so do most of the other perceptual spaces.

[..]

So we could fit an Lch model directly from Munsell hue-value-chroma dataset, without going through LMS space and without even tilting the lightness plane. Doing so, we will not try to model the physiology of vision, but approach the problem as a geometric space distortion where the Munsell hues and the saturations (as a ratio of chromas / values) can be predicted by a 1D mapping from the hues, chromas and lightnesses of forming the principal dimensions of the model.

This model will need to be invertible. We will try to fit brightness data to derivate correlates of perceptual brightness accounting for the Helmholtz-Kohlrausch effect. Using the brightness and saturation correlates, we will rewrite our image saturation algorithm in terms of perceptually-even operators."

They obviously took a lot from Oklab but it seems to me they did more than just modifying it to reduce the residual error. But again, I just skimmed and I can be completly wrong.


> The EU has had since 2009 to clarify this

They did, back in 2012. See point 3.6 here: https://ec.europa.eu/justice/article-29/documentation/opinio...

More recently, see point 49 here (in French): https://www.cnil.fr/sites/cnil/files/atoms/files/lignes_dire...


Section 3.6 specifically says that you need a cookie consent notice if you save preferred language for more than one session (a few hours).


It says that simply telling the user that the language setting uses a cookie is enough to obtain consent in this case. Not that you need a full blown banner. The CNIL even says you don't need consent to do it.


It doesn't. They are useful for the REPL only, to tell it that a statement is over. I prefer this over what Python does, which is to consider that an empty line is the end of a statement. Copy-pasting functions from a file to the REPL can be a bit tedious because of this. In OCaml, all I have to do is to add ;;<enter>, and I'm good to go.


Apparently, they removed the soft update feature: https://marc.info/?l=openbsd-cvs&m=171489385310956&w=2


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: