- Jun 2024
-
-
the SGS are a match what are the problems 00:59:31 there they are they're in the boxes if you look at the woman nursing her baby that's the meat
for - book - combining - Nora Bateson - chapter - meet, not match - examples
book - combining - Nora Bateson - chapter - meet, not match - examples - match - SDGs - parenting - reward and punishment - problem / solution - poverty / money - climate change / negative emissions technology - war / peace - meet - mother nursing baby - parenting - understanding and communication
-
I promise to show you my whole 00:57:00 self in so much as I can
for - book - Combining - Nora Bateson - Meet, not Match - Wedding Vows
-
story of getting lost
for - book - Combining - Nora Bateson - Meet, not Match - Getting lost together story
book - Combining - Nora Bateson - Meet, not Match - Getting lost together story - Getting lost together, when embraced creates the space to learn together - Nora learned that from getting lost with her children - Together, they learned how to cocreate a solution
-
hat meet not match chapter is 00:50:10 a hard chapter
for - book - Combining - Nora Bateson - chapter - Meet, not Match - a difficult chapter
Tags
- book - Combining - Nora Bateson - Meet, not Match - Getting lost together story
- book - combining - Nora Bateson - chapter - meet, not match - examples
- book - Combining - Nora Bateson - Meet, not Match - Wedding Vows
- book - Combining - Nora Bateson - chapter - Meet, not Match - a difficult chapter
- being lost together - creates space to learn together
Annotators
URL
-
- Feb 2024
-
losmedanos.instructure.com losmedanos.instructure.com
-
Those with a growth mindset were much more interested in learning than in just looking smart in school.
I enjoyed this point because it seems people with a growth mindset are more focused on the journey then the end goal.
-
In our society, we seem to worship talent — and we often portray it as a gift. Now we can see that this is not motivating to our students. Those who think they have this gift expect to sit there with it and be successful. When they aren't successful, they get defensive and demoralized, and often opt out. Those who don't think they have the gift also become defensive and demoralized, and often opt out as well.
I really like the wording of this sentence. A lot of kids that I see today that have some sort of talent instead of being successful, they get discouraged and tend to give up what they're good at when they get out performed, especially when it's someone that didn't have natural born talent, rather aquired skill through hard work. Even if they don't get out performed, they can tend to develop a bit of an ego as well.
-
- Dec 2023
-
sonec.org sonec.org
-
the SoNeC approach could potentiallybring about results related to these areas, but not limited to these
- for: good match - SONEC - TPF, good match - SONEC - downscaled earth system boundaries, good match - SONEC - doughnut economics
-
- Aug 2023
-
datatracker.ietf.org datatracker.ietf.org
Tags
- http:header=cache-control:min-fresh
- http:header=cache-control:no-cache
- http:header=cache-control:public
- http:code=206
- http:code=304
- http:header=cache-control:private
- http:header=warning
- http:header=if-match
- http:header=cache-control:s-maxage
- http:header=cache-control:only-if-cached
- http:header=cache-control:no-transform
- http:header=if-none-match
- caching
- urn:ietf:rfc:9111
- http:header=cache-control:no-store
- http:header=expires
- http:header=cache-control:max-stale
- http:header=cache-control
- http:header=if-range
- http
- http:header=cache-control:must-revalidate
- http:header=age
- http:header=cache-control:must-understand
- wikipedia:en=HTTP_caching
- http:header=if-modified-since
- http:header=if-unmodified-since
- http:header=cache-control:max-age
- http:header=pragma
- http:header=cache-control:proxy-revalidate
Annotators
URL
-
- May 2023
-
www.bortzmeyer.org www.bortzmeyer.org
-
datatracker.ietf.org datatracker.ietf.org
-
developer.mozilla.org developer.mozilla.orgIf-Match1
-
stackoverflow.com stackoverflow.com
- Mar 2023
-
sergiodxa.com sergiodxa.com
-
Send the 304 Not Modified response
```js import etag from "etag"; import { renderToString } from "react-dom/server"; import type { EntryContext, HandleDataRequestFunction } from "remix"; import { RemixServer } from "remix";
export default function handleRequest( request: Request, status: number, headers: Headers, remixContext: EntryContext ) { let markup = renderToString( <RemixServer context={remixContext} url={request.url} /> );
headers.set("Content-Type", "text/html"); headers.set("ETag", etag(markup));
// check if the
If-None-Match
header matches the ETag if (request.headers.get("If-None-Match") === headers.get("ETag")) { // and send an empty Response with status 304 and the headers. return new Response("", { status: 304, headers }); }return new Response("<!DOCTYPE html>" + markup, { status, headers }); }
export let handleDataRequest: HandleDataRequestFunction = async ( response: Response, { request } ) => { let body = await response.text();
if (request.method.toLowerCase() === "get") { response.headers.set("etag", etag(body)); // As with document requests, check the
If-None-Match
header // and compare it with the Etag, if they match, send the empty 304 Response if (request.headers.get("If-None-Match") === response.headers.get("ETag")) { return new Response("", { status: 304, headers: response.headers }); } }return response; }; ```
-
-
developer.mozilla.org developer.mozilla.orgETag1
- Jul 2022
-
github.com github.com
-
Interestingly, Rails doesn't see this in their test suite because they set this value during setup:
-
- Oct 2021
-
www.theatlantic.com www.theatlantic.com
-
Gutman, R. (2021, October 14). Should You Mix and Match Your Booster Shot? The Atlantic. https://www.theatlantic.com/health/archive/2021/10/mix-match-booster-covid-vaccine/620395/
-
- Mar 2021
-
trailblazer.to trailblazer.to
-
In production, you will never trigger one specific callback or a particular validation, only. Your application will run all code required to create a Song object, for instance. In Trailblazer, this means running the Song::Create operation, and testing that very operation with all its side-effects.
-
There’s no need to test controllers, models, service objects, etc. in isolation
Tags
- testing: avoid testing implementation details
- testing: tests should resemble the way your software is used
- testing: avoid unnecessarily testing things in too much isolation, in a different way than the code is actually used (should match production)
- isolation (programming)
- testing: test the side effects
- unnecessary
Annotators
URL
-
- Jun 2017
-
developer.mozilla.org developer.mozilla.orgHTTP 缓存1
-
在过期时间前,资源缓存是有效的,反之则缓存失效。通过不停抛弃过期的缓存资源以保证资源的实时性。注意,旧的缓存不会被抛弃或者忽略;当发起一个针对旧缓存资源的请求时,会在请求头里带上If-None-Match用来判断缓存是否还有效。如果有效,服务端返回304(Not Modified)和空的body以节省一部分带宽。
为何要有时效性:
- 空间有限
- 服务器可能有更新文件
在缓存有效期过期前,不会去询问服务器资源是否有效..如果缓存过期,就会在请求头上带上If-None-Match来判断缓存是否依旧有效
-
- Sep 2016
-
www.danah.org www.danah.org
-
Friendster, in particular, was designed as a matchmaking service.
Another example is Tinder.
Tags
Annotators
URL
-
- Aug 2016
-
www.gbif.org www.gbif.org
-
Turdus poliocephalus
Higher taxon match, is actually Turdus poliocephalus löseri
Original description in "Preliminary Report on the Birds of the George Vanderbilt Sumatran Expedition of 1939: Notulae Naturae of The Academy of Natural Sciences of Phila., No. 18" https://books.google.co.uk/books?id=d-nCni44OcoC
Tags
Annotators
URL
-