Viewing profile — zjmil
zjmil
HN member- Joined
- Wed, May 17, 2017, 7:23 PM UTC
- HN karma
- 20
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About zjmil
Contact: zach at $username dot org
Recent public activity
-
comment
Comment #38807370
I have also taken the "Rafting Trip" course and enjoyed it. Second that it is for more experienced developers.
-
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…
-
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…
-
comment
Comment #29668051
I've quite liked Jon Gjengset's videos on more advanced topics in Rust. https://www.youtube.com/c/JonGjengset
- comment
-
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…