Was discussing pros and cons of LLM-generated code recently with colleagues and one big takeaway was this:
In humans, taste develops much faster than ability.
In coding assistants, ability develops much faster than taste.
Software engineer @Posit@fosstodon.org (fka RStudio) | humane #rstats | she/her
Also at https://bsky.app/profile/jennybryan.bsky.social
Software engineer @Posit (fka RStudio) | humane #rstats | she/her Also at https://bsky.app/profile/jennybryan.bsky.social
Was discussing pros and cons of LLM-generated code recently with colleagues and one big takeaway was this:
In humans, taste develops much faster than ability.
In coding assistants, ability develops much faster than taste.
Software engineer @Posit (fka RStudio) | humane #rstats | she/her Also at https://bsky.app/profile/jennybryan.bsky.social
📦 glue 📦 just updated to v1.8.0
Main improvement most #rstats
folks will notice is better docs!
1. Improved README / home page: https://glue.tidyverse.org/articles/glue.html
2. New "Get started" article thanks to tidy dev day contributors @stephhazlitt@fosstodon.org and Brennan Antone: https://glue.tidyverse.org/articles/glue.html
3. New article on wrapping glue, with techniques that transfer to rlang, cli, and withr: https://glue.tidyverse.org/articles/wrappers.html
Software engineer @Posit (fka RStudio) | humane #rstats | she/her Also at https://bsky.app/profile/jennybryan.bsky.social
Software engineer @Posit (fka RStudio) | humane #rstats | she/her Also at https://bsky.app/profile/jennybryan.bsky.social
Software engineer @Posit (fka RStudio) | humane #rstats | she/her Also at https://bsky.app/profile/jennybryan.bsky.social
PSA: if you use Homebrew to install R, you almost always want to do:
brew install --cask r
instead of `brew install r`.
The cask approach installs the CRAN distribution of R, which will be compatible with CRAN-built binary packages and you will have a happier life 🍻 #rstats