Aaron Zauner

Results 15 issues of Aaron Zauner

Hi, I just noticed that someone else (you) started a bash style guide as well. Excellent. Are you interested in merging our efforts? I've started to compile one last autumn:...

Hi, First off; excellent initiative. I've quite some experience in setting up HPC related compiler and library toolchains and creating packages for various distros. I've been involved in creating so-called...

stale-issue

Hi, I've noticed that one of my servers in a three-instance postgres cluster is swapping out half of available swap due to `repmgrd`. RHEL7.6, postgres 11.2 and repmgrd 4.2. Tail...

Hi, I've recently worked a lot with linux namespaces (see: https://lwn.net/Articles/531114/ and it's follow-up articles on the different flavors). They're massively useful in Container and Virtualization environments, but they're also...

With a project like this it may make sense to use `git`'s GPG signing feature to verify the integrity of the code itself. https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work Just an idea.

Hi, I really apprechiated this project as it was announced at FOSDEM some years back and followed up on it semi-regularly. Pretty much all FOSS NTP/PTP projects suck by themselves...

Hi, I'm wondering why certificate verification has been disabled in this library? Is that on purpose, if so, why? https://github.com/achillean/shodan-ruby/blob/master/lib/shodan/shodan.rb#L48 Thanks, Aaron

Add this excellent paper on how Google built a global spanning WAN for their business. ``` B4: Experience with a Globally Deployed Software Defined WAN Sushant Jain, Alok Kumar, Subhasree...

Hi, You're using bad crypto throughout. For example hashing with MD5 is not encrypting data. I'd suggest adding a **big** warning in the README file and taking a look into...