From e901c0dfbef0c3c33d2302217606e6597b675151 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 24 Oct 2020 12:38:04 +0300 Subject: [PATCH] Spam me blog entry. Also, add a link to the blog entry in the spam page for an explaination. --- content/pages/spam.rst | 4 ++++ content/spam_me.rst | 30 ++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 content/spam_me.rst diff --git a/content/pages/spam.rst b/content/pages/spam.rst index ff95a9d..ec39d56 100644 --- a/content/pages/spam.rst +++ b/content/pages/spam.rst @@ -28,3 +28,7 @@ Spam Nimrod </script> <textarea id="message" rows="5" cols="50">Hi there.</textarea> <p><button type="button">Spam Nimrod</button></p> + + +You can read more this at `this blog entry +<https://www.shore.co.il/blog/spam_me/>`_. diff --git a/content/spam_me.rst b/content/spam_me.rst new file mode 100644 index 0000000..c5f1f29 --- /dev/null +++ b/content/spam_me.rst @@ -0,0 +1,30 @@ +Spam me +####### + +:date: 2020-10-24 +:summary: An experiment in spam + +A while back I saw an interesting project, `Patchbay <https://patchbay.pub/>`_. +At first I wanted to use it when I run long tasks on remote machines (as the +example shows). I would obviously script the desktop part, commit it to my +`rcfiles repo <https:/www.shore.co.il/git/rcfiles>`_ and have it run on startup. +As a security/ privacy concern, I plannedd on keeping the full URL private. So +I shelved it until I would have a proper secret management system in place for +such things. + +A few months went by and I remembered that project and started to play around +with receiving such messages but sending them from a webpage. The outcome is +`shore.co.il/spam <https://www.shore.co.il/spam>`_. I'm annnouncing this on my +blog as I'm actually interested to see if I get any spam this way. The desktop +side of things is in this `rcfiles commit +<https://www.shore.co.il/git/rcfiles/commit/?id=b9732647fe865e9fc7c225b26adb6275ee435a94>`_ +and the source for web page is in my `blog commit +<https://www.shore.co.il/git/blog/commit/?id=b99513ebadc5f39c77d109597804b76b79e5a2c0>`_, +both are quite public. + +There isn't something technically interesting here (apart from Patchbay). But +the experiment aspect is interesting to me. I would like to see who reads my +blog and will send me messages (hopefully interesting ones). I'm not going to +advertise this in any other way. And I would like to see if I get any spam as a +result of this blog entry or from having the URL public in my Git repos. I'll +post an update in a few weeks with initial results. -- GitLab