Another good read from @randyau.com. I really like his framing on how to approach the inheritance of an old data pipeline.
Asking questions first aligned with my thought process. The analogy of 'just patch a car enough to run' to 'just get the code running and fix it later' also resonated. #dataBS
Posts by Collin Berke
This reminds me of a talk from @arthurdoler.com, specifically around this point: youtu.be/RhHervpDeOQ?...
He mentions the importance of some of these techniques when discussing the usefulness of git history.
Every day VisiData ... every day π
#DataBS
@nebraskacode.bsky.social is one of my favorite local tech conferences. This year's speakers and sessions look great.
If you're in the area (or willing to travel), consider joining.
I'll be registering here shortly.
#Nebraska #DataAnalytics #DataBS
Folks, the @dslc.io would love for you to join one of our bookclubs.
Learn something new, hang out with some cool people, and have a few laughs along the way. Check out @jonthegeek.com's call π
#RStats #DataBS
We're spinning up new book clubs at DSLC.io, and a great facilitator wants help choosing which book to lead a cohort through next. Please see the poll in the reply! #dataBS #RStats #Quarto #RShiny
This ... this is the way
Just sent a you a DM. I look forward to reading it!
I like the framing thus far.
Any chance you'd have a pre-print of the chapter you'd be willing to share? I'm part of a group of storytellers who meet weekly to discuss these elements. I'd might be able to get you more feedback.
If not, no worries. I look forward to seeing the published version.
With PPT and GSlides it's nice to just click an 'align vertical/horizontal' button. The alignment bars to show center are just useful.
I'm sure if my CSS skills were stronger, it would be a more enjoyable, efficient experience.
Huge fan of #quarto and revealJS. Attempting to make it my default.
Alignment of different in-slide elements, especially if there's lots of them on a slide. You can only adjust .absolute values so many times before it gets tiring.
The back and forth loop of going to the browser, inspect tool, back to the IDE can be a drag.
The rounded corners turned way up got to me. Why not just make everything a circle, then?
The liquid glass also makes the Menu Bar un-readable at times, depending on your background.
TIL a quick way to count the number of files in a directory from the command line:
`ls -1 | wc -l`
Helpful π¨βπ»
Huge fan of this. It's also nice to grep a project to get a quick TODO and FIX list from time to time. Very helpful!
Oh, if you want to see your currently available aliases, run `alias`.
TIL: oh-my-zsh has some pretty useful built-in aliases to quickly change directories while at the command line.
Been a long-time user, so IDK how I missed these: github.com/ohmyzsh/ohmy...
TIL: `git add --patch` or `git add -p`. Very useful.
Learning about it helped level up my #git game.
More here: www.youtube.com/watch?v=blbz...
Did I just dig through @mattwaite.bsky.social 's replies all the way back to 2024 to reply with this: flatwaterfreepress.org/chili-and-ci....
Yep. I'll double down on Matt's offer @hadley.nz .
Also, TIL this subject goes way deeper than just calculating a simple point in time. It was a fun little rabbit hole I fell into.
Had one of those fun moments getting an answer to 'I wonder if there's an #RStats package for that?'
Calculating sunrise and sunset times? Yep, there's a package for that: `suntools`
π¦π: github.com/adokter/sunt...
I haven't received an email, yet. I'll keep an eye out.
Thanks for the heads up.
Spent some time learning more about @github.com Actions today.
Thankful for r-lib's #RStats actions. It makes getting up and going way easier: github.com/r-lib/actions
The use of caching for setting up R's dependencies is also π€.
`TODO: Fix this ...` is the message I write to my future self.
My past self is unhelpful from time to time π
Awesome list. Thanks for sharing!
I'll have to check out the tech and psychology podcasts.
+1 to 99% Invincible. It was my entry point to the world of podcasting.
Any good recommendations?
Might be related: mattwaite.github.io/posts/2025-1...
@mattwaite.bsky.social was gobsmacked with Antigravity. Good read. Check it out.
Great read! Thanks for sharing.
Seeing this years @posit.co table contest winners was inspiring: posit.co/blog/2025-ta.... It's amazing to see the functionality others came up with.
My favorite? Leo Ohyama's: github.com/leoohyama/po... .
The ticker at the top was a really neat idea.
#RStats #dataBS
So much to learn observing other's work. Very helpful find. Thanks for sharing!