Live data from Hacker News

Ask HN: What's the most valuable thing you can learn in an hour?

news.ycombinator.com

691–700 of 1001 posts

Re: Ask HN: What's the most valuable thing you can learn in an hour?

#691

How to properly wrap cables. A/V and cable techs are super anal about this and it takes just a few minutes to learn, it will change your life. Cables should never be coiled in the same direction. It creates kinks when unwound and make it extremely likely for knots to form (ever leave your headphones in your pocket?). If a cable isn't being installed permanently it should be "wrapped" using a technique called "over-un…

I’m also a fan of the chain sinnet[0] (or daisy chain) - works really well for storage, including semi rough handling such as tossing in the trunk...

Here is another guide [1].

Note that for longer lines, it is helpful to first fold the line in half to shorten. Also works great for extension cords since both the male/female end are handily together [2].

[0] https://en.m.wikipedia.org/wiki/Chain_sinnet

[1] https://www.animatedknots.com/chain-sinnet-knot

[2] https://m.youtube.com/watch?v=zXG95quOE7Q

Re: Ask HN: What's the most valuable thing you can learn in an hour?

#692
post #593

I think some decades ago I read the manual of gnu make in about an hour. After that is not great at it but can write a Makefile for a simple project.

There's a much simpler Python-based alternative[1] called make.py.

I rely heavily on Makefiles, and only recently learned about make.py. What Makefiles let you do is great, but make syntax is an absolute minefield.

[1] https://github.com/zwegner/make.py

Re: Ask HN: What's the most valuable thing you can learn in an hour?

#693

Earlier quoted context omitted.

I've cooked all kinds of rice with different utensils under many different circumstances. The one trick I've learned is, yes follow the regular rules (rinse, boil, cook on low), except at the 10 minute mark lift the lid and take a quick peek. If it's too dry add a little water. If it's too wet cook with the lid off until it drys out then put the lid back on. (Of course, a good rice cooker does all that for you.)

I have tried to "fix" rice in the past and I have never succeeded. I am surprised this works for you. I have found that if I measure correctly and turn down heat appropriately my rice comes out the with very little variations.

Sure that's fine until you cook a different rice and then you have to recalibrate. Japanese rice for example requires less water than thai fragrant rice. I just fill up the pot with water from the tap and measure the water amount with my fingers. Sacrilege I know :)

Re: Ask HN: What's the most valuable thing you can learn in an hour?

#695
post #517
post #474

Earlier quoted context omitted.

Alright, I'll bite. This is such a victimhood mentality and a ridiculous statement. I wasn't wealthy when I started investing. Hell, the first dollar I put into my long term portfolio was when I was living in my car! I started with ~$200 that I made from doing a collection of odd jobs (mowing lawns, computer repair, moving dirt, etc.). Every extra penny I made went into investing into a moderate portfolio focusing on…

A bit of calculation would show that a lot of people have no chance of building "great passive income" in 10 years. They simply do not have enough income to save that much. "I started with $200" tells us nothing useful. I can start with $5 and have great passive income if I'm making $100k and wife is making $70k and both of us are capable of saving a good chunk per year. I can start with $5000 and have little more th…

Compound interest does require saving or investing, but presumably over the years you learn more, make more and move up. Those that stay in minimum wage jobs for ten years have only themselves to blame. Why would someone have a salary in the $20-30k range after 10 years? Find a new job, go work in an oil field, go learn how to sell cars, become an expert in something! A guy with a squeegee could end up with a car wash empire in ten years; but it takes work and discipline.

Look at the statistics for Asian immigrants — astoundingly successful as a group, many arriving in the country without money or even English. When you see an Asian family all living upstairs in their convenience store with the kids working and studying hard — those kids end up a Harvard. Their parents certainly aren’t buying rent-to-own TVs.

You can literally get promoted to manager at a McDonalds in six months — if you just show up on time have have even a tiny shred of maturity and ambition you can move up, even in the most menial of industries. There is definitely some personal responsibility involved, getting yourself addicted to drugs won’t help. Nor will getting in relationships with toxic people.

What’s ridiculous is that there are people that live their whole life as victims. Either they have a low IQ and are just simple minded, or they make a series of bad decisions again and again. Suggesting that compound interest “doesn’t do much if you don’t have much” —- nobody is saying compound interest alone is going to make you rich; it merely amplifies and helps you create wealth. Perhaps compound interest isn’t the right first step, what it seems like some people really need is some Tony Robbins so they can get themselves out of victim mindset that poisons them for generations. Maybe some Dave Ramsey as a first step to get financially disciplined.

Like one of the earlier posters, I too lived out of my car. I worked menial restaurant jobs, was in extreme debt, no family resources, even some troubles with the law. But barely 10 years from that I ended up working at a FAANG. It’s a long, involved story in which nobody would be interested, however the point is that this idea that people are stuck in their minimum wage fate is just fatalism nonsense. That fatalism is common in Catholic countries — it’s the reason that entrepreneurs were seen as strange in places like Mexico — the idea that you can change your stars is just sacrilege; “god’s will” has been responsible for more generational poverty than almost any other cause. The secular equivalent is the myth that if you are poor, you will always be poor.

Understanding compound interest isn’t just about building wealth, it’s about understanding the consequences of debt. Buying that shiny thing you can’t afford with “easy, low payments,” ends up shackling you to debt.

Re: Ask HN: What's the most valuable thing you can learn in an hour?

#696

I see a bunch of vague and non answers to this question. Here is mine: Git rebase + squash Actually sitting down and understanding what it's about, trying it out and implementing it should be possible within 1 hour without ever having touched it before, and has at least a huge potential to make you way better at Git.

I only have a vague idea about what this does so I may be missing the point.

I only ever saw this as a way to hide the multiple commits that go in the creation of a given piece of code, in order to present a neat commit as if everything was figured out first try. First, I don't like to have too many commits that aren't pushed to the remote repo, if my machine fails, I would loose work, so usually I only have one or two commits unpushed. Secondly, I like to think of the history as containing these previous tries, and sometimes I will realize that the end result has a subtle bug that was introduced somewhere along the line while piling on the feature.

I work mostly on repositories with very few team members (1 to 5).

What am I missing? Why would I destroy history? Is it reversible? Is it just to hide messy progression?

Re: Ask HN: What's the most valuable thing you can learn in an hour?

#697

> A person can also learn a few guitar chords and possibly play a carefully-chosen song in that time. Not true, there are many 4 chord songs. [1] https://www.youtube.com/watch?v=B_Smt1VsoqQ

So many.

But just learning proper guitar form -- holding the strings so you won't hurt your hand with time (your fingertips should be perpendicular to the neck, not flat against it), and so your fingers don't block neighboring strings -- is at least an hour-long job.

Re: Ask HN: What's the most valuable thing you can learn in an hour?

#699

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…

I agree, and it's pretty easy to get started. My pallet is pretty easily amused, so take this with a grain of salt, but there all kinds of fun optimization problems and achievements to unlock with cooking. For example, given the random contents of a refrigerator, make some sort of meal out of what is available. For example, I recently had a cabbage and an onion and some chicken left over. With a little ginger paste a…

Marksweep says:"My pallet is pretty easily amused"

I'm fairly certain it is your palate, rather than your pallet, that is amused! (although the visual image conjured by your verbal construction is very amusing.)

Re: Ask HN: What's the most valuable thing you can learn in an hour?

#700

CPR/Choking/First Aid course is probably close to an hour. How to change your own oil - probably lots of other money-saving home and auto DIY things... Speed reading and memory tricks can be a multiplier on learning other skills. How to use automation tools like Zapier and IFTTT - again, a force multiplier. You might be interested in this book https://www.amazon.com/First-20-Hours-Learn-Anything/dp/1591... - the auth…

I’m always amazed when the “change your own oil” option comes up in these discussions as it’s a very classic example where having specialized tools s and doing it a lot really speeds you up. And it’s a dirty job without a lot of intellectual interest. Further you can get it done for you in 10 minutes for approaching minimum wage. Unless you work on your car for fun and have things like a lift sitting around it seems…

I do lots of mechanical work on my motorcycle and car. To be honest, I think you're right. Changing oil is a pain. Getting ramps out and driving the car up on it and then taking the oil to autozone is more hassle than it's worth.

However, there are tons of things people should know about their cars and how to change the oil _is_ one of them. You should do it at least once, just to have done it and understand it.

I'd also recommend learning to: replace the serpentine belt, replace cabin and engine air filters, replace a battery, replace head/taillight bulbs, change a tire (including patching it), change your own brake pads and even your own brake rotors (those are real money savers), and probably learning to bleed the brakes, too.

The most complicated thing on that list is rotors. And that only takes like... a breaker bar, 4 sockets, brake cleaner and some caliper grease. Even if someone won't do that, everything else is doable and quick and cheap.

Post reply on HN