Live data from Hacker News

Viewing profile — zjmil

zjmil

HN member
Joined
Wed, May 17, 2017, 7:23 PM UTC
HN karma
20
Public activity
6 items

About zjmil

Software engineer at Stripe.

Contact: zach at $username dot org

Recent public activity

  1. comment
    Comment #38807370

    I have also taken the "Rafting Trip" course and enjoyed it. Second that it is for more experienced developers.

  2. comment
    Comment #36364287

    If you want something related in video form, the lectures[0] from MIT 15.401 Finance Theory I [1] by professor Andrew Lo are great. [0] https://www.youtube.com/playlist?list=PLUl4u…

  3. comment
    Comment #32942238

    No because when I went to register, my account couldn’t be automatically authorized (probably because I had just moved). Instead for authorization they require that I fill out a fo…

  4. comment
    Comment #29668051

    I've quite liked Jon Gjengset's videos on more advanced topics in Rust. https://www.youtube.com/c/JonGjengset

  5. comment
  6. comment
    Comment #26040257

    You could do something like this (not super thoroughly tested): npmrf () { local script script=$(jq -r '.scripts | to_entries[] | "\(.key) => \(.value)"' It uses jq's to_entries to…