102 Matching Annotations
  1. Jul 2025
  2. Apr 2025
  3. Feb 2025
  4. Dec 2024
  5. Nov 2024
  6. Sep 2024
  7. Jul 2024
  8. Jan 2024
    1. TRAINING PROGRAM
      • for: SoNeC - SRG / TPF gamified rapid whole system change, SRG / TPF proposal

      • SRG / TPF project proposals for SONEC communities

        • Emerge candidates for a global 3rd political party with no money from special interests
        • Cosmolocal production network
        • Bootstrap local WEconomy via community owned cooperatives:
          • bioeconomy
            • concentrated organic produce production
            • agroforestry production
          • renewable energy
          • low cost desalinated water
        • Open citizen science project on local climate departure as proxy for economic impacts of climate change
        • Deep Humanity / BEing journeys
        • Gamified rapid whole system change via:
          • downscaled earth system boundaries and
          • doughnut economics
        • Cascading Social Tipping Point Theory
        • Youth afterschool climate activism clubs
        • Network of sustainable restaurants for meetings, talks and presentations
        • Local community economics to RELOCALIZE the economy
        • Jan 1, 2024 adders
          • Appeal to local north districts of cities
            • Wealth2Wellth program to show High Net Worth Individuals (HNWI) living in wealthy local north communities climate change trends that are occurring in realtime to show present and near future sea level rise and forest fire impacts on their expensive beachfront and forest properties respectively
          • sister ward / sister city partnerships
            • create local north / south as well as global north / south partnerships for upliftment and
              • creating more wealth in local south communities as well as wellth
              • creating more wellth in local north communities
          • climate crisis / polycrisis education and motivational speaking from top thought leaders via global audience outreach to the SoNeC global network of youth and communty SoNeC hubs
            • many ordinary people do not realize the urgency of our situation or have become so jaded. Personal interaction with leading authorities can make a difference
  9. Dec 2023
  10. Oct 2023
    1. UUID Version 7 (UUIDv7) is a time-ordered UUID which encodes a Unix timestamp with millisecond precision in the most significant 48 bits. As with all UUID formats, 6 bits are used to indicate the UUID version and variant. The remaining 74 bits are randomly generated. As UUIDv7 is time-ordered, values generated are practically sequential and therefore eliminates the index locality problem.


      0 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | unix_ts_ms | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | unix_ts_ms | ver | rand_a | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |var| rand_b | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | rand_b | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

  11. Mar 2023
  12. Feb 2023
    1. In other words, the context must precede model selection. Ofcourse, a feature that might be fixed in one setting might be malleable inanother.

      in one hospital could be different on another, in order to make group comparison

  13. Nov 2022
  14. Oct 2022
    1. Our argument issimply that for working, learning, and innovating to thrive collectively depends onlinking these three, in theory and in practice, more closely, more realistically, andmore reflectively than is generally the case at present.

      iSchools can do this. There are individuals studying all three at UMD's iSchool. But that knowledge is largely theoretical or contextualized to particular research programs. It's innert, and not practiced (only preached).

  15. Sep 2022
  16. Aug 2022
  17. www.janeausten.pludhlab.org www.janeausten.pludhlab.org
    1. I suppose you know he wanted to marry Anne

      How could he possibly know this? He's known the family for less than a month. Is it normal during this time period to talk about refused proposals? This seems insensitive. At what point would it be appropriate for him to reveal to Louisa that he was once engaged to Anne? How would she feel about that?

  18. Jul 2022
    1. it should be normal for production apps to add authentication and authorization to their ActiveStorage controllers. Unfortunately, there are 2 possible ways to achieve it currently: Not drawing ActiveStorage routes and do everything by yourself Override/monkey patch ActiveStorage controllers None of them is ideal because in the end you can't benefit from Rails upgrades (bug fixes, etc) so the intention of this PR is to let people define a parent controller (inspired by Devise, maybe @carlosantoniodasilva can tell us his experience on this feature) so that people can add authentication and authorization in a single place and still benefit from the default controllers.
    1. The type for an item is given as the value of an itemtype attribute on the same element as the itemscope attribute.

      The presence of an itemtype attribute should imply the existence of an item, and thus make the presence of itemscope optional—itemscope should be required only when there is no explicit itemtype declared.

  19. Apr 2022
  20. Mar 2022
  21. Jan 2022
  22. Jun 2021
  23. May 2021
    1. The simple problem that I see with fragment identifiers is that their existence and functionality relies completely on the developer rather than the browser. Yes, the browser needs to read and interpret the identifier and identify the matching fragment. But if the developer doesn’t include any id attributes in the HTML of the page, then there will be no identifiable fragments. Do you see why this is a problem? Whether the developer has coded identifiers into the HTML has nothing to do with whether or not the page actually has fragments. Virtually every web page has fragments. In fact, sectioning content as defined in the HTML5 spec implies as much. Every element on the page that can contain content can theoretically be categorized as a “fragment”.

      at the mercy of author

  24. Mar 2021
  25. Feb 2021
  26. Dec 2020
  27. Nov 2020
    1. I'd like to go with an RFC-based governance model (similar to Rust, Ember or Swift) that looks something like this: new features go through a public RFC that describes the motivation for the change, a detailed implementation description, a description on how to document or teach the change (for kpm, that would roughly be focused around how it affected the usual workflows), any drawbacks or alternatives, and any open questions that should be addressed before merging. the change is discussed until all of the relevant arguments have been debated and the arguments are starting to become repetitive (they "reach a steady state") the RFC goes into "final comment period", allowing people who weren't paying close attention to every proposal to have a chance to weigh in with new arguments. assuming no new arguments are presented, the RFC is merged by consensus of the core team and the feature is implemented. All changes, regardless of their source, go through this process, giving active community members who aren't on the core team an opportunity to participate directly in the future direction of the project. (both because of proposals they submit and ones from the core team that they contribute to)
  28. Oct 2020
  29. Sep 2020
    1. Syntax-wise, I would like to be able to pass id, style and class DOM attributes as well as (ideally) svelte props to whatever the slot was replaced with, so prefixing everything with attr in the slot that should be passed sounds like a good idea. Examples: <slot attr:class=“test” attr:class:active={true} /> or <slot attr:style=“color: red” attr:id=“henlo” />
    1. Many changes, including bug fixes and documentation improvements can be implemented and reviewed via the normal GitHub pull request workflow. Some changes though are "substantial", and we ask that these be put through a bit of a design process and produce a consensus among the Yarn core team. The "RFC" (request for comments) process is intended to provide a consistent and controlled path for new features to enter the project.
  30. Aug 2020
  31. Jul 2020
  32. Jun 2020
  33. May 2020
  34. Apr 2020
  35. Feb 2020
  36. Nov 2019
    1. I often wish for this. I don't understand why this hasn't been added.

      Ugly workaround for now:

      # Note, even though we don't need or use arguments passed to this selector, you *must* pass in an
      # argument to prevent it from matching the :id selector and giving a "Unable to find id :parent (Capybara::ElementNotFound)" error.
      # Example: el.first(:parent, 1)
      # You may also need match: first if el matches multiple elements to avoid Capybara::Ambiguous
      Capybara.add_selector(:parent) do
        xpath { ".//.." }
      end
      
  37. Oct 2019
  38. Aug 2019
    1. Under the Sanders proposal, for example, cost control is secured by a global budget and by imposing Medicare payment rates. Blahous, a former Medicare trustee, estimates that under the Sanders proposal, provider payments would be cut by an estimated 40 percent by usingMedicare payment rates. Using Medicare payment rates throughout the entire American health care economy would hurt patients. Already, the Centers for Medicare and Medicaid Services projects that “nearly half of hospitals, approximately two-thirds of skilled nursing facilities (SNFs), and over 8 percent of home health agencies (HHAs) would have negative total facility margins.”

      The system does not keep a balance between suppliers and consumers. Make up the economy of health care disorders.

  39. Jul 2017
  40. Mar 2017
    1. With only an hour face-to-face meeting with my friend Claude Tregoat we set up connections for 500 students in a project which would become to be known as CLAVIER.

      Taking the risk to be open.

      Feeling of being uncomfortable when first confronted with explaining a potential project - that reminds me of conversations with Maritta and Leena.

  41. Jan 2017
    1. and when his approbation of Rosamond's engagement was asked for, he gave it with astonishing facility, passing at once to general remarks on the desirableness of matrimony for young men and maidens, and apparently deducing from the whole the appropriateness of a little more punch.

      Again, making light of marriage. Is George Elliot making fun of how quickly people get married and how expected that is?

    2. and speak less incompletely. Rosamond had to make her little confession, and he poured out words of gratitude and tenderness with impulsive lavishment.

      I feel like the narrator is down playing everything to accentuate its haste and rashness. Why? Is it simply to hook in the reader before going back to Featherstone in the next chapter? Or will their marriage be like Dorothea and Casaubon's too?