Joined September 2016
244 Photos and videos
Pinned Tweet
The year is 2042. Python has become a dialect of #rstats. News is reported via Quarto documents. Self-driving cars call prediction endpoints hosted on Posit Connect. Movie studios do all their CGI in the #rayverse. Hadley still uses nothing but R. The world is at peace.
5
19
255
The y axis tho 👀
There is a Wells Fargo analyst who ordered the same burrito bowl 75 times at eight different Chipotles in NYC to prove the portion size inconsistency $CMG
1
1
176
Adam Austin retweeted
A follow-up - Posit staff are working on an LLM interface called chattr: mlverse.github.io/chattr/ind… It has been tweeted about with the #rstats hashtag... exactly 0 times x.com/search?q=chattr #r… 🤷‍♂️

5
13
44
8,333
Adam Austin retweeted
12 Feb 2023
Built a CLI tool that auto-generates a commit message with AI based on your code changes. Coming tomorrow to a terminal near you! x.com/nutlope/status/1624646…

12 Feb 2023
Replying to @cramforce @t3dotgg
Just built this! Thank you both for the idea :) Gonna clean it up and release it on Monday
65
206
2,146
411,643
Adam Austin retweeted
The funny thing about data quality is that while data can be universally wrong it can only be circumstantially right (aka fit for purpose)
3
15
2,484
Adam Austin retweeted
At the risk of doing a Discourse, this talk of 2023 being the year data teams finally get closer to the business makes me think of the times I've worked engineering teams that had no product manager.
6
16
146
72,628
Adam Austin retweeted
Now that I'm healthy again, I'm starting to think about what's next for me! Let me know if you know of any roles I should consider / apply towards. ☺️💜 I'm looking at management roles in developer relations / education, data viz eng, and product management.🤓
1
3
8
2,208
Adam Austin retweeted
1 Jan 2023
Have you played around with #ChatGPT but wish you could do it inside RStudio? #rstats You can now 🗣️chat with GPT-3.5 inside of #quarto with the latest features in gptstudio! Very much a WIP so please share your experience with it. github.com/MichelNivard/gpts… @michelnivard
9
38
203
30,760
It's day 10 of #AdventOfCode2022! I got a little verbose by keeping things in data frames - it helped with debugging. Fun to watch the letters appear using the image() function!
Day 8 of #AdventOfCode2022! Today I focused on writing row-wise vectorized functions to compute tree visibility. Then I did some goofy matrix rotation so the tree functions didn't have to consider the orientation of the matrix. #rstats
1
It's day 6 of #AdventOfCode2022! We're getting a reprieve from input parsing nightmares. I love me a good while-loop! #rstats
2
2
Day 5 of #AdventOfCode2022! Did I just use base #rstats as an absolute cudgel? Yes, yes I did.
1
3
pip install --no-errors numpy is going to save me so much time
Replying to @ryxcommar
UPDATE: I figured out how to install numpy without errors. You simply need tell your terminal that you would like to not encounter any errors.
3
Adam Austin retweeted
4 Dec 2022
This is the kind of achievement that just a few years ago would have been a punchline "Hey, if the execs want us to use 'AI', why don't we just tell a chatbot what we want and it'll code the Shiny app for us 😆" x.com/jfernandez__/status/15…

2
6
50
For day 4 of #adventofcode2022 I continue using a data frame-centric approach, for better or worse. I computed the number of overlapping sections which allowed for a solution to both parts.
1
Day 3 of #AdventOfCode2022! Today's hero was Reduce(intersect, ...) which is a handy way to find the common element among a bunch of vectors. This provided a nice general solution for parts 1 and 2. Base #rstats never disappoints!
2
5
Day 2 of #adventofcode2022! It was 1:30 a.m. when I solved this so instead of trying to find a good generalizable rule set, I just hard-coded some lookup matrices and used dim names to get the values I needed for each round. 🤷‍♂️
2
Adam Austin retweeted
1 Dec 2022
#AdventOfCode starts tonight, with new programming puzzles on each of the next 25 days! 🧵 on some of the ways it’s a great way to practice coding:
1 Dec 2021
Replying to @drob
Here are some skills #AdventOfCode helped me practice last year: 🧵 1. Multi-paradigm programming: Some puzzles have an elegant #tidyverse solution. Others need a loop, recursion, matrix multiplication... practice recognizing the right tool for the job! x.com/drob/status/1336003816…
3
25