18 Matching Annotations
  1. 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.
  2. 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?

  3. Sep 2024
  4. 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.
  5. 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".
  6. Oct 2022
  7. 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.

  8. Sep 2021
  9. Jun 2021
  10. May 2021
  11. 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?’