Prebake: Block EU Cookie Notices with Adblock
1–10 of 82 posts
Re: Prebake: Block EU Cookie Notices with Adblock
#2Re: Prebake: Block EU Cookie Notices with Adblock
#3Re: Prebake: Block EU Cookie Notices with Adblock
#4The Beacon is designed to provide unpredictability, autonomy, and consistency. Unpredictability means that users cannot algorithmically predict bits before they are made available by the source. Autonomy means that the source is resistant to attempts by outside parties to alter the distribution of the random bits. Consistency means that a set of users can access the source in such a way that they are confident that they all receive the same random string. Description:
The Beacon will broadcast full-entropy bit-strings in blocks of 512 bits every 60 seconds. Each such value is time-stamped and signed, and includes the hash of the previous value to chain the sequence of values together. This prevents all, even the source, from retroactively changing an output packet without being detected. The beacon keeps all output packets and makes them available online.
DRBG Beacon System Diagram Uses:
Tables of random numbers have probably been used for multiple purposes at least since the Industrial Revolution. The first published table appears to be by the English statistician L.H.C. Tippett. In the digital age, algorithmic random number generators have largely replaced these tables. The NIST Randomness Beacon expands the use of randomness to multiple scenarios in which the latter methods cannot be used. The extra functionalities stem mainly from three features. First, the Beacon-generated numbers cannot be predicted before they are published. Second, the public, time-bound, and authenticated nature of the Beacon allows a user application to prove to anybody that it used truly random numbers not known before a certain point in time. Third, this proof can be presented offline and at any point in the future. For example, the proof could be mailed to a trusted third party, encrypted and signed by an application, only to be opened if needed and authorized.
NIST encourages the community at large to research and publish novel ways in which this tool can be used. A few examples of applications are described below:
Unpredictable Sampling
New Secure Authentication Mechanisms
Secure Multi-party ComputationRe: Prebake: Block EU Cookie Notices with Adblock
#5Re: Prebake: Block EU Cookie Notices with Adblock
#6This is great not just from a user's perspective, also the fact that it exists helps pointing out the stupidity of the law.
Problem is the abuse of technology to track users.
Re: Prebake: Block EU Cookie Notices with Adblock
#7Since internet law will only get worse, maybe it's time for a "real" technical solution to this. For example, if we had a standardized HTML element attribute to mark these widgets, browser/adblock makers could enable people to opt out of displaying them. It might look something like this:
...
...
...
And ideally, there would be a JavaScript API to query this as well, maybe piggy-backed on the Permissions API: navigator.permissions.query({ name : 'skip-notice', topic : 'cookies' })Re: Prebake: Block EU Cookie Notices with Adblock
#8Personally, I'm annoyed by the cookie messages, but the law is supposed to help people.
Blocking (or auto-accepting) them is basically saying we don't give a shit about this law :-)
Re: Prebake: Block EU Cookie Notices with Adblock
#9This whole thing is ridiculous. While adding these widgets to blocking filters seems like a workable short-term solution, the entire cookie notice scheme is unworkable in the long run. The problem is, this crap will stack up in the future, and none of it will ever get abolished. On some sites, I get a triple-stacked legalese warning banner, and I have to manually close all three of them. Since internet law will only…
It seems to me there would also be an active push against any such implementation because it would make current solutions for getting around this type of cruft more effective than it already is.
Although if we were going to go this route I'd like to see it be a server-side rather than included in the markup. The browser could detect that you are visiting a new domain and request relevant information upon connection.
Re: Prebake: Block EU Cookie Notices with Adblock
#10This is great not just from a user's perspective, also the fact that it exists helps pointing out the stupidity of the law.
I think law is fine and there should be only a handful of sites in the Internet that would need such warnings. Problem is the abuse of technology to track users.
I don't know how aggressively they [google] will have to enforce this but the possibility of losing adsense revenue will be a hugely motivating factor.
So the number of sites the need such warnings is about to increase massively.