Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pmeira
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
pmeira
2y ago
Apparently it also needs Clang to achieve the same performance: https://news.ycombinator.com/item?id=40875968
2.
▲
by
pmeira
2y ago
Don't forget BLIS itself!
3.
▲
by
pmeira
2y ago
It's a muddy comparison given that NumPy is commonly used with other BLAS implementations, which the author even lists, but doesn't properly address. Anaconda defaults to Intel oneAPI MKL, for example, and that's a widely use
4.
▲
by
pmeira
2y ago
Compression and other features use the non-Apache license: https://github.com/timescale/timescaledb/tree/main/tsl
5.
▲
by
pmeira
3y ago
Some packages already use those. For previous Python versions, those are available in typing_extensions: https://typing-extensions.readthedocs.io/en/latest/
6.
▲
by
pmeira
3y ago
"Linux x86_64" is present on my UA on Linux, and "Windows NT 10.0; Win64; x64" on Windows. Probably a bug or just untested on Firefox. Just a bit annoying. I'll add that this is the first site that misdetects anythi
7.
▲
by
pmeira
3y ago
Not only that, when using Firefox (Chrome seems fine), it's selected by default on Windows and Linux.
8.
▲
by
pmeira
3y ago
Interesting, thanks for the links. By the way, the one I mentioned was in r/learnpython, which is probably not exactly the ideal audience for such a feature.
9.
▲
by
pmeira
3y ago
I maintain a few niche (electric power systems) packages, and I wouldn't mind a one-time or yearly fee, or a fee per project created. I say this as a Brazilian who lived in the middle of nowhere and managed to have a website in the 90&
10.
▲
by
pmeira
3y ago
Last year when something like this happened, it came out that there's a legal representative in Rio: https://www1.folha.uol.com.br/internacional/en/brazil/2022/0...
11.
▲
by
pmeira
4y ago
It uses Mapbox GL JS v2.x, which is no longer open-source and is tied to the TOS, so the distinction of using Mapbox tiles or not doesn't seem to matter. Just loading the library requires a token from Mapbox.
12.
▲
by
pmeira
4y ago
GIMP already supported ARM though, this is about "Apple Silicon". Since the post itself doesn't mention specific challenges, I guess it serves more to inform macOS users of the availability than foster discussion or provide a
13.
▲
by
pmeira
4y ago
You could use NumExpr: https://github.com/pydata/numexpr#what-is-numexpr
14.
▲
by
pmeira
4y ago
FreeXL is another alternative: https://www.gaia-gis.it/fossil/freexl/index
15.
▲
by
pmeira
4y ago
Another benefit that is often overlooked is that Parquet support various compression methods, right? SQLite's official support for compression is a commercial product, so basically useless for general usage in free open-source software
16.
▲
by
pmeira
6y ago
To complement, dynamic arrays ("array of ...") are always 0-based in Delphi and Free Pascal. This was apparently introduced in Delphi 4 (1998).
17.
▲
by
pmeira
6y ago
I was just looking into that and couldn't find much besides this: https://twitter.com/lIlIIllIIllIlll/status/13160140587393884...
18.
▲
by
pmeira
6y ago
I guess they don't like that people can generate their own vector tiles more easily nowadays, or services like Maptiler [0] (see [1] for some more context) that provide tiles at lower costs. [0]: https://www.maptiler.com
19.
▲
by
pmeira
6y ago
For physics, I think that's true. For other fields in general, it probably varies a lot (I'd love to see some numbers). We live in bubbles but we should try to remember that our bubbles don't represent the whole world.
20.
▲
by
pmeira
6y ago
> Most people in Julia's target audience know latex already Is Julia's target audience really that small? Either that or you'd be surprised how many people don't use LaTeX but do write scientific code and papers.