Viewing profile — pmeira
pmeira
HN member- Joined
- Sun, Sep 27, 2020, 4:37 PM UTC
- HN karma
- 45
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About pmeira
No profile information was provided.
Recent public activity
-
comment
Comment #40877084
Apparently it also needs Clang to achieve the same performance: https://news.ycombinator.com/item?id=40875968
-
comment
Comment #40874621
Don't forget BLIS itself!
-
comment
Comment #40874572
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 one…
- comment
-
comment
Comment #40423545
Compression and other features use the non-Apache license: https://github.com/timescale/timescaledb/tree/main/tsl
- comment
-
comment
Comment #37740944
Some packages already use those. For previous Python versions, those are available in typing_extensions: https://typing-extensions.readthedocs.io/en/latest/
- comment
-
comment
Comment #36414767
"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 th…
- comment
-
comment
Comment #36411382
Not only that, when using Firefox (Chrome seems fine), it's selected by default on Windows and Linux.
-
comment
Comment #36016950
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.
-
comment
Comment #36016824
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 mid…
-
comment
Comment #35722758
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...
-
comment
Comment #34467386
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 r…
-
comment
Comment #34393390
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 ava…
-
comment
Comment #34154362
You could use NumExpr: https://github.com/pydata/numexpr#what-is-numexpr
-
comment
Comment #31876577
FreeXL is another alternative: https://www.gaia-gis.it/fossil/freexl/index
-
comment
Comment #31871505
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…
-
comment
Comment #25847801
To complement, dynamic arrays ("array of ...") are always 0-based in Delphi and Free Pascal. This was apparently introduced in Delphi 4 (1998).
- comment
-
comment
Comment #25439242
I was just looking into that and couldn't find much besides this: https://twitter.com/lIlIIllIIllIlll/status/13160140587393884...
-
comment
Comment #25348471
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 lo…
-
comment
Comment #24739057
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 bu…
-
comment
Comment #24734849
> 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 w…