GitHub Actions job summaries
2024-05-08
New feature [announced here](https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/). Here's the [full documentation](http...
261 words
|
1 minute
Using git-filter-repo to set commit dates to author dates
2024-05-07
After rebasing a branch with 60+ commits onto `main` I was disappointed to see that the commit dates on the commits (which are a different thing fr...
335 words
|
2 minutes
Running cog automatically against GitHub pull requests
2024-05-07
I really like [Cog](https://nedbatchelder.com/code/cog/) ([previously](https://til.simonwillison.net/python/cog-to-update-help-in-readme)) as a too...
327 words
|
2 minutes
Calculating the size of all LFS files in a repo
2024-05-06
I wanted to know how large the [deepseek-ai/DeepSeek-V3-Base](https://huggingface.co/deepseek-ai/DeepSeek-V3-Base) repo on Hugging Face was without...
205 words
|
1 minute
Production-Grade Kubernetes on CoreOS - Multi-Node Deployment Guide
2024-05-05
A comprehensive guide for deploying a secure, production-grade Kubernetes cluster on CoreOS with CRI-O runtime, SELinux integration, and robust networking using kube-router.
360 words
|
2 minutes
Seeing files opened by a process using opensnoop
2024-05-05
I decided to try out [atuin](https://github.com/ellie/atuin?utm_source=tldrnewsletter), a shell extension that writes your history to a SQLite data...
248 words
|
1 minute
Combined release notes from GitHub with jq and paginate-json
2024-05-04
Matt Holt [asked](https://twitter.com/mholt6/status/1690177417393135616):
732 words
|
4 minutes
Single Node Kubernetes on CoreOS - Complete Setup Guide
2024-05-03
A comprehensive step-by-step guide to setting up a single-node Kubernetes cluster on Fedora CoreOS, covering everything from VM creation to deploying your first application.
240 words
|
1 minute