aboutsummaryrefslogtreecommitdiffstats
path: root/src/b/2022-12-human-ingress.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/b/2022-12-human-ingress.md')
-rw-r--r--src/b/2022-12-human-ingress.md29
1 files changed, 29 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..fc97302
--- /dev/null
+++ b/src/b/2022-12-human-ingress.md
@@ -0,0 +1,29 @@
+---
+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.