32 Matching Annotations
  1. Feb 2025
    1. Toypurina is quoted as saying that she participated in it because she ‘‘was angry with the Padres and the others of the Mission, because they had come to live and establish themselves on her land.’’

      Quote from to toypurina as to why she planned the attack on the mission! I love her boldness and courage to say the truth. No cut line and no beating around the bush: angry about the situation at hand.

  2. Jul 2024
  3. Feb 2024
  4. Dec 2023
  5. Nov 2023
  6. Mar 2023
  7. Oct 2022
  8. Apr 2022
    1. Il est encore plus facile de juger de l'esprit d'un homme par ses questions que par ses réponses. (It is easier to judge the mind of a man by his questions rather than his answers) — Pierre-Marc-Gaston, duc de Lévis (1764-1830), Maximes et réflexions sur différents sujets de morale et de politique (Paris, 1808): Maxim xviii

      Apparently this is often misattributed to Voltaire

  9. Oct 2021
    1. In particular, it's often the case that there's a seemingly obvious but actually incorrect reason something is true, a slightly less obvious reason the thing seems untrue, and then a subtle and complex reason that the thing is actually true2. I would regularly figure out that the seemingly obvious reason was wrong and then ask a question to try to understand the subtler reason, which sounded stupid to someone who thought the seemingly obvious reason was correct or thought that the refutation to the obvious but incorrect reason meant that the thing was untrue.
  10. Jun 2021
  11. Apr 2021
  12. Mar 2021
    1. // A general key transform method. Pass it a function that accepts the old key and returns // the new key. // // @example // obj = transformKeys(obj, (key) => ( // key.replace(/\b(big)\b/g, 'little') // )) export function transformKeys(source, f) { return Object.entries(source).reduce((o, [key, value]) => { o[f(key) || key] = value return o }, {}) } // Provide an object that maps from old key to new key export function rekeyObject(source, keyMap) { transformKeys(source, key => keyMap[key]) }

      Inspired by: https://hyp.is/zmkwioCVEeugtheDFcLEkw/stackoverflow.com/questions/8747561/is-there-any-way-to-rename-js-object-keys-using-underscore-js

  13. Nov 2020
  14. Oct 2020
    1. . If he observed 200 F2 plants, approximately how many would have purple flowers? Approximately how many would have white flowers? Explain your answers.

      150, 50. Given the ratio in Mendel’s Experiment of 3:1

    2. Why did he allow the plants in the F1 generation to self-pollinate?

      Mendel wondered what had happened to the white-flower characteristic. He assumed some type of inherited factor produces white flowers and some other inherited factor produces violet flowers. He allowed self pollination to see.

    3. Why did he use pea plants with different characteristics for the parental generation?

      Pea plants are easy to observe, they have visible and have 2 obvious distinction in their characteristics. They are also fast growing and easy to raise.

    1. He says that he sees the combination of long form pieces and Q&A as a new level of support. “We used to have level one, which was sending a ticket to the help desk, and it was something we could easily resolve for you. Level two was a more complex problem that maybe required an engineer or specialist from a certain team to figure out. I look at this new system as a level zero.” Before sending us a ticket, folks can search Teams. If they find a question that solves the problem, great. If they need more details, they can follow links to in-depth articles or collections that bring together Q&A and article with the same tags.“
  15. Sep 2020
  16. Jun 2020
  17. May 2020
  18. Apr 2020
  19. Mar 2020
  20. Jan 2020
  21. Jul 2018