See fire and forget in All languages combined, or Wiktionary
{ "head_templates": [ { "args": { "1": "-" }, "expansion": "fire and forget (uncountable)", "name": "en-noun" } ], "lang": "English", "lang_code": "en", "pos": "noun", "senses": [ { "categories": [ { "_dis": "38 31 32", "kind": "other", "name": "English entries with incorrect language header", "parents": [ "Entries with incorrect language header", "Entry maintenance" ], "source": "w+disamb" }, { "_dis": "39 33 28", "kind": "other", "name": "Entries with translation boxes", "parents": [], "source": "w+disamb" } ], "glosses": [ "A kind of missile guidance system which does not require further control after launch, and can hit its target without the launcher being in line of sight of the target." ], "id": "en-fire_and_forget-en-noun-HPFn-P0U", "links": [ [ "missile", "missile" ], [ "guidance", "guidance" ], [ "launcher", "launcher" ] ], "raw_glosses": [ "(military technology) A kind of missile guidance system which does not require further control after launch, and can hit its target without the launcher being in line of sight of the target." ], "tags": [ "uncountable" ], "topics": [ "engineering", "government", "military", "natural-sciences", "physical-sciences", "politics", "technology", "war" ], "translations": [ { "_dis1": "96 4", "code": "fi", "lang": "Finnish", "sense": "missile guidance system", "word": "ammu ja unohda" }, { "_dis1": "96 4", "code": "ru", "lang": "Russian", "roman": "sistéma samonavedenija", "sense": "missile guidance system", "word": "систе́ма самонаведения" } ] }, { "categories": [ { "kind": "topical", "langcode": "en", "name": "Programming", "orig": "en:Programming", "parents": [ "Computing", "Software engineering", "Technology", "Computer science", "Engineering", "Software", "All topics", "Sciences", "Applied sciences", "Media", "Fundamental", "Communication" ], "source": "w" }, { "_dis": "38 31 32", "kind": "other", "name": "English entries with incorrect language header", "parents": [ "Entries with incorrect language header", "Entry maintenance" ], "source": "w+disamb" }, { "_dis": "39 33 28", "kind": "other", "name": "Entries with translation boxes", "parents": [], "source": "w+disamb" } ], "examples": [ { "ref": "2013, Addy Osmani, Developing Backbone.js Applications, page 175:", "text": "An event aggregator facilitates a fire-and-forget model of communication. The object triggering the event doesn't care if there are any subscribers. It just fires the event and moves on. A mediator, though, might use events to make decisions, but it is definitely not fire and forget.", "type": "quote" }, { "ref": "2014, Richard Blewett, Andrew Clymer, Pro Asynchronous Programming with .NET, page 25:", "text": "Post is a “fire and forget” where the UI thread work is performed asynchronously; Send is synchronous in that the call blocks until the UI thread work has been performed.", "type": "quote" } ], "glosses": [ "The practice of transmitting or raising something, such as an event, and then proceeding without checking for any result or response." ], "id": "en-fire_and_forget-en-noun-rtNZkLKt", "links": [ [ "programming", "programming#Noun" ], [ "transmit", "transmit" ], [ "raising", "raise" ], [ "event", "event" ], [ "result", "result" ], [ "response", "response" ] ], "raw_glosses": [ "(programming, attributive) The practice of transmitting or raising something, such as an event, and then proceeding without checking for any result or response." ], "tags": [ "attributive", "uncountable" ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "programming", "sciences" ] } ], "wikipedia": [ "fire and forget" ], "word": "fire and forget" } { "head_templates": [ { "args": { "1": "-" }, "expansion": "fire and forget (not comparable)", "name": "en-adj" } ], "lang": "English", "lang_code": "en", "pos": "adj", "senses": [ { "categories": [ { "_dis": "44 27 29", "kind": "other", "name": "English coordinated pairs", "parents": [ "Coordinated pairs", "Terms by etymology" ], "source": "w+disamb" }, { "_dis": "38 31 32", "kind": "other", "name": "English entries with incorrect language header", "parents": [ "Entries with incorrect language header", "Entry maintenance" ], "source": "w+disamb" }, { "_dis": "39 33 28", "kind": "other", "name": "Entries with translation boxes", "parents": [], "source": "w+disamb" }, { "_dis": "39 30 31", "kind": "other", "name": "Pages with 1 entry", "parents": [], "source": "w+disamb" }, { "_dis": "46 28 26", "kind": "other", "name": "Pages with entries", "parents": [], "source": "w+disamb" }, { "_dis": "42 32 27", "kind": "other", "name": "Terms with Finnish translations", "parents": [], "source": "w+disamb" }, { "_dis": "46 29 24", "kind": "other", "name": "Terms with Russian translations", "parents": [], "source": "w+disamb" } ], "glosses": [ "Not requiring further control, feedback, or response after an initial action, launch, etc." ], "id": "en-fire_and_forget-en-adj-qQ62oXvV", "links": [ [ "control", "control" ], [ "feedback", "feedback" ], [ "response", "response" ], [ "action", "action" ], [ "launch", "launch" ] ], "related": [ { "word": "set-and-forget" } ], "tags": [ "not-comparable" ] } ], "wikipedia": [ "fire and forget" ], "word": "fire and forget" }
{ "categories": [ "English adjectives", "English coordinated pairs", "English entries with incorrect language header", "English lemmas", "English multiword terms", "English nouns", "English uncomparable adjectives", "English uncountable nouns", "Entries with translation boxes", "Pages with 1 entry", "Pages with entries", "Terms with Finnish translations", "Terms with Russian translations" ], "head_templates": [ { "args": { "1": "-" }, "expansion": "fire and forget (uncountable)", "name": "en-noun" } ], "lang": "English", "lang_code": "en", "pos": "noun", "senses": [ { "glosses": [ "A kind of missile guidance system which does not require further control after launch, and can hit its target without the launcher being in line of sight of the target." ], "links": [ [ "missile", "missile" ], [ "guidance", "guidance" ], [ "launcher", "launcher" ] ], "raw_glosses": [ "(military technology) A kind of missile guidance system which does not require further control after launch, and can hit its target without the launcher being in line of sight of the target." ], "tags": [ "uncountable" ], "topics": [ "engineering", "government", "military", "natural-sciences", "physical-sciences", "politics", "technology", "war" ] }, { "categories": [ "English terms with quotations", "Quotation templates to be cleaned", "en:Programming" ], "examples": [ { "ref": "2013, Addy Osmani, Developing Backbone.js Applications, page 175:", "text": "An event aggregator facilitates a fire-and-forget model of communication. The object triggering the event doesn't care if there are any subscribers. It just fires the event and moves on. A mediator, though, might use events to make decisions, but it is definitely not fire and forget.", "type": "quote" }, { "ref": "2014, Richard Blewett, Andrew Clymer, Pro Asynchronous Programming with .NET, page 25:", "text": "Post is a “fire and forget” where the UI thread work is performed asynchronously; Send is synchronous in that the call blocks until the UI thread work has been performed.", "type": "quote" } ], "glosses": [ "The practice of transmitting or raising something, such as an event, and then proceeding without checking for any result or response." ], "links": [ [ "programming", "programming#Noun" ], [ "transmit", "transmit" ], [ "raising", "raise" ], [ "event", "event" ], [ "result", "result" ], [ "response", "response" ] ], "raw_glosses": [ "(programming, attributive) The practice of transmitting or raising something, such as an event, and then proceeding without checking for any result or response." ], "tags": [ "attributive", "uncountable" ], "topics": [ "computing", "engineering", "mathematics", "natural-sciences", "physical-sciences", "programming", "sciences" ] } ], "translations": [ { "code": "fi", "lang": "Finnish", "sense": "missile guidance system", "word": "ammu ja unohda" }, { "code": "ru", "lang": "Russian", "roman": "sistéma samonavedenija", "sense": "missile guidance system", "word": "систе́ма самонаведения" } ], "wikipedia": [ "fire and forget" ], "word": "fire and forget" } { "categories": [ "English adjectives", "English coordinated pairs", "English entries with incorrect language header", "English lemmas", "English multiword terms", "English nouns", "English uncomparable adjectives", "English uncountable nouns", "Entries with translation boxes", "Pages with 1 entry", "Pages with entries", "Terms with Finnish translations", "Terms with Russian translations" ], "head_templates": [ { "args": { "1": "-" }, "expansion": "fire and forget (not comparable)", "name": "en-adj" } ], "lang": "English", "lang_code": "en", "pos": "adj", "related": [ { "word": "set-and-forget" } ], "senses": [ { "glosses": [ "Not requiring further control, feedback, or response after an initial action, launch, etc." ], "links": [ [ "control", "control" ], [ "feedback", "feedback" ], [ "response", "response" ], [ "action", "action" ], [ "launch", "launch" ] ], "tags": [ "not-comparable" ] } ], "wikipedia": [ "fire and forget" ], "word": "fire and forget" }
Download raw JSONL data for fire and forget meaning in English (3.9kB)
This page is a part of the kaikki.org machine-readable English dictionary. This dictionary is based on structured data extracted on 2024-11-06 from the enwiktionary dump dated 2024-10-02 using wiktextract (fbeafe8 and 7f03c9b). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.
If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.