Advertisement Β· 728 Γ— 90

Posts by Collin Berke

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

20 hours ago 3 1 0 0
Digging into the Matrix: Practicing Code Archaeology - Arthur Doler - NDC London 2026
Digging into the Matrix: Practicing Code Archaeology - Arthur Doler - NDC London 2026 YouTube video by NDC Conferences

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.

1 week ago 2 0 1 0
Post image

Every day VisiData ... every day πŸ™ƒ

#DataBS

1 week ago 0 0 0 0

@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

2 weeks ago 0 0 0 0

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

2 weeks ago 3 0 0 0
dslc.io

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

2 weeks ago 6 3 1 1

This ... this is the way

3 weeks ago 0 0 0 0

Just sent a you a DM. I look forward to reading it!

1 month ago 1 0 1 0

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.

1 month ago 1 0 1 0

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.

2 months ago 2 0 0 0
Advertisement

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.

2 months ago 5 0 2 0

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.

2 months ago 1 0 0 0

TIL a quick way to count the number of files in a directory from the command line:

`ls -1 | wc -l`

Helpful πŸ‘¨β€πŸ’»

2 months ago 0 0 0 0

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!

2 months ago 2 0 0 0

Oh, if you want to see your currently available aliases, run `alias`.

3 months ago 0 0 0 0
Preview
Cheatsheet πŸ™ƒ A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, pyth...

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...

3 months ago 0 0 1 0
Preview
Commit only part of a file's changes in Git When I make changes to a file in Git, how can I commit only some of the changes? For example, how could I commit only 15 lines out of 30 lines that have been changed in a file?

This answer on SO has a good description of the available options: stackoverflow.com/a/1085191

3 months ago 1 0 0 0
The BEST git command you've never heard of | GIT ADD PATCH
The BEST git command you've never heard of | GIT ADD PATCH YouTube video by typecraft

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...

3 months ago 1 0 1 0
Preview
Chili and cinnamon rolls: 'Warm, welcoming and a little unexpected' β€” just like Nebraska - Flatwater Free Press β€œPeople love a dish with a backstory,” one commenter said. β€œThat’s one of the major appeals to chili and cinnamon rolls. Whether it’s served at school cafeterias or a community supper, it’s comforting...

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 .

3 months ago 2 0 1 0

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.

3 months ago 0 0 0 0
Advertisement
Preview
GitHub - adokter/suntools: R package to calculate sun position, sunrise, sunset, solar noon and twilight R package to calculate sun position, sunrise, sunset, solar noon and twilight - adokter/suntools

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...

3 months ago 5 0 1 0

I haven't received an email, yet. I'll keep an eye out.

Thanks for the heads up.

3 months ago 0 0 0 0
Preview
GitHub - r-lib/actions: GitHub Actions for the R community GitHub Actions for the R community. Contribute to r-lib/actions development by creating an account on GitHub.

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 🀌.

3 months ago 12 0 1 0

`TODO: Fix this ...` is the message I write to my future self.

My past self is unhelpful from time to time πŸ˜‚

3 months ago 0 0 0 0

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.

4 months ago 1 0 0 0

Any good recommendations?

4 months ago 1 0 1 0
Preview
Parsing PDFs with Antigravity – Matt Waite’s Collection of Miscellany In a word: Gobsmacked.

Might be related: mattwaite.github.io/posts/2025-1...

@mattwaite.bsky.social was gobsmacked with Antigravity. Good read. Check it out.

4 months ago 3 0 1 0

Great read! Thanks for sharing.

5 months ago 0 0 0 0
Advertisement
Preview
Winners of the 2025 Table Contest - Posit We had many submissions to the Posit 2025 Table Contest and this post will show you the winners, the special prize recipients, and the runners up!

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

5 months ago 12 4 0 0

So much to learn observing other's work. Very helpful find. Thanks for sharing!

5 months ago 0 0 0 0