diff options
author | mms <michal@sapka.me> | 2024-07-29 01:29:37 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-07-29 01:33:05 +0200 |
commit | 36dd30983cb9665369260e7cedb1db851dacc0c8 (patch) | |
tree | 130b443ea033a852ec16eafae9d0cd1f28dcb251 | |
parent | e59e7ca86ebac4cb1b738c73326a92020bdf883c (diff) |
feat(blog): no drm
-rw-r--r-- | assets/ytcovers/RtTdOBCLsyo.jpg | bin | 0 -> 48122 bytes | |||
-rw-r--r-- | content-org/blog.org | 22 | ||||
-rw-r--r-- | content/blog/2024/never-drm.md | 42 | ||||
-rw-r--r-- | layouts/blog/baseof.html | 2 |
4 files changed, 58 insertions, 8 deletions
diff --git a/assets/ytcovers/RtTdOBCLsyo.jpg b/assets/ytcovers/RtTdOBCLsyo.jpg Binary files differnew file mode 100644 index 0000000..3426ee7 --- /dev/null +++ b/assets/ytcovers/RtTdOBCLsyo.jpg diff --git a/content-org/blog.org b/content-org/blog.org index 7ee231d..9911c53 100644 --- a/content-org/blog.org +++ b/content-org/blog.org @@ -8,30 +8,38 @@ #+HUGO_SECTION: blog -* 2024 [53/54] :@blog: +* 2024 [54/54] :@blog: :PROPERTIES: :EXPORT_HUGO_SECTION: blog/2024 :EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :image_dir "blog/images" :image_max_width 600 :EXPORT_HUGO_PAIRED_SHORTCODES: image yt :END: -** TODO Never invest in DRM-ed content +** DONE Never invest in DRM-ed content +CLOSED: [2024-07-29 Mon 01:25] +:PROPERTIES: +:EXPORT_FILE_NAME: never-drm +:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :abstract DRM is a fools investement +:END: When I was young and dumb, I bought a few movies on iTunes. -I can still access them, as long as I have my AppleTV (which is it's last days). -But I will never invest in an Apple Device unless Tim Cook resigns and someone makes a 180* for the company. +I can still access them, at least as long as I have my AppleTV (which is at its last days). +But I will never invest in an Apple Device unless Tim Cook resigns and someone makes a 180° for the company. I *bought* them, but I don't own them. -All of this is becasue DRM. +All of this is because of DRM. And breaking DRM is a crime, as per DMCA. In a completely unrelated news, Louis Rossmann talks about people loosing access to their bought online content. -https://www.youtube.com/watch?v=RtTdOBCLsyo +#+attr_shortcode: "RtTdOBCLsyo" +#+begin_yt +Redbox revokes access to ALL PURCHASED MOVIES & TV: Piracy is COMPLETELY JUSTIFIED! +#+end_yt It's not that I am against digital purchases, but they need to be *[[/blog/2023/digital-ownership/][purchases]]*. Not a file poisoned by DRM, which removes any ownership. -As with most of modern computer software, the crime is the only way forward. +As with most of the modern digital media, the crime is the only way forward. If you want to pay for something, be it on Steam of iTunes, you need to break the DRM. But the solution is simple: never buy anything that has any form of DRM. diff --git a/content/blog/2024/never-drm.md b/content/blog/2024/never-drm.md new file mode 100644 index 0000000..247eefa --- /dev/null +++ b/content/blog/2024/never-drm.md @@ -0,0 +1,42 @@ ++++ +title = "Never invest in DRM-ed content" +author = ["Michał Sapka"] +date = 2024-07-29T01:25:00+02:00 +categories = ["blog"] +draft = false +weight = 2001 +image_dir = "blog/images" +image_max_width = 600 +abstract = "DRM is a fools investement" ++++ + +When I was young and dumb, I bought a few movies on iTunes. +I can still access them, at least as long as I have my AppleTV (which is at its last days). +But I will never invest in an Apple Device unless Tim Cook resigns and someone makes a 180° for the company. + +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. + +In a completely unrelated news, Louis Rossmann talks about people loosing access to their bought online content. + +{{< yt "RtTdOBCLsyo" >}} +Redbox revokes access to ALL PURCHASED MOVIES & TV: Piracy is COMPLETELY JUSTIFIED! +{{< /yt >}} + +It's not that I am against digital purchases, but they need to be **[purchases](/blog/2023/digital-ownership/)**. +Not a file poisoned by DRM, which removes any ownership. + +As with most of the modern digital media, the crime is the only way forward. +If you want to pay for something, be it on Steam of iTunes, you need to break the DRM. + +But the solution is simple: never buy anything that has any form of DRM. +It's better to subscribe to something like Netflix. +It still sucks, but at least they don't lie in your face. + +The better solution: purchase directly from authors (if there is an option) and download illegal copies of anything else. +You can _share_ them with your friends! +For this you need to buy hardware that is not locked, so no consoles or popular mobile phones - which is an additional plus! + +Also: don't call it piracy, this word implies that you made something immoral. +Pirates murdered people! diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html index 689bb61..55001af 100644 --- a/layouts/blog/baseof.html +++ b/layouts/blog/baseof.html @@ -55,7 +55,7 @@ color: var(--text-color); background-attachment: fixed; max-width: 98%; - font-family: helvetica; + font-family: serif; font-size: 1em; } a { |