Even as the climate is warming, there is so little we know about it today. Computational modeling is how climate scientists reconcile our understanding of cl... (more…)
Read more »
When I first learned about the Julia programming language, there were a few things that gave me the "wat" moments. One of those surprises involves both the naming and meaning of functions. (more…)
Read more »
This talk was given as part of JuliaCon2021.Abstract:Javis.jl is a general purpose animation library which builds on top of the Luxor.jl graphics library.It ... (more…)
Read more »
One of the key facts about memory maps is that the mapping is performed asynchronously,
with the data being loaded on demand as it is used.
In some cases, though, we may know that the entire mapped region will be required — and
only at the end of some oth... (more…)
Read more »