Why? Because keeping rainforests intact not only protects the plants and animals within them but also sequesters carbon, regulates the climate and produces the air we breathe. There is no technological replacement for the multifunctional complexity of rainforests.
Another thing you could do is volunteer your coding skills and join our non-profit "Fend". We are taking land acquisition conservation to the masses by building an interactive site where visitors can purchase half acre blocks of rainforest. For every patch they purchase, they can zoom into our front page, choose a block to turn it green, and post their action on social media. Our goal is to turn the whole front page green, which is where we can leverage media/following interest.
Right now we need developers to help with all aspects of the build. Our most pressing challenge is implementation of the "block picking" functionality on the front page and how to load millions of blocks/cells in the canvas while maintaining a snappy to navigate browser experience. The second challenge will be taking a custom snap shot of the page that highlights the user's block/s, and then making it easy for them to get their snap shot onto their social media.
Can you help?
If so get in touch : info@fend.earth
(Download the PDF on fend.earth for further information)
1. Take all the information in the PDF, and put it directly on the website. One click will see less drop-off than two.
2. Add links to your site on all social media posts. An HN user would have to copy-and-paste or type your domain name. Make it easy, like so:
Anybody that has done A/B testing for click-throughs and "engagement" and such knows these "minor" things matter a lot.
With regard to to loading and painting many, many cells in the browser: don't. Compress them into a quadtree. This assumes that acres are stored in a grid, as they appear to be in the mockups.
Also, your PDF is 10MB. Chrome has a very hard time displaying it. I just thought the pdf was broken at first. You should fix that.