[Haskell-cafe] How to create an online poll

Luke Palmer lrpalmer at gmail.com
Thu Feb 19 11:30:43 EST 2009


2009/2/19 Rick R <rick.richardson at gmail.com>

> I think the capabilities community including E and Coyotos/BitC have
> extensively addressed this topic. Coyotos is taking the correct approach for
> trusted voting platform. Since, even if your software is trustworthy, it
> can't be trusted if the OS on which it runs is suspect.


Woah, that's a pretty interesting question!  How do you write software which
is protected against a malicious operating system (mind -- not erroneous,
but rather somebody detecting the software you're running and changing your
vote).  Maybe some sort of randomized cryptographic technique, in which,
with high probability, the OS either runs your program correctly or causes
it to crash.

Luke



> However, we might have a few more rigged elections before we see any
> deliverables from Coyotos.
>
>
> On Thu, Feb 19, 2009 at 2:45 AM, Ketil Malde <ketil at malde.org> wrote:
>
>> Rick R <rick.richardson at gmail.com> writes:
>>
>> > I'm sure Premier Election Solutions (formerly Diebold) can provide us
>> with
>> > an online voting solution.
>>
>> You know, while the recent voting scandals have been milked for all
>> they're worth by the open source community, FP has been very quiet
>> about it.  Isn't this an application where correctness matters?  How
>> about a proof that the software never loses (or injects) votes, for
>> instance?
>>
>> -k
>> --
>> If I haven't seen further, it is by standing in the footprints of giants
>>
>
>
>
> --
> We can't solve problems by using the same kind of thinking we used when we
> created them.
>    - A. Einstein
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090219/6c96262c/attachment.htm


More information about the Haskell-Cafe mailing list