HN user

tiogemini

9 karma

¯\_(ツ)_/¯

Posts3
Comments11
View on HN

Note: there is a little fee so it is not quite free.

>>Risk Parity will increase the weighted average annual expense ratio of your portfolio by about 0.08% annually. This reflects a reduction of your existing ETFs in your investment mix and the addition of Wealthfront’s Risk Parity mutual fund, which has an expense ratio of 0.50%. The allocation to Wealthfront ‘s Risk Parity mutual fund will not be greater than 20% of your portfolio. There is no change to Wealthfront’s 0.25% annual advisory fee

https://support.wealthfront.com/hc/en-us/articles/3600001180...

Very well said! Damore is not a seasoned press veteran, and even if he was it wouldn't matter because press veterans are constantly being attacked too. I thought he did great in the CNN interview despite being out of his element. Just an introverted, earnest person trying to defend himself.

Do you think the author will be radicalized? When I try to empathize with Damore the alt-right looks welcoming while liberals look very unwelcoming. I could see myself being drawn towards the group that accepts me (or doesn't attack me). That's the process that I assumed from the radicalization idea. Have I missed the mark?

Learn to Read Code 9 years ago

I like it! I'll have to try that the next time I encounter some new code.

A few questions:

* Do you worry about file names?

* Do you use names from the code or your own shorthand?

* How do you handle conditionals?

Learn to Read Code 9 years ago

Good points. Thinking about the unfamiliar words analogy I would look up a word if I see it often enough or if it's key to understanding. Knowing if an unfamiliar word is important is tricky though--I can't define the process I use there.

Learn to Read Code 9 years ago

How do you balance reading code with getting things done? I'm thinking of the "move fast and break stuff" attitude that doesn't seem to leave much room for reading a lot of code. I believe that reading and understanding the code will help you move faster eventually, but you're slower to start. So, how do you know when you've read enough?