Radoslaw Panczak

@RPanczak
18 Followers
30 Following
480 Posts
chronometre: A new package (pair) demo for R and Python
Efficient yet simple object exchange between R and Python
https://dirk.eddelbuettel.com/blog/2026/02/08#chronometre_initial_pair
#rstats #rcpp #python #datascience
For whoever does parallel computing in #RStats : I can only recommend futurize: https://www.jottr.org/2026/01/22/futurize-0.1.0/ . Choose your favorite backend , add futurize() to your pipeline and live happily ever after! See also https://arxiv.org/html/2601.17578v1 . The only thing I am waiting for is the creation of checkpoints to resume computations.
futurize: Parallelize Common Functions via a "Magic" Touch 🪄

I am incredibly excited to announce the release of the futurize package. This launch marks a major milestone in the decade-long journey of the Futureverse project. Since the inception of the future ecosystem, I (and others) have envisioned a tool that would make concurrent execution as simple as possible with minimal change to your existing code – no refactoring, no new function names to memorize – it should just work and work the same everywhere.

JottR

"Preparing JOSS for a generative AI future: From code to human creativity and design"

https://blog.joss.theoj.org/2026/01/preparing-joss-for-a-generative-ai-future

Even if you do not write code, a brilliant read to put AI into perspective. 

"As AI becomes capable of handling increasing fractions of the actual implementation work, the irreplaceable human contributions to software become clearer: understanding context, collaboration with others, making design tradeoffs, creating abstractions that capture domain expertise, and building conceptual foundations and following sustainable software practices that enable future discovery."

"Put simply, we’re shifting from evaluating software through proxies for effort – like lines of code – toward clear evidence of research impact, intellectual contribution, scholarly significance, and open-source software practices. Regardless of whether you leveraged AI assistance, show the human work: the problem framing, key design decisions and abstractions, and the practices that make the software usable and sustainable for others (tests, documentation, licensing, versioned releases, and a transparent issue and review process)."

#ai #rstats

Preparing JOSS for a generative AI future: From code to human creativity and design | Journal of Open Source Software Blog

Blog for the Journal of Open Source Software • <a href='https://joss.theoj.org'>https://joss.theoj.org</a>

#eduroam has been named one of the 13 Dutch brilliant breakthroughs by the Dutch Research Council (NWO)

Created in 2002 by Klaas Wierenga, eduroam started as a simple idea: make Wi-Fi secure, easy & free for students and researchers, wherever they go.

Today, eduroam connects people at almost 40,000 locations in 106 countries. In 2024 alone, it recorded over 8.4 billion authentications.

👏 Congrats to all its contributors from the R&E community for building a service with such global impact.

The recording of my #rstats posit::conf talk ✨ practical {renv}✨ is availabe on youtube! 🎉

I created this talk for frustrated {renv} users 🫠 and potential {renv} users🤩

https://youtu.be/l01u7Ue9pIQ?si=oNtInQRfWbb-PAqO

Even if {renv} isn't on your radar, you may still find this talk interesting if you are curious about🤔...

Practical {renv} (Shannon Pileggi, The PCCTC) | posit::conf(2025)

YouTube
TLDR; The PSF has made the decision to put our community and our shared diversity, equity, and inclusion values ahead of seeking $1.5M in new revenue. Please read and share. https://pyfound.blogspot.com/2025/10/NSF-funding-statement.html
🧵
https://www.python.org/sponsors/application/
The PSF has withdrawn a $1.5 million proposal to US government grant program

In January 2025, the PSF submitted a proposal to the US government National Science Foundation under the Safety, Security, and Privacy of Op...

The Python Software Foundation shows more spine than every single tech giant in just one single decision.

> Diversity, equity, and inclusion are core to the PSF’s values

https://pyfound.blogspot.com/2025/10/NSF-funding-statement.html

The PSF has withdrawn a $1.5 million proposal to US government grant program

In January 2025, the PSF submitted a proposal to the US government National Science Foundation under the Safety, Security, and Privacy of Op...

in my post-academic era i have become extremely scathing of the way academia considers papers to be the primary outcome of intellectual work, and refuses to give credit to academics who write software or build other tooling. in industry we only occasionally read your papers; but we always use your software

#Nix for Polyglot, Reproducible Data Science Workflows

Many thanks for the feedback, I think that this version is now much better: https://github.com/b-rodrigues/rix_paper/blob/master/paper.qmd
if you want to read it online instead: https://b-rodrigues.github.io/rix_paper/

I aim for a submission before the end of the year!

RT: https://fosstodon.org/@brodriguesco/115416991998875235

rix_paper/paper.qmd at master · b-rodrigues/rix_paper

Contribute to b-rodrigues/rix_paper development by creating an account on GitHub.

GitHub
This is an example of how Nix can be useful for data analysis: a project that uses #Julia #Python and #RStats in which #Nix is used to set up the dev env in a reproducible way, and is also used as build automation tool to orchestrate the codebase https://b-rodrigues.github.io/rixpress_demos/rbc/index.html
A Polyglot Data Science Pipeline with rixpress