]> git.eshelyaron.com Git - esy-publish.git/commitdiff
* The Self-Healing Code Fallacy: add link to tweet
authorEshel Yaron <me@eshelyaron.com>
Wed, 5 Apr 2023 08:32:07 +0000 (11:32 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 5 Apr 2023 08:32:07 +0000 (11:32 +0300)
assets/style.css~ [deleted file]
src/posts/2023-04-05-the-self-healing-code-fallacy.org

diff --git a/assets/style.css~ b/assets/style.css~
deleted file mode 100644 (file)
index d0f5a81..0000000
+++ /dev/null
@@ -1,231 +0,0 @@
-body {
-    color: #cfdfd5;
-    background-color: #111111;
-    margin-left: auto;
-    margin-right: auto;
-    width: 90%;
-    max-width: 90ch;
-    /* font-size: 1.1em; */
-    font-family: "Helvetica Neue", sans-serif;
-}
-
-a:link {
-    color: #00c089;
-}
-
-a:visited {
-    color: #5dc0aa;
-}
-
-time {
-    color: #9ac8e0;
-}
-
-.home-link {
-    float: left;
-}
-
-.other-links {
-    float: right;
-}
-
-footer {
-    font-size: smaller;
-    text-align: center;
-}
-
-.icon-links {
-    height: 40px;
-    text-decoration: none;
-}
-
-blockquote {
-    border-left-style: solid;
-    padding-left: 1em;
-}
-
-dt {
-    font-weight: bold;
-}
-
-pre {
-    overflow: auto;
-    border-top-style:    solid;
-    border-top-width:    2px;
-    border-left-style:   solid;
-    border-left-width:   2px;
-    border-right-style:  solid;
-    border-right-width:  1px;
-    border-bottom-style: solid;
-    border-bottom-width: 1px;
-    padding: 0.8em;
-    background-color: #222522;
-}
-
-.footpara {
-    display: inline;
-}
-
-code {
-    color: #78afff;
-    font-family: Hack,monospace;
-}
-
-h1 {
-    color: #00c089;
-    font-weight: bold;
-}
-h2 {
-  color: #7fc500;
-  font-weight: bold;
-}
-h3 {
-  color: #5dc0aa;
-  font-weight: bold;
-}
-h4 {
-  color: #af9fff;
-  font-weight: bold;
-}
-h5 {
-  color: #7fcfdf;
-  font-weight: bold;
-}
-h6 {
-  color: #cfc04f;
-  font-weight: bold;
-}
-
-/*
-Generated with `M-x org-html-htmlize-generate-css` after loading the
-`ef-bio` theme by Protesilaos Stavrou.
-*/
-.org-builtin {
-    /* font-lock-builtin-face */
-    color: #3fb83f;
-    font-weight: bold;
-}
-.org-comment {
-    /* font-lock-comment-face */
-    color: #b7a07f;
-    font-style: italic;
-}
-.org-comment-delimiter {
-    /* font-lock-comment-delimiter-face */
-    color: #b7a07f;
-    font-style: italic;
-}
-.org-constant {
-    /* font-lock-constant-face */
-    color: #37aff6;
-}
-.org-doc {
-    /* font-lock-doc-face */
-    color: #7fc07f;
-    font-style: italic;
-}
-.org-doc-markup {
-    /* font-lock-doc-markup-face */
-    color: #37aff6;
-}
-.org-escape {
-    /* font-lock-escape-face */
-    color: #cfc04f;
-}
-.org-function-call {
-    /* font-lock-function-call-face */
-    color: #7fc500;
-}
-.org-function-name {
-    /* font-lock-function-name-face */
-    color: #7fc500;
-}
-.org-preprocessor {
-    /* font-lock-preprocessor-face */
-    color: #3fb83f;
-}
-.org-property-name {
-    /* font-lock-property-name-face */
-    color: #78afff;
-}
-.org-property-use {
-    /* font-lock-property-use-face */
-    color: #78afff;
-}
-.org-rainbow-delimiters-depth-1 {
-    /* rainbow-delimiters-depth-1-face */
-    color: #00c089;
-}
-.org-rainbow-delimiters-depth-2 {
-    /* rainbow-delimiters-depth-2-face */
-    color: #7fc500;
-}
-.org-rainbow-delimiters-depth-3 {
-    /* rainbow-delimiters-depth-3-face */
-    color: #5dc0aa;
-}
-.org-rainbow-delimiters-depth-4 {
-    /* rainbow-delimiters-depth-4-face */
-    color: #af9fff;
-}
-.org-rainbow-delimiters-depth-5 {
-    /* rainbow-delimiters-depth-5-face */
-    color: #7fcfdf;
-}
-.org-rainbow-delimiters-depth-6 {
-    /* rainbow-delimiters-depth-6-face */
-    color: #cfc04f;
-}
-.org-rainbow-delimiters-depth-7 {
-    /* rainbow-delimiters-depth-7-face */
-    color: #37aff6;
-}
-.org-rainbow-delimiters-depth-8 {
-    /* rainbow-delimiters-depth-8-face */
-    color: #6fc5ef;
-}
-.org-rainbow-delimiters-depth-9 {
-    /* rainbow-delimiters-depth-9-face */
-    color: #d38faf;
-}
-.org-rainbow-delimiters-mismatched {
-    /* rainbow-delimiters-mismatched-face */
-    color: #ffffff;
-    background-color: #bd1f30;
-}
-.org-string {
-    /* font-lock-string-face */
-    color: #af9fff;
-}
-.org-type {
-    /* font-lock-type-face */
-    color: #7fcfdf;
-}
-.org-variable-name {
-    /* font-lock-variable-name-face */
-    color: #78afff;
-}
-.org-variable-use {
-    /* font-lock-variable-use-face */
-    color: #78afff;
-}
-.org-warning-1 {
-    /* font-lock-warning-face */
-    color: #cfc04f;
-}
-.org-negation-char {
-  /* font-lock-negation-char-face */
-  font-weight: bold;
-}
-.org-regexp {
-  /* font-lock-regexp-face */
-  color: #af9fff;
-}
-.org-regexp-grouping-backslash {
-  /* font-lock-regexp-grouping-backslash */
-  color: #cfc04f;
-}
-.org-regexp-grouping-construct {
-  /* font-lock-regexp-grouping-construct */
-  color: #3fb83f;
-}
index 89798054b7ed3648b0cf99c276e20b2d59b50bf2..3f0fb6c11338063952daf47d3c2db65e5299291f 100644 (file)
@@ -4,7 +4,7 @@
 #+KEYWORDS:    ai
 #+DATE:        2023-04-05
 
-Yesterday, a colleague of mine shared a tweet in our =#random= Slack
+Yesterday, a colleague of mine shared [[https://twitter.com/minchoi/status/1643215812298260480][a tweet]] in our =#random= Slack
 channel about [[https://gitlab.com/min.choi/selfhealing-gitlab-ci/][a new AI-powered plugin for GitLab CI]] that supposedly
 makes your code /self-healing/.