12 Matching Annotations
  1. Jul 2022
    1. 4.5 Getting the right people in the right roles in support of your goal is the key to succeeding at whatever you choose to accomplish.

      4.5 Getting the right people in the right roles in support of your goal is the key to succeeding at whatever you choose to accomplish.

  2. Feb 2022
  3. Apr 2021
    1. I actually think this is Not Constructive, since there's no absolute rule about which pairings can be joined into a single word or hyhenated, and it's pointless having "votes" here about each specific case. Follow a style guide if you have one, or search Google Books and copy whatever the majority do. Or just make your own decision.
  4. Mar 2021
    1. Or if you need to change the way the string is assembled, you can provide a proc, for example: if defined?(BetterErrors) BetterErrors.editor = proc { |file, line| "vscode://file/%{file}:%{line}" % { file: URI.encode_www_form_component(file), line: line } } end
    1. Noo mën a def dinga fey alamaan bi.

      Quoi que tu fasses, tu paieras l'amende.

      noo -- you (?)

      mën v. -- power ; be stronger than 💪🏽; can, will.

      a -- (?).

      def v. -- do, commit, execute; to put.

      dinga -- you will.

      fey v. -- turn off, switch off 📴, appease; pay 💵.

      alamaan bi -- (French: l'amende) fine.

      bi -- the.

      https://www.youtube.com/watch?v=4y6PTqs1uCc

  5. Feb 2021
    1. In order to support easy reuse, revision, remixing, and redistribution, the entire Hypothesis Help knowledge base by Hypothesis is dedicated to the public domain via CC CC0 1.0. While we appreciate attribution and links back to Hypothesis from anywhere these works are published, they are not required.
  6. Sep 2020
  7. Apr 2016
    1. The revolution changed everything

      Did it really? I mean Les Misérables didn't go so well. Oh wait never mind I see. True true. Revolution. Slavery would not be abolished for another hundred years, but the Revolution saw the dawn of an organized abolitionist movement. English traditions such as land inheritance laws were swept away almost immediately. The Anglican Church in America could no longer survive. After all, the official head of the Church of England was the British monarch. States experimented with republican ideas when drafting their own constitutions during the war. All these major changes would be felt by Americans before the dawn of the nineteenth century.

      The American Revolution produced a new outlook among its people that would have ramifications long into the future. Groups excluded from immediate equality such as slaves and women would draw their later inspirations from revolutionary sentiments. Americans began to feel that their fight for liberty was a global fight. Future democracies would model their governments on ours. There are few events that would shake the world order like the success of the American patriotic cause. From slavery to women's rights, from religious life to voting, American attitudes would be forever changed.Interesting how Shakespeare was about part of that.

  8. Apr 2015
    1. Basically how CORS works is that if the Access-Control-Allow-Orign header is set in the HTTP response, then the content loaded by AJAX can be used in our script regardless of the fact it is on the same domain or some other. Now for your purpose, you can upload your local JSON file to Dropbox's Public folder and get a Public URL, that you can load by a simple AJAX call.

      Sounds interseting