The evolutionary fitness of a particular adaptation helps spread the genes that causes the adaptation. I think backpropagation is a very apt description for that phenomenon
I think they’re saying it’s religious in the sense that it’s definitionally unknowable.
We know that everything we ever experience is something generated by our own brain (approximately).
We assume that our brain is generating our experience based on some sort of external reality, but that thing we can only assume exists because we’ll never be able to step outside our brain to experience it.
F# is my go-to language for new backend projects and console apps. You can be as functional as you like, with imperative/mutable/OOP escape hatches available for those rare but unavoidable times you need them
Have to agree. Recently decided to try out Python instead. Everyone at work wanted Python, it's popular, so why not give it a shot. In constant regret, missing the type checking in F#.
for console apps, F# sadly suffers from general .NET issues for console apps. Very large size (>150MB for a simple app) and at least 400-700msec startup time
AOT compilation is actually usable in net7, and I'm told it's got much better in net8 - massively reduces startup time (and in net8 apparently binary size too)!
That's an implementation detail. For all we know the author has a very firm split between their application folder and their blog posts folder, and they only get combined at the compilation stage. You don't need the content to be stored separately at runtime in order to maintain separation of concerns in your codebase