• 1 Post
  • 3 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle
  • It’s like regular Fedora KDE, except that it avoids this problem of traces of past experiments everywhere.

    Kinoite is much more than that: it is an atomic and immutable spin of Fedora KDE. This has big implications but the gist of it is that:

    1. You can roll back to any previous version if anything breaks

    2. The base system cannot be modified

    3. If you need to install RPM packages, you do that by adding “layers” on top of the base system, and these can be removed if needed to go back to a clean base system

    4. You can switch from one spin to another by “rebasing”, but it is recommended that you remove any additional layer first and that you stick to the same desktop environment



  • Terraform is part of a movement called “Infrastructure as Code” (IaC) which allows engineers to define their cloud infrastructure using code.

    This is extremely useful as it allows you to:

    • version infrastructure changes

    • automate resource and configuration creation and management

    • have reproducible environments (think production and staging envs, or deploying a new production env to another datacenter)

    Terraform (and OpenTofu) is different to most IaC project as it is agnostic of cloud providers: you can use it to deploy infrastructure to multiple providers, where their competitors are limited to their own platform (I think of AWS’s Cloud Development Kit)