»#Crucible and #Futureverse announce open #metaversepartnership.« https://venturebeat.com/games/crucible-and-futureverse-announce-open-metaverse-partnership/?Metaver.se #Metaverse #VirtualWorlds #VR #AR #MR
#crucible #futureverse #metaversepartnership #Metaverse #VirtualWorlds #VR #AR #MR
Metaverse Project Futureverse's Co-Founders Start $50M Venture Fund - The Born Ready venture studio will invest in early stage Web3 and metaverse projects. - https://www.coindesk.com/business/2023/08/03/metaverse-project-futureverses-co-founders-start-50m-venture-fund/?utm_medium=referral&utm_source=rss&utm_campaign=headlines #fundingrounds #futureverse #metaverse #finance #funds #news #web3
#web3 #news #funds #finance #metaverse #futureverse #fundingrounds
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... - https://cryptonews.com/news/crypto-startups-secure-2014m-funding-futureverse-risc-zero-lead-way.htm #blockchainnews #venturecapital #investmentfirm #investments #futureverse #investors
#investors #futureverse #investments #investmentfirm #venturecapital #blockchainnews
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... - https://cryptonews.com/news/futureverse-raises-54-million-fuel-expansion-of-diversified-metaverse-platform.htm #metaversegaming #blockchainnews #futureverse #metaverse
#metaverse #futureverse #blockchainnews #metaversegaming
Futureverse Raises $54 Million to Advance AI and Metaverse Integration - Futureverse, an AI and metaverse technology company, has raised $54 million in funding to... - https://cryptonews.com/news/futureverse-raises-54-million-advance-ai-metaverse-integration.htm #futureverse #metaverse #nftnews #ai
#ai #nftnews #metaverse #futureverse
#Ripple invests $54M in AI-metaverse startup Futureverse to build open, scalable, interoperable metaverse infrastructure on XRP Ledger.
#ripple #futureverse #ai #blockchain #crypto #metaverse #web3 #xrp
Metaver.se #Metaverse »#Futureverse raises $54M to marry #AI and #themetaverse: #10THoldings led the round and included participation from #Ripple.« https://venturebeat.com/metaverse/futureverse-raises-54m-to-marry-ai-and-the-metaverse/
#Metaverse #futureverse #AI #themetaverse #10tholdings #ripple
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 🤠
#rstats #futureverse #parallel
@hadleywickham Background: In companion w %dofuture% (https://mastodon.social/@henrikbengtsson/109741654631611943), 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 #futureverse, 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/
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 #futureverse 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 #rstats #parallel #hpc #rng
#Metaverse »#Futureverse merges 8 #Web3 companies to create an #openmetaverse #ecosystem.« https://venturebeat.com/games/futureverse-merges-8-web3-companies-to-create-an-open-metaverse-ecosystem/
#Metaverse #futureverse #Web3 #OpenMetaverse #ecosystem
'progressr' package: Got a working prototype for reporting on progress via the 'RPushbullet' package and the Pushbullet message service
https://progressr.futureverse.org/reference/handler_rpushbullet.html
#rstats #progress #parallel #futureverse
'progressr' package: Got a working prototype for reporting on progress via the 'RPushbullet' package and the Pushbullet message service
https://progressr.futureverse.org/reference/handler_rpushbullet.html
#rstats #progress #parallel #futureverse