summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content-org/blog.org2
-rw-r--r--content/blog/2024/never-drm.md2
-rw-r--r--layouts/blog/baseof.html2
-rw-r--r--layouts/brain-rot/baseof.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/content-org/blog.org b/content-org/blog.org
index 9911c53..4e9a3bc 100644
--- a/content-org/blog.org
+++ b/content-org/blog.org
@@ -27,7 +27,7 @@ But I will never invest in an Apple Device unless Tim Cook resigns and someone m
I *bought* them, but I don't own them.
All of this is because of DRM.
-And breaking DRM is a crime, as per DMCA.
+And breaking DRM in USA is a crime, as per DMCA, so there are not many ready made tools to automate this process.
In a completely unrelated news, Louis Rossmann talks about people loosing access to their bought online content.
diff --git a/content/blog/2024/never-drm.md b/content/blog/2024/never-drm.md
index 247eefa..e11c9ae 100644
--- a/content/blog/2024/never-drm.md
+++ b/content/blog/2024/never-drm.md
@@ -16,7 +16,7 @@ But I will never invest in an Apple Device unless Tim Cook resigns and someone m
I **bought** them, but I don't own them.
All of this is because of DRM.
-And breaking DRM is a crime, as per DMCA.
+And breaking DRM in USA is a crime, as per DMCA, so there are not many ready made tools to automate this process.
In a completely unrelated news, Louis Rossmann talks about people loosing access to their bought online content.
diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html
index 55001af..37d34bf 100644
--- a/layouts/blog/baseof.html
+++ b/layouts/blog/baseof.html
@@ -56,7 +56,7 @@
background-attachment: fixed;
max-width: 98%;
font-family: serif;
- font-size: 1em;
+ font-size: 1.2em;
}
a {
color: var(--text-color);
diff --git a/layouts/brain-rot/baseof.html b/layouts/brain-rot/baseof.html
index 98ab9da..2a80353 100644
--- a/layouts/brain-rot/baseof.html
+++ b/layouts/brain-rot/baseof.html
@@ -61,7 +61,7 @@
html {
height:100%;
font-family: serif;
- font-size: 1em;
+ font-size: 1.2em;
color: var(--text-color);
}
body {