website/src/random-info/learning.html

37 lines
2.7 KiB
HTML

<!--sh TITLE="various resources | ~yosh" ./head.sh -->
<body>
<!--sh ./header.sh -->
<!--sh ./sidebar.sh top bottom -->
<main>
<!--sh TB_TITLE="various learning topics" TB_COLOR="pink" ./titlebar.sh -->
<h1>various learning topics</h1>
<p>I have found myself frustrated at how hard it is to find good resources for learning new things. I'm motivated to learn, but picking up conceptual ideas from surface-level youtube videos trying to tie shit together from very dense wikipedia articles and their references just doesn't cut it. here's a random assortment of websites, textbooks, videos, and whatever other resources I have either stashed for my own sake, have looked through enough to consider it satisfactory for describing something I already know, or whatever else I find that seems detailed enough about a topic. who knows</p>
<p>if this gets big enough, I'll make a table of contents</p>
<h2>math</h2>
<h3>calculus</h3>
<ul>
<li><a href="https://www.d.umn.edu/~mhampton/ODELA/">Differential Equations and Linear Algebra</a>, by Marshall Hampton.</li>
</ul>
<h3>algebra</h3>
<ul>
<li><a href="https://www.d.umn.edu/~mhampton/ODELA/">Differential Equations and Linear Algebra</a>, by Marshall Hampton.</li>
</ul>
<h3>geometry</h3>
<ul>
<li>if you want your physics and basic math world to be shattered, try watching <a href="https://www.youtube.com/watch?v=60z_hpEAtD8">a swift introduction to geometric algebra</a>. if you want to learn more, try watching <a href="https://www.youtube.com/playlist?list=PLpzmRsG7u_gqaTo_vEseQ7U8KFvtiJY4K">this playlist</a> on geometric algebra. it's not terribly important for my studies, so I haven't watched the playlist, but I might in the future</li>
</ul>
<h2>computing</h2>
<ul>
<li><a href="https://fosstodon.org/@BrunoLevy01/110142330588647339">how does a microprocessor work?</a> - a thread that leans into creating your own microprocessor and using RISC-V as an instruction set for it</li>
<li><a href="https://wiki.xxiivv.com/site/computation.html">xxiivv's computing section</a> - there's some cool stuff and other resources here</li>
<li><a href="https://phptherightway.com">php the right way</a> - some best practices for php in the modern day</li>
</ul>
<h2>physical DIY</h2>
<ul>
<li><a href="https://www.builditsolar.com/Projects/Conservation/conservation.htm">energy conservation for the home</a>. this was brought to my attention by it recommending <cite>Insulate and Weatherize</cite> by Bruce Harley as being one of the most technically complete books on the topic. its ISBN is <code>9781621137030</code>, and I'm sure you'll know where to find it :)</li>
</main>
<!--sh ./footer.sh -->
</body>
</html>