20 Matching Annotations
  1. Mar 2025
    1. Another way to say what 'Bestfrog' said, when you are trying to close a door you produce torque the torque formula is defined by T = F (the force you make) * d (the distance from the point where the door is atached to the wall, the 'pivot point') so, the further you push the door from its pivot point, the greater the torque and easier it is to close / open it (hope you understood it, otherwise just send more questions - this is my first time trying to answer something :) )

      Yes but why? Who, What, When, Where, How did we get Moment (torque) = Force x Distance? I get that the further the point of force applied is to the pivot, the less force required to get the door open a certain amount (work done?) but why is that the case?

      <My physics teacher said something along the lines of work done but i cannot remember

    2. Another way to say what 'Bestfrog' said, when you are trying to close a door you produce torque the torque formula is defined by T = F (the force you make) * d (the distance from the point where the door is atached to the wall, the 'pivot point') so, the further you push the door from its pivot point, the greater the torque and easier it is to close / open it (hope you understood it, otherwise just send more questions - this is my first time trying to answer something :) )

      Yes but why? Who, What, When, Where, How did we get Moment (torque) = Force x Distance? I get that the further the point of force applied is to the pivot, the less force required to get the door open a certain amount (work done?) but why is that the case?

      <My physics teacher said something along the lines of work done but i cannot remember

  2. Feb 2025
    1. Autolinks do not work in MDX. The reason is that they can be indistinguishable from JSX (for example: <svg:rect>) and we prefer being explicit. If you want links, use full links: [descriptive text](https://and-the-link-here.com)
    2. The reason for that is so you can nicely indent your components:
    1. what's more important from the perspective of a software architect is why a particular implementation or approach was chosen over its alternatives. A common way to document decisions like this is to use architecture decision records, ideally stored in source control with or near the application(s) impacted by the decision.
  3. Dec 2024
    1. let's start with host capitalism and recognize that the way that we're using this is not as simple linearity of a transition out of an old system into a new system. We're using it in a way as a conceptual container to hold multiple values and ways of being and knowing that are rooted in reciprocity, solidarity, compassion, empathy, reverence for life.

      for - summary - explaining the paradox of Post Capitalist Philanthropy - a conceptual container - Post Capitalist Philanthropy Webinar 1 - Alnoor Ladha - Lynn Murphy - 2023

      summary - explaining the paradox of Post Capitalist Philanthropy - a conceptual container - Using this idea of Post Capitalist Philanthropy not as a simple linear vehicle for transition from old to new system - It is a conceptual container that holds multiple values and ways of being, including: - reciprocity - solidarity - compassion - reverence for life - Recognition of transitioning out of a system that is about: - extractionism - commodification of - humans - nature - our relationships - domination - exploitation - What does an alternative way of being look like?

  4. Sep 2024
  5. Feb 2024
    1. I'm not sure if I should write it in the answer directly, but I could also say that when an OP simply rolls back an edit without preemptively stating any reasoning in a comment etc., that tends to create the impression that OP is misguidedly claiming "ownership" of the content or feels entitled to reject changes without needing a reason.
  6. Nov 2022
    1. This occurs for the child processes, where the entry is still needed to allow the parent process to read its child's exit status: once the exit status is read via the wait system call, the zombie's entry is removed from the process table and it is said to be "reaped".
  7. Oct 2022
  8. Mar 2022
    1. “I went from running long distances to passing out after walking up a flight of stairs,” Bernstein said. “For quite some time, it really drastically altered my life and the things that I was able to do.”

      symptoms for mono can be: * Fever * Fatigue * Sore throat * Swollen lymph nodes * Sore muscles * Loss of appetite

    2. “If I get Covid, I could very well die. I exercise. I have a good diet. I’m ‘healthy’ apart from the fact that I have one lung. This is a comorbidity that some people think means my life doesn’t matter.”

      Kelly Scaletta points out that even though she tries to keep herself healthy she would still be affected by COVID-19. She doesn't fit "The look" of someone who is sick.

  9. Sep 2021
  10. Jun 2021
  11. May 2021
  12. Sep 2020
    1. I didn’t quite understand that until I saw this tweet from Ryan Florence, who is a genius when it comes to explaining the React programming model in ways that normal people can understand — ‘the question is not when does this effect run, the question is with which state does this effect synchronize with?’