30 Matching Annotations
  1. Last 7 days
    1. analytical, creative, and practical abilities

      For: Melanie

      The fun part!

    2. in order to adapt to, shape, and select environments

      For: Melanie

      Trying to work with environment, and change ourselves, and find compromises.

    3. by capitalizing on strengths and correcting or compensating for weaknesses

      For: Melanie

      Yup.

    4. WISC-R

      Maybe it's the same for WAIS-IV?

    5. (Gifted, With Specific Learning Disabled) GT/SLD students outperformed SLD

      I'm unsure what applies to me for my current Neuropsychology work done. Is it Learning disabled? There seem to have a Dys issue. Dysexecutive function. Mixed with ADHD.

    6. Excerpts from research in Psychology

      Those are a few findings that helped me organize how things are described in academia and aligned with my personal experience.

  2. Nov 2023
    1. I’ve worked on many projects such as improving the server deployment strategy in which we can now basically shut down every component of the site and rebuild from scratch only using source-controlled configuration management scripts.

      TODO: Adjust here wording and add link to GitHub repository.

  3. Oct 2022
    1. make sure anything I build is validated, organized, tested, and packaged consistently

      Talking about circumventing limitations and creativity by leveraging strenghts.

      At the time I started, very few were doing as much as I were. Today every organization has their own set of tools. That kind of politial impact. As in why my tool be better than another. — A valid point. But doesn't mean the other aspects I would talk about be considered. Then. Adaptation is easy for me, but then isn't the main role. That line of scenarios.

    2. accumulated notes to help me communicate and better represent the value I can bring to their organization

      Both as notes for better understand. Then to better explain, and advocate how things can get hectic not only to people with executive function problems. But neurotypicals would also benefit because the expectations are way too demanding to both produce quality and retain talent because of exhaustion.

    3. my last job loss

      That was about 6 months ago in April 2022 just before the birth of my son and becoming a stay-at-home dad.

    4. archive and expose a web page to use for reference

      Say a good article on another website on a subject we care. Make a snapshot of that article, as a canonical copy. Like the Internet Archive Wayback Machine. So we can keep valid and useful things up and keep linking to its source.

    5. per directories

      Psychologists order of State A. Québec Order of Psychologists, etc.

    6. Archivator (NPM)

      It's an utility that anyone can use to basically have all the content so that instead of using bookmarks and wonder that cool article content, the title it had. To just search your local archive.

    7. Probably better suited in a therapy session

      Assuming the psychologist do recognize Giftedness.

    8. not a license to excuse inappropriate behavior, of course

      But what about vicious cycles. They're hard to keep track.

    9. Dale Carnegie’s “How to make friends (…)”

      I’ve read this book at least 3 times.

    10. WAIS-IV

      Oops, I forgot to add this abbreviation.

      WAIS = Wechsler Adult Intelligence Scale 4th Edition

    11. now in the middle of a graduate level certificate in Software Engineering at Sherbrooke University

      Considering that I finished high-school more than 20 years ago and had no further studies, I am particularily pround of having overcome my learning difficulties and reach a degree.

    12. and includes a side bar where you can see annotations

      What makes the text yellow.

    13. WHO

      Hello SENG.

      This is an annotation added on top of this web page. This is to illustrate how we can add notes on top of documents on the web using Web Standards.

      It's also my way of using code to illustrate ideas.

  4. Feb 2018
    1. Re-fetch everything that the app has ever queried.

      The most common implementation.

    2. Retrying failed requests.

      e.g. Exponential BackOff

    3. In this article we'll explore what it means to build a GraphQL client framework and how this compares to clients for more traditional REST systems.

      In other words, Relay is a GraphQL client.

  5. Sep 2017
    1. Thinking in GraphQL

      Or how one can sync data between heterogeneous systems and still provide a contract to follow between them.

      See also shorter feature tour https://medium.freecodecamp.org/so-whats-this-graphql-thing-i-keep-hearing-about-baf4d36c20cf

    2. Data/View Consistency

      Data and View are treated the same in these notes.

      Be it data a back-end needs from another.

      Or crafting HTML in a loop, to list entities and their properties from data fetched from a back-end.

    3. So how do we use this cache? Let's look at two operations: writing to the cache when a response is received, and reading from the cache to determine if a query can be fulfilled locally

      This is the use-case I was thinking about when I was listening to your conversation about syncing data between two systems.

    4. Repeatedly refetching information from the server can get quite slow.

      Or keeping a copy of data mixed with the core app data based on what it got.

      Another way of talking about syncing.

      How about we could have a proxy system close-by, where we make another app request for data for us.

      That way, we prevent having a monolithic database for that one App/Service with all data, and conditionals to deal with caching concerns.

    5. rest.get('/stories').then(stories =>

      Ignore the JavaScript.

      Think of any programming language you can make an HTTP request and parse received payload.

      Regardless this is talking about Front-End. Syncing data is not limited to Backend(!)

    6. Imagine we have a simple application that fetches a list of

      A list of any element we represent as objects and want to sync between systems.

  6. Nov 2016
    1. CONTAINED IN SECTION 10

      Let's check this up. Hey, hi Olivier!