Running cog automatically against GitHub pull requests
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
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
Distrobox - Running Any Linux Distribution as a Container
A comprehensive guide to Distrobox - the powerful tool that enables seamless use of any Linux distribution inside your terminal through containers, with full integration with your host system.
1112 words
|
6 minutes
Using VCR and pytest with pytest-recording
[pytest-recording](https://github.com/kiwicom/pytest-recording) is a neat pytest plugin that makes it easy to use the [VCR library](https://vcrpy.r...
259 words
|
1 minute
Secure RSyslog Configuration - A Comprehensive Guide
A comprehensive guide to implementing a secure, production-grade RSyslog configuration with TLS encryption, certificate authentication, queue management, and security best practices.
932 words
|
5 minutes
Production-Grade Kubernetes on CoreOS - Multi-Node Deployment Guide
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
Copy tables between SQLite databases
I figured out a pattern for doing this today using the `sqlite3` CLI tool - given two SQLite databases in the current folder, called `tils.db` and ...
98 words
|
1 minute
Seeing files opened by a process using opensnoop
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