8 Matching Annotations
- Jan 2022
-
-
What, then, is the work of theory in the age of digital transformation? Digital theory offers us explanations, interpretations, and predictions which enables us to manage the process of technological change and its impact upon our social, cultural, economic, political, and personal lives. Digital theory provides a point of intersection between the languages and practices of science and engineering on the one hand and the arts and humanities on the other. Digital theory embraces the utopian imagination not as a way of predicting the future but as a way of envisioning meaningful change and keeping alive the fluidity which digital media has introduced into many aspects of our social and personal lives. Digital theory identifies historical antecedents for contemporary media developments and at the same time, defamilarizes older media and opens them to re-examination.
Jenkins makes a call for digital theory as offering an intersection between the arts and humanities and science. Digital theory "...offers us explanations, interpretations, and predictions which enables us to manage the process of technological change ant it's impact"
-
- Nov 2021
-
github.com github.com
-
export interface TasksListSpecifics { 0: ('parallel' | 'sequential'); } export type TasksList = (string[] & TasksListSpecifics); Or more compact: export type TasksList = (string[] & { 0: ('parallel' | 'sequential'); }); The trick is to add your more specific properties on top of array of string type (Array<string>).
-
-
www.typescriptlang.org www.typescriptlang.org
-
Animal & { honey: boolean }
-
Extending a type via intersections
-
- Mar 2021
-
en.wikipedia.org en.wikipedia.org
-
'female' + 'performer' = 'actress'
-
-
en.wikipedia.org en.wikipedia.org
-
Semantic classes may intersect. The intersection of female and young can be girl.
More examples are given at https://en.wikipedia.org/wiki/Semantic_feature:
- 'female' + 'performer' = 'actress'
-
- Jul 2020
-
www.youtube.com www.youtube.com
-
Responses to Covid-19: Mapping intersections between security and health. (2020, June 4). War Studies KCL. https://www.youtube.com/watch?v=k2ljGyY6-XQ
-
- Apr 2020
-
en.wikipedia.org en.wikipedia.org
-
Data visualization is both an art and a science
-