From cccbd6b86b375cb5342e3c3d823e85274d140902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sun, 18 Dec 2022 10:47:01 +0100 Subject: feat(blog): add human ingress entry --- src/b/2022-12-human-ingress.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/b/2022-12-human-ingress.md 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" + +``` + +```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 -- cgit v1.2.3