3 Matching Annotations
  1. Apr 2025
    1. Si evaluamos lo siguiente: ProfStef pharoZenValues No aparecerá nada. Pero si inspeccionamos el mis código veremos esto:

      La herramienta es muy buena porque nos permite ver la información en diferentes formas de representación, dependiendo de la ventana a la cual se le haga clic, se puede ver la misma información, pero esta vez desde el código fuente, podemos interactuar con los cambios de presentación. En un texto estático esta acción sería imposible de ejecutar. Ahora la inquietud es: ¿Es posible hacer esta acción con los demás recursos que encuentro en la red si lo descargo como imagen en Glamorustolkin y Grafoscopio respectivamente?

      Imagen

  2. Apr 2024
    1. Pruebe ALT-p (o CMD-p o CTRL-p) en las siguientes expresiones:

      Tres maneras de pensarnos las maneras de trabajar con código:

      • Impresión: muestreme el resultado como una cadena de texto.
      • Ejecución¨: Ejecute el resultado, pero no me muestre nada.
      • Inspección: Muestreme el resultado y una vista especializada de ese objeto
  3. Nov 2023
    1. What he's talking about when he says "by arithmetic" is what they mean by solving something by inspection. I can tell by just looking at it that x is 4 in the equation 16-x =12. I don't need to "subtract 16 from both sides" and then "divide both sides by negative 1" to solve for x. I can do it by inspection rather than by plodding, pedestrian, algebraic steps. The problem is that as equations get bigger and more complicated, you have to use these mindless algebraic steps. You can't see intuitively what x is by "using arithmetic." You need the mechanics and the discipline of algebra. It's actually really cool to see it work (to solve word problems, for example) sometimes, especially when you'd have no fucking clue what x might be and then algebra works like magic. It's a powerful tool we use, not because we "don't understand what we're doing" (i.e. deducing an unknown's value), but because the task is far too big for our intuition and "inspection" alone.