Symmetry Investments and the D Language Foundation are Hiring

starcanopy starcanopy at protonmail.com
Mon Aug 31 21:24:53 UTC 2020


On Monday, 31 August 2020 at 19:55:32 UTC, Arun wrote:
> On Sunday, 30 August 2020 at 14:13:36 UTC, Mike Parker wrote:
>> Looking for a full-time or part-time gig? Not only is Symmetry 
>> Investments hiring D programmers, they are also generously 
>> funding two positions for ecosystem work under the D Language 
>> Foundation. And they've put up a bounty for a new DUB feature. 
>> Read all about it here:
>>
>> https://dlang.org/blog/2020/08/30/symmetry-investments-and-the-d-language-foundation-are-hiring/
>>
>> SHA-1 hashing throughout
>
> Why not SHA-256?

I think the majority opinion is that sha1 is fine for 
non-security purposes like monitoring files for changes to 
obviate superfluous work in a build system; for which DUB 
seemingly would use the sha1 checksums. I have (had) a script 
that would backup files, and I'd use sha1 to detect changes 
instead of sha256 because the latter's storage and computational 
requirements were not insignificant compared to the former. This 
is just my perspective, however. I could be talking nonsense.


More information about the Digitalmars-d-announce mailing list