Today I Learned
Categories
1.
Android
1.1.
Set the date in the emulator
2.
Bigquery
2.1.
WebAssembly in BigQuery
3.
Dates
3.1.
The date of Easter
4.
Docker
4.1.
Docker on a remote host
4.2.
Run a shell with a Docker image
4.3.
SSH into the Docker VM on macOS
5.
Git
5.1.
Fixup commits
5.2.
Git helpers
5.3.
Last modification date of a file
6.
Github
6.1.
GitHub Webhooks
7.
Gradle
7.1.
Run tests using Gradle
8.
Kotlin
8.1.
var vs. val - Difference
9.
Linux
9.1.
Runing parallel tasks from make
9.2.
Symbols in shared libraries
10.
MacOS
10.1.
Check who holds SecureInput lock
11.
Postgresql
11.1.
Meta commands in psql
12.
Python
12.1.
Modify integer literals
12.2.
pip - Install from Git
12.3.
Strip Markdown syntax
13.
Rust
13.1.
Not-equal types
13.2.
Random values using only libstd
13.3.
Testing code blocks in the README
14.
Sqlite
14.1.
Temporary values in SQLite
14.2.
Working with dates
15.
Twitter
15.1.
Exporting Twitter Spaces recording
Light (default)
Rust
Coal
Navy
Ayu
Today I Learned
Meta commands in
psql
Command
Note
\l
List databases
\c
Connect to database
\dt
List tables
\d $table
List schema of
$table