16 Matching Annotations
  1. Dec 2021
    1. Mais les appendices technologiques qui nous épargnent de fastidieux efforts d’archivage nous permettent-ils de nous adonner à des tâches plus valorisantes et d’avoir « la tête bien faite plutôt que bien pleine », comme le souhaitait Montaigne ? À l’inverse, ces artefacts, en privant la mémoire interne d’informations à synthétiser, ne risquent-ils pas de l’affaiblir et, à terme, de porter atteinte à notre façon de penser et à notre libre arbitre ? Pour Francis Eustache, impossible de répondre par oui ou par non à ces questions majeures de société, faute de recul.

      L'auteur développe l'interrogation de l'introduction en mettant en avant les failles que cela engendre. s'appuie sur Francis Eustache pour montrer la complexité du problème et surtout le manque de recul. l'argument est faussement neutre, la négation induit son argument vers le contre.

  2. Nov 2021
  3. Aug 2021
    1. Neural Network Test Can you re-use the test suite if your entire software is replaced with an opaque neural network?

      What is Neural Network Test?

      Can you re-use the test suite if your entire software is replaced with an opaque neural network?

  4. May 2021
    1. Approaching email development this way transitions more of the quality assurance (QA) process to the browser instead of the email client. It gives email designers more power, control, and confidence in developing an email that will render gracefully across all email clients.

      can mostly test with browser and have less need (but still not no need) to test with email client

    2. This approach also splits email development for modern email clients and older clients in two. You can use Safari/Chrome to test and develop modern techniques for WebKit-supported clients while using Firefox for your baseline experience for older clients like Outlook.
  5. Apr 2021
    1. everyone on the Scrum Team should care about and contribute to quality.

      This is where the new Scrum Guide 2020 generates some leverage for Coached and the Testing Engineers (as part of DEV). Testing/Quality is everyone’s job on the Scrum Team. Including all DEV, PO and SM.

  6. Mar 2021
    1. {{c1::Canberra::city}} was founded in 1913

      .code

      [city] was founded in 1913.
      
    2. {{c2::Canberra}} was founded in {{c1::1913}}.

      .code

      Canberra was founded in [...].
      [...] was founded in 1913.
      
  7. Apr 2020
    1. les technologies numériques capturent notre attention chaque jour, le temps qu’on leur consacre est incroyable, et ça ne fait qu’augmenter. »

      Cet article traite de "l'attention", que les Gafa ont réussi à subtiliser aux hommes, et surtout de leur méthode pour y parvenir

  8. Dec 2019
  9. Mar 2019
  10. Feb 2019
    1. 问答系统冠军之路:用 CNN 做问答任务的 QANet

      问答和机器人之间是否有某种共性?

      QANet: Combining Local Convolution with Global Self-Attention for Reading Comprehension

  11. Mar 2018
    1. so at some point you have to break the metaphor.

      What it means 'break the metaphor'? Does it mean that metaphor could not directly imply the original intention? or maybe original intention couldn't be no longer understood by normal culture due to time-spent?

  12. Feb 2018
  13. Jul 2017
    1. QA is QualityAssurance but QC is QualityControl The difference is that QA is process oriented and QC is product oriented. Testing, therefore is product oriented and thus is in the QC domain. Testing for quality isn't assuring quality, it's controlling it. Quality Assurance makes sure you are doing the right things, the right way. Quality Control makes sure the results of what you've done are what you expected.