home.social
  1. I've been looking into dbt for data engineering and wanted to flesh out what the similarities and differences were to just using {targets} - I learned lots about both of them!

    I wrote up my findings in this post

    jcarroll.com.au/2026/05/04/com

  2. I'm not sure where the discussions are happening but I'm curious about one slide in particular from @hadleywickham's talk

    youtube.com/live/ctc2kx3LxG8

    why the addition of 0 for each term of the multiplication? Is it to have NA values fail early? I was hoping it would be explained but not that I saw

  3. Implementing small math problems can really help to cement your knowledge of fundamental operators...

    jcarroll.com.au/2025/05/03/rot

    I implemented a 'rotate digits with modulo' in :rstats: :julia: :apl: and :uiua: and had a great time doing so!

  4. Really interesting approach from Paul Goulart at mixing and with the takeaway (paraphrased)

    "Julia is great for debugging the *math* problems, Rust is great for debugging the *code* problems, and supporting both of those at once Is a lot less work than doing all of it twice"

    Followed by another great talk by @mo8it highlighting the footguns and benefits of Julia (check out his blog post mo8it.com/blog/rust-vs-julia/)

    I wasn't expecting so much Julia but I'm loving it!

  5. I'm watching for the , but daaaaaang if that code doesn't look cool - simple, formula-based... everything that Fortran should be.

    TBF, I had to write MPI code in Fortran90 back in the day.

  6. Do you work with ELN/LIMS and wish you could query it with :rstats:? HIBio has you covered!

    We've just released {benchlingapi} which connects directly to your tenant's API endpoints to get/update/add entities, notebooks, tables, IDs, etc... Completely independent of the python SDK, this is a pure R implementation.

    github.com/HIBio/benchlingapi