HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vrnmh

no profile record

comments

vrnmh
·vor 2 Jahren·discuss
Another neat trick is to use ctrl-x ctrl-e, this gets the command in a vim buffer (default editor for me). Edit the command and then :wq to reflect the changes
vrnmh
·vor 3 Jahren·discuss
Fun fact: Robert Morris is one of the founders of YCombinator and also the creator of the Morris worm!
vrnmh
·vor 3 Jahren·discuss
Finance Theory I (Introduction to Finance) by Andrew Lo: https://www.youtube.com/playlist?list=PLUl4u3cNGP63B2lDhyKOs...

Especially great that they are recorded around the 2008 financial events, so some initial duration is spent on discussing those events.
vrnmh
·vor 4 Jahren·discuss
Reminds me of 1st image of https://bonkersworld.net/guns-and-roses
vrnmh
·vor 4 Jahren·discuss
Wish the videos were public too!
vrnmh
·vor 4 Jahren·discuss
Using my old 2015 Macbook Pro for this; OCLP allows enabling airplay receiver for unsupported macs.
vrnmh
·vor 4 Jahren·discuss
As someone who is currently learning Rust, which is lower level than Java (used at work). Having studied C and using some portion of C++ at university has been immensely helpful.

I would recommend learning C, as it is a relatively small language; and focusing on understanding the underlying assembly which is generated by the compilers. (Compiler Explorer gotbolt.org)

You can also refer to Stanford CS107 lectures taught be Jerry Cain when you are somewhat comfortable with C.