diff --git a/assets/SI_Logomark-Animation.mp4 b/assets/SI_Logomark-Animation.mp4
new file mode 100644
index 0000000..cfdf53b
Binary files /dev/null and b/assets/SI_Logomark-Animation.mp4 differ
diff --git a/assets/aws-ec2-vpc.png b/assets/aws-ec2-vpc.png
new file mode 100644
index 0000000..27b7455
Binary files /dev/null and b/assets/aws-ec2-vpc.png differ
diff --git a/assets/si-logo-stacked-wordmark.svg b/assets/si-logo-stacked-wordmark.svg
new file mode 100644
index 0000000..f91b8a1
--- /dev/null
+++ b/assets/si-logo-stacked-wordmark.svg
@@ -0,0 +1 @@
+
diff --git a/assets/si-logo-symbol-padded.svg b/assets/si-logo-symbol-padded.svg
new file mode 100644
index 0000000..5371007
--- /dev/null
+++ b/assets/si-logo-symbol-padded.svg
@@ -0,0 +1 @@
+
diff --git a/css/theme/source/si.scss b/css/theme/source/si.scss
new file mode 100644
index 0000000..0351ce3
--- /dev/null
+++ b/css/theme/source/si.scss
@@ -0,0 +1,59 @@
+/**
+ * si theme for reveal.js. This is the opposite of the 'white' theme.
+ */
+
+
+// Default mixins and settings -----------------
+@import "../template/mixins";
+@import "../template/settings";
+// ---------------------------------------------
+
+@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
+@import url("https://fonts.googleapis.com/css?family=Inter:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
+@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,900,900i&display=swap");
+// Include theme-specific fonts
+// @import url(./fonts/source-sans-pro/source-sans-pro.css);
+
+
+// Override theme settings (see ../template/settings.scss)
+$backgroundColor: #191919;
+
+$mainColor: #fff;
+$headingColor: #fff;
+
+$mainFontSize: 42px;
+$mainFont: 'Inter', Helvetica, sans-serif;
+$headingFont: 'Inter', Helvetica, sans-serif;
+$headingTextShadow: none;
+$headingLetterSpacing: normal;
+$headingTextTransform: none;
+$headingFontWeight: 600;
+$linkColor: #42affa;
+$linkColorHover: lighten( $linkColor, 15% );
+$selectionBackgroundColor: rgba( $linkColor, 0.75 );
+
+$heading1Size: 2.5em;
+$heading2Size: 1.6em;
+$heading3Size: 1.3em;
+$heading4Size: 1.0em;
+
+// Change text colors against light slide backgrounds
+@include light-bg-text-color(#222);
+
+
+// Theme template ------------------------------
+@import "../template/theme";
+// ---------------------------------------------
+
+.orange {
+ color: #FBBF24;
+}
+
+.green {
+ color: #4ADE80;
+}
+
+.blue {
+ color: #0E9BFF;
+}
+
diff --git a/dist/reset.css b/dist/reset.css
deleted file mode 100644
index e238539..0000000
--- a/dist/reset.css
+++ /dev/null
@@ -1,30 +0,0 @@
-/* http://meyerweb.com/eric/tools/css/reset/
- v4.0 | 20180602
- License: none (public domain)
-*/
-
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center,
-dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend,
-table, caption, tbody, tfoot, thead, tr, th, td,
-article, aside, canvas, details, embed,
-figure, figcaption, footer, header, hgroup,
-main, menu, nav, output, ruby, section, summary,
-time, mark, audio, video {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
-}
-/* HTML5 display-role reset for older browsers */
-article, aside, details, figcaption, figure,
-footer, header, hgroup, main, menu, nav, section {
- display: block;
-}
\ No newline at end of file
diff --git a/dist/theme/fonts/league-gothic/LICENSE b/dist/theme/fonts/league-gothic/LICENSE
deleted file mode 100644
index 29513e9..0000000
--- a/dist/theme/fonts/league-gothic/LICENSE
+++ /dev/null
@@ -1,2 +0,0 @@
-SIL Open Font License (OFL)
-http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
diff --git a/dist/theme/fonts/league-gothic/league-gothic.css b/dist/theme/fonts/league-gothic/league-gothic.css
deleted file mode 100644
index 32862f8..0000000
--- a/dist/theme/fonts/league-gothic/league-gothic.css
+++ /dev/null
@@ -1,10 +0,0 @@
-@font-face {
- font-family: 'League Gothic';
- src: url('./league-gothic.eot');
- src: url('./league-gothic.eot?#iefix') format('embedded-opentype'),
- url('./league-gothic.woff') format('woff'),
- url('./league-gothic.ttf') format('truetype');
-
- font-weight: normal;
- font-style: normal;
-}
diff --git a/dist/theme/fonts/league-gothic/league-gothic.eot b/dist/theme/fonts/league-gothic/league-gothic.eot
deleted file mode 100755
index f62619a..0000000
Binary files a/dist/theme/fonts/league-gothic/league-gothic.eot and /dev/null differ
diff --git a/dist/theme/fonts/league-gothic/league-gothic.ttf b/dist/theme/fonts/league-gothic/league-gothic.ttf
deleted file mode 100755
index baa9a95..0000000
Binary files a/dist/theme/fonts/league-gothic/league-gothic.ttf and /dev/null differ
diff --git a/dist/theme/fonts/league-gothic/league-gothic.woff b/dist/theme/fonts/league-gothic/league-gothic.woff
deleted file mode 100755
index 8c1227b..0000000
Binary files a/dist/theme/fonts/league-gothic/league-gothic.woff and /dev/null differ
diff --git a/dist/theme/fonts/source-sans-pro/LICENSE b/dist/theme/fonts/source-sans-pro/LICENSE
deleted file mode 100644
index 71b7a02..0000000
--- a/dist/theme/fonts/source-sans-pro/LICENSE
+++ /dev/null
@@ -1,45 +0,0 @@
-SIL Open Font License
-
-Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name ‘Source’. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.
-
-This Font Software is licensed under the SIL Open Font License, Version 1.1.
-This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL
-
-—————————————————————————————-
-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-—————————————————————————————-
-
-PREAMBLE
-The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.
-
-The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
-
-DEFINITIONS
-“Font Software” refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
-
-“Reserved Font Name” refers to any names specified as such after the copyright statement(s).
-
-“Original Version” refers to the collection of Font Software components as distributed by the Copyright Holder(s).
-
-“Modified Version” refers to any derivative made by adding to, deleting, or substituting—in part or in whole—any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
-
-“Author” refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
-
-PERMISSION & CONDITIONS
-Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
-
-1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
-
-2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
-
-3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
-
-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
-
-5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
-
-TERMINATION
-This license becomes null and void if any of the above conditions are not met.
-
-DISCLAIMER
-THE FONT SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
\ No newline at end of file
diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.eot b/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.eot
deleted file mode 100755
index 32fe466..0000000
Binary files a/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.eot and /dev/null differ
diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.ttf b/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.ttf
deleted file mode 100755
index f9ac13f..0000000
Binary files a/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.ttf and /dev/null differ
diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.woff b/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.woff
deleted file mode 100755
index ceecbf1..0000000
Binary files a/dist/theme/fonts/source-sans-pro/source-sans-pro-italic.woff and /dev/null differ
diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.eot b/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.eot
deleted file mode 100755
index 4d29dda..0000000
Binary files a/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.eot and /dev/null differ
diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.ttf b/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.ttf
deleted file mode 100755
index 00c833c..0000000
Binary files a/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.ttf and /dev/null differ
diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.woff b/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.woff
deleted file mode 100755
index 630754a..0000000
Binary files a/dist/theme/fonts/source-sans-pro/source-sans-pro-regular.woff and /dev/null differ
diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.eot b/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.eot
deleted file mode 100755
index 1104e07..0000000
Binary files a/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.eot and /dev/null differ
diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.ttf b/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.ttf
deleted file mode 100755
index 6d0253d..0000000
Binary files a/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.ttf and /dev/null differ
diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.woff b/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.woff
deleted file mode 100755
index 8888cf8..0000000
Binary files a/dist/theme/fonts/source-sans-pro/source-sans-pro-semibold.woff and /dev/null differ
diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.eot b/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.eot
deleted file mode 100755
index cdf7334..0000000
Binary files a/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.eot and /dev/null differ
diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.ttf b/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.ttf
deleted file mode 100755
index 5644299..0000000
Binary files a/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.ttf and /dev/null differ
diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.woff b/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.woff
deleted file mode 100755
index 7c2d3c7..0000000
Binary files a/dist/theme/fonts/source-sans-pro/source-sans-pro-semibolditalic.woff and /dev/null differ
diff --git a/dist/theme/fonts/source-sans-pro/source-sans-pro.css b/dist/theme/fonts/source-sans-pro/source-sans-pro.css
deleted file mode 100644
index 99e4fb7..0000000
--- a/dist/theme/fonts/source-sans-pro/source-sans-pro.css
+++ /dev/null
@@ -1,39 +0,0 @@
-@font-face {
- font-family: 'Source Sans Pro';
- src: url('./source-sans-pro-regular.eot');
- src: url('./source-sans-pro-regular.eot?#iefix') format('embedded-opentype'),
- url('./source-sans-pro-regular.woff') format('woff'),
- url('./source-sans-pro-regular.ttf') format('truetype');
- font-weight: normal;
- font-style: normal;
-}
-
-@font-face {
- font-family: 'Source Sans Pro';
- src: url('./source-sans-pro-italic.eot');
- src: url('./source-sans-pro-italic.eot?#iefix') format('embedded-opentype'),
- url('./source-sans-pro-italic.woff') format('woff'),
- url('./source-sans-pro-italic.ttf') format('truetype');
- font-weight: normal;
- font-style: italic;
-}
-
-@font-face {
- font-family: 'Source Sans Pro';
- src: url('./source-sans-pro-semibold.eot');
- src: url('./source-sans-pro-semibold.eot?#iefix') format('embedded-opentype'),
- url('./source-sans-pro-semibold.woff') format('woff'),
- url('./source-sans-pro-semibold.ttf') format('truetype');
- font-weight: 600;
- font-style: normal;
-}
-
-@font-face {
- font-family: 'Source Sans Pro';
- src: url('./source-sans-pro-semibolditalic.eot');
- src: url('./source-sans-pro-semibolditalic.eot?#iefix') format('embedded-opentype'),
- url('./source-sans-pro-semibolditalic.woff') format('woff'),
- url('./source-sans-pro-semibolditalic.ttf') format('truetype');
- font-weight: 600;
- font-style: italic;
-}
diff --git a/dist/theme/white_contrast_compact_verbatim_headers.css b/dist/theme/si.css
similarity index 81%
rename from dist/theme/white_contrast_compact_verbatim_headers.css
rename to dist/theme/si.css
index 55e8838..ad8da41 100644
--- a/dist/theme/white_contrast_compact_verbatim_headers.css
+++ b/dist/theme/si.css
@@ -1,48 +1,47 @@
/**
- * White compact & high contrast reveal.js theme, with headers not in capitals.
- *
- * By Peter Kehl. Based on white.(s)css by Hakim El Hattab, http://hakim.se
- *
- * - Keep the source similar to black.css - for easy comparison.
- * - $mainFontSize controls code blocks, too (although under some ratio).
+ * si theme for reveal.js. This is the opposite of the 'white' theme.
*/
-@import url(./fonts/source-sans-pro/source-sans-pro.css);
-section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
- color: #fff;
+@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
+@import url("https://fonts.googleapis.com/css?family=Inter:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
+@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,900,900i&display=swap");
+section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
+ color: #222;
}
/*********************************************
* GLOBAL STYLES
*********************************************/
:root {
- --r-background-color: #fff;
- --r-main-font: Source Sans Pro, Helvetica, sans-serif;
- --r-main-font-size: 25px;
- --r-main-color: #000;
+ --r-background-color: #191919;
+ --r-main-font: Inter, Helvetica, sans-serif;
+ --r-main-font-size: 42px;
+ --r-main-color: #fff;
--r-block-margin: 20px;
--r-heading-margin: 0 0 20px 0;
- --r-heading-font: Source Sans Pro, Helvetica, sans-serif;
- --r-heading-color: #000;
+ --r-heading-font: Inter, Helvetica, sans-serif;
+ --r-heading-color: #fff;
--r-heading-line-height: 1.2;
--r-heading-letter-spacing: normal;
--r-heading-text-transform: none;
--r-heading-text-shadow: none;
- --r-heading-font-weight: 450;
+ --r-heading-font-weight: 600;
--r-heading1-text-shadow: none;
--r-heading1-size: 2.5em;
--r-heading2-size: 1.6em;
--r-heading3-size: 1.3em;
--r-heading4-size: 1em;
--r-code-font: monospace;
- --r-link-color: #2a76dd;
- --r-link-color-dark: #1a53a1;
- --r-link-color-hover: #6ca0e8;
- --r-selection-background-color: #98bdef;
+ --r-link-color: #42affa;
+ --r-link-color-dark: rgb(19.8216494845, 155.4536082474, 248.7783505155);
+ --r-link-color-hover: rgb(140.5283505155, 206.5463917526, 251.9716494845);
+ --r-selection-background-color: rgba(66, 175, 250, 0.75);
--r-selection-color: #fff;
+ --r-overlay-element-bg-color: 240, 240, 240;
+ --r-overlay-element-fg-color: 0, 0, 0;
}
.reveal-viewport {
- background: #fff;
+ background: #191919;
background-color: var(--r-background-color);
}
@@ -357,4 +356,15 @@ section.has-dark-background, section.has-dark-background h1, section.has-dark-ba
.backgrounds {
background-color: var(--r-background-color);
}
+}
+.orange {
+ color: #FBBF24;
+}
+
+.green {
+ color: #4ADE80;
+}
+
+.blue {
+ color: #0E9BFF;
}
\ No newline at end of file
diff --git a/index.html b/index.html
index 2df3b59..f2ae668 100644
--- a/index.html
+++ b/index.html
@@ -1,3 +1,4 @@
+
@@ -5,101 +6,330 @@
-
reveal.js
+ A new theory of Automation
-
+
-
+
-
- The future is a hypergraph
-
-
+
+
+ A new theory of Automation
+
+
Adam Jacob, CEO, System Initiative
-
-
adam@systeminit.com; @adamhjk.me on bsky
-
Programming as
-
Theory Building
-
Peter Naur
-
+
+
+ Infrastructure as Model
+
+
+ Hypergraph of Functions
+
+
+
+
+
+
+
Programming as
+
Theory Building
+ Peter Naur, 1985
+
+
+
+
Definition of Programming is
+
Expansive
+
+
+
+
Theory
+
Intelligent behavior
+
Intellectual behavior
+ Gilbert Ryle, The Concept of Mind, 1949
+
+
+
+
+
Theory in Programming
+
+
Can explain how the solution relates to the outside world
+
Why each part of the program is how it is
+
Can respond constructively to demands for modification
+
+
+
+
+
+
Two theories at once
+
+
How the infrastructure supports the application
+
How the automation builds and maintains it
+
+
+
+
+
+
Model
+
More than just a data model
+
A high fidelity virtual representation of a real world thing
+
+
+
+
+
Domain
+
The Model reflects the truth of the Domain
+
+
-
+
Formula One
+
+
+
Unity
+
+
+
+
Technology Automation
+
Infrastructure as Model
+
+
+
Properties
+
ex: config, settings, metadata
+
+
+
Actions
+
ex: create, update, start, stop
+
+
+
Relationships
+
ex: this belongs to that, etc.
+
+
+
+
+
+
- Theory of automation
+
AWS::EC2::VPC
+
+
+
+ Properties
+
+
+ Actions
+
+
+ Relationships
+
+
+
+
+
+
+
CidrBlock: String
+
Tags: [ Tag, ... ]
+
+
+
+
+
+
+
Create
+
Update
+
+
+
+
+
+
+
Is in: Region
+
Has Many: Subnets
+
+
+
+
+
-
-
- Infrastructure as Code
-
-
-
-
- Infrastructure as Model
-
+
+
+
+
Digital Twin
+
+
+ %%{init: {'theme': 'dark', 'themeVariables': { 'darkMode': true }}}%%
+ flowchart TD
+ Model
+ Component
+ Resource
+ Model <--> Component
+ Model <--> Resource
+
+
+
+ Is bi-directional by nature
+
+
+
+
Static Models
+
Programmable Models
+
+
+
+
Reactive Functions
+
+
+ const count = ref(0)
+ const sayCount = computed(() => {
+ return `I am sir counts a lot: ${count.value}`
+ })
+ const incrementCount = () => {
+ count.value++
+ }
+ # sayCount is 0
+ incrementCount()
+ # sayCount is 1, it reacted to count changing
+
+
+
+
+
+
Graph of Reactive Functions
+
+
+ %%{init: {'theme': 'dark', 'themeVariables': { 'darkMode': true }}}%%
+ graph LR;
+ A(2)
+ B(4)
+ C(8)
+ D(16)
+ E(16)
+ M(32)
+ S(SUM)
-
+ A -- double(2) --> B
+ B -- double(4) --> C
+ C -- double(8) --> D
+ C -- double(8) --> E
+ E --> S
+ D --> S
+ S --> M
+