Sunday, July 23, 2023

Twitter => X(.com)

 Elon Musk says Twitter will change it's logo to 'X'

Elon Musk on Twitter: "To embody the imperfections in us all that make us unique" / Twitter

x.com is parked free, courtesy of GoDaddy.com.


It’s long been known that Musk favors the “X” branding. The banking startup he co-founded in 1999 was called x.com, and his recently-announced Ai venture is called xAI. And Twitter’s holding company was rammed to X Corp in April. Musk has also talked about how X would help Twitter become an “everything app.”

VS Code tool: Turbo Console Log

 Turbo Console Log - Visual Studio Marketplace

"Automating the process of writing meaningful log messages."

alt text

Insert meaningful log message automatically

  • Selecting or hovering the variable which is the subject of the debugging (Manual selection will always take over the hover selection)

  • Pressing ctrl + alt + L (Windows) or ctrl + option + L (Mac)

The log message will be inserted in the next line relative to the selected variable like this:

console.log("SelectedVariableEnclosingClassName -> SelectedVariableEnclosingFunctionName -> SelectedVariable", SelectedVariable)