yallop / effects-bibliography

A collaborative bibliography of work related to the theory and practice of computational effects
953 stars 80 forks source link

Updates to paper, software, and tutorial sections #181

Closed dhil closed 11 months ago

dhil commented 11 months ago

Adds:

In addition, I have made the hyperlink identifiers in the software section more consistent. I have also removed some irrelevant trailing whitespace.

yallop commented 11 months ago

I've disabled certificate checking, which was causing problems with macs.hw.ac.uk. The remaining problem is a 403 response to the twentieth request to dl.acm.org; going on past experience, it might be due to Cloudflare automation/DDoS protection.

dhil commented 11 months ago

Perhaps we should use dois rather than acm dl directly, and then only check dois once, meaning we would have the CI store a list of checked dois and then skip those on subsequent CI runs. That way, we can probably avoid hitting cloudfare's ddos protection and at the same time we would cut down on the number of redundant requests the CI makes -- dois are supposed to point to persistent resources afterall.