Made using Rust™ 🚀
This is the ultimate cli tool for the analysis of the two Reddit Place events in 2022 and 2017.
Download the full r/place dataset
here
and place it in the data directory.
I (and you) can found your hash using this website (even though a future version of this tool will be able to do this automatically).
My hash:
bCrZRP7T31V14qwiWNzeBDKckEr+7q5aWwtYi/xnGSI57DwO4pWc5Ce1axjS3yNhF9wvmA2THtL/lwbIIeF69A==
- Comment the code
- Add a
--helpoption - Add a
--versionoption - Add a
--verboseoption - Add a
--heatmapoption - Add a
--pixelsizeoption - Add a
--userhashoption - Add a
--useroption - Add a
--background_opacityoption - Implement the sorting of the pixels by their time of placement
- Implement an algorithm to find the user's hash using user-collected datasets
- Implement the configuration file
- Implement the possibility to work with multiple user's hashes or names
- Use
Pathinstead of&strfor each paths - Reformat the place_pixels function
- Considering using the
piecewise-linearcrate for theget_heatmap_colorfunction - Add a timestamp for each pixel