Aurélien Grosdidier

Results 19 comments of Aurélien Grosdidier

Thanks for your wonderful work! I'm very looking forward to seeing this PR merged! 👍

I had the same problem when trying to connect a `mlvpn` compiled from source on the client (raspbian @ raspberry pi) to a server installed from the repository provided by...

I'm starting to have errors, such as: ``` linkedin.exceptions.LinkedInError: 410 Client Error: Gone for url: https://api.linkedin.com/v1/people/~/shares?oauth2_access_token=XXX...XX: This resource is no longer available under v1 APIs ``` The error message seems...

From [my own experience in bioinformatics](https://www.linkedin.com/in/aureliengrosdidier), here are the most common situations: - If the software is very specific to the research work that has been published, it is then...

I think it's a good idea to promote software citations. Most citations however don't refer to the source code itself - which may not be available -, but to a...

Same here, the current version (0.2.4) does not work with Firefox Developer Edition 58.0b1 (64-bit) running on Archlinux.

`onionpipe` has more features (persistent onions services, forward several ports at once), and is implemented in go vs python for `ephemeral-hidden-service`. I'm not sure the latter deserves its place in...

Looks like [files are stored, encrypted, on the server filesystem](https://docs.cryptpad.org/en/dev_guide/database.html), and that there's [no database](https://docs.cryptpad.org/en/admin_guide/maintenance.html#admin-database) involved. If this filesystem is accessible via one of the many rclone backends, and the...

I'm trying to figure out whether my Lenovo Thinkpad T480s has Option ROM. I use the following command: ```sh sudo tpm2_eventlog /sys/kernel/security/tpm0/binary_bios_measurements | grep "BOOT_SERVICES_DRIVER" ``` When I boot w/SecureBoot...