1. Today I Learned
  2. Categories
  3. Android
    1. Get application ID from the APK
    2. Disable the Pixel Launcher
    3. Set the date in the emulator
  4. BigQuery
    1. WebAssembly in BigQuery
  5. C
    1. Dump arbitrary struct in C
  6. Dates
    1. The date of Easter
  7. Docker
    1. Docker on a remote host
    2. Run a shell with a Docker image
    3. SSH into the Docker VM on macOS
  8. ffmpeg
    1. Concatenate videos of the same format
    2. Stream to an RTMP endpoint
  9. Firefox
    1. Download symbols for libxul
    2. From build IDs to push log
  10. git
    1. Fixup commits
    2. Git helpers
    3. Last modification date of a file
    4. Rebase dependent branches with --update-refs
  11. GitHub
    1. GitHub Webhooks
  12. Gradle
    1. Run tests using Gradle
  13. iOS
    1. iOS log output from device or simulator
    2. Trigger notifications in the simulator
  14. jujutsu
    1. Mega-merges (merge workflow)
  15. Kotlin
    1. var vs. val - Difference
  16. Linux
    1. Runing parallel tasks from make
    2. socat SSL proxy
    3. sudo alternatives
    4. Symbols in shared libraries
  17. Machine Translation
    1. Using machine translation for subtitles in mpv
  18. macOS
    1. List linked dynamic libraries
    2. Check who holds SecureInput lock
  19. magick
    1. Adding an image's creation timestamp as a watermark
  20. make
    1. List all commands in a help output
    2. Switch on operating system to choose different things
  21. nginx
    1. Match and act on query parameters
    2. Set and return a cookie
    3. TLS passthrough proxy
  22. nix
    1. home-manager: Allow unfree packages
    2. Home Manager and how to use it
    3. List all available attributes of a flake
    4. A minimal flake for a shell
    5. Changes after updating home-manager
    6. Remote Builds
    7. Replacing/Adding another cache server
    8. Update nix
  23. PostgreSQL
    1. Meta commands in psql
  24. Proxmox
    1. Dropping sys_rawio capabilities for LXC container
    2. Resize disks of a VM
  25. pyinfra
    1. Download and unpack a compressed file using pyinfra
  26. Python
    1. mastodon.py and GoToSocial
    2. Modify integer literals
    3. Deduplicate a list and keep the order
    4. pip - Install from Git
    5. Strip Markdown syntax
  27. Rust
    1. Print to stderr without allocating
    2. Cargo Script templates
    3. cargo-which - easy access to the binary path
    4. No-op allocator
    5. Not-equal types
    6. Random values using only libstd
    7. raw-dylib works for elf too
    8. Testing code blocks in the README
  28. Shell
    1. Cached pipes
  29. SQLite
    1. Recursive Queries
    2. Temporary values in SQLite
    3. Working with dates
  30. Twitter
    1. Exporting Twitter Spaces recording
  31. Zig
    1. An iterator interface