Collin Berke's Avatar

Collin Berke

@collinberke

Media Research Analyst | #rstats | data enthusiast | news, sports, and podcast aficionado Website: https://www.collinberke.com/ GitHub: https://github.com/collinberke LinkedIn: https://www.linkedin.com/in/collinberke/

150
Followers
258
Following
224
Posts
02.12.2024
Joined
Posts Following

Latest posts by Collin Berke @collinberke

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

24.02.2026 17:24 πŸ‘ 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.

24.02.2026 16:32 πŸ‘ 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.

19.02.2026 20:05 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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.

19.02.2026 20:05 πŸ‘ 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.

04.02.2026 22:48 πŸ‘ 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 πŸ‘¨β€πŸ’»

04.02.2026 22:39 πŸ‘ 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!

26.01.2026 23:15 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

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

19.01.2026 22:52 πŸ‘ 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...

19.01.2026 22:50 πŸ‘ 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

18.01.2026 22:58 πŸ‘ 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...

18.01.2026 22:53 πŸ‘ 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 .

15.01.2026 21:26 πŸ‘ 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.

07.01.2026 15:59 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
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...

07.01.2026 15:59 πŸ‘ 5 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

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

Thanks for the heads up.

06.01.2026 21:45 πŸ‘ 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 🀌.

02.01.2026 23:53 πŸ‘ 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 πŸ˜‚

02.01.2026 23:19 πŸ‘ 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.

11.12.2025 17:54 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Any good recommendations?

10.12.2025 16:06 πŸ‘ 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.

30.11.2025 23:17 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Great read! Thanks for sharing.

21.11.2025 15:49 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
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

18.11.2025 16:18 πŸ‘ 12 πŸ” 4 πŸ’¬ 0 πŸ“Œ 0

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

14.11.2025 19:48 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Understanding the native R pipe |> – %>% dreams Or, why mtcars |> plot(hp, mpg) doesn’t work and what you can do about it.

Nice, thanks for the share. I’ll have to check it out.

@ivelasq3.bsky.social also has a really good write up: ivelasq.rbind.io/blog/underst...

2022, time flies …

10.11.2025 23:29 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Hey @tylerclark12.bsky.social, I’m on the base |> train.

Reviewing old code with the %>% just reminds of a time getting started with R. Like the times spent with folks learning in the @dslc.io book clubs.

10.11.2025 22:55 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

That feeling of nostalgia when you look at some old #RStats code using magrittr's `%>%`.

Taking a moment to pause and reflect on some good times.

10.11.2025 19:51 πŸ‘ 10 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

This … This is is why I’m here.

No notes.

07.11.2025 02:59 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Thank you so much, Jen! If all goes well, that submission will be the final #TidyTuesday for 2025! It is *so* helpful when people submit datasets! I've been able to implement features to catch errors in datasets, and I have more on the way. Maybe I'll even finally finish the easier to use website!

29.10.2025 13:03 πŸ‘ 15 πŸ” 3 πŸ’¬ 0 πŸ“Œ 0
How I build software quickly Know how good your code needs to be for the task at hand. Start with a rough draft. Try to soften requirements if you can. Don't get distracted. Make small changes. Practice specific skills.

Today I read: How I build software quickly from @evanhahn.com: evanhahn.com/how-i-build-...

Some great advice within. Three sections really landed for me:

1. embrace rough drafts
2. make small changes.
3. avoid wandering the code.

Good read. I highly suggest others check it out.

24.10.2025 16:47 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Big fan of this! Thanks for the idea.

24.10.2025 16:01 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0