aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2022-12-18 10:47:01 +0100
committerRomain Gonçalves <me@rgoncalves.se>2022-12-18 10:47:01 +0100
commitcccbd6b86b375cb5342e3c3d823e85274d140902 (patch)
tree7a2e9e36cf2dd6e84c1b5fb0da703f0838895625 /src
parent4c6f40478196bd0b26b55131a8e9612d59bb6b99 (diff)
downloadwebsite-cccbd6b86b375cb5342e3c3d823e85274d140902.tar.gz
feat(blog): add human ingress entry
Diffstat (limited to 'src')
-rw-r--r--src/b/2022-12-human-ingress.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/b/2022-12-human-ingress.md b/src/b/2022-12-human-ingress.md
new file mode 100644
index 0000000..7525018
--- /dev/null
+++ b/src/b/2022-12-human-ingress.md
@@ -0,0 +1,27 @@
+title: Human ingress
+date: 2022-12-18
+
+```sh
+$ curl https://rgoncalves.se/robots.txt
+User-agent: *
+Disallow: /
+```
+
+```sh
+$ curl -s https://rgoncalves.se/index.html | grep "googlebot"
+<meta name="googlebot" content="noindex">
+```
+
+```sh
+$ wc -l /etc/hosts
+224395 /etc/hosts
+```
+
+---
+
+Computers and technologies are cool, but don't waste too much time with them.
+They ultimately suck and create more problem than they solve.
+
+Embrace real human interactions.
+
+Read a book or start here: http://www.aaronsw.com/weblog/rawnerve
remember that computers suck.