1. Today I Learned
  2. Categories
  3. 1. Android
    1. 1.1. Get application ID from the APK
    2. 1.2. Disable the Pixel Launcher
    3. 1.3. Set the date in the emulator
  4. 2. BigQuery
    1. 2.1. WebAssembly in BigQuery
  5. 3. Dates
    1. 3.1. The date of Easter
  6. 4. Docker
    1. 4.1. Docker on a remote host
    2. 4.2. Run a shell with a Docker image
    3. 4.3. SSH into the Docker VM on macOS
  7. 5. ffmpeg
    1. 5.1. Concatenate videos of the same format
  8. 6. Firefox
    1. 6.1. From build IDs to push log
  9. 7. git
    1. 7.1. Fixup commits
    2. 7.2. Git helpers
    3. 7.3. Last modification date of a file
    4. 7.4. Rebase dependent branches with --update-refs
  10. 8. GitHub
    1. 8.1. GitHub Webhooks
  11. 9. Gradle
    1. 9.1. Run tests using Gradle
  12. 10. iOS
    1. 10.1. iOS log output from device or simulator
    2. 10.2. Trigger notifications in the simulator
  13. 11. jujutsu
    1. 11.1. Mega-merges (merge workflow)
  14. 12. Kotlin
    1. 12.1. var vs. val - Difference
  15. 13. Linux
    1. 13.1. Runing parallel tasks from make
    2. 13.2. sudo alternatives
    3. 13.3. Symbols in shared libraries
  16. 14. Machine Translation
    1. 14.1. Using machine translation for subtitles in mpv
  17. 15. macOS
    1. 15.1. List linked dynamic libraries
    2. 15.2. Check who holds SecureInput lock
  18. 16. nginx
    1. 16.1. Match and act on query parameters
    2. 16.2. Set and return a cookie
  19. 17. nix
    1. 17.1. home-manager: Allow unfree packages
    2. 17.2. Home Manager and how to use it
    3. 17.3. List all available attributes of a flake
    4. 17.4. A minimal flake for a shell
    5. 17.5. Changes after updating home-manager
    6. 17.6. Remote Builds
    7. 17.7. Replacing/Adding another cache server
    8. 17.8. Update nix
  20. 18. PostgreSQL
    1. 18.1. Meta commands in psql
  21. 19. Proxmox
    1. 19.1. Dropping sys_rawio capabilities for LXC container
    2. 19.2. Resize disks of a VM
  22. 20. pyinfra
    1. 20.1. Download and unpack a compressed file using pyinfra
  23. 21. Python
    1. 21.1. mastodon.py and GoToSocial
    2. 21.2. Modify integer literals
    3. 21.3. Deduplicate a list and keep the order
    4. 21.4. pip - Install from Git
    5. 21.5. Strip Markdown syntax
  24. 22. Rust
    1. 22.1. No-op allocator
    2. 22.2. Not-equal types
    3. 22.3. Random values using only libstd
    4. 22.4. Testing code blocks in the README
  25. 23. SQLite
    1. 23.1. Recursive Queries
    2. 23.2. Temporary values in SQLite
    3. 23.3. Working with dates
  26. 24. Twitter
    1. 24.1. Exporting Twitter Spaces recording

Today I Learned

BigQuery

  • WebAssembly in BigQuery - 2022-11-06