• 0 Posts
  • 36 Comments
Joined 1 year ago
cake
Cake day: October 1st, 2023

help-circle




  • that may be true for CS and software development, but I think that has ended up being more harmful for other fields like electrical engineering. Kind of like how non STEM majors are too afraid to try engineering or sciences, because they all think calculus is this big scary incomprehensible thing that only einstein-level geniuses can learn. I’m seeing that same kind of fear preventing students from going into engineering because they don’t want to learn anything besides python.



  • buy yourself a copy of K&R 2e (The C programming language by Brian Kernighan and Dennis Ritchie). Its not only a good c book, but a great beginner programming book in general. If you’re a learn by doing guy, it has a lot of exercises you do.

    i normally don’t learn by reading textsbooks myself, but this book proved an exception. its inexpensive too.












  • Not exactly accurate, I think. Even machine language is bound by the CPU’s architecture. You can’t do anything in machine language that wasn’t specifically provided for by the CPU architects.

    It would be more accurate to say it’s like creating a new universe using all the same laws of physics, thermodynamics, cosmology, ethics, etc as our existing universe.



  • I want to point out that, just like in real life, its the inclusion of that “++” which complicates things. Without them, it would be straightforward and elegant, having only 1 logical solution.

    Makes you wonder why people keep insisting on having the “++” around. Why not ditch them and go back to basics.