- Video from the talk (TBD)
- Slide deck
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| [HKEY_CLASSES_ROOT\Directory\shell\WT] | |
| @="Open Windows Terminal here" | |
| "Icon"="C:\\p\\terminal\\src\\cascadia\\CascadiaPackage\\bin\\x64\\Release\\AppX\\WindowsTerminal.exe" | |
| [HKEY_CLASSES_ROOT\Directory\shell\WT\command] | |
| @="wtd.exe -w 1 new-tab -d \"%V\"" | |
| [HKEY_CLASSES_ROOT\Directory\shell\WTU] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 7zip.install 19.0 | |
| audacity 2.4.2 | |
| audacity-lame 3.100.0.20190331 | |
| autohotkey 1.1.33.02 | |
| autohotkey.install 1.1.33.02 | |
| azure-data-studio 1.25.1 | |
| bat 0.17.1 | |
| cascadiacode 2009.22 | |
| cascadiacodepl 2009.22 | |
| cascadiafonts 2009.22 |
- Vídeo da palestra (em breve)
- Slides da palestra
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using static System.Console; | |
| var m = int.MaxValue; | |
| // possible solutions: | |
| try | |
| { | |
| WriteLine("n is an IntPtr"); | |
| var n = IntPtr.MaxValue; | |
| checked | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '3.7' | |
| services: | |
| dockerregistrymirror: | |
| container_name: docker-registry-mirror | |
| image: registry:2 | |
| ports: | |
| - "443:443" | |
| volumes: | |
| - ./data/docker/var/lib/registry:/var/lib/registry | |
| - ./data/certs:/certs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [wsl2] | |
| memory=4GB | |
| swap=4GB | |
| localhostForwarding=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 🗣 Commented on #456584 in NixOS/nixpkgs | |
| 🗣 Commented on #484 in akinomyoga/ble.sh | |
| 💪 Opened PR #456597 in NixOS/nixpkgs | |
| 🗣 Commented on #381286 in NixOS/nixpkgs | |
| 💪 Opened PR #456584 in NixOS/nixpkgs |