Takeaways
This is post is a scratchpad. I put here random things I read, which are too short for a single post, yet worth taking notes of.
lua
https://www.lua.org/pil/2.6.html
Functions are first-class values in Lua. That means that functions can be stored in variables, passed as arguments to other functions, and returned as results. Such facilities give great flexibility to the language: A program may redefine a function to add new functionality, or simply erase a function to create a secure environment when running a piece of untrusted code (such as code received through a network).
Linux : disable built-in keyboard