How to cook for yourself, really, really good food. I no longer crave restaurant food, and all of the really important things I learned about cooking take just the time to read it, hear about it and then try it. All without any special hardware. A few examples: 1. Cooking jasmine rice: rinse it first, 1 c. water to 1 c. rice ratio. Bring to boil, turn down heat to lowest setting. Leave lid /the entire time/. Fluff th…
4. tsp = teaspoon or tablespoon?
Ask HN: What's the most valuable thing you can learn in an hour?
851–860 of 1001 posts
Re: Ask HN: What's the most valuable thing you can learn in an hour?
#852How to cook for yourself, really, really good food. I no longer crave restaurant food, and all of the really important things I learned about cooking take just the time to read it, hear about it and then try it. All without any special hardware. A few examples: 1. Cooking jasmine rice: rinse it first, 1 c. water to 1 c. rice ratio. Bring to boil, turn down heat to lowest setting. Leave lid /the entire time/. Fluff th…
You mentioned cooking jasmine rice using a 1:1 ratio of water to rice, but rice generally can't be cooked using a linear ratio like this. As you increase the amount of rice being cooked, and change the size/shape of the cooking vessel, more of the water will be lost as steam. It's easiest to use a rice cooker, which will allow you more flexibility with regards to how much water/rice you used, but if you don't have a…
Yes, you can get more complex. Maybe it even produces better rice. But the secret to homecooked meals is - for most people - simplicity :)
Re: Ask HN: What's the most valuable thing you can learn in an hour?
#853Earlier 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)…
One of my teachers explained to me that "wakaru" (to understand) already has the implicit meaning of "able to" in the word itself, so you should never use the potential form. Searches[1][2] for "分かる 可能形" seem to agree.
[1]: https://hinative.com/ja/questions/2884450
[2]: https://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q14...
Re: Ask HN: What's the most valuable thing you can learn in an hour?
#854Learn how to ask a question. Think of all the times you've seen poorly worded questions on Stack Overflow, in support tickets, etc. Think of the power that being able to get answers to your questions has. Most of us are good at asking questions where we're working within our comfort zones, but struggle when we're on unfamiliar territory (e.g. I'll ask a better question if I have some issue with my code than I would i…
A valuable resource I've used for myself and for people who ask me questions: http://www.catb.org/~esr/faqs/smart-questions.html
Re: Ask HN: What's the most valuable thing you can learn in an hour?
#855Earlier quoted context omitted.
> CPR/Choking/First Aid course is probably close to an hour. What can you teach in only an hour? I work with some people who teach basic first aid, and the shortest course any of them does is 4.5 hours.
Step 0: Tell a specific person to call 911, or do it yourself if you're alone. If the person isn't responding and doesn't appear to be breathing, move them to a hard, flat surface (if possible). Put your hands one on top of the other (both palms facing down) and interlock your fingers. Place your hands in the center of the chest (at approximately the level of the nipples) and push hard and fast, letting the chest rec…
Re: Ask HN: What's the most valuable thing you can learn in an hour?
#856Earlier quoted context omitted.
Yes, regular expression. Saves me from lines of substr, split, join, etc.
Eh, I always use substr, split and so on if possible. They make the code way easier to read than with a regex.
For example, I remember once replacing a buggy 3-4 lines of python based on split/etc with a single regex: match all \d+ (it was for extracting IDs from a user-input string)
Re: Ask HN: What's the most valuable thing you can learn in an hour?
#857Earlier quoted context omitted.
I disagree. I learned the basics of the Variant library (which provides open sum types) for Haskell yesterday in about 90 minutes. It was awesome.
Because you already knew Haskell and you knew what open sum types are. You learned some semantics.
Re: Ask HN: What's the most valuable thing you can learn in an hour?
#858Earlier quoted context omitted.
I think a seriously overlooked application of this principle is in nutrition and dieting. Over- or under- eating by a small percentage of your required intake might not have a discernible effect immediately but really adds up over time, both for weight loss and gain.
It is not how it works at all. The fallacy here is that a human body is a machine with well-defined intake and output. How would one even know what is "exactly" the right amount? Over a year we consume 1 million calories. If one were just 0.1% off of systematically eating more (or less) than required then according to your model one would end up being 200 pounds fatter or 200 pounds leaner ... do you think that anyon…
So a 5% calorie deficit or surplus would have a fairly small effect during a single year, but over a decade or a lifetime the effect is huge.
Re: Ask HN: What's the most valuable thing you can learn in an hour?
#859How to cook for yourself, really, really good food. I no longer crave restaurant food, and all of the really important things I learned about cooking take just the time to read it, hear about it and then try it. All without any special hardware. A few examples: 1. Cooking jasmine rice: rinse it first, 1 c. water to 1 c. rice ratio. Bring to boil, turn down heat to lowest setting. Leave lid /the entire time/. Fluff th…
You mentioned cooking jasmine rice using a 1:1 ratio of water to rice, but rice generally can't be cooked using a linear ratio like this. As you increase the amount of rice being cooked, and change the size/shape of the cooking vessel, more of the water will be lost as steam. It's easiest to use a rice cooker, which will allow you more flexibility with regards to how much water/rice you used, but if you don't have a…
Re: Ask HN: What's the most valuable thing you can learn in an hour?
#860When you want to retrieve the info, go through the journey, find the pictures, and decode them into the info you want.
Obviously, the thing that requires some work is the code. A simple code for numbers would be to assign to every digit to a consonant sound, and make words with those consonants, filling gaps with free/non coding vowels. For example (I'm French and adapted my French code here, so this code might be unadapted for the frequency of English consonants, but you may change it as you see fit): - 0 to Z/soft S (zero starts with z) - 1 to L (they look like) - 2 to N (2 vertical bars in 'n') - 3 to M (3 vertical bars in 'm') - 4 to R (four ends with r) - 5 to V (five ends with v) - 6 to S (six ends with a S sound) - 7 to T (7 looks like a reversed t) - 8 to Sh/Ch (eight contains an H, which is pronounced with a sh) - 9 to B (b looks like a reversed 9)
Now, you can use this consonants (actually, consonants sounds rather than the letters) to form words that are easy to visualize. 94 could be a BeeR, 30 a MaZe, 18 a LeaSH, and so on. You can also combine the words in some ways to remember more info per location.
Memory athletes spend a lot of time training their journeys and codes and stuff to achieve some amazing/unbelivable performances (http://world-memory-statistics.com/disciplines.php), but it's an extremely gratifying skill that develops really fast. If you have aphantasia or a hard time orienting yourself though, it's probably not for you, but I would estimate that at least 95% of people can develop a seemingly amazing memory with this method.