Hacker Newsnew | past | comments | ask | show | jobs | submit | synparb's commentslogin

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 playing catch up on this front and many of the builtin solutions aren’t good.


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 want to mix dependencies from pypi). It's been great and also has a `pixi global` similar to `pipx`, etc the makes it easy to grab general tools like ripgrep, ruff etc and make them widely available, but still managed.


whoa! TIL thanks will check it out


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


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 interesting results:

https://github.com/synapticarbors/ndarray_comparison/blob/ma...

Most surprising among them was how fast pythran was with little more effort than is required of numba (still required an aot compilation step with a setup.py, but minimal changes in the code). All of the usual caveats should be applied to a simple benchmark like this.


I didn't see your comment until I wrote mine, yes I did the same comparison and pythran really is amazing. One of the great things is that it also runs as reasonably fast regular python code (as you can just leave most numpy functions in place), which makes debugging and prototyping so much easier.


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 the two.

[1] https://github.com/P403n1x87/austin


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


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've seen https://gitup.co/, but it doesn't have a view that is organized by commit date.


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-and-forth):

https://fs.wp.odu.edu/jrichman/wp-content/uploads/sites/760/...



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 the types of operations that are common across many scientific domains.


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


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: