97 Matching Annotations
  1. Aug 2025
    1. Psychologically, we’re in distress. Socially, we’re isolated.

      for - articulation - nice - Annick - Psychologically, we’re in distress. - Socially, we’re isolated. - Culturally, we’re at war. - Democratically, we’re in decline. <br /> - Ecologically, we’re in crisis. - Geopolitically, the world order is fracturing. - Technologically, we’re losing control.

  2. Jun 2025
  3. Apr 2025
  4. Feb 2025
  5. Jan 2025
    1. use the commons as a new regulatory mechanism. That would mean not local commons but trans-local commons. What I imagine, I call this the magisteria of the commons, you have a coalition of, let's say, permaculture, a particular way of doing respectful agriculture. Locally, they're weak. It's just a bunch of people. Globally, what if there are 12,000 of them? What if they have a common social power, like common property that can help the nodes individually? I think that would create the premises and the seeds for a new type of institution that can operate at the trans-local level. That's what I call cosmolocalism

      for - cosmolicalism - nice articulation - SOURCE - Youtube Ma Earth channel interview - Devcon 2024 - Cosmo Local Commoning with Web 3 - Michel Bauwens - 2025, Jan 2

  6. Dec 2024
    1. You describe how foundational stories of our Western, Christian paradigm are based on this idea of “a self-enclosed human realm separate from everything else,” and that this paradigm is a wound—one “so complete we can’t see it anymore, for it defines the very nature of what we assume ourselves to be.”

      for - human bubble, ailenated from nature, human world so different from natural world - nice meme - self-enclosed human realm separate from everything else - Emergence Magazine - interview - An Ethics of Wild Mind - David Hinton

  7. Oct 2024
  8. Sep 2024
  9. Aug 2024
  10. Jun 2024
  11. May 2024
    1. Information about ownership can, however, be found in the pages of Tatler or on the message boards of Ismaili Muslims unhappy about their tithes being used to pay for the extravagant lifestyle of a man who is both their religious imam and the descendant of an aristocrat ennobled by both the Iranian and British monarchies
  12. Dec 2023
  13. Oct 2023
  14. Sep 2023
  15. Aug 2023
    1. In fact, it might be good if you make your first cards messy and unimportant, just to make sure you don’t feel like everything has to be nicely organized and highly significant.

      Making things messy from the start as advice for getting started.

      I've seen this before in other settings, particularly in starting new notebooks. Some have suggested scrawling on the first page to get over the idea of perfection in a virgin notebook. I also think I've seen Ton Ziijlstra mention that his dad would ding every new car to get over the new feeling and fear of damaging it. Get the damage out of the way so you can just move on.

      The fact that a notebook is damaged, messy, or used for the smallest things may be one of the benefits of a wastebook. It averts the internal need some may find for perfection in their nice notebooks or work materials.

  16. Dec 2022
    1. Dilemma: Do I use this unofficial library with its really nice idiomatic API or the official library (https://github.com/mailgun/mailgun-ruby) with its inferior API?

      I wish this one was still/better maintained because I'd much rather use this API, like: @mailgun.lists.create "devs@your.mailgun.domain" @mailgun.lists.list @mailgun.lists.find "devs@your.mailgun.domain"

      but it's not maintained, and looks like it doesn't have the word events in the source at all, so it's missing any way to use the Events API. :(

  17. Sep 2022
  18. Aug 2022
  19. Jul 2022
  20. Apr 2022
  21. Jan 2022
  22. Nov 2021
  23. Oct 2021
    1. Literally everyone is just following orders from the machine.

      Fascist Architecture

      See Eichmann in Jerusalem: A Report on the Banality of Evil by Hannah Arendt.

      “It spells out so clearly that Nazi Germany’s worst atrocities and many atrocities the world over were not only the ideas of singular evil men. They were supported and enacted by systems, by groups of people who woke up in the morning and went to offices to work on it.”

      — Avery Trufelman, Nice Try! Podcast

    1. Because at the end of the day, all structures are, in some ways, ideology made manifest.

      Avery Trufelman ends her podcast series, Nice Try! with these words in an episode entitled, Germania: Architecture in a Fascist Utopia.

      One person’s utopia is another person’s dystopia.

      The structure of the mind becomes the architecture of our reality. This thought became the foundation for a mental model for human experience, since these architectural plans for utopia seem like good ideas on paper, but when we live inside these structure in our daily reality, we realize that we have constructed our own mental prisons, the iron cage envisioned by Max Weber.

    2. It spells out so clearly that Nazi Germany’s worst atrocities and many atrocities the world over were not only the ideas of singular evil men. They were supported and enacted by systems, by groups of people who woke up in the morning and went to offices to work on it.

      Avery Trufelman ends her podcast series, Nice Try! with these words in an episode entitled, Germania: Architecture in a Fascist Utopia.

  24. Sep 2021
  25. Jul 2021
  26. Jun 2021
  27. May 2021
  28. Apr 2021
    1. There are several built in classes you can add as formatters. You can use a symbol to reference built in formatters. logger.formatter.add(Hash, :pretty_print) # use the Formatter::PrettyPrintFormatter for all Hashes logger.formatter.add(Hash, Lumberjack::Formatter::PrettyPrintFormatter.new) # alternative using a formatter instance
    2. # This will register formatters only on specific tag names logger.tag_formatter.add(:thread) { |thread| "Thread(#{thread.name})" } logger.tag_formatter.add(:current_user, Lumberjack::Formatter::IdFormatter.new)
  29. Mar 2021
  30. Feb 2021
  31. Jan 2021
  32. atomiks.github.io atomiks.github.io
    1. Can I use the title attribute?Yes. The content prop can be a function that receives the reference element as an argument and returns a string or element.tippy('button', { content(reference) { const title = reference.getAttribute('title'); reference.removeAttribute('title'); return title; }, });The title attribute should be removed once you have its content so the browser's default tooltip isn't displayed along with the tippy.
  33. Dec 2020
    1. page is a { host, path, params, query } object where host is the URL's host, path is its pathname, params is derived from path and the route filename, and query is an object of values in the query string.

      I like that we don't have to manually parse params/query out of the full request URI. It provides the data that you are most likely to need, in an readily/easily-usable form.

  34. Nov 2020
  35. Oct 2020
  36. Sep 2020
  37. react-spectrum.adobe.com react-spectrum.adobe.com
    1. let {focusProps} = useFocus({ onFocus: (e) => setEvents((events) => [...events, 'focus']), onBlur: (e) => setEvents((events) => [...events, 'blur']), onFocusChange: (isFocused) => setEvents((events) => [...events, `focus change: ${isFocused}`]) });
    1. If you copy an entire article from this site and republish it on your own site like you wrote it, that’s a little uncool. I won’t be mad at you for stealing, I just think you’re better than that and want to see you do better. I’m not going to come after you though. I’d rather play ball with my dog. The only time I’ll be mad at you is if you go out of your way to try and hurt me somehow. And again I probably won’t even be mad, just sad. Unless I’m having a bad day too, in which case I apologize in advance for my snarky replies.
  38. Jul 2020
  39. May 2020
  40. Apr 2020
  41. Mar 2020
  42. Feb 2020
  43. May 2019
    1. import java.util.Scanner;

      /**

      • A simple class to run the Magpie class.
      • @author Laurie White
      • @version 6 March 2012 */ public class MagpieRunner2 {

        /**

        • Create a Magpie, give it user input, and print its replies. */ public static void main(String[] args) { Magpie2 maggie = new Magpie2();

          System.out.println (maggie.getGreeting()); Scanner in = new Scanner (System.in); String statement = in.nextLine();

          while (!statement.equals("Bye")) {

           System.out.println (maggie.getResponse(statement));
           statement = in.nextLine();
          

          } }

      }

  44. Jul 2018
  45. course-computational-literary-analysis.netlify.com course-computational-literary-analysis.netlify.com
    1. There I found our nice boy again, and there I concluded to stop in my investigation.

      "I" found our nice boy again . The sentence should associate with the sentence"He was, out of all sight (as I remember him), the nicest boy that ever spun a top or broke a window. " And what the "nice" means?It is a positive word or it is just an irony. Because I could not associated "nice" with "broke a window" Emm.... And the Mr. Blake become nice boy again mostly due to the unfortunate experience?

  46. Jun 2016
  47. Oct 2015