Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
synparb
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
Local-First and Portable CI
(prefix.dev)
10 points
by
synparb
4mo ago
|
8 comments
2.
▲
Slopification and Its Discontents
(charlesleifer.com)
3 points
by
synparb
6mo ago
|
0 comments
3.
▲
by
synparb
6mo ago
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
4.
▲
by
synparb
2y ago
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
5.
▲
by
synparb
2y ago
I've added fasthtml (and its dependencies) to conda-forge, so it's available in conda/mamba now.
6.
▲
Let's stop dependency hell: Launching Pixi
(prefix.dev)
13 points
by
synparb
3y ago
|
0 comments
7.
▲
by
synparb
5y ago
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/
8.
▲
by
synparb
6y ago
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/P403n1x8
9.
▲
by
synparb
7y ago
It looks like Github, after some push back across various forums, reverted the change and the network graph is back.
10.
▲
by
synparb
7y ago
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
11.
▲
by
synparb
10y ago
See also this article: http://www.politifact.com/truth-o-meter/statements/2016/oct/...
12.
▲
by
synparb
10y ago
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://f
13.
▲
by
synparb
10y ago
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
14.
▲
by
synparb
10y ago
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.
▲
by
synparb
10y ago
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/scipy ecosystem, and whose CEO basically created numpy/
16.
▲
by
synparb
10y ago
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, anaconda and miniconda is described her
17.
▲
by
synparb
10y ago
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 Continuum channel.
18.
▲
by
synparb
10y ago
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) it is not completely unreasonable to say that
19.
▲
by
synparb
10y ago
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
20.
▲
by
synparb
11y ago
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 Numba more and more in the places that I can
21.
▲
by
synparb
11y ago
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-prompt-toolkit )
22.
▲
by
synparb
11y ago
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 and it's super productive for me
23.
▲
by
synparb
12y ago
Could you point to a link about how to seamlessly plug Julia into the jvm? I haven't seen any documentation or examples.
24.
▲
Jitpy: embed PyPy inside CPython
(jitpy.readthedocs.org)
4 points
by
synparb
12y ago
|
0 comments
25.
▲
A week with Go
(vagabond.github.io)
2 points
by
synparb
12y ago
|
0 comments
26.
▲
by
synparb
13y ago
Julia also adopted this syntax, and I'm not sure if I like it. In numpy at least, I find myself doing element-wise multiplication much more frequently than matrix multiplication, so '.*' always feels clumsy. I'd rather h
27.
▲
by
synparb
13y ago
A %*% B != A @ B
28.
▲
by
synparb
13y ago
I remember there being talk of eventually being able to call Julia from within Python. I've also been quite happy using Numba as an alternative to Cython for some things when I need speed. It's a lot more light-weight with less bo
29.
▲
by
synparb
13y ago
Another suggestion would be for Github to offer more generous academic accounts. Currently it looks like they offer free micro accounts (5 private repos) for students, but I think scientists would be more apt to use Github if they offered u
30.
▲
by
synparb
13y ago
Although I would say in academia I've seen a rapid expansion of Python as both a Matlab replacement and for doing non-HPC work, at least in the field I work in (computational chemistry and biomolecular simulation).
More ›