Tag: Zeitgitter

  • Git, PGP, and the Blockchain: A Comparison

    Git, PGP, and the Blockchain: A Comparison

    The Blockchain, a cryptographically linked list with additional restrictions, is often touted to be the most significant innovation towards democratization of the digital landscape, especially the Internet. However, the ideas did not come out of thin air, but have ancestors and relatives. An attempt at technological genealogy.

  • Generating Multi-Architecture Docker Images Made Easy

    Generating Multi-Architecture Docker Images Made Easy

    Docker is cool and portable, but distributing Dockerfiles comes at a disadvantage: The demands on the build environment are high. Distributing Docker images solves this, but building them for an architecture other than your CPU architecture seems complicated. Here is a simple solution.