HackerTrans
TopNewTrendsCommentsPastAskShowJobs

brinox

no profile record

comments

brinox
·2 ปีที่แล้ว·discuss
I was just wondering if pg_parquet could be combined with pg_azure_storage to write Parquet files to Azure Storage.

I had problems with pg_azure_storage in the past, because the roles pg_read_server_files and pg_write_server_files are unassignable on Azure PostgreSQL databases which makes the use of `COPY {FROM,TO}` impossible.
brinox
·2 ปีที่แล้ว·discuss
Running signed binaries neither is as long as the corresponding keys leak all the time [1].

Anyone can just get their malware signed by just throwing some dollars at it.

[1] https://bugs.chromium.org/p/apvi/issues/detail?id=100
brinox
·3 ปีที่แล้ว·discuss
`docker-compose` is the old style of doing it.

Newer versions of Docker have Compose available as a CLI plugin, so the command `docker compose` with space is correct.