pmeira | 1 year ago | on: Beating NumPy matrix multiplication in 150 lines of C
pmeira's comments
pmeira | 1 year ago | on: Beating NumPy matrix multiplication in 150 lines of C
pmeira | 1 year ago | on: Beating NumPy matrix multiplication in 150 lines of C
The author also says "(...) implementation follows the BLIS design", but then proceeds to compare *only* with OpenBLAS. I'd love to see a more thorough analysis, and using C directly would make it easier to compare multiple BLAS libs.
pmeira | 1 year ago | on: pg_timeseries: Open-source time-series extension for PostgreSQL
pmeira | 2 years ago | on: Python 3.12
pmeira | 2 years ago | on: Codespaces but open-source, client-only, and unopinionated
I'll add that this is the first site that misdetects anything like that.
pmeira | 2 years ago | on: Codespaces but open-source, client-only, and unopinionated
pmeira | 2 years ago | on: PyPI new user and new project registrations temporarily suspended
pmeira | 2 years ago | on: PyPI new user and new project registrations temporarily suspended
Recently I've seen someone on Reddit trying to automate the creation of PyPI projects through GitHub Actions. The person was complaining that the first deployment couldn't use an API key for that project since it didn't exist. So I'm not surprised some people are trying to do the same for malicious purposes.
The PyPI front page lists 455k projects. If you search for "test", you'll see there's a lot of throwaway projects (note that test.pypi.org is a thing). I'm mostly an EE researcher and I'm not sure students need a low barrier to entry to PyPI, since pip and other tools support installing from GitHub without too much hassle and there are also other non-PyPI package indices. Student packages/projects tend to be abandoned soon after graduation. An archived repo (with a license...), on GitHub or somewhere else, sounds more reasonable and also has more visibility that could end in code reuse someday (through the service's own search and search engines in general). I'd love to understand why so many people repeat this meme that student and teens need trivial access to production infra like PyPI.
So, I'd say being too inclusive, allowing fully unrestricted trivial creation of projects is kinda foolish. There needs to be some extra step, be it a fee, identity confirmation, manual moderation/approval, or something else. I'm sure the PyPA devs/maintainers have ideas.
pmeira | 2 years ago | on: Brazil judge orders temporary suspension of Telegram
pmeira | 3 years ago | on: Writing a Vector Tileserver for Osm2streets
pmeira | 3 years ago | on: Gimp 2.10.32 on Apple Silicon (2022)
pmeira | 3 years ago | on: Extending Python with Rust
pmeira | 3 years ago | on: Xlite: Query Excel and Open Document spreadsheets as SQLite virtual tables
pmeira | 3 years ago | on: Show HN: Easily Convert WARC (Web Archive) into Parquet, Then Query with DuckDB
Considering DuckDB's and Parquet's features, if DuckDB manages to support the emerging GeoParquet standard someday, I believe it could be a nice alternative to the typical SQLite + Spatialite combo, and GeoPackage as a whole.
pmeira | 5 years ago | on: Again on 0-based vs. 1-based indexing
pmeira | 5 years ago | on: Free Pascal
pmeira | 5 years ago | on: Mapbox-gl-js is no longer under the 3-Clause BSD license
[0]: https://www.maptiler.com/mapbox-alternative/
[1]: https://www.maptiler.com/news/2020/05/the-future-of-openmapt...
pmeira | 5 years ago | on: JuliaMono – a monospaced font for scientific and technical computing
pmeira | 5 years ago | on: JuliaMono – a monospaced font for scientific and technical computing
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.