Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ivoflipse
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ivoflipse
11mo ago
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&
2.
▲
by
ivoflipse
2y ago
Not today, it requires wgpu-py to support running on WASM / pyodide, which it doesn't yet (unfortunately)
3.
▲
by
ivoflipse
2y ago
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: https://github.com/pygfx/wgpu-py/issues/
4.
▲
by
ivoflipse
2y ago
Fastplotlib definitely works in Jupyterlab through jupyter-rfb https://github.com/vispy/jupyter_rfb I believe the performance is pretty decent, especially if you run the kernel locally Their docs also cover this as me
5.
▲
by
ivoflipse
2y ago
In related news, their ISO 27001 certificate just expired. Seems in line with their overall security posture then https://img1.wsimg.com//Sitecore/6/1/registrar-iso27001-cert...
6.
▲
Creating a Tiny Async Framework
(almarklein.org)
3 points
by
ivoflipse
2y ago
|
0 comments
7.
▲
by
ivoflipse
2y ago
His Google Tech Talk made me really appreciate his groups work, even though I have no need for time series analysis https://youtu.be/vzPgHF7gcUQ?si=rKQvOjK_qjiSSvKE
8.
▲
by
ivoflipse
2y ago
This is actively being discussed https://discuss.python.org/t/publish-linux-installer-on-pyth... A big holdup seems to be who would maintain this in the CPython project. Perhaps some Astral folks could become core devs
9.
▲
by
ivoflipse
2y ago
The Faster CPython team at least is aware of the paper and probably will look into it https://github.com/faster-cpython/ideas/issues/707
10.
▲
by
ivoflipse
2y ago
I reckon you're aware of it, but they're actively discussing a lock file format PEP and I'm quite hopeful this time it will actually get accepted https://discuss.python.org/t/pep-751-now-with-graphs/
11.
▲
Faster CPython Plan for 3.14
(github.com)
10 points
by
ivoflipse
2y ago
|
2 comments
12.
▲
by
ivoflipse
2y ago
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
13.
▲
by
ivoflipse
2y ago
Learned Optimism has a similar style of explaining the author's work over many years in an accessible manner
14.
▲
by
ivoflipse
3y ago
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 vul
15.
▲
PEP 703 (Making the Global Interpreter Lock Optional in CPython) Acceptance
(discuss.python.org)
6 points
by
ivoflipse
3y ago
|
0 comments
16.
▲
by
ivoflipse
3y ago
You can participate in the latest iteration of discussing this feature here: https://discuss.python.org/t/introducing-a-safe-navigation-o...
17.
▲
by
ivoflipse
3y ago
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" an
18.
▲
by
ivoflipse
3y ago
Shameless plug for a similar project called Collagraph ( https://github.com/fork-tongue/collagraph ). From the README: Write your Python interfaces in a declarative manner with plain render functions, component classes o
19.
▲
by
ivoflipse
3y ago
Checkout fastplotlib, which should be quite capable of what you're after and it works great in a Notebook https://github.com/kushalkolar/fastplotlib Alternatively, try pygfx for ThreeJS graphics in Python leveragi
20.
▲
by
ivoflipse
3y ago
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'
21.
▲
by
ivoflipse
4y ago
You could implement a HTML renderer with Collagraph ( https://github.com/fork-tongue/collagraph ). From the README: Write your Python interfaces in a declarative manner with plain render functions, component classes or e
22.
▲
by
ivoflipse
4y ago
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?
23.
▲
by
ivoflipse
4y ago
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. Otherwise you'll have to be rather specific about what Pyt
24.
▲
by
ivoflipse
4y ago
You're situation is related to this: https://pypackaging-native.github.io/key-issues/native-depen... Where it is incredibly hard to align various pieces of software spanning OSes, architectures, programming langua
25.
▲
by
ivoflipse
4y ago
Here's an entire website dedicated to these challenges: https://pypackaging-native.github.io/ Written by one of the maintainers of scipy
26.
▲
by
ivoflipse
4y ago
Another lucky winner: https://peps.python.org/pep-0668/ This PEP is meant to ensure you don't clobber your Linux distro's base environment and break key OS applications. Also, this problem doesn't exist
27.
▲
by
ivoflipse
4y ago
Lucky for you, there's a new PEP proposing just that: https://discuss.python.org/t/pep-704-require-virtual-environ... Written by the author of this blog post no less! However, you'll find that as with all pac
28.
▲
PEP 703: Making the Global Interpreter Lock Optional
(discuss.python.org)
3 points
by
ivoflipse
4y ago
|
0 comments
29.
▲
PEP703 Making the Global Interpreter Lock Optional in CPython
(github.com)
2 points
by
ivoflipse
4y ago
|
0 comments
30.
▲
Pypackaging-Native
(pypackaging-native.github.io)
1 points
by
ivoflipse
4y ago
|
1 comments
More ›