@brodriguesco@fosstodon.org
@brodriguesco@fosstodon.org avatar

brodriguesco

@brodriguesco@fosstodon.org

Sworn in Data Janitor, fluent in R, Linux enthusiast living in Luxembourg

Average BÉPO enjoyer and advocate

Alma mater @Unistra - Phd econ

Read my blog or I'll delete your system32: https://brodrigues.co

youtube: http://is.gd/NjybjH

grep 'meaning' life.txt

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

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

A vulnerability in has been discovered https://nvd.nist.gov/vuln/detail/CVE-2024-27322

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

I've been PR-maxxing

lulu_powerful, to foss
@lulu_powerful@fosstodon.org avatar

*** Going all-in on Linux ***

I'm getting rid of Windows.

I'll never hassle others for keeping it as their daily driver. There are practical costs, and pressure to yield to industry norms.

But right now, I'm largely free of those constraints. There will never be a better time to go "all-in".

I'll still occasionally need a Windows VM, because I can't entirely unshackle myself from reality. But I will be in control of my machine - not Microsoft. And that's a happy thought. :)

brodriguesco,
@brodriguesco@fosstodon.org avatar

@lulu_powerful nice, what distro?

brodriguesco,
@brodriguesco@fosstodon.org avatar

@lulu_powerful For something lite and as easy to use as possible, I really Lubuntu. Haven't tried other things like Linux Mint, but that could be a nice alternative as well. Pop_os is also popular, but haven't tried it myself either.

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

why are there two versions of MASS on src/contrib of CRAN?

brodriguesco,
@brodriguesco@fosstodon.org avatar

@mdsumner was this always the case? something seems to have changed since the 4.4.0 release, because my automated pipeline to build binaries for Nix is failing since yesterday. It thought it might be related to this.

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

Sad day for users everywhere. Thoughts and prayers to the family!

https://fosstodon.org/@zeileis/112336664807429973

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

New profile pic, felt cute, might revert later

eddelbuettel, to random
@eddelbuettel@mastodon.social avatar

Long knives at CRAN. My (old) local script watching Rcpp usage changes see 135 fewer packages at CRAN (!!): 20594 versus 20729 (and 21 fewer Rcpp uses). That is a Yuge delta to yesterday, and it will take a few more (hourly) @CRANberriesFeed messages (which I cap to one removal message per run) to catch up....

(Subsequent closer look confirms 139 removals which is likely a new record.)

brodriguesco,
@brodriguesco@fosstodon.org avatar

@eddelbuettel @CRANberriesFeed might explain why my binary cache of bleeding edge packages I build on Github Actions for NixOS starting taking hours to build two days ago (see pic). It's ok now, but I was surprised to see this.

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

What are some packages that take forever to compile?

brodriguesco,
@brodriguesco@fosstodon.org avatar

@kupac nice, wasn’t aware this was a thing. Added a bunch of packages to the cache!

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

How many indy rock bands started in economics universities are called "Marginal Revolution"?

brodriguesco,
@brodriguesco@fosstodon.org avatar
rmflight, to python
@rmflight@mastodon.social avatar

Kind of thankful that is not a system dependency that is pretty much embedded in the OS, and that I can upgrade it even on older software (like running R 4.3.0 on Ubuntu 20 LTS) without worrying about other things depending on it.

In contrast to 3.6, that I'm not keen to try and force an upgrade to 3.8 so I can get access to a newer version of SciPy that exposes some underlying functionality that one of our python packages depends on.

brodriguesco,
@brodriguesco@fosstodon.org avatar

@rmflight you could use python virtual environments for this. No VM or Docker needed, and you'll have per-project development environments.

brodriguesco,
@brodriguesco@fosstodon.org avatar

@rmflight yes exactly pyenv also allows you to choose python version afaik

Cmastication, to random
@Cmastication@mastodon.social avatar

I did the dumbest little project tonight. I find it amusing that my European colleagues don't realize that their country is basically the size of Indiana.. or Tennessee or some other state that they can't find on a map. So I pulled the data to determine which state is most like which country. My 3 metrics are: population, land mass, and GDP. I have the data cleaned up. So maybe now a simple Shiny app?

What should I do with this project?

brodriguesco,
@brodriguesco@fosstodon.org avatar

@Cmastication I know that in terms of size, Luxembourg is about one Rhode Island

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

New version of pkgdown released today, and already built and cached for my bleeding edge development environment using and
@cachix_org

if you want to learn how to achieve this, read my latest blog post: https://brodrigues.co/blog/2024-04-04-nix_for_r_part_11/

Image from Microsoft SwiftKey Keyboard

rpodcast, to datascience
@rpodcast@podcastindex.social avatar

Episode 160 of the @rstats @rweekly Highlights Podcast caches more great content for you! https://serve.podhome.fm/episodepage/r-weekly-highlights/issue-2024-w15-highlights

📦 Build and cache R packages with Nix @brodriguesco
🚀 Latest webR improvements in 0.3.1 @gws @Posit
🎬 Visualizing dplyr operations @andrew

Spreading the word of the RWeekly project, contributing your favorite resource to the site, or sending your hosts a fun boost are excellent ways to participate in !

h/t @mike_thomas & @jonmcalder 🙏

brodriguesco,
@brodriguesco@fosstodon.org avatar

@rpodcast @mike_thomas thanks for highlighting my blog post :) I noticed that the link to the unit test is not pointing to the right url. Here it is: https://github.com/b-rodrigues/chronicler/blob/c36eb78f532aa786e6502d535556b23ab2f6d0ab/tests/testthat/test-record.R#L11

it is instead pointing to the table of R package build failures from Hydra: https://raw.githack.com/b-rodrigues/nixpkgs-r-updates-fails/targets-runs/output/r-updates-fails.html

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

latest rweekly just dropped

https://rweekly.org

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

Anyone has a working example of a unit testing where the internet connection is mocked to be down?

having some trouble understanding the relevant testthat documentation on it

brodriguesco,
@brodriguesco@fosstodon.org avatar

@jonocarroll ah very nice thanks!

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

Reproducible data science with , part 11 -- build and cache binaries with Github Actions and @cachix_org

https://www.brodrigues.co/blog/2024-04-04-nix_for_r_part_11/

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

What a perfect day to write some SAS© code on my Microsoft Windows 11® 15.6" Acer laptop

brodriguesco,
@brodriguesco@fosstodon.org avatar

@kupac proc nix

brodriguesco,
@brodriguesco@fosstodon.org avatar

@kupac has the best selection of top notch proprietary sotfware! (credit card required)

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