Ask HN: Are there good reasons to not open-source voting machine software
Hi all, I wish to keep this apolitical and focus strictly on the technology from our perspective as developers/technologists.
If voting software and machines were government owned and they wished to open source the software for the sake of transparency - would there be any good reason not to do this?
There would no doubt be some benefits to making the code publicly accessible, a lot of which we see from the open source world already.
Are there any risks that would outweigh some of the benefits of open-sourcing or making code visible?
I’m trying to counterbalance the argument for open source code.
7 comments
[ 3.8 ms ] story [ 28.8 ms ] threadThe only reason to keep the source private is for obscurity. Making it harder to hack. It's not a good reason though. For things with high value and motivation to hack, hiding the source doesn't do much. The final compiled code can be treated as "source", read and understood, then hacked.
No.
a) can't verify that the software made available to you is what is running on the machine you use and every single one being used?
b) can't compile it yourself before use?
Of course this level of accountability may never happen. There may be some motivation to keep a few gray areas on the side closed so a few fake votes can be injected here and there.