Thanks for the reply grarpamp!
People are free to create their own wiki account and add descriptions and links to their tools / projects on the relavant wiki pages.
I already have an account in Trac, however I was worried that editing the wiki to mention the appropriate tools would potentially count as advertising, so I didn't consider it before...
You probably want to go a few cycles of feedback and development with users on the wiki and the tor-talk / tor-relays lists before ready to having it appear on website "projects" list.
I agree, but I am not sure where I should start with getting feedback as it is quite hard to find users of ProxAllium.
Projects that distribute binaries should of course be open source, and reproducible per build instructions included with their source.
This is also one of the cons of the programming language I am using (AutoIt) to develop ProxAllium. AutoIt uses tokenization during compilation which adds random data to the binary thus making it impossible to have reproducible builds.
With Regards, Damon H. (TheDcoder)
Sent with ProtonMail Secure Email.
I am not sure where I should start with getting feedback as it is quite hard to find users of ProxAllium.
People can't be forced to use or comment.
Yet if it's a tool that interacts with tor or the ecosystem of tor tools, post up an announce and feedback request to tor-talk and see.
When you do, try to wrap your lines at around 72 chars.
AutoIt uses tokenization during compilation which adds random data to the binary thus making it impossible to have reproducible builds.
Some projects that are interested in reproducibility choose to document exceptions. So long as the diffs don't actually do anything, and aren't a huge mess, potential users checking reproducibility can cross them out of the diffs they see on their end.
See if folks there have input on that.
I apologize for the late reply, I got busy with work and I had to sort out some things related to ProxAllium.
People can't be forced to use or comment.
Yet if it's a tool that interacts with tor or the ecosystem of tor tools, post up an announce and feedback request to tor-talk and see.
True, thank you for the suggestion, I will try posting a suggestion on the tor-talk mailing list and request any feedback and comments.
I am also planning to discontinue the AutoIt based binaries in the later major releases, so this will be the last one to feature some improvements, any major suggestions will be added to my checklist for the future version.
When you do, try to wrap your lines at around 72 chars.
Will do :)
Some projects that are interested in reproducibility choose to document exceptions. So long as the diffs don't actually do anything, and aren't a huge mess, potential users checking reproducibility can cross them out of the diffs they see on their end.
Unfortunately due to the nature of how tokenization works (script code is pseudo-encrypted by a randomly chosen cipher) the whole output will differ from each build (the interpreter excepted). There is currently no known workaround to build reproducible binaries/executables in AutoIt.
I plan to address this issue in the re-write.
With Regards, Damon H. (TheDcoder)
Sent with ProtonMail Secure Email.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On July 23, 2018 1:26 PM, grarpamp grarpamp@gmail.com wrote:
I am not sure where I should start with getting feedback as it is quite hard to find users of ProxAllium.
People can't be forced to use or comment.
Yet if it's a tool that interacts with tor or the ecosystem of tor tools, post up an announce and feedback request to tor-talk and see.
When you do, try to wrap your lines at around 72 chars.
AutoIt uses tokenization during compilation which adds random data to the binary thus making it impossible to have reproducible builds.
Some projects that are interested in reproducibility choose to document exceptions. So long as the diffs don't actually do anything, and aren't a huge mess, potential users checking reproducibility can cross them out of the diffs they see on their end.
See if folks there have input on that.
tor-dev mailing list tor-dev@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev