Earlier quoted context omitted.
My comment doesn't assert Firefox or Safari are ahead on features. My comment is about Google/Chrome still being culpable as a market leader despite Apple (Safari) and Microsoft (IE legacy) likely slowing down browser development in general.
I don't understand what you're comparing Chromium to if you're saying it doesn't have features for business reasons, when the other browsers also don't have those features.
Postgres WASM
171–180 of 190 posts
Re: Postgres WASM
#172Re: Postgres WASM
#173I love watching the WASM space evolve and get use cases like that. I feel it could become an easier Docker for people wanting to try programming with little fuss.
In a lot of ways, repl.it is doing this.
Re: Postgres WASM
#174Re: Postgres WASM
#175Earlier quoted context omitted.
Correct me if I'm wrong, but given your profile (I assume someone in the tech world), nothing stopping you from doing all of the above with a local pg. If installing is annoying you could run it in docker.
You're absolutely right, you can use a local pg. This just makes it easier for me, as it's sort of a "sandbox" environment and I can easily take snapshots to do A/B testing or roll things back. I can also send a snapshot to a coworker so they can get my entire environment with all my data in a few seconds.
Re: Postgres WASM
#176Earlier quoted context omitted.
Zstandard is able to compress this file to 1.4MB. a2b67f25.bin : 8.26% (16777216 => 1386514 bytes, a2b67f25.bin.zst)
brotli compresses it to 1047967 bytes. And you can serve it as-is with Content-Encoding: br, unlike zstd. (zstd at --ultra -22 level: 1149751 bytes).
Re: Postgres WASM
#177would it be possible to install an extension like postgis into this? if so, you might have saved me countless hours attempting to port gdal to wasm…
Re: Postgres WASM
#178Earlier quoted context omitted.
brotli compresses it to 1047967 bytes. And you can serve it as-is with Content-Encoding: br, unlike zstd. (zstd at --ultra -22 level: 1149751 bytes).
Why is Brotli more efficient on Wasm files? I believe their built-in dictionary was tuned for HTML, CSS and JS content.
Re: Postgres WASM
#179Earlier quoted context omitted.
brotli compresses it to 1047967 bytes. And you can serve it as-is with Content-Encoding: br, unlike zstd. (zstd at --ultra -22 level: 1149751 bytes).
Why is Brotli more efficient on Wasm files? I believe their built-in dictionary was tuned for HTML, CSS and JS content.