In Praise of Alpine and APK

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • dotfiles

    🍎 macOS dotfiles for Python developers. (by kdeldycke)

  • > I also tried having a meta-package, which has my “list of wanted packages” as dependencies, and then remove anything no required my it. Again, I needed extra scripts and complexity on top of the package manager itself.

    I have something similar for my dotfiles, a list of packages, their manager and version in a TOML file: https://github.com/kdeldycke/dotfiles/blob/main/packages.tom...

    I then feed this to meta-package-manager[1] to install:

        $ mpm restore ./packages.toml

  • meta-package-manager

    🎁 wraps all package managers with a unifying CLI

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • holo-build

    Cross-distribution system package compiler

  • holo

    Minimalistic configuration management (by holocm)

  • I have a similar toolchain, fully using native system packages, built around Holo [1] as a config management tool and holo-build [2] as a distro-independent package building tool. In the intended state, the root configuration package (e.g. [3] for my desktop PC) is the only explicitly installed package on the system.

    [1] https://holocm.org

  • system-configuration

    Configuration for my Arch Linux systems, using Holo configuration management

  • [3] https://github.com/majewsky/system-configuration/blob/master...

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • 💡Automatic Deployment of your project dependencies updates on GCP : Efficiency vs. Cost?

    2 projects | dev.to | 30 Apr 2024
  • How use Renovate Bot on self-hosted GitLab

    3 projects | dev.to | 22 Apr 2024
  • Why I recommend Renovate over any other dependency update tools

    6 projects | news.ycombinator.com | 12 Apr 2024
  • Understanding Mend Renovate's Pull Request Workflow

    2 projects | dev.to | 25 Mar 2024
  • 🦊 GitLab CI YAML Modifications: Tackling the Feedback Loop Problem

    6 projects | dev.to | 18 Dec 2023