Recent Posts
- How to show more information in LSP when using Emacs and Typescript
- Great historical review on source control systems evolution
- Interesting article on learnings over a software engineer career
- Code Freeze 2023 Keynote 01 Jessica Kerr 1
- How to configure MacOSX to make the window under the mouse to receive the focus?
Recent Comments
No comments to show.
Category Archives: Uncategorized
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: https://github.com/sbmpost/AutoRaise 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 … Continue reading
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
David Rosenthal’s EE380 Talk Stanford’s EE380 Comprehensive synthesis of the technological, ecological and political critique of blockchainism The fall of Roam
Posted in Uncategorized
Leave a comment