Earlier quoted context omitted.
I've been considering paying for an LLM to augment my learning, for when I get stuck or can't figure something out. In terms of courses I am looking at Khan Academy but also https://ocw.mit.edu/courses/18-01sc-single-variable-calculus... (haven't started so I cant speak for quality)
The LLMs completely changed education for me. Whether it's math or music theory or programming, I'd rank ChatGPT amongst the best teachers I've ever known. (There are amazing real-human ones too, but it's really hit and miss!). For $20/mo it's totally worth it, way cheaper than tutoring or buying more textbooks. But for infrequent use, probably the free plan is enough...? I tried MIT OCW but found the videos too long…
Ask HN: What Are You Learning?
91–100 of 242 posts
Re: Ask HN: What Are You Learning?
#92I decided to learn React Native because the ecosystem seems mature enough for a project that I want to do.
Re: Ask HN: What Are You Learning?
#93Earlier quoted context omitted.
What are you using to review/relearn basic math? I'm asking because this is the space I'm working in, so I wonder what "products" people are hiring to do this "job." PS: Check out this concept map that shows the high school math concepts and topics that you can use as a "progress bar" for what there is to review: https://minireference.com/static/conceptmaps/math_concepts.p...
Tbh I don't have any specific path how to do it right now as I started doing this just recently. Currently it's something like: "oh, I don't remember how to do this, I'll check it on wikipedia/yt/ ". But this way I can't relearn things that I simply forgot that it exist. Thanks for the link!
Re: Ask HN: What Are You Learning?
#94Book keeping. Recently officialised my freelancing business into a corporation and it's fascinating learning about all that finance stuff. I'm hoping to turn all that knowledge around into building tools and utilities for doing all the calculations.
Re: Ask HN: What Are You Learning?
#95Drawing/sketching. Apropos of the other HN article on the elder mathematician who credits his success by studying the simple things until he understands them really, really well, I'm practicing drawing boxes in any/every orientation in 3D space. This includes drawing two boxes connected by a common edge - imagine a box with a lid the same size as the box itself, slightly opened. For me this is profoundly difficult to…
I don't know if you're literally using this or you are unaware but coincidentally using similar methods, but this site is highly recommended [0]. [0] https://drawabox.com/
Thanks for the rec!
Re: Ask HN: What Are You Learning?
#96Basic electronics, so I can build one of these and maybe extend it to three computers: https://github.com/jfedor2/screen-hopper/
What resources are you using to learn basic electronics?
Do you (or anyone else) have any suggestions for hands-on resources? I have Practical Electronics for Inventors, but you don't build anything until Chapter 7 (Page 551). I learn better when I'm making things.
[0]: https://github.com/jfedor2/screen-hopper/blob/master/HARDWAR...
Re: Ask HN: What Are You Learning?
#97Swift & swift ui
Re: Ask HN: What Are You Learning?
#98Graphics programming and the required math prerequisites.
Re: Ask HN: What Are You Learning?
#99The goal of the course is to give people a feeling for how fast code can be by teaching how it runs at the cpu level. I like it so far.
Re: Ask HN: What Are You Learning?
#100It's been very fun. I keep saying that I'm going to do a blog series about it, once I get it in an MVP stage.
The state of embedded Rust is also progressing very quickly underneath me, which is nice. Writing drivers is much easier now than it was at the beginning of the project.