How to show more information in LSP when using Emacs and Typescript

Just M-X set-variable and set lsp-ui-doc-show-with-cursor to top !

I always found frustrating that even in VS Code LSP errors were shown using only one line (not enough!).

For more information on other possibilities visit https://emacs-lsp.github.io/lsp-ui/

Posted in Uncategorized | Leave a comment

Great historical review on source control systems evolution

Check https://trunkbaseddevelopment.com/game-changers/

And mentioned in the page, video of Guido Van Rossum explaining Mondrian in 2006

Posted in Uncategorized | Leave a comment

Interesting article on learnings over a software engineer career

https://www.simplethread.com/20-things-ive-learned-in-my-20-years-as-a-software-engineer/

Posted in Uncategorized | Leave a comment

Code Freeze 2023 Keynote 01 Jessica Kerr 1

From https://jessitron.com/2023/01/16/resilience-and-waste-in-software-teams/

Posted in Uncategorized | Leave a comment

How to configure MacOSX to make the window under the mouse to receive the focus?

You can't! Incredible...

But you can use something to help, this project allows you to achieve the focus under the mouse effect across the environment:

For more information check https://stackoverflow.com/questions/67258537/focus-follows-mouse-on-macos

Posted in Uncategorized | Leave a comment

How to open any file with Midnight Commander in MacosX

Very simple just define the environment variable MC_XDG_OPEN before launching mc:

$ MC_XDG_OPEN=open mc 

And now when you press enter on any file you\'ll let MacOSX decide what program to use (very useful for images and PDFs).

Posted in Uncategorized | Leave a comment

So you deleted your AWS Route53 hosted zone for your AWS Route53 domain

.. and you created the hosted domain again and it doesn\'t work? If you find that you cannot access your damin anymore, despite having it perfectly configred in the hosted zone, you might have to update the NameServers in the domain configuration in Route53 !

Just get the list of domains from you hosted zone:

AWS

And check that they are the same (or if they aren\'t update them) in your Route53 domain config:

Route53

Posted in Uncategorized | Leave a comment

Ubuntu 20.04, where is dig?

You can install it in Ubuntu 20.04 with:

$ sudo apt get install dnsutils
Posted in Uncategorized | Leave a comment

Links, Tuesday 15th Feb 2022

  1. David Rosenthal's EE380 Talk
  2. Stanford's EE380
  3. Comprehensive synthesis of the technological, ecological and political critique of blockchainism
  4. The fall of Roam
Posted in Uncategorized | Leave a comment

Links, Tuesday 11th January 2022

* The Web3 Fraud

Posted in Uncategorized | Leave a comment