Jeffrey Paul

Results 110 comments of Jeffrey Paul

> It advertises itself as a secure messenger, it is not for Chinese nationals- and attempts to mitigate those vulnerabilities had to be fought over for over a year. Your...

This is a security leak, and a security bug as a result.

Here we are years later and this security leak issue is still happening, exposing to anyone watching the network that the user is running Multipass (via outbound connections to `multipass.run`...

> I know many, many other applications, OS's, etc. by default have update checking turned on which hits a server to detect any updates and our way really shouldn't be...

One other thing: it phones back to Microsoft (GitHub) to fetch the "blueprints" index to know how to launch VMs. You might want to proxy that via an Ubuntu URL...

FWIW it looks like this is a shortcoming in the upstream tool as well. This may be out of scope if you are intending to not extend its functionality in...

Also, the -t output should probably only output a single line per file. Why is it wrapping? ``` 3707 There Are Things.flac: ok 3419 All I Need.flac: ok 3421 Ain't...

It seems that `--silent` is helpful here but the docs don't mention that `--silent` will still print errors when using `-t`, I had to discover that myself via testing.

It would also be cool if it could print the full file path argument as passed to `flac` and not just the basename.

``` sneak@nostromo:/Volumes/EXT/tmp/beetimport/one/Alice Deejay - discography$ find . -type f -iname '*.flac' -print0 | xargs -0 -n 1 -P 64 flac --silent -t 2>&1 | tee ./checklog.txt 02 - Alice Deejay...