• 0 Posts
  • 7 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle



  • Drivers definitely bear some responsibility, but “it’s not the drivers” is emphasizing the difference between:

    • a particular person’s responsibility for a particular instance of doing X
    • the practical results of depending on (fallible) humans to do X, throughout society

    If every driver were perfectly skilled, attentive, and responsible, we wouldn’t need even half of the safety features that come standard in cars today. Obviously that isn’t the case, so we’ve advanced technology and infrastructure to make cars that are safer than ever for drivers and their occupants. Unfortunately, this does little for anybody not in a car.

    I think you somewhat agree, since stricter driving rules/training/testing is a systemic-type solution, but we should aim even higher for systems that remain safe and effective even if its participants aren’t skilled/attentive/responsible.


  • Ruby has carved space for itself in web application development, but has limited popularity in in other domains. In comparison with Python, Ruby has fewer “old warts” and feels more internally consistent. In a similar manner, both the community and newcomer experience are more cohesive and are considered more friendly, compared to Python.


  • If you’re coming into programming from zero, try Hedy.

    It’s a gradual progression textual programming language specifically designed for teaching and learning. At the last level of progression, it’s just Python. The link above lets you get started right away in the browser with no setup, in your native language (English or otherwise).

    If you’re not coming from zero, you might want to jump in a little deeper into C# (even though it has a higher “low bar” of strictness and structure, which can stumble “from zero” learners) and beeline towards your goal of making games, considering the ecosystem of Godot and Unity.