Comment by scott_w

2 days ago

> If you're doing things blindly in Linux, there's no point. The value is in understanding and leveraging that understanding to achieve your goals.

I don’t know about that. Just to be upfront: I’m not advocating putting your kids through this because I think they have to have that motivation for themselves to really benefit.

However, I basically did blindly follow guides to try and get things working without fully understanding what I was doing. Over time, things stick and I’m able to look under the surface and get a better understanding and better solve the problem I’m facing.

Hell, any “Learn X Language” book works like this! There’s always boilerplate that you need to kinda skip over for a while just so you can get a running program. Hell, I’m leaning Rust and I’m using #[] “decorators” and I couldn’t tell you exactly what they’re doing!