Metaverse · @metaverse
320 followers · 617 posts · Server eicker.news
CryptoNewsBot · @cryptonewsbot
677 followers · 35914 posts · Server schleuss.online
CryptoNewsBot · @cryptonewsbot
672 followers · 34696 posts · Server schleuss.online

Crypto Startups Secure $201.4M in Funding: Futureverse and RISC Zero Lead the Way - Last week, venture capital and investment firms invested $201.4 million in crypto project... - cryptonews.com/news/crypto-sta

#investors #futureverse #investments #investmentfirm #venturecapital #blockchainnews

Last updated 1 year ago

CryptoNewsBot · @cryptonewsbot
667 followers · 34489 posts · Server schleuss.online

Futureverse Raises $54 Million to Fuel Expansion of Diversified Metaverse Platform - Futureverse, a crypto tech and gaming startup, has secured $54 million in Series A fundin... - cryptonews.com/news/futurevers

#metaverse #futureverse #blockchainnews #metaversegaming

Last updated 1 year ago

CryptoNewsBot · @cryptonewsbot
667 followers · 33973 posts · Server schleuss.online

Futureverse Raises $54 Million to Advance AI and Metaverse Integration - Futureverse, an AI and metaverse technology company, has raised $54 million in funding to... - cryptonews.com/news/futurevers

#ai #nftnews #metaverse #futureverse

Last updated 1 year ago

Adi · @Aditya
83 followers · 1432 posts · Server cryptodon.lol

invests $54M in AI-metaverse startup Futureverse to build open, scalable, interoperable metaverse infrastructure on XRP Ledger.

tronweekly.com/ripple-xrp-open

#ripple #futureverse #ai #blockchain #crypto #metaverse #web3 #xrp

Last updated 1 year ago

Metaverse · @metaverse
302 followers · 595 posts · Server eicker.news
Henrik Bengtsson · @henrikbengtsson
190 followers · 34 posts · Server mastodon.social

future 1.31.0 on CRAN. Mainly cleaning up legacy code blocking me from adding new, exciting features.

Now, if you still rely on

plan(multiprocess)

, which has been deprecated since Oct 2020 (sic!), for parallelization, it'll now run in sequential mode, and you'll get heaps of deprecation warnings. If that doesn't do it, and you keep using 'multiprocess', I've got more aces up my sleeve. Just saying 🤠

future.futureverse.org/

#rstats #futureverse #parallel

Last updated 2 years ago

Henrik Bengtsson · @henrikbengtsson
174 followers · 16 posts · Server mastodon.social

@hadleywickham Background: In companion w %dofuture% (mastodon.social/@henrikbengtss), I'd like to introduce:

z <- future_foreach2(X=1:3, Y=3:1, FUN=function(x, y) {
sqrt(x/y)
})

to be the same as:

z <- foreach(X=1:3, Y=3:1) %dofuture% {
sqrt(x/y)
}

In the , prefix 'future_' indicates a duality, e.g. future_lapply() for lapply() & future_map() for purrr::map(). So, we cannot call it future_foreach(), because that would incorrectly suggest it is a duality of foreach()

2/

#futureverse

Last updated 2 years ago

Henrik Bengtsson · @henrikbengtsson
174 followers · 16 posts · Server mastodon.social

I'm working on an update to {doFuture} and a new %dofuture% infix operator:

y <- foreach(x = 1:3) %dofuture% {
something something
}

which removes the need for %dopar% (which btw comes with a few hidden bugs) and registerDoFuture().

%dofuture% will give you a consistent behavior, just like when you use {future.apply} and {furrr}. Same for random number generation (RNG), which will be built-in, so no need for %dorng%

futureverse.org/

#futureverse #rstats #parallel #hpc #rng

Last updated 2 years ago

Metaverse · @metaverse
247 followers · 504 posts · Server eicker.news
Henrik Bengtsson · @henrikbengtsson
120 followers · 4 posts · Server mastodon.social

'progressr' package: Got a working prototype for reporting on progress via the 'RPushbullet' package and the Pushbullet message service

progressr.futureverse.org/refe

#rstats #progress #parallel #futureverse

Last updated 2 years ago

Henrik Bengtsson · @henrikbengtsson
174 followers · 16 posts · Server mastodon.social

'progressr' package: Got a working prototype for reporting on progress via the 'RPushbullet' package and the Pushbullet message service

progressr.futureverse.org/refe

#rstats #progress #parallel #futureverse

Last updated 2 years ago