Hacker News with Generative AI: GitHub Actions

Show HN: Sticky Disks in GitHub Actions (github.com/useblacksmith)
A GitHub Action that helps persist state written to disk across jobs. This action can serve as a superior alternative to the Actions cache, especially when the cache artifacts are extremely large. Each sticky disk is hot-loaded into the runner and mounted at the specified path. The sticky disk is formatted as an ext4 filesystem.
Run Database in GitHub Actions, Persisting Data to S3, and Access It Publicly (wesql.io)
When it comes to running a database for development, testing, demos, or short-lived workloads, cost and complexity can be big headaches.
How we made GitHub Actions 2x-10x faster for $3K and one afternoon (strongcompute.com)
Strong Compute cares about response times for developers. If you’re working with GPU clusters - check us out - strongcompute.com. Zero Ops for GPU clusters backed by ultra fast data pipelines.
How to Deploy Node.js to AWS Lambda with OpenTofu and GitHub Actions (developer-friendly.blog)
Show HN: 10x cheaper GitHub Actions on your AWS account (warpbuild.com)
Show HN: Pippy – Pipelines for GitHub Actions (pippy.dev)
Runs-on: Self hosted, on-premise, GitHub Action runners (runs-on.com)
Simple GitHub Actions Techniques (medium.com)
Arm64 on GitHub Actions (github.blog)
Simplify Amazon EKS Deployments with GitHub Actions and AWS CodeBuild (amazon.com)
Accidentally breaking GitHub Actions with a shorthash collision (2019) (teddykatz.com)
Golang PGO builds using GitHub Actions (dolthub.com)