Jason K. Moore

Results 1409 comments of Jason K. Moore

Interesting ski jump: https://www.instagram.com/reel/ClZP9Oigcbc/?igshid=YmMyMTA2M2Y%3D Can't move in translation in space: https://www.reddit.com/r/interestingasfuck/comments/zl0pcx/an_astronaut_in_microg_without_access_to_handles/ Suspension of rally truck: https://www.reddit.com/r/nextfuckinglevel/comments/zlgl5v/50000_suspension_in_action/

Interesting page about debunking gyroscope misconceptions: http://www3.eng.cam.ac.uk/~hemh1/gyroscopes/htmlgyroscopes.html

Riccardo mentioned doing something about the vibration of the TU Delft tram (that caused the delays).

This is fine. I can add more as I go along this year. Closing this.

This action has been updated some over the year. It does say this now for the token: "GITHUB_TOKEN (issues: write, pull-requests: write) or a repo scoped [PAT](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token)." So maybe I...

I'm seeing similar javascript errors across several projects that depend on pythreejs. I was trying to generate a pythreejs visualization with PyDy in both jupyter notebook and then jupyter lab...

I created a conda environment with: ```yml name: bicycle-kickplate-model channels: - conda-forge dependencies: - setuptools - cython - gmpy2 - ipython =7.2.1 in /home/moorepants/miniconda/envs/bicycle-kickplate-model/lib/python3.11/site-packages (from pythreejs) (8.0.5) Requirement already satisfied:...

I'm seeing this in the console on that page too: ``` The resource from “https://pydy.readthedocs.io/en/v0.7.1/examples/jupyter-threejs.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff). [carvallo-whipple.html](https://pydy.readthedocs.io/en/v0.7.1/examples/carvallo-whipple.html) Loading failed for the...

I setup a more bare conda env with numpy, scipy, and sympy and then pip installed ipython, jupyter, pythreejs, notebook so that all jupyter related dependencies are pulled directly from...