From e6b38dd1e331310fbe41839c039fab1719bdcaac Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Wed, 25 Sep 2019 16:31:47 +0200 Subject: [PATCH] updated a few scripts --- build.sh | 2 +- deploy.sh | 2 +- fullbuild.sh | 5 +++++ src/posts/how-i-internet.org | 5 ++--- 4 files changed, 9 insertions(+), 5 deletions(-) create mode 100755 fullbuild.sh diff --git a/build.sh b/build.sh index b545e75..05c1709 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -emacs --load project.el --eval '(progn (delete-directory org-publish-timestamp-directory t) (org-publish "blog" t) (evil-quit))' +emacs --load project.el --eval '(progn (delete-directory org-publish-timestamp-directory t) (org-publish "blog" nil) (evil-quit))' diff --git a/deploy.sh b/deploy.sh index cab7c35..4b90f6d 100755 --- a/deploy.sh +++ b/deploy.sh @@ -7,5 +7,5 @@ echo "Building RSS" ./mkrss.sh echo "RSS Built" echo -n "Publishing" -rsync --progress --partial -avHe ssh $rootdir/_site/ root@shoggoth1:/var/www/her.esy.fun/ --delete +rsync --progress --partial -avHe ssh $rootdir/_site/ root@esy.fun:/var/www/her.esy.fun/ --delete echo " [done]" diff --git a/fullbuild.sh b/fullbuild.sh new file mode 100755 index 0000000..6b741c1 --- /dev/null +++ b/fullbuild.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +rm -rf _site +rm -rf _cache +emacs --load project.el --eval '(progn (delete-directory org-publish-timestamp-directory t) (org-publish "blog" t) (evil-quit))' diff --git a/src/posts/how-i-internet.org b/src/posts/how-i-internet.org index 47af991..5157906 100644 --- a/src/posts/how-i-internet.org +++ b/src/posts/how-i-internet.org @@ -30,8 +30,7 @@ A popular meme about it states: - toilet + smarphone ⇒ 55min #+end_quote -The book Digital Minimalism[fn:dm] provide a lot of great information on -the subject. +The book Digital Minimalism[fn:dm] is really insightful on the subject. In particular the apparition of grabbing features that target our "social brain". @@ -316,7 +315,7 @@ another reward by staying a bit longer in the system. More than that, we generally fall for most psychological tricks with those and make our production oriented to short content, memes, etc... - *infinite scrolling* ; make you brain want to look a bit more, because it - creates a fear to lose a great new info. + creates a fear to miss something. - *comments* ; Unlike likes or retweets, comment are a lot more useful, they can start a discussion. They still have two problems: 1. Public comment are subject to spam, troll, attacks, etc...