cd C:\Users\${username}\AppData\Local\Microsoft\PowerToys\Keyboard Manager- Backup file existing one of
default.json - Download
default.jsonand add it to the current folder
| key |
|---|
| Esc |
| # IPs taken from: | |
| # https://openai.com/searchbot.json | |
| # https://openai.com/chatgpt-user.json | |
| # https://openai.com/gptbot.json | |
| # And presumably could change. | |
| location / | |
| { | |
| #deny OAI-SearchBot | |
| deny 20.42.10.176/28; |
| #!/bin/bash | |
| # assumes lazy-connect CLI is installed and initialised on your Mac, but does not work well all the times :/ | |
| # pre-requisite: grant Accessibility permission to the Apple Script under System Preferences -> | |
| VPN_NAME="the-name-of-your-vpn-here" | |
| VPN_IP="you-vpn-ip-here" # you can find this out from ifconfig when connected to the VPN, only first three decimal numbers from the IP are needed here. | |
| function close_system_preferences() | |
| { # closes the System Preferences pane on Mac OS | |
| echo "Closing the System Preferences pane" |
| # 0. open a PowerShell as administrator | |
| # 1. Enable WSL | |
| dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart | |
| # 2. Enable VM Platform | |
| dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart | |
| # 3. RESTART system, then open a PowerShell as administrator again | |
| # MAKE SURE YOU HAVE RESTARTED BEFORE YOU CONTINUE |
https://github.com/aseprite/aseprite/blob/master/INSTALL.md
instructions taken from above, but a complete summary specifically for windows (in the right order) is below

At the beginning of 2030, I found this essay in my archives. From what I know today, I think it was very insightful at the moment of writing. And I feel it should be published because it can teach us, Rust developers, how to prevent that sad story from happening again.
What killed Haskell, could kill Rust, too
What killed Haskell, could kill Rust, too. Why would I even mention Haskell in this context? Well, Haskell and Rust are deeply related. Not because Rust is Haskell without HKTs. (Some of you know what that means, and the rest of you will wonder for a very long time). Much of the style of Rust is similar in many ways to the style of Haskell. In some sense Rust is a reincarnation of Haskell, with a little bit of C-ish like syntax, a very small amount.
Is Haskell dead?
| ruby '2.7.1' | |
| gem 'rails', github: 'rails/rails' | |
| gem 'tzinfo-data', '>= 1.2016.7' # Don't rely on OSX/Linux timezone data | |
| # Action Text | |
| gem 'actiontext', github: 'basecamp/actiontext', ref: 'okra' | |
| gem 'okra', github: 'basecamp/okra' | |
| # Drivers |
| #!/bin/bash | |
| # README: A more updated version is on the comments by (ashmna)[https://gist.github.com/ashmna] | |
| # See at: https://gist.github.com/allangarcia/938b052a7d55d1652052e4259364260b?permalink_comment_id=4265898#gistcomment-4265898 | |
| # this is for tools required | |
| brew update | |
| brew install ninja | |
| brew install cmake |
(see YouTube channel for individual videos)