1. Today I Learned
  2. Categories
  3. 1. Firefox
    1. 1.1. From build IDs to push log
  4. 2. Android
    1. 2.1. Set the date in the emulator
  5. 3. Bigquery
    1. 3.1. WebAssembly in BigQuery
  6. 4. Dates
    1. 4.1. The date of Easter
  7. 5. Docker
    1. 5.1. Docker on a remote host
    2. 5.2. Run a shell with a Docker image
    3. 5.3. SSH into the Docker VM on macOS
  8. 6. Git
    1. 6.1. Fixup commits
    2. 6.2. Git helpers
    3. 6.3. Last modification date of a file
  9. 7. Github
    1. 7.1. GitHub Webhooks
  10. 8. Gradle
    1. 8.1. Run tests using Gradle
  11. 9. Kotlin
    1. 9.1. var vs. val - Difference
  12. 10. Linux
    1. 10.1. Runing parallel tasks from make
    2. 10.2. Symbols in shared libraries
  13. 11. MacOS
    1. 11.1. Check who holds SecureInput lock
  14. 12. Postgresql
    1. 12.1. Meta commands in psql
  15. 13. Python
    1. 13.1. Modify integer literals
    2. 13.2. pip - Install from Git
    3. 13.3. Strip Markdown syntax
  16. 14. Rust
    1. 14.1. Not-equal types
    2. 14.2. Random values using only libstd
    3. 14.3. Testing code blocks in the README
  17. 15. Sqlite
    1. 15.1. Temporary values in SQLite
    2. 15.2. Working with dates
  18. 16. Twitter
    1. 16.1. Exporting Twitter Spaces recording

Today I Learned

Gradle

  • Run tests using Gradle - 2021-10-07