home.social

#julialang — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #julialang, aggregated by home.social.

  1. - statistical distributions in are great too. I even used a scaled-shifted beta-prime distribution a few weeks ago! (???) (Still :julia: Distributions.jl is my fave)
    - works exactly as expected (which is great) but the post-processing of mcmc draws is a bit more cumbersome in Python than in R in my opinion (arviz in Python vs posterior in R) although this might again be matplotlib vs ggplot (did I mention I am not a matplotlib fan?)

    4/n

  2. Streamline your workshops with GitHub Codespaces & Quarto!

    Skip setup headaches and dive into live, interactive sessions that make teaching a breeze.
    Discover how in our latest guide.

    quarto.org/docs/blog/posts/202

    #GitHubCodespaces

  3. Recently I've gotten really excited about #Enzyme as the future of #autodiff in #JuliaLang, in particular because it supports more language features than #Zygote (e.g. mutation, fast control flow, and preserving structural sparsity). I've started getting acquainted with its rules system, and I have some first impressions by comparison to #ChainRules. 🧵