This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [[ $(git diff --stat) != '' ]]; then | |
echo 'git has uncommit changes, please commit as this tool can break stuff' | |
exit | |
fi | |
echo "warning: this code isn't very well tested" | |
read -p "Press enter to continue: " |
Twitter threads from @smdiehl on Crypto Skepticism
- Bitcoin - https://twitter.com/smdiehl/status/1349307219318345728
- Environemtal Impact of Mining - https://twitter.com/smdiehl/status/1350869944888664064
- Ransomware & Extortion - https://twitter.com/smdiehl/status/1353369991022784515
- Cryptocurrency Exchanges - https://twitter.com/smdiehl/status/1355227881065082888
- Toxic Culture of Cryptocurrency - https://twitter.com/smdiehl/status/1358860077168537610
- Phoney Populism - https://twitter.com/smdiehl/status/1360504285440708611
- Whataboutism - https://twitter.com/smdiehl/status/1363418896301228033
- Investment Properties - https://twitter.com/smdiehl/status/1367409708517236736
What to evaluate and consider before adding usage of new third-party crates.
These are not exact requirements but questions to investigate and discuss to help reason around the health, safety, maintainability, and more around crates.
This can also be read as an opinionated guide for crate authors of what our (Embark's) guidelines and recommendations are, though should not be taken too literally.
Legend: 🔒 Must have, ⭐️ Should have, 👍 Nice to have, ℹ️ Info
OlderNewer