2025-07-09 TIL git commit -a doesn't add 'new files' 2025-04-17 TIL Option can be unpacked by `?` in Rust, which returns None if the value is none 2025-04-17 TIL Result.inspect_err in Rust 2024-12-17 TIL a group is characterized as a category with 1 object and with all arrows isomorphisms 2024-12-05 TIL Remix uses `changeset` tool for managing CHANGELOGs 2024-11-28 TIL `git whatchanged` command exists 2024-11-27 TIL svg import can pass type checking by prepending `@deno-types` directive in Deno LSP 2024-11-27 TIL Ember is still actively maintained 2024-11-25 TIL the dark mode can be disabled for a specific app on macOS 2024-11-19 TIL there are only 7 different finite monoids of order 3 2024-11-18 TIL you can create symlink from `dir/symlink.txt` to `dir/file.txt` by the command `ln -s file.txt dir/symlink.txt`