Josiah
banner
josiahparry.com
Josiah
@josiahparry.com
oh, you know
Miss y'all! <3 This youtube comment simultaneously broke my heart 💔 and filled it.

Being off socials has been good for the mental and productivity, though.

Hope to share more about it in the coming months :)
#rstats
September 26, 2025 at 11:15 PM
Big sonic switch up for me this year. Been bigggg on classical. Yet, Andrew Bird is, since the start of wrapped, my number☝🏽

My angry 😤 metal music has been slightly supplanted by more technical and crazy math rock.
December 4, 2024 at 4:18 PM
okay turns out that you need to await the async for it to be async.

Typically, in other languages, you use await to wait for, and resolve a future.

To me, b/c the function is defined as async() the whole thing should be async
December 2, 2024 at 11:40 PM
now confused because this function still runs synchronously.
December 2, 2024 at 11:38 PM
Any #rstats folks familiar with {coro}? I think I want to use it but unsure how.

I have a fn `poll_and_resolve_job()` it checks an async job until it resolves. I feel like this would be better handled by {coro} or even {promises} (though I prefer async / await syntax)

github.com/R-ArcGIS/arc...
December 2, 2024 at 11:01 PM
My solution to 🎄oC day 2 part 1:

Part 2 definitely feels like I would do it in Rust and not R. Too much looping and checking n - 1 values.

Annnd that concludes advent of code for me :) #rstats
December 2, 2024 at 6:30 PM
🎅🏼🦀 R, Rust, and R + Rust walk through for Advent of Code Day 1.

👇🏽peep the R+Rust bench mark 🙃

#rstats #rust
josiahparry.com/posts/2024-1...
December 1, 2024 at 6:08 PM
🎅🏼 Part 2, also in base R. This time lines instead of 1 :/
#rstats #AdventOfCode
December 1, 2024 at 4:02 PM
👨🏻‍💻🎄Day 1 Solution of #AdventOfCode in base R.
Some may even call it the best R.
December 1, 2024 at 3:47 PM
Kinda crazy to remove issues from a GitHub repo for a project with 600+ stars
November 30, 2024 at 4:57 PM
Whattt?!
November 27, 2024 at 1:58 AM
Use serde with extendr! Bringing one the most powerful #rust crates to #rstats with ease :)

👇🏽 short user guide addition
extendr.github.io/user-guide/s...
November 26, 2024 at 11:46 PM
I now dedicate the first 20+ lines of my user facing functions to argument validation.

I cannot emphasize how helpful this is for preventing bugs.

Read about r-lib standalone check: josiahparry.com/posts/2024-0...
#rstats
November 26, 2024 at 7:34 PM
i....oops. #rstats
November 26, 2024 at 4:12 AM
fwiw in its first line of the introduction is calls out specific technologies which doesn't make it seem like a spec. Contrast this with arrow which makes the distinction very clear.

- Arrow is a format
- There are official arrow libraries that help you use it
November 25, 2024 at 6:06 PM
Reimagining {readr} using {S7} options object.

I think S7 has hugeee potential for reducing cognitive overload of #rstats functions—particularly when you need to expose lots of options.
November 22, 2024 at 2:11 AM
Y'all! M girlfriend, @jessicapplegate.bsky.social, is making maps in #rstats without my help. This is awesome. 👏🏼
November 21, 2024 at 9:31 PM
There’s so much stuff at the top I pretty much don’t see it. But if you’re looking for it:
November 20, 2024 at 3:31 AM
I want to love {renv} more than I do. I think my biggest challenge is the stringency with how it adheres to the repos url in the `renv.lock` file #rstats
November 19, 2024 at 9:45 PM
AH! that is _very_ hidden :O
November 15, 2024 at 8:07 PM
specifically, i want to select the best model for each for each workflow based on rmse. Then i want to scoop up the residuals from each of those.

Caution about a last fit doesn't matter here. Strictly for exploratory purposes
November 15, 2024 at 7:15 PM
I'm not _exactly_ sure what you're after. For example what do you want column to be? What do you want data to be?

You can do something like this
November 15, 2024 at 1:40 AM
Do we have any intro to ML books that use {tidymodels}?

My gf has show interest in the subject! 👀

#rstats
November 4, 2024 at 9:30 PM
here's my approach at this problem in base #rstats. Loops to be pretty fast!
gist.github.com/JosiahParry/...
October 29, 2024 at 4:58 PM
Fun question in the {valve} GitHub repo today about using https with autoscaling plumber APIs. Slap a reverse proxy over Valve and you've got secure auto-scaling {plumber} APIs.
github.com/JosiahParry/... #rstats
October 29, 2024 at 3:59 PM