Live data from Hacker News

Viewing profile — ivoflipse

ivoflipse

HN member
Joined
Tue, Dec 07, 2010, 12:13 PM UTC
HN karma
4,335
Public activity
278 items

About ivoflipse

No profile information was provided.

Recent public activity

  1. comment
    Comment #45709449

    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 strengt…

  2. comment
    Comment #43336644

    Not today, it requires wgpu-py to support running on WASM / pyodide, which it doesn't yet (unfortunately)

  3. comment
    Comment #43336257

    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/py…

  4. comment
    Comment #43336219

    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 loc…

  5. comment
    Comment #42858389

    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. story
  7. comment
    Comment #42613043

    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. comment
    Comment #42314593

    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 so…

  9. comment
    Comment #42229782

    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. comment
    Comment #42067995

    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-7…

  11. story
  12. comment
    Comment #41528160

    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…

  13. comment
    Comment #39847810

    Learned Optimism has a similar style of explaining the author's work over many years in an accessible manner

  14. comment
    Comment #39665081

    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 handlin…

  15. story
  16. comment
    Comment #37932231

    You can participate in the latest iteration of discussing this feature here: https://discuss.python.org/t/introducing-a-safe-navigation-o...

  17. comment
    Comment #36280446

    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"…

  18. comment
    Comment #36216301

    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 pla…

  19. comment
    Comment #35725976

    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 Th…

  20. comment
    Comment #35493157

    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 o…

  21. comment
    Comment #35052611

    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 …

  22. comment
    Comment #34475863

    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. comment
    Comment #34475840

    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. Oth…

  24. comment
    Comment #34475571

    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, …

  25. comment
    Comment #34475020

    Here's an entire website dedicated to these challenges: https://pypackaging-native.github.io/ Written by one of the maintainers of scipy