rockymadden
- Karma
- 28
- Created
- February 15, 2018 (8y ago)
- Submissions
- 0
https://github.com/rockymadden
[ my public key: https://keybase.io/rockymadden; my proof: https://keybase.io/rockymadden/sigs/an8XyznNNMtieIjNMsIjGxvbi0jEHc-d_oqNzbIizQU ]
[ my public key: https://keybase.io/rockymadden; my proof: https://keybase.io/rockymadden/sigs/an8XyznNNMtieIjNMsIjGxvbi0jEHc-d_oqNzbIizQU ]
Where our roots reside and the high quality of life in our area. Once we began a family, this became all the more important and added in the desire for stability for our children. It was these choices, combined with…
I made a minimal bash CLI for transfer.sh, since I regularly interact with it. Nothing you couldn't do by hand, but it makes it easier to do some operations. Uploading directories, encryption/decryption, piping, etc.…
Love this thread and the books mentioned. Folks might also enjoy “We are Legion” by Dennis Taylor: https://www.goodreads.com/book/show/32109569
Agreed, and for this reason I use Lumen: https://github.com/anishathalye/lumen
I love that idea! I think you could use the anonymous gist API. Have the tool output to stdout/pbcopy the gist URL that was created upon encrypt and similarly have it accept a gist URL to decrypt. Nothing to send on…
I did something similar where you could send GitHubers encrypted messages only they could decrypt via their SSH public key that GitHub makes available: https://github.com/rockymadden/github-crypt
This does exist: https://github.com/fluture-js/Fluture/blob/master/README.md#... Future.of(0).promise().then(console.log);
For those looking for monadic Promises, I’d suggest taking a look at Fluture (https://github.com/fluture-js/Fluture). It’s a wonderful library and with do-notation, ability to work with callbacks, nodebacks, and…