• 0 Posts
  • 123 Comments
Joined 8 months ago
cake
Cake day: July 29th, 2024

help-circle

  • No, we are nowhere close to learning as the human brain does. We don’t even really understand how it does at all.

    The point is to encode solutions to problems that we can’t solve with standard programming techniques. Like vision, speech recognition and generation.

    These problems are easy for humans and very difficult for computers. The same way maths is super easy for computers compared to humans.

    By applying techniques our neurones use computer vision and speech have come on in leaps and bounds.

    We are decades from getting anything close to a computer brain.
















  • Semi auto properties and params collection are long overdue. Great to see them in there.

    System.Text.Json respecting nullability is also great. But may break some things if you didn’t realise you were relying on the old behaviour.

    LoggerMessage source gen using primary constructors fixes a minor pain.

    EF generating SQL at compile time is also pretty sweet. Better query performance from precompiled and better startup performance from not having to precompile at runtime.

    All in all it looks pretty good.