Depends what you want to achieve with that knowledge.<p>What I do care about is things in direct persuit of goals I wish to achieve. I like building things, so naturally I graviate towards the following:<p>- web & software development<p>- math<p>- computer science<p>This isn't to say I just learn those topics only. There are a number of other fields that do not directly correlate to those topics, but the insight you gain from it is beneficial. Things like music & music theory are a good example, which ties into math.<p>Whenever I think of what is "worth" knowing I like to think of the Valve New Employee Handbook. There's a diagram called "T-shaped" people based on Team Fortress 2<p>Its on page 47 here. <a href="https://steamcdn-a.akamaihd.net/apps/valve/Valve_NewEmployeeHandbook.pdf" rel="nofollow">https://steamcdn-a.akamaihd.net/apps/valve/Valve_NewEmployee...</a><p>Essentially, it states a person should have a large breath of knowledge of many topics, but should have a specific depth of few related topics. Because people naturally seek others with specializations, but you need to understand other perspectives other than your own.<p>In this same example, my model "T" based model on the shallow side looks like thusly. Each of these shallow concepts complement the other "core" skillsets as well<p>------------------------------------------------------------------<p>- Welding & Woodworking & 3D modeling - It helps to know how to build something with your own hands, there will come a time where you will need this. It makes you realize that sometimes the best solutions are just hardware-based, you don't need software<p>- Understanding of how other industries work on a business-level, because the knowledge is applicable anywhere. I do business case studies almost everyday, industries include healthcare, nonprofit, education, restaurants, tech, startups, service-based companies, oil & gas, simulation based training, 3PL logistics, real estate, history, among many others. Knowing how other industries work gives you a wide variety of tools to work with, because many times solutions in one industry overlap with others.<p>- Fixing things. I do my own plumbing and do my own car maintenance many times. It relates to software development by having you getting used to knowing how to work with other existing systems, and familiarzing yourself with technical documentation across many things include reading AWS docs etc<p>- Cooking. Knowing how to cook properly highlights the importance of following directions properly before you mix up your own changes. You can't build that amazing recipe until you've made the base version, and done A/B testing for flavor enhancements. You can draw analogies to software A/B testing as well<p>- Art. Knowing how to draw helps you highlight the importance of sticking to one convention. Much like coding, you don't want to change your styleguides down the road. You need to know what type of art you are making - is it building design using vanishing points, or something more freeform like a portrait design? Its all about setting requirements and executing skillfully<p>- Playing Musical Instruments. Music is important in teaches you discipline. Unless you practice it everyday much like programming, you end up losing the ability to play it well. There's other analogies to draw here as well, related to math.<p>- Fighting. I did Brazilian Jiu Jitsu and Muay Thai. Its all about perspective and quick analysis when fatigued. You learn how you perform in times or stress because your getting clocked in the face
in a jab. You learn about paralysis analysis pretty quickly here, and learn about project management practices as a result<p>- Video Games. I learned alot of things growing up here. What it taught me related to my main interest is how many different perspectives go in making a final product. There's storyboarding, art, design, QA testing, programming, and much more. Software development is more or less the same, storyboarding is userstories, art is UX, design is frontend, QA is unit testing/CI, programming is backend. It might not be 1:1 but you get the point<p>- TV Shows / Animes / Fiction. You can learn a lot of life lessons here as well, assuming the plotline is realistic and believable. The military actually recommends the fiction novel "Enders Game" as part of its reading list for good reasons. <a href="https://www.businessinsider.com/commandants-reading-list-2014-7#enders-game-by-orson-scott-card-4" rel="nofollow">https://www.businessinsider.com/commandants-reading-list-201...</a><p>------------------------------------------------------------------<p>There's many more fields you can draw analogies from. You gain wisdom learning many different fields, and have a larger "catalog" of things to pull from to know what is right and what is not.<p>Because you see so many things you'll just instantly know a lot of patterns. For instance, if you've tried hundreds of software packages, you'll know there is always a file menu bar uptop in every app. You'll know what the "window" pane for pane customization is usually always the 2nd to last option in many applications (adobe), and "help" is the last option here. The left pane is almost always some sort of folder tree structure pane for navigating on the larger scale. If its not its going to be a toolbar set instead.<p>If you learn adobe software suites, you'll know things like affinity designer , sketch, etc are all based on the same sort of UX layout, but different. Artboards will make sense, export personas, etc. If you learn one CAD package like CATIA,SolidWorks is simple to understand. The underlying logic is the same, and you realize its just applications of linear algebra.<p>Learning many fields makes learning other fields easier.<p>When you learn many fields you recognize the most important metrics that matter. You'll look at an item, and see many use cases that others don't see. A good example of this is an XBOX controller. You can buy a simulation military grade controller for 1000xs that price, or an XBOX controller for military controls. You can buy shelving, or buy cheaper shelving used at restaurants that do the same thing. You can make pasta and bread using a powerdrill with specialized attachments for 10xs less whatever it cost at stores. Because it runs the same type of motor. You can use a restaurant ticket rail as a paper holder. You can fix a coffee maker with inverter issues by turning on a blender because its windings increases inductance of the circuit the kitchen applies, filtering out higher frequencies used by a cheap inverter <i>pulled from a hackernews comment</i>.<p>------------------------------------------------------------------<p>You start to see how some items can be used in multiple applications. These include things like magnets, zipties, 10 different types of tape <i>(industrial double side sticky tape, friction, gaffer, painters, magnetic washboard, ruler, duct, scotch, packing, note-colored tape)</i> pinederby weights, cardboard, paracord, plastic bags etc. A good example is in First Robotics (e.g. students who compete in high school robotics), metal tape measurers are commonly used as a pole extension arm due to the fact you can use actuate it with just a gear pulley and still withstand its shape. You don't see items anymore as simply just what they are at face value, but rather by their functional properties (stick things together, store things) instead and meta data (weight, size, etc).<p>You start to see how some software has many types of applications. Another example is a macro app I use called phrase-express (similar to autohotkey / applescript). Its used to transcribe medical data entry correctly. But its used in so many other ways of automating, I use it to automatically write code snippets, screenshot things, text macros, etc. I use my bookmarking tool (pinboard) as a text backup of long posts I make, since it points to the right URL. I CTRL+A, CTRL+C to save documents via text-clip management tool called Ditto. I turn on captions on youtube videos all the time, so I can "speed-read" the video at 2 to 16xs playback speed, depending on content complexity and what I hope to get out of it.<p>You also realize that sometimes people use a piece of software for many unintended uses. In videogames, sometimes these bugs become features <i>super smash bros & iframes, street-fighter and block cancellation, speedrunning</i>. Another good example is the omnibar on the browser, that was not its intended use for using it as a google search. People will find to make things work for them as best they can. People will make full blown SaaS solutions with just excel, since that's all they know how to use.<p>You also realize the power of good formatting and storytelling. Mostly from reading too much terrible fiction from terrible authors, but occasionally finding some authors who make masterpieces. You take those ideas, and bring it to your own writing.<p>You start to realize who is and who is not worth following as well. You start to see who shares the same mindset as you, even if you've never met them. This could be tiny bits of metadata on someones github repo, all the way to just what they put on their blog. Many companies naturally use this as part of their cultural fit and hiring processes.<p>------------------------------------------------------------------<p>As a result you are able to unique generate novel ideas that sometimes are better than anything you find off the shelf. Sometimes these ideas become plugins and extensions that many users use, othertimes it becomes a business that no one else has thought of that you end up doing instead. Because you already are familiar with so many things, you don't need to do any research. Competition is validation. You can filter out what is garbage advice and what is not. You've seen what works & what does not, its pure instinct now. You rely on your own set of experiences across many fields to make the assessments for you. You can instantly crowd source solutions to ideas on reddit, youtube, amazon etc, without ever asking anything, because its all there already. You learn when reinventing the wheel is a good thing and when its a bad thing.<p>Learning different fields is one of the fastest way to gain wisdom and experience to make better informed decisions