RE: Standardisation work reference in the GPII

Interesting,  from Wikipedia Bloom filters are most useful when data sets
are large and you want to know if an item is/isnt in the set. I'm not sure
that is the case for press we we want to access all setting that apply for
s user and match to device capabilities. At least that is the case for
sensory adjustments.

Steve Lee
Sent from my mobile device Please excuse typing errors
On 15 Apr 2015 17:33, "Jamie Knight" <Jamie.Knight@bbc.co.uk> wrote:

> Hiya,
>
> How about a bloom filter. It is very effective for 'is item in set of
> items' type query. Not sure what scale you thinking of. At the BBC we use
> bloom filters to prevent duplicate votes for things like strictly come
> dancing. Even after millions of votes it can identify a duplicate vote
> without having to store a log oh ever IP address which has ever votes.
>
> The issue is similar, instead of storing. List of all preferences a use
> has made (which is of variable size) instead store a bloom filter off
> unique items of the set. The filter will be the same size for all users
> making scaling easier.
>
> I only have a rough idea for how they work but perhaps this is a good use
> case. Just a stray though. :)
>
> J&L
> ________________________________________
> From: lisa.seeman [lisa.seeman@zoho.com]
> Sent: 15 April 2015 15:38
> To: Steve Lee
> Cc: Katie Haritos-Shea GMAIL; public-cognitive-a11y-tf
> Subject: Re: Standardisation work reference in the GPII
>
> Ah, got it
>
> Yes the thin we need is how to encode the preferences, so we cna evaluate
> what preferences are supported and what are not
> All the best
>
> Lisa Seeman
>
> Athena ICT Accessibility Projects <http://accessibility.athena-ict.com>
> LinkedIn<http://il.linkedin.com/in/lisaseeman/>, Twitter<
> https://twitter.com/SeemanLisa>
>
>
>
>
> ---- On Wed, 15 Apr 2015 17:04:23 +0300 Steve Lee<steve@opendirective.com>
> wrote ----
> I did n;t make my reason for sharing this clear. It was to give an
> overview of the various standards that may be of interest to us.
>
> AS to how to do it - do you mean gathering and using preferences?
> Steve Lee
> OpenDirective http://opendirective.com
>
>
> On 15 April 2015 at 14:59, lisa.seeman <lisa.seeman@zoho.com<mailto:
> lisa.seeman@zoho.com>> wrote:
> > Hi Steve
> >
> > This is useful but what we realy need is the specification of HOW to do
> it
> > with the sematics. Worked examples would also be nice.
> >
> > That way we can see what there already is and what we need to do.
> >
> > All the best
> >
> > Lisa Seeman
> >
> > Athena ICT Accessibility Projects
> > LinkedIn, Twitter
> >
> >
> >
> >
> > ---- On Wed, 15 Apr 2015 16:34:38 +0300 Steve Lee<
> steve@opendirective.com<mailto:steve@opendirective.com>>
> > wrote ----
> >
> > Having discussed it with Jamie we felt it needs a little explanation and
> a
> > key for the colours.
> >
> > Steve Lee
> > OpenDirective http://opendirective.com
> >
> > On 15 April 2015 at 14:25, Katie Haritos-Shea GMAIL <ryladog@gmail.com
> <mailto:ryladog@gmail.com>>
> > wrote:
> >
> > Glad you found this Steve, thanks! Gottfried does good work. I am going
> to
> > forward it to the other relevant groups in my purview.....
> >
> >
> >
> > * katie *
> >
> > Katie Haritos-Shea
> > Senior Accessibility SME (WCAG/Section 508/ADA/AODA)
> >
> > Cell: 703-371-5545 | ryladog@gmail.com<mailto:ryladog@gmail.com> |
> Oakton, VA | LinkedIn Profile |
> > Office: 703-371-5545
> >
> > -----Original Message-----
> > From: Steve Lee [mailto:steve@opendirective.com]
> > Sent: Tuesday, April 14, 2015 2:04 PM
> > To: public-cognitive-a11y-tf
> > Subject: Standardisation work reference in the GPII
> >
> > Gottfried Zimmerman has added a diagram of various standards used,
> > referenced or informed by the GPII. It includes our coga work and the
> > preferences efforts
> >
> > http://wiki.gpii.net/w/Standardization_in_GPII
> >
> > Steve Lee
> > OpenDirective http://opendirective.com
> >
> >
> >
> >
> >
>
>
>
>

Received on Wednesday, 15 April 2015 16:44:36 UTC