25 Matching Annotations
  1. Mar 2025
  2. Dec 2024
    1. we're using post in the way postmodernists use post, which is it's informed by modernism, it's informed by capitalism without being able to transcend it necessarily because capitalism and it's the most recent incarnation of capitalism, which is neoliberalism, is like the oxygen that we breathe. It's all encompassing. It's totalitarian in its nature. And it's pervasive. And so in that sense, we say we have to be informed by the logic of the dominant system.

      for - key point - Post Capitalist - informed by the logic of the dominant system - but not necessarily try to transcend it because it is so ubiquitous - Post Capitalist Philanthropy - Alnoor Ladha - Lynn Murphy - 2023

      key point - Post Capitalist - informed by the logic of the dominant system - but not necessarily try to transcend it because it is so ubiquitous - Post Capitalist Philanthropy - Alnoor Ladha - Lynn Murphy - 2023 - It is so ubiquitous, like the air we breath - all encompassing - totalitarian - pervasive

  3. Mar 2023
  4. Aug 2022
  5. Feb 2022
  6. Jul 2021
  7. Apr 2021
  8. Mar 2021
  9. Feb 2021
  10. Jan 2021
  11. Dec 2020
  12. Nov 2020
    1. When you do import '../scss/application.scss', you're telling webpack to include application.scss in the build. This does not mean it's going to be compiled into your javascript, only that webpack now compiles and knows how to load this file.

      Not necessarily the case that importing something into a JS file means the thing being imported is also JS.

  13. Oct 2020
    1. Without elegant ways of expressing loops/iterators (like angular does with directives), the primary way to keep JSX readable thus becomes copying and pasting.

      I'm not quite sure I understand this (so until I do, I'm not sure I agree)...

      Why does he think copying and pasting is the only way to make it readable? Like he pointed out, you can extract JSX snippets and use loops within JSX. But maybe he means (his previous point), that people often don't do that. Hmm. 

  14. Sep 2020
  15. May 2020