William

Results 17 comments of William

The above links don't work anymore

Is EBS pricing currently not being accounted for? I saw this block https://github.com/ifosch/accloudtant/blob/master/accloudtant/aws/prices.py#L342 for ebs pricing but I couldn't tell if it's being using by anything at this point

An app called tinyCam pro https://play.google.com/store/apps/details?id=com.alexvas.dvr.pro has an option to only do object detection on frames that contain motion. This helps reduce the CPU usage for environments where there isn't...

Are there still plans to add this? Since the feature gates are no longer needed on K8s 1.10 I guess you can just follow the local-volume-provisioner docs to set things...

Looks like this was fixed with 51f5d919027b89d01e771a1823cc1fb18e8b8266 and released with 1.5.0

In case anyone is wondering why arping always fails on Ubuntu 20.04 Focal it's because a bug was introduced that always returns a exit code `1`. This was fixed with...

Google keeps sending me these reminder emails that I should upgrade my Analytics tracking code. It would be great if we could get this upgraded. ![image](https://user-images.githubusercontent.com/3502082/102299974-f9105580-3f21-11eb-9bcb-5f607ce910f2.png)

Can you add a Google plus icon with small + sign?

The ipmitool version in Dell's Ubuntu Xenial repo supports the 14g servers https://linux.dell.com/repo/community/openmanage/

for me the following worked: ``` wget -O- https://packages.cloud.google.com/apt/doc/apt-key.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/coral-edgetpu.gpg ``` @mjsobremonte 's suggestion did not work because the downloaded `.gpg` file wasn't a...