-
As we prepare for the migration away and sunsetting of DataSpace, I've been populating the journal articles when they become available. This has mostly focused around new records to ensure that when w…
-
In order to use neuralgcm for data assimilation, we need access to the model variables on sigma levels (plus surface pressure). The `api.PressureLevelModel` provides access to decoded data on pressur…
-
Came across this one that can be added as well:
http://cdsweb.cern.ch/record/2259646
-
Hello! Is there any example where I can launch to demonstrate usage of Unity to render image stream and subscribe it from ROS? (maybe something similar) Where is it located and how to launch it? Thank…
-
The unreasonable effectiveness of f-strings and re.VERBOSE
https://death.andgravity.com/f-re
-
-
Yesterday, @cmoore24-24 and I have encountered noticeable performance discrepancies while running the same physics application ([test_skimmer.py](https://github.com/cmoore24-24/hgg/blob/main/notebooks…
-
I see that the physics system is not super extensible at the moment. Leaning in to generic functions and CLOS could make it easier to deal with as long as it wouldn't be too slow, though that could be…
-
@ziatdinovmax as we discussed, I plan on implementing a simulated campaigning loop for tuning the "hyper parameters" of an optimization loop. I first want to learn this library inside and out so it mi…
-
I'm trying to use cannon as part of what is essentially an FPS engine, but am running into a bit of a performance snag in regards to nearphase.
All collisions are Box against Convex, and it seems tha…