Saturday, June 08, 2024

VS Code: open new window

 Visual Studio Code open tab in new window on another screen (floating) - Stack Overflow

On Windows and Linux, press CTRL+K, then release the keys and press O (the letter O, not Zero).


On macOS, press CMD+K, then O (without holding CMD).

Windows 11 File Explorer: show more options

Recent versions of Windows do not provide "file rename" and other options in context menu by default.

There is a "shortcut" for multiple clicks, as well as "hack" by Windows Registry edit.

Disable "Show more options" context menu in Windows 11 Tutorial | Windows 11 Forum

Starting with Windows 11 build 22572, you can now also press Shift + right click in File Explorer and the Desktop to be the same as click/tap on the “Show more options” context menu item.

  • Option One: Enable or Disable "Show more options" context menu for Current User using REG file
  • Option Two: Enable or Disable "Show more options" context menu for Current User using Command
  • Option Three: Enable or Disable "Show more options" context menu for All Users in Registry Editor



Go, TinyGo & WASM

 What if Google lays off the Go team? (Go Time #315)




TinyGo is very useful for compiling programs both for use in browsers (WASM) as well as for use on servers and other edge devices (WASI).

TinyGo programs can run in Fastly Compute@Edge (https://developer.fastly.com/learning/compute/go/), Fermyon Spin (https://developer.fermyon.com/spin/go-components), wazero (https://wazero.io/languages/tinygo/) and many other WebAssembly runtimes.