Monthly Archive: April 2018

HEVC Decoding in the Browser 0

HEVC Decoding in the Browser

On Windows 10, in Edge, it is already available. I however needed to install manually this extension from Microsoft https://www.microsoft.com/en-ca/store/p/hevc-video-extension/9n4wgh0z6vhq     In terms of Javascript video player, Bitmovin supports HLS HEVC.  

Create USB from ISO in Mac 0

Create USB from ISO in Mac

List all disks diskutil list Output: % diskutil list /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *251.0 GB disk0 1: EFI EFI 209.7 MB disk0s1 2: Apple_CoreStorage Macintosh HD 250.1 GB...

Docker Quickstart Guide 0

Docker Quickstart Guide

Glossary host => the real machine container => inside host Start Docker Docker won't run by default after reboot. sudo systemctl start docker Verify that docker is installed correctly by running the hello-world image. sudo docker run hello-world...