Diary (December 7, 2020): Difference between revisions
(Created page with "Online diary of Karl Jones for '''Monday December 7, 2020'''. <small>Previous: Diary (December 6, 2020) - Next: Diary (December 8, 2020)</...") |
No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
== Diary == | == Diary == | ||
=== Green Poisonous Gas Used by Federal Agents on Portland Protesters === | |||
Scientists Identified a Green, Poisonous Gas Used by Federal Agents on Portland Protesters | |||
The toxic chemical is more than an alternative type of tear gas | |||
[[Juniper L. Simonis (nonfiction)|Juniper L. Simonis]], PhD, a volunteer protest medic whose pronouns are they/them, scanned Portland’s storm drains for clues. Simonis, who is also a quantitative investigator with a doctorate in aquatic ecology, knew that identifying the new substance would be essential to protecting protesters and the environment from its effects. In lieu of information from the government, they hoped for harder evidence: the cast-off gas canisters, which might contain traces of the chemicals. | |||
They didn’t expect to read the evidence right on the label. Simonis and other volunteers eventually collected dozens of canisters they traced to the new weapon. Several still bore the logo of their manufacturer, Defense Technologies, and the label “HC,” indicating that these canisters had once contained a chemical agent that was unlike anything Black Lives Matter protesters had seen in Portland or elsewhere. | |||
* [https://futurehuman.medium.com/scientists-identified-a-green-poisonous-gas-used-by-federal-agents-on-portland-protesters-5b56ac20a624 ] by [[Lynne Peskoe-Yang (nonfiction)|Lynne Peskoe-Yang]] @ Medium | |||
=== Globe-Holders === | |||
[[The Globe-Holders]] | |||
* [https://en.wikipedia.org/wiki/File:Painting_of_Karl_von_Nassau-Siegen.jpg | |||
Painting of Karl von Nassau-Siegen, Russian admiral] @ Wikipedia | |||
=== Human chimera === | |||
Trick question | |||
One or more of the people is a genetic chimera — conjoined twins *joined into one body* | |||
E.g. blood test may indicate that "the mother is not the mother" | |||
So these "five people" could represent six or more genetically distinct organisms | |||
https://en.wikipedia.org/wiki/Chimera_(genetics) | |||
* [https://twitter.com/GnomonChronicl1/status/1335936679350333441 Post] @ Twitter | |||
=== Azerbaijan === | |||
<gallery> | |||
File:Azerbaijan_(7_Dec_2020).png|"Azerbaijan" - web search results (7 December 2020) | |||
</gallery> | |||
* [https://www.facebook.com/karl.gregory.jones/posts/10224761351639735 Post] @ Facebook | |||
=== Snap.svg === | |||
[[File:Sample.svg|thumb|SVG sample image.]] | |||
<code> | |||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |||
<svg width="391" height="391" viewBox="-70.5 -70.5 391 391" xmlns="http://www.w3.org/2000/svg"> | |||
<rect fill="#fff" stroke="#000" x="-70" y="-70" width="390" height="390"/> | |||
<g opacity="0.8"> | |||
<rect x="25" y="25" width="200" height="200" fill="green" stroke-width="4" stroke="pink" /> | |||
<circle cx="125" cy="125" r="75" fill="orange" /> | |||
<polyline points="50,150 50,200 200,200 200,100" stroke="red" stroke-width="4" fill="none" /> | |||
<line x1="50" y1="50" x2="200" y2="200" stroke="blue" stroke-width="4" /> | |||
</g> | |||
</svg> | |||
</code> | |||
* [http://snapsvg.io/ Snap.svg] - JavaScript SVG library | |||
* [https://en.wikipedia.org/wiki/Scalable_Vector_Graphics Scalable Vector Graphics] - an Extensible Markup Language (XML)-based vector image format for two-dimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999. SVG images and their behaviors are defined in XML text files. This means that they can be searched, indexed, scripted, and compressed. As XML files, SVG images can be created and edited with any text editor, as well as with drawing software. | |||
== In the News == | == In the News == |
Latest revision as of 07:30, 15 December 2020
Online diary of Karl Jones for Monday December 7, 2020.
Previous: Diary (December 6, 2020) - Next: Diary (December 8, 2020)
Diary
Green Poisonous Gas Used by Federal Agents on Portland Protesters
Scientists Identified a Green, Poisonous Gas Used by Federal Agents on Portland Protesters
The toxic chemical is more than an alternative type of tear gas
Juniper L. Simonis, PhD, a volunteer protest medic whose pronouns are they/them, scanned Portland’s storm drains for clues. Simonis, who is also a quantitative investigator with a doctorate in aquatic ecology, knew that identifying the new substance would be essential to protecting protesters and the environment from its effects. In lieu of information from the government, they hoped for harder evidence: the cast-off gas canisters, which might contain traces of the chemicals.
They didn’t expect to read the evidence right on the label. Simonis and other volunteers eventually collected dozens of canisters they traced to the new weapon. Several still bore the logo of their manufacturer, Defense Technologies, and the label “HC,” indicating that these canisters had once contained a chemical agent that was unlike anything Black Lives Matter protesters had seen in Portland or elsewhere.
- [1] by Lynne Peskoe-Yang @ Medium
Globe-Holders
Painting of Karl von Nassau-Siegen, Russian admiral] @ Wikipedia
Human chimera
Trick question
One or more of the people is a genetic chimera — conjoined twins *joined into one body*
E.g. blood test may indicate that "the mother is not the mother"
So these "five people" could represent six or more genetically distinct organisms
https://en.wikipedia.org/wiki/Chimera_(genetics)
- Post @ Twitter
Azerbaijan
- Post @ Facebook
Snap.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="391" height="391" viewBox="-70.5 -70.5 391 391" xmlns="http://www.w3.org/2000/svg">
<rect fill="#fff" stroke="#000" x="-70" y="-70" width="390" height="390"/>
<g opacity="0.8">
<rect x="25" y="25" width="200" height="200" fill="green" stroke-width="4" stroke="pink" />
<circle cx="125" cy="125" r="75" fill="orange" />
<polyline points="50,150 50,200 200,200 200,100" stroke="red" stroke-width="4" fill="none" />
<line x1="50" y1="50" x2="200" y2="200" stroke="blue" stroke-width="4" />
</g>
</svg>
- Snap.svg - JavaScript SVG library
- Scalable Vector Graphics - an Extensible Markup Language (XML)-based vector image format for two-dimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999. SVG images and their behaviors are defined in XML text files. This means that they can be searched, indexed, scripted, and compressed. As XML files, SVG images can be created and edited with any text editor, as well as with drawing software.