Live data from Hacker News

Viewing profile — synparb

synparb

HN member
Joined
Wed, Oct 05, 2011, 8:34 PM UTC
HN karma
909
Public activity
106 items

About synparb

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #47301978

    I’ve been playing around with https://nono.sh/ , which adds a proxy to the sandbox piece to keep credentials out of the agent’s scope. It’s a little worrisome that everyone is play…

  4. comment
    Comment #43098092

    I'm also a long time conda user and have recently switched to pixi ( https://pixi.sh/ ), which gives a very similar experience for conda packages (and uses uv under the hood if you…

  5. comment
    Comment #41109637

    I've added fasthtml (and its dependencies) to conda-forge, so it's available in conda/mamba now.

  6. story
  7. comment
    Comment #30394345

    I use numba quite a bit at work and it's fantastic. I recently, however, did a comparison between numba, cython, pythran and rust (ndarray) for a toy problem, and it yielded some i…

  8. comment
    Comment #24837886

    Another relatively new addition to the python statistical sampler space is Austin[1], that has a lot of similar features to py-spy. I haven't made a direct comparison yet between t…

  9. comment
    Comment #19802608

    It looks like Github, after some push back across various forums, reverted the change and the network graph is back.

  10. comment
    Comment #19799895

    I'm actively looking for alternatives since I found this to be a super useful feature in terms of seeing the state of a repository and the relationship between active branches. I'v…

  11. comment
    Comment #12988929

    See also this article: http://www.politifact.com/truth-o-meter/statements/2016/oct/...

  12. comment
    Comment #12988909

    Here appears to be the text of that paper: http://projects.iq.harvard.edu/cces/news/perils-cherry-picki... And here is a follow-up from the original authors (standard academic back…

  13. comment
    Comment #12766864

    First class multi-dimensional arrays with natural indexing syntax would be a huge draw. You get that in Numpy, Julia, Fortran and it is extremely powerful in terms of expressing th…

  14. comment
    Comment #12542684

    It's much more entertaining and useful to read about the overhaul from Transit itself: https://medium.com/transit-app/transit-4-0-is-now-live-2329f...

  15. comment
    Comment #12345814

    Conda is 100% free and open source, but is developed by Continuum, which is a company (but one that contributes heavily to many of the key components of the open-source pydata/scip…

  16. comment
    Comment #12345729

    The actual package distribution/management (it is also a replacement for virtualenv) is conda ( http://conda.pydata.org/ ). Since it can be confusing, the difference between conda,…

  17. comment
    Comment #12345511

    You should also check out https://conda-forge.github.io/ , which is building high quality, community curated conda packages for a lot of stuff that isn't available from the main Co…

  18. comment
    Comment #12345449

    While I still think it a bit unfair, the exact quote is "...but to a first approximation, no one is using it". So I think (assuming fijal's numbers of 0.5-1% are roughly correct) i…

  19. story
  20. comment
    Comment #12095189

    I tried looking on the Moore Foundation website and the grant wasn't listed yet. Here's one to Numfocus though from last year: https://www.moore.org/grantee-detail?granteeId=2114

  21. comment
    Comment #10257877

    I'll echo @dagw's comments. Cython has been rock solid for me for a long time and it is my go to for any sort of external c/c++ library interfacing. That said, I find myself using …

  22. comment
    Comment #10159315

    pyvim ( https://github.com/jonathanslenders/pyvim ) is also a pretty slick vim clone in python that uses the python prompt toolkit ( https://github.com/jonathanslenders/python-prom…

  23. comment
    Comment #9613737

    Here is a simple example I just threw together of calling a Rust function from within Cython: https://github.com/synapticarbors/rust-cython-test I use cython extensively in my work…

  24. comment
    Comment #8810133

    Could you point to a link about how to seamlessly plug Julia into the jvm? I haven't seen any documentation or examples.

  25. story