6 Matching Annotations
  1. Jun 2025
    1. pokemonDataDictionaries collect: [:item | {item at: 'name' . item at: 'height' } ]

      Si lo interpreto bien, se supone que lo que le estamos pidiendo es: en bloque tomando la variable 'item' que será cada valor de nuestro arreglo anterior, entrá a cada uno y tre el valor de los metadatos 'name' y 'height'. Así el resultado será un listado del número de valores de nuestro arreglo, con su respectivo nombre y altura.

      Lo único que me molesta es que el orden que presenta es justamente como lo pedimos, es decir, los resultados están en el mismo orden que los valores de nuestro arreglo. No sé si haya una forma de volver la información de 'height' en un dato al que luego podamos ponerle una condición de mayor a menor número.

  2. Apr 2024
  3. Mar 2024
  4. Nov 2023
    1. If they wanted you educated in mathematics, they'd start by saying it's not a science, but a language and it's not about solving problems, but further developing your ability to evaluate by comparison, which is our mind's main method of evaluation....it's actually the only one, our ability to think is entirely based on it and math is just that - evaluation by comparison, it's where learning begins. So instead of teaching you how to further develop your thinking, they shove these dogmatic formulas in your face and frame your mind, essentially hindering your ability to learn, so they can spoon feed you their bullshit. Took me ten years to get over school and actually start educating myself.
  5. Oct 2023