Earlier quoted context omitted.
Jack Bogle did not advocate for adding international equities to a portfolio as a means of diversification. [1] [1] https://www.morningstar.com/articles/885739/why-jack-bogle-d...
The reasons in the link are fairly ridiculous
Ask HN: What's the most valuable thing you can learn in an hour?
271–280 of 1001 posts
Re: Ask HN: What's the most valuable thing you can learn in an hour?
#272Earlier quoted context omitted.
FYI, "hanaseimasen" is not a correct negative of "hanasu", it should be "hanashimasen". Also an easy way to say you don't understand anything is "wakaranai".
they weren't wrong. hanasemasen = can't speak hanashimasen = don't speak It's arguably more proper to say "nihongo ga hanasemasen" (I can't speak Japanese) than "nihongo wo hanashimasen" (I don't speak Japanese). The first is a statement of my personal abilities. The second could easily be a statement of my attitude. "nihongo ga hanasemasu kedo nihongo o hanshimasen" (I can speak Japanese but I don't speak Japanese)…
I've honestly never heard anyone use ga before hanaseru. It's always been wo that I've heard.
Re: Ask HN: What's the most valuable thing you can learn in an hour?
#273Regular expressions fall into this category. While they might take longer to master, you should know the basics after an hour. I've been surprised at how often people convert long lists line-by-line. You can sometimes take what was a multiple-hour task and complete it with a handful of cryptic characters.
Re: Ask HN: What's the most valuable thing you can learn in an hour?
#274Re: Ask HN: What's the most valuable thing you can learn in an hour?
#275Earlier quoted context omitted.
FYI, "hanaseimasen" is not a correct negative of "hanasu", it should be "hanashimasen". Also an easy way to say you don't understand anything is "wakaranai".
they weren't wrong. hanasemasen = can't speak hanashimasen = don't speak It's arguably more proper to say "nihongo ga hanasemasen" (I can't speak Japanese) than "nihongo wo hanashimasen" (I don't speak Japanese). The first is a statement of my personal abilities. The second could easily be a statement of my attitude. "nihongo ga hanasemasu kedo nihongo o hanshimasen" (I can speak Japanese but I don't speak Japanese)…
Re: Ask HN: What's the most valuable thing you can learn in an hour?
#276There's a growing realization that you can completely side-step the need for Single-Page App frameworks like React using websockets and the morphdom library. Projects like StimulusReflex (Rails) and LiveView (Phoenix) allow developers to build complex, reactive modern apps faster and easier by rejecting the need to even have client state. https://github.com/hopsoft/stimulus_reflex https://github.com/phoenixframework/…
Seems like cool stuff. Unfortunately, both of the StimulusReflex demos (Heroku apps) are giving errors right now. Maybe somebody hit a quota!
Re: Ask HN: What's the most valuable thing you can learn in an hour?
#277Earlier quoted context omitted.
Half of Cyrillic is learned by the average HN reader if you tell them to think Greek rather than Latin. "P" is an "r" sound (rho), "П" is a "p" (pi), etc.
I always wondered why in English the constant and the letter π pronounced as /paɪ/ when the Greek letter is obviously /pi/. It really grinds my gears, there's no pie in π! Does Enlgish routinely localize foreign alphabet names? If so, it's bad practice. I believe no one in the world learns English alphabet pronouncing it arbitrary, and not as /ˈeɪ/ /ˈbiː/ /ˈsiː/.
I know UK (bee-ta) and USA (bay-ta) pronounce Beta differently but am slightly ashamed to say I don't know how modern Greeks pronounce it. I understand it's derived from Hebrew's Beth, though?
Language is a constant curiosity.
Re: Ask HN: What's the most valuable thing you can learn in an hour?
#278If you've been married for a while, learn who your spouse is now . (I mean in a good way, by taking an hour to rediscover what his/her hopes and dreams are, what interests they've gained / lost, etc.) He/she is probably a pretty different person than the one you married. It's easy to overlook that.
Re: Ask HN: What's the most valuable thing you can learn in an hour?
#279There's a growing realization that you can completely side-step the need for Single-Page App frameworks like React using websockets and the morphdom library. Projects like StimulusReflex (Rails) and LiveView (Phoenix) allow developers to build complex, reactive modern apps faster and easier by rejecting the need to even have client state. https://github.com/hopsoft/stimulus_reflex https://github.com/phoenixframework/…
I made similar functionality for Django a few years ago called Sniper. You write all your dom modification code as an Ajax request handler. In his handler you yield out a sequence of dom modification objects and sniper handles the rest. I couldn’t understand why this wasn’t a more popular approach.
Re: Ask HN: What's the most valuable thing you can learn in an hour?
#280Skills are gained through practice. To get good at non-trivial skills requires more than an hour. Knowledge is gained through insights. While a full understanding and implications of an insight can take a lifetime, an insight can be triggered in under an hour. Now which insights are most valuable? That is always going to be personal and relative. But one of the insights that touches all people and is almost universal…