I was going to comment the same thing, rather than push off harder, I'd hope it help brace for impact and relieve some of the weaker muscles.
Yes, I should perhaps be doing strength training, but I have limited hours to exercise and I'd prefer to spend them running rather than training so that eventually I could be running.
Another thing that happens is that your technique gets worse during longer runs, making you more prone to injuries. Maybe a device like this could either support you so you can run longer runs or compensate to make sure you don't hurt yourself.
So if this device helps with reducing running based injuries, I'm all for it
I have an electric cargo bike that I put in one of the lowest settings, if I cycle at the top speed it doesn't help much if at all. But accelerating from a dead stop is nice. This could be similar
This library builds upon pygfx and wgpu-py. Unfortunately, the latter doesn't support running on WASM, pyscript or pyodide yet, but there's an issue about it:
A big holdup seems to be who would maintain this in the CPython project. Perhaps some Astral folks could become core devs as well and maintain it upstream
If you've submitted a 510k for your medical device, you can advertise it as "510k pending".
There is a risk that you never receive the clearance or approval, but in this case Apple probably knew they had already addressed any feedback the FDA had so it was very likely there would be no further stumbling blocks
Did they provide you with Instructions for Use as a lay person? This might contain the legalese on what is or isn't permissible.
The company is required to have a complaint handling process, such that you making them aware of these vulnerabilities would mean they have to at least handle the feedback.
Maybe your findings can be rephrased in a way that don't require you to show how vulnerable their servers are, but that you suspect it's unsafe.
It helps that in the Netherlands we subtitle rather than dub foreign (and thus most English) speaking content. I was surprised when watching Forest Gump to hear that "Shit happens" is translated to "Scheisse passiert" and my German speaking friends didn't even know the English version. Ironically, I think most German speakers are more familiar with Arnold Schwarzenegger's voice actor, than his own voice while being from Austria.
Our music also contains more English music than German, which doesn't seem to be the case in Germany.
So in the Netherlands, we're exposed to English a lot more than German, French or Spanish speaking countries. I bet the same applies to the Nordic countries, which also have great English speaking ability
From the README: Write your Python interfaces in a declarative manner with plain render functions, component classes or even single-file components using Vue-like syntax, but with Python!
- Reactivity (made possible by leveraging observ)
- Function components
- Class components with local state and life-cycle methods/hooks
- Single-file components with Vue-like syntax (.cgx files)
- Custom renderers
Currently there are two renderers:
PysideRenderer: for rendering PySide6 applications
PygfxRenderer: for rendering 3D graphic scenes with Pygfx
It is possible to create a custom Renderer using the Renderer interface, to render to other UI frameworks, for instance wxPython, or even the browser DOM.
Alternatively, try pygfx for ThreeJS graphics in Python leveraging wgpu. It works great in Notebooks through notebook-rfb. https://github.com/pygfx/pygfx
If you're adventurous, figure out how to make pygfx work with webgpu via wasm
Welcome to the problem the Scientific Python community has been struggling with for years. Providing binaries for a plurality of platforms brings challenges with it, but I reckon on the major platforms Pydantic will be fine as they won't have hard to compile parts.
But Rust isn't available everywhere, so surely someone will be losing out.
From the README:
Write your Python interfaces in a declarative manner with plain render functions, component classes or even single-file components using Vue-like syntax, but with Python!
- Reactivity (made possible by leveraging observ)
- Function components
- Class components with local state and life-cycle methods/hooks
- Single-file components with Vue-like syntax (.cgx files)
- Custom renderers
If you use C-extensions or platform specific packages like pywin32, how would.you expect them to NOT be platform specific? Would you want it to only allow pure Python packages?
You could look into cibuildwheel, to have more control over what Python versions are used to build a wheel, but as the name implies not a great solution for running it locally.
Looking through the docs of pdm, Hatch or Poetry, I can't really find a definitive answer if they will use the Python version you specify. They all at least need to be able to locate the correct Python version in order to do so. It would be great if managing Python versions was something that came along with Python, so that these tools could rely on it more.
Yes, I should perhaps be doing strength training, but I have limited hours to exercise and I'd prefer to spend them running rather than training so that eventually I could be running.
Another thing that happens is that your technique gets worse during longer runs, making you more prone to injuries. Maybe a device like this could either support you so you can run longer runs or compensate to make sure you don't hurt yourself.
So if this device helps with reducing running based injuries, I'm all for it
I have an electric cargo bike that I put in one of the lowest settings, if I cycle at the top speed it doesn't help much if at all. But accelerating from a dead stop is nice. This could be similar