mastodon.ar.al is one of the many independent Mastodon servers you can use to participate in the fediverse.
This is my personal fediverse server.

Administered by:

Server stats:

1
active users

#esm

1 post1 participant1 post today
Continued thread

I hope that the Trump administration's cancellations of the Orion crew capsule (for which Europe built the Service Module) and the early de-orbiting of the ISS is a strong wake-up call that ESA's space program can no longer rely on promises from NASA.

Grateful for Hélène Huby's foresight to leave Airbus when she was VP of Orion-#ESM to develop European space capsules that don't rely on the US honouring their commitments.

reuters.com/business/aerospace

If you’re running a relatively recent version of Node.js – I’m on 22.x for Kitten¹ at the moment– and you use ES Modules (because, of course, you use ES Modules, right, because it’s almost 2025…) and you want to use .js extensions and not have to litter package.json files with "type": "module" all over the place, you can start Node with the following flag and it should Just Work™ ;)

--experimental-default-type

¹ kitten.small-web.org

For those working with intensive longitudinal data, as collected via the experience sampling method (ESM) / ecological momentary assessment (EMA): I will be teaching my 'ESM Data Analysis' course again this year (December 6-8). For further info, see:

wvbauer.com/doku.php/course_es

where you will find a course description and schedule, some notes on the course prerequisites / how to prepare for the course, registration instructions, and some notes / frequently asked questions.

www.wvbauer.comCourse: ESM Data Analysis [Wolfgang Viechtbauer]
Replied in thread

The other things I'm experimenting with @Suns be

Export templates, styles, behaviour, all without any framework, published on a controlled domain name, as an #ESM along with a #CustomElement and registration helper

If one project doesn't use customElement, but needs something from it, but in a framework, it's available. It gives liberty to use & extend. Best of both worlds.

That's what I'm aiming for: optimal re-use and to load only what's needed

The things that makes projects heavy and slow

Anyone delved with publishing #ESM modules over https like deno.land does [1] with version in the URL along with publishing for NPM?

Probably need different URL for Browser, Deno, and make sure the release/testing checks for platform compatibility.

I can imagine writing a release of a package into a publicly available folder with package name platform, and version. Pretty much like deb/rpm. Heh.

Anyone experimented w/ that?

1: deno.land/manual@v1.12.1/linki

DenoDeno — A modern runtime for JavaScript and TypeScriptDeno is a simple, modern runtime for JavaScript and TypeScript that uses V8 and is built in Rust.

Can we predict if atmospheric CO2 grows faster or slower than what is expected from emissions' growth?

Yes, by assimilating observational data into an #ESM, we gain a predictive skill of 5 years for the air–sea CO2 flux, and 2 years for the air–land CO2 flux and atmospheric carbon growth rate.

Find out more on how we predict the global carbon cycle and evaluate modeled atmospheric CO2 in our new study
mas.to/@HongmeiLi/109834343353

by @HongmeiLi @MPI_Meteo

esd.copernicus.org/articles/14

SDK developers, how are you handling ESM + CJS? We're starting to see dependencies switch to ESM only, but because we support #CJS, we're unable to upgrade as #ESM can't be imported by CJS

Is the answer just to drop our transpiling to CJS/UMD and go ESM only? That feels like it should be the answer & would technically be a semver-major change.

Is there a better solution?