Author: Sergey Anisimov

Quick build for Golang cross-platform images

NOTE: This article is has a continuation. In my previous post Building Docker images for multiple processor architectures, I tried to summarize my experiments in managing cross-architecture manifests on Docker Hub. Although the workflow described in that post lead...

Image analogies

Half a year ago I read a tweet mentioning this interesting Image-analogies repository. It’s an implementation of Image Analogies and Combining Markov Random Fields and Convolutional Neural Networks for Image Synthesis papers and it allows to achieve some interesting visual...

Custom root certificate recipes.

There are some cases when a company establishes its own root certification authority (CA) by creating a self-signed root certificate then issuing some certificates for intermediate CAs signed by the root certificate and finally the intermediate (issuing) CAs are...