@grrrck@fosstodon.org avatar

grrrck

@grrrck@fosstodon.org

Full-stack R developer helping R users build web apps with Shiny by Posit. Always learning something new. he/him.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

grrrck, (edited ) to random
@grrrck@fosstodon.org avatar

What's better for coding videos, dark mode or light mode?

chrisadamsecon, to random
@chrisadamsecon@mastodon.social avatar

Question. I want to use to render image but the image is not locally hosted. renderImage only seems to work with locally hosted images. Is there a work around?

grrrck,
@grrrck@fosstodon.org avatar

@chrisadamsecon Is the image hosted somewhere else on the internet? If so you can use tags$img(src = "<https://placekitten.com/200/200>", alt="A picture of a cat used as a placeholder image") in your UI.

renderImage() is mostly a wrapper around doing that but for images that exist on the server and aren't hosted online somewhere else.

grrrck, to random
@grrrck@fosstodon.org avatar

When it comes to secuRity vulneRabilities in , you can always tell how seveRe it is by the numbeR of R puns in the CVE

grrrck, to random
@grrrck@fosstodon.org avatar

this is {ggplot2} and {gganimate}, right? it has to be. right?
https://mstdn.social/@ramikrispin/112316957201139339

grrrck, to random
@grrrck@fosstodon.org avatar

{shiny} + {bslib} = 💙
I just updated my shinyapp RStudio snippet so that all my apps start with bslib and you can too!
https://www.garrickadenbuie.com/blog/shiny-new-bslib-snippet/

grrrck,
@grrrck@fosstodon.org avatar

@scottish Thanks!

eliocamp, to random
@eliocamp@mastodon.social avatar

The great thing about living in Australia is that the weekend comes earlier.

grrrck,
@grrrck@fosstodon.org avatar

@eliocamp I’m jealous all the way until Sunday evening when their Monday morning posts start rolling in

gvwilson, to random
@gvwilson@mastodon.social avatar

question for users of the gh command-line client for GitHub: if I'm in a repo I can use gh issue list to get a list of open issues. How can I get a list of all open issues assigned to me (or some other user)? I.e., how can I get the same view that <https://github.com/issues/assigned> shows me? (I suspect the answer is that gh doesn't support this, but I'd like to be wrong.) thanks in advance, fellow humans - I treasure and cherish your 100% organically-crafted replies.

grrrck,
@grrrck@fosstodon.org avatar

@gvwilson gh issue list --assignee @me@fosstodon.org or you can use your github username instead of @me@fosstodon.org

grrrck,
@grrrck@fosstodon.org avatar

@gvwilson @me oh shoot sorry! Just realized you’re looking for all issues assigned to you or someone else.

andrew, to random
@andrew@fediscience.org avatar

After years of wishing something like this existed, I decided to finally buckle down and make it myself. Behold, an animated explanation of what group_by() |> summarize() does in {dplyr} in !

More coming later with group_by(cat2), plus group_by(cat1, cat2) and ungroup()!

https://youtu.be/MJDJ8YDmHdQ

grrrck,
@grrrck@fosstodon.org avatar

@andrew omg I love this!!

grrrck,
@grrrck@fosstodon.org avatar

@andrew you had me at flying colored boxes! What did you end up using to make the animation?

I’ve looked at the issue many times trying to convince myself it would be easy. No pressure but if you want to add it to the collection I’m sure it would be appreciated and used!

mdsumner, to random
@mdsumner@rstats.me avatar

what do we use for Python package boilerplate? I want the .gitignore and workflows for building and setting up on github

is there a devtools/usethis framework like in R?

grrrck,
@grrrck@fosstodon.org avatar

@mdsumner I’ve used Simon Willison’s project template, complete with github actions https://simonwillison.net/2024/Jan/16/python-lib-pypi/

grrrck,
@grrrck@fosstodon.org avatar

@mdsumner also, I haven’t had a chance to use it yet, but I think rye is probably the closest thing in Python land to {usethis}
https://rye-up.com/

ai4blobcat, to rstats
@ai4blobcat@sigmoid.social avatar

I’m still considering whether to attend posit conference 2024. I’d like to attend the career fair to look for data science related jobs, meanwhile listening some talks. But the ticket is still expensive even for the students, I applied for Opportunity Scholarships but haven’t got any replies from @Posit till now. I doubt is it worthwhile to spend $1198 on a 3-day conference mainly for the career fair? Can anyone have some experiences of posit give some advice? Really appreciate it @rstats

grrrck,
@grrrck@fosstodon.org avatar

@Lluis_Revilla @ai4blobcat @Posit @rstats Posit is certainly very visible throughout the conf, but we aim to fill the agenda with high quality and diverse talks with broad appeal to data scientists of all backgrounds and levels. This year’s talk schedule will be release soon but in the meantime you can peruse all talks from past confs on our YouTube page:

grrrck,
@grrrck@fosstodon.org avatar

@ai4blobcat oh yeah, I see. Sorry I saw your (@Lluis_Revilla) post first and missed the job-seeking angle. We do have lots of activities that encourage networking, but I don’t think we’ve done anything specifically for people looking for a job. It’s worth considering! I’ll pass this along to the planning committee.

grrrck, to random
@grrrck@fosstodon.org avatar

I did that thing where I tried to write a blog post and ended up writing a extension. As one does.

And then I wrote a blog post about the extension instead of the blog post about the other thing. Oh and I also didn't finish the draft blog post I've been sitting on for 5 months, either.

But hey, here's a neat Quarto shortcode for adding a date anywhere in your blog or document or whatnot!

https://www.garrickadenbuie.com/blog/quarto-now

grrrck,
@grrrck@fosstodon.org avatar

@scheidegger you've actually gotten emails about things like that? lol I wrote that with extreme sarcasm 😂

grrrck,
@grrrck@fosstodon.org avatar

@ggggeo I do all my best work when I'm procrastinating! That's why I need to create an artificial task to procrastinate doing even in my free time. Brains are weird, man.

grrrck, to random
@grrrck@fosstodon.org avatar

anyone else have a spot in their brain for "current number of unread notifications" for specific apps?

grrrck,
@grrrck@fosstodon.org avatar

slack: 🚨 7️⃣
me:
slack: 🚨 8️⃣
me: 👀

grrrck,
@grrrck@fosstodon.org avatar

@maelle hey, we're not alone! 😄

coolbutuseless, to random
@coolbutuseless@fosstodon.org avatar

{zstdlite} update: cran has removed package after approval yesterday. :(

grrrck,
@grrrck@fosstodon.org avatar

@coolbutuseless ugh, sorry man. I’ve been following along with your, um, adventures. Thanks for sharing! I just wish the transparency weren’t so one sided

grrrck, to random
@grrrck@fosstodon.org avatar

I’m learning to accept that is dinner a series of snacks for a group of people who collectively hate everything I’ve made.

grrrck,
@grrrck@fosstodon.org avatar

@lwpembleton so true! Or the time you think to yourself “I’ll make X for A because he’ll love it” and then he’s like “ugh I hate X when it’s steamed, I’ll only ever eat it boiled because that’s the way I love it.” Except you remember two days ago when he said the exact opposite. And yet somehow X is still on his list of favorite foods 🤷

grrrck,
@grrrck@fosstodon.org avatar

@rmflight it’s a roller coaster! Our kids’ tastes are also always evolving. Our strategy these days is cook a meal keeping all the constituent parts separate so the kids can have bits of everything (or not) and then the adults assemble everything into a decent meal. It’s easier than lots of separate dinners but it’s hard to find meals that work like this

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • GTA5RPClips
  • DreamBathrooms
  • InstantRegret
  • magazineikmin
  • osvaldo12
  • Youngstown
  • ngwrru68w68
  • slotface
  • everett
  • rosin
  • thenastyranch
  • kavyap
  • tacticalgear
  • megavids
  • tester
  • modclub
  • cubers
  • ethstaker
  • mdbf
  • khanakhh
  • Durango
  • normalnudes
  • Leos
  • cisconetworking
  • anitta
  • provamag3
  • lostlight
  • All magazines