Live data from Hacker News

Viewing profile — rockymadden

rockymadden

HN member
Joined
Thu, Feb 15, 2018, 9:13 PM UTC
HN karma
28
Public activity
8 items

About rockymadden

https://github.com/rockymadden

[ my public key: https://keybase.io/rockymadden; my proof: https://keybase.io/rockymadden/sigs/an8XyznNNMtieIjNMsIjGxvbi0jEHc-d_oqNzbIizQU ]

Recent public activity

  1. comment
    Comment #18688755

    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. …

  2. comment
    Comment #17355338

    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,…

  3. comment
    Comment #17167948

    Love this thread and the books mentioned. Folks might also enjoy “We are Legion” by Dennis Taylor: https://www.goodreads.com/book/show/32109569

  4. comment
    Comment #16806671

    Agreed, and for this reason I use Lumen: https://github.com/anishathalye/lumen

  5. comment
    Comment #16433941

    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…

  6. comment
    Comment #16433814

    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/rockymadd…

  7. comment
    Comment #16389108

    This does exist: https://github.com/fluture-js/Fluture/blob/master/README.md#... Future.of(0).promise().then(console.log);

  8. comment
    Comment #16387694

    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 wo…