TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do you improve your analytical thinking?

20 pointsby PirxThePilotover 7 years ago

5 comments

itamarstover 7 years ago
Writing: both learning how to write, and then practicing writing. Specifically, writing as a way of working through a problem and explaining it.<p>I talk about this in more detail, and suggest a book to read about writing, here: <a href="https:&#x2F;&#x2F;codewithoutrules.com&#x2F;2016&#x2F;06&#x2F;15&#x2F;writing-book&#x2F;" rel="nofollow">https:&#x2F;&#x2F;codewithoutrules.com&#x2F;2016&#x2F;06&#x2F;15&#x2F;writing-book&#x2F;</a>
ferendziaover 7 years ago
Ask yourself questions about structure, purpose and functions of parts you have spotted in anything in your daily life until you find out that your partner has a hidden &quot;mute&quot; button, that you just never knew existed and become excited about the value of analytical thinking.
jdownerover 7 years ago
Mathematics and puzzles&#x2F;games. Take sudoku for example. It helps you to practice deductive reasoning. But the important step (I think) is when you start trying to solve harder problems and turn to math to formalize the collection of techniques you have accumulate during practice, resulting in concepts like &#x27;pre-emptive sets&#x27;. When you transition from a collection of techniques to a theoretical foundation, you know have a much deeper understanding of the problem and how to reason about it.<p>You could call it &#x27;deep learning&#x27;.<p>But you shouldn&#x27;t ;)
评论 #16262238 未加载
matchmike1313over 7 years ago
I find it comes naturally when I do the right activities to boost it: code, reading, discussing complex topics with friends and co-workers, etc.
bryan11over 7 years ago
Read fiction. For me, science fiction broadens perspectives and increases creativity in ways that apply directly to work.