85 Matching Annotations
  1. Last 7 days
  2. Sep 2025
    1. “Our students are coming into school every day with greater needs in every aspect of their lives, including around their mental health. But the support just isn’t there to help teachers and staff,” said Bissegger.

      I found this very interesting because this is why educators need their admin to support them. If they are expected to juggle all the different parts of teaching then the support has got to be there. In many other articles I have read, I have heard that teachers feel unsupported and it begins to be a lot. It is okay that students come into school every day with greater needs, but if we need to help them, then someone has to help us.

  3. May 2025
  4. Apr 2025
    1. A lot of it feels like someone who doesn’t like the old code and wants to do it “right.” I can agree that the old code is ugly. But it will take an awful lot of effort to make a new implementation. It’s a lot like what happened to Elvis: A rewrite was going to make it much better, but it took so long, during which Vim added more features, that eventually there are not so many Elvis users. And the rewritten Elvis may have nice code, but users don’t notice that.
  5. Feb 2025
  6. Dec 2024
    1. current system is ‘closed source’, and is carried out by competitive agents that do not share innovations for very long time periods; the competitiveness of these agents requires behaviors that externalize costs

      for - examples - closed source IP externalises cost - from Substack article - The Cosmo-Local Plan for our Next Civilization - Michel Bauwens - 2024, Dec 20

      examples - closed source IP externalises cost - closed source circular economy is much more challenging than open source circular economy because - if inputs are kept secret and proprietary, reuse of End of life products are difficult to break down and reuse as input in a re-manufacturing process - closed IP creates fragmented and completing de facto standards that make interoperability impossible

    1. these winds, right— these energies—are already flowing, of course, and they flow in very deep patterns that basically constitute one's own ordinary identity. And so quite literally one's own ordinary identity is, is the patterning of these winds.

      for - key insight - one's ordinary identity IS the pattern of the flow of the winds - this makes practice of Tukdam very difficult - from Youtube - Between Life and Death: Understanding Tukdam - John D. Dunne - a tendency towards lust, aversion, etc is accompanied by a flow of wind. - to practice this during life, we have to get out of the deep patterns we identify with in life

  7. Jun 2024
    1. I certainly think 00:05:50 it's our symbolic abilities that have gotten us here tremendous capacities

      for - answer - Planet Critical podcast - Terrence Deacon - We're in existential crisis - but difficult to convey to most people - why? - human symbolic abilities - mass collaboration

      answer - Planet Critical podcast - Terrence Deacon - We're in existential crisis - but difficult to convey to most people - why? - Our symbolic abilities have given us tremendous capacities - Over the past two thousand years, - our ability to communicate - has allowed us to create amazing technologies - Example: James Web telescope - millions of hours of human thought - thousands of people collaborating - now we an look back billions of years - We are no longer isolated minds - Our symbolic capacity allows us to - share thoughts, - collectively plan futures - unlike any other species

  8. May 2024
    1. Confront inappropriate language. If a student makes an inappropriate comment—racist, sexist, or otherwise offensive—letting it go without intervention can seem like a tacit endorsement of those views. And whether the slight is intentional or not, the impact is the same. Letting such comments pass unchallenged can seriously harm students' trust in you and their sense of belonging in the class and the university. Have some responses ready for how you are going to address such comments, including

      handling inappropriate comments

    2. sk students to complete an assignment in advance that helps them understand and articulate their own views, as well as others they have heard. Such pre-discussion homework can help them reflect on those views, understand potential reasons behind them, and connect them to disciplinary content in the course. Such activities let them do some more logical thinking in advance, before any emotional barriers get thrown up during a heated discussion.

      This seems to be what QM does on a regular basis

  9. Dec 2023
    1. does your scholarship suggest why so many societies do that rather than 00:20:09 saying maybe we start with a Declaration of Human Rights today maybe we write a new one from scratch based on what we know today um because it's very difficult to reach an agreement between a lot of 00:20:21 people and also you know you need to base a a a a real Society is something something extremely complex which you need to base on empirical experience 00:20:34 every time that people try to create a completely new social order just by inventing some Theory it ends very badly you need on yes you do need the ability 00:20:46 to change things a long time but not too quickly and not everything at once so most of the time you have these founding principles and shr find in this 00:20:58 or that text also orally it doesn't have to be written down and at least good societies also have mechanisms to change it but you have to start from some kind 00:21:12 of of of of social consensus and some kind of of social experience if every year we try to invent everything from scratch then Society will just collapse
      • for: insight - creating new social norms is difficult

      • insight

        • creating new social norms is difficult because society is complex
        • society adheres to existing social norms. Adding something new is always a challenge
        • social norms are like the rules of a game. If you change the rules too often, it doesn't work. Society needs stable rules.
      • analogy: changing social norms, sports

        • changing social norms is difficult. Imagine changing the rules off a sports competition each time you play.
  10. Nov 2023
  11. Oct 2023
    1. virtually every sentence of the critique 00:04:20 presents difficulties attempts have been made to provide commentaries comprehensively illuminating uh comprehensively illuminating each individual section of the work 00:04:33 and some of these run to several volumes without getting near its end and then one commentator com noting what it's like to read the critique of pure reason says it is quote 00:04:46 a disagreeable task because the work is dry obscure opposed to all ordinary notions and long-winded as well who said that 00:04:59 kant
      • for: Kant, quote, quote- Kant, Kant - critique of pure reason - difficult to understand

      • quote: on reading the Critique of Pure Reason

        • a disagreeable task because the work is dry obscure opposed to all ordinary notions and long-winded as well
      • author: Immanuel Kant

      • comment

        • Now I don't feel so bad! :D
  12. Feb 2023
  13. Dec 2022
    1. YAML parsing is normally considered hard (complicated as the syntax is complex). With all due respect, personally I can adhere to that in part, the YAML specification appears to be at (isolated) places hard to read despite me self-imagined being trained over decades into reading publicly available specifications (in not my first language). To be fair, it is one of the very few specs that has graphics and by the nature of its formulation, compilers are hard to read as well.
  14. Nov 2022
  15. Mar 2022
  16. Dec 2021
  17. Nov 2021
  18. Sep 2021
  19. Jun 2021
  20. May 2021
  21. Apr 2021
  22. Mar 2021
  23. Feb 2021
  24. Jan 2021
  25. Nov 2020
  26. Oct 2020
    1. Form validation can get complex (synchronous validations, asynchronous validations, record validations, field validations, internationalization, schemas definitions...). To cope with these challenges we will leverage this into Fonk and Fonk Final Form adaptor for a React Final Form seamless integration.
    1. One of Svelte's advantages, for me, is that I can test out ideas with relatively few lines of code. the #with feature could save me from adding a separate component for the content of an #each loop. I get frustrated when I have to create a new file, move the content of the #each clause, import it as a component, and add attributes and create exports for that, and implement events to send messages back, and event handlers, when I just wanted to test a small feature.
  27. Sep 2020
  28. Jul 2020
    1. JSON parsing is always pain in ass. If the input is not as expected it throws an error and crashes what you are doing. You can use the following tiny function to safely parse your input. It always turns an object even if the input is not valid or is already an object which is better for most cases.

      It would be nicer if the parse method provided an option to do it safely and always fall back to returning an object instead of raising exception if it couldn't parse the input.

  29. May 2020
  30. Mar 2020
  31. Dec 2019
  32. Apr 2019
  33. Nov 2018
    1. Dialogue and Difference: Facilitating Difficult Dialogues in the Adult Learning Environment

      Difficult dialogues. Although this is only the preview of the dissertation, the discussion of the role of educators in preparing students to participate in the global marketplace requires understanding of how all individuals interact with divers cultural and social environments. Often discussing important topics and differing perspectives can alleviate fear and misunderstanding. It also serves as a springboard for further investigation.

      The author identified the definitions used to conduct the research and the questions and methods employed in the study.

      The comments that society is becoming increasingly complex and that good communication is necessary to interact with understanding truly impacts educators and students alike.