sueden.social ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Eine Community für alle, die sich dem Süden hingezogen fühlen. Wir können alles außer Hochdeutsch.

Serverstatistik:

1,8 Tsd.
aktive Profile

#parallel

2 Beiträge2 Beteiligte0 Beiträge heute

Thank you #user2025 and everyone who participated and contributed to this amazing conference! It was great to see you all <3

My first talk ever on #future was at useR! 2016, which I ended with a wish for a

plan(future.p2p::cluster)

backend. It took nine years to get there. My useR! 2025 slides on:

Futureverse P2P: Peer-to-Peer Parallelization in R (Share compute among friends across the world)

are available via futureverse.org/talks.html

#RStats #parallel #futureverse

photo by @schloerke

Fortgeführter Thread

Driving down Dizzy Street
I took a turn for the worse

Navigated right off the damn map
to a far out place I could not comprehend

The road sign was spinning rapidly
making the blur of words
impossible to read

So I started rotating myself
with equal velocity
for some much needed
#parallel perspective

Only then could I understand
the meaning
of the formerly
muddled message

“WELCOME TO DISORIENTED”

Now I knew exactly
where I was
and more importantly
how to navigate back
to the place
from whence I came

All I had to do to rectify
my untenable situation
was to apply
the physics of perspective
and angular velocity
to achieve the desired
perceptual stabilizing effect

Or I could just keep drinking
til I pass out

#vss365#poetry#poem
Antwortete im Thread

@KG_Jewell @pglpm
AFAIU, 'foreach' pkg is in a keeping-the-lights-on mode by Microsoft, but if something needs to be fix, I'm pretty sure they'll do it. Also, the original developer, Steve Weston, left it in a great condition, so foreach() is stable and won't go anywhere.

As the author of Futureverse, my recommendation is to couple it with the doFuture package (not original doParallel), e.g.

y <- foreach(...) %dofuture% { ... }

and things will run in #parallel on any operating system #RStats

Liberating the future!

I'm happy to share that major progress has been made on the #Futureverse roadmap. Already the next release comes with new, exciting, frequently asked features, and more are ready to ship in following release.

Release candidate #1 of the 'future' package is now available on R-universe;

install.packages("future", repos = c("futureverse.r-universe.dev", "cloud.r-project.org'))

Please give it a try🙏 As usual, these updates should be 100% backward.