mariopal | 1 year ago | on: Herbert A. Simon and Jorge Luis Borges About Free Will (2023)
mariopal's comments
mariopal | 5 years ago | on: Certbot deprecates operating system packages, “standardizes” on snaps
mariopal | 5 years ago | on: macOS Big Sur Preview
My oldest daughter is 16 years old and has always used Linux at home, and she had no problem when Windows was found in some classes in the High School. I think it is possible, as long as you have someone to turn to if there are problems (I am that someone in my family).
mariopal | 5 years ago | on: Wine 5.10 Release
mariopal | 6 years ago | on: JavaScript: The Modern Parts
They are things as different as that you can actually have type problems only in a really typed system (as a static type system). Javascript has a very weak type system, and that's the problem. I think you do not understand that static typing serves to solve other problems in the code, not to solve type problems ... it would be like saying that an hypothetical language needs functions to solve function problems ... and then you say that you never had problems with functions in that hypothetical language (ex: assembler, with very primitives "functions", where you have to save data in register before jumping to code in another memory address).