diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2024-05-05 21:00:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-05 21:00:40 +0100 |
| commit | 86450b3dd8bec3b76e2b2a03b8cdc8a708c5f3bc (patch) | |
| tree | 7576d8863193369adc87dd80d91a3d5d3f58ede1 /src/content/blog/2024/04 | |
| parent | 579e12cfebce9a70ab2adf5842e2673673a707d2 (diff) | |
Infrastructure as code (#3)
* Moves website to website/
* Adds terraform gitignores
* Terraform with AWS provider
* Initialises Terraform
* Locals and variables for provider
* Fetches SSL certificate from ACM
* S3 static website bucket
* CloudFront distribution
* Route53 records
* Deployment workflow uses secret S3 bucket suffix
* Adds README
---------
Co-authored-by: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
Diffstat (limited to 'src/content/blog/2024/04')
| -rw-r--r-- | src/content/blog/2024/04/10/tracking_pixels.md | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/src/content/blog/2024/04/10/tracking_pixels.md b/src/content/blog/2024/04/10/tracking_pixels.md deleted file mode 100644 index 15ccc55..0000000 --- a/src/content/blog/2024/04/10/tracking_pixels.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: Tracking pixels -description: Concerning a notice in the privacy policy of an HR app -pubDate: - year: 2024 - month: 04 - day: 10 ---- - -I recently made the mistake of reading the privacy policy of the HR app my -employer uses. Take this choice excerpt: - -> **Tracking Pixels** -> -> We may place tracking pixels in our Applicant Tracking System (ATS). These -> pixels are used for analytics purposes, including to track statistical -> information around when an email sent to you is opened. - -Translation: - -> We reserve the right to know whether you have read our emails, how long you -> spent reading them, at what time and in what physical location you read them, -> and any other information we can get our hands on. We reserve the right to do -> this as soon as you open an email, without asking for your permission first, -> and ask for your forgiveness later. That is, if you ever find out: which you -> won't, because we also reserve the right to hide this information in a Privacy -> Policy which we know you won't read, and we design our data-harvesting monster -> to be completely undetectable to anyone except determined experts, on purpose. -> We reserve the right to leave this data lying unused in a data warehouse where -> someone might steal it, and we also reserve the right to use it, if we can -> think of something satisfactorily dastardly to do with it. On the bright side, -> we probably won't, so having your data leaked to hackers and fraudsters is -> probably the worst you have to worry about. Unless we sell your data to -> advertisers, or a ~black hole of stolen data~ Large Language Model. Oh yeah, -> we probably reserve the right to do that, too. We doubt anyone will ever check. |
