diff --git a/src/_includes/partials/banners/error.liquid b/src/_includes/partials/banners/error.liquid new file mode 100644 index 00000000..3625fa92 --- /dev/null +++ b/src/_includes/partials/banners/error.liquid @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/src/_includes/partials/banners/warning.liquid b/src/_includes/partials/banners/warning.liquid new file mode 100644 index 00000000..8a240ad0 --- /dev/null +++ b/src/_includes/partials/banners/warning.liquid @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/src/assets/img/ogi/your-new-tool-will-be-used-in-the-worst-possible-way-preview.png b/src/assets/img/ogi/your-new-tool-will-be-used-in-the-worst-possible-way-preview.png new file mode 100644 index 00000000..45934ecf Binary files /dev/null and b/src/assets/img/ogi/your-new-tool-will-be-used-in-the-worst-possible-way-preview.png differ diff --git a/src/assets/styles/components/banners.css b/src/assets/styles/components/banners.css index 4839b03b..fa3ae356 100644 --- a/src/assets/styles/components/banners.css +++ b/src/assets/styles/components/banners.css @@ -27,6 +27,34 @@ border-color: var(--gray-light); } + &.warning { + border-color: var(--warning); + + & p a:hover, + & p a:active, + & p a:focus { + color: var(--warning); + } + + & svg { + stroke: var(--error); + } + } + + &.error { + border-color: var(--error); + + & p a:hover, + & p a:active, + & p a:focus { + color: var(--error); + } + + & svg { + stroke: var(--error); + } + } + &.npm { border-color: var(--brand-npm); diff --git a/src/pages/main/watching/movie.html b/src/pages/main/watching/movie.html index 4b957387..24d797ba 100644 --- a/src/pages/main/watching/movie.html +++ b/src/pages/main/watching/movie.html @@ -20,6 +20,7 @@ schema: movie

View on TMDB

{% if movie.review %} + {% render "partials/banners/warning.liquid", text: "There are probably spoilers after this banner — this is a warning about them." %}

{{ movie.review | markdown }}


{% endif %} diff --git a/src/posts/2024/your-new-tool-will-be-used-in-the-worst-possible-way.md b/src/posts/2024/your-new-tool-will-be-used-in-the-worst-possible-way.md new file mode 100644 index 00000000..96899a7a --- /dev/null +++ b/src/posts/2024/your-new-tool-will-be-used-in-the-worst-possible-way.md @@ -0,0 +1,36 @@ +--- +date: 2024-05-24T07:25-08:00 +title: Your new tool will be used in the worst possible way +description: Ok, the title is hyperbolic — I like hyperbole — but it's broaddly true. If you build something, someone will misuse it or break it — it's human nature. +tags: + - tech + - AI +--- +Ok, the title is hyperbolic — I like hyperbole — but it's broadly true. If you build something, someone will misuse it or break it — it's human nature. + +We've got a lot of simple tools down — hammers, shovels, ramps — no problem. They can be abused, but it's rare and there are well-established benefits to their use. Awesome. + +The internet? Helpful in many ways — connection, sharing information — you name it. It's infrastructure, a foundational building block for modern society. We make some questionable decisions building on and for it. I *think* it's a net good — it has been for me — but it's had some real, objectively terrible moments. + +Making information more accessible? That's great! + +Destroying journalism as an institution? That's bad! + +Social connection is good, bridging distant geographies to enable social interactions is also good but modern social networks (here's looking at you commercial social networks) have been bad. Building tools like these, at scale, comes with responsibility. That responsibility has been eschewed in favor of a hands-off approach to moderation (or misguided moderation or none at all or a total misunderstanding of local contexts and languages). We wanted our friends and all we got was this social unrest, an epistemological crisis, no privacy and ads. CLICK HERE[^1]. + +We've got apps galore — they're network connected and, on their face, often convenient. We struggle to monetize them until we externalize all the harm we've swept under the rug and exit with a hefty sum. + +We've got a real knack for building something because it feels possible, without fully considering what will happen when we set it loose. + +Consequences are hard to predict though and the world would — probably — be a better place if we were better at prognosticating. We do, however, excel at ignoring warnings that are staring us square in the face. Climate issues are easy to point at. We've been staring at that one for a while now and still can't agree uniformly enough to do anything.[^2] + +We're rushing headlong towards shoving generative AI into *everything* and the data center costs that come with it will make the climate worse. It is, arguably, convenient to type something in a box and get your wish granted but — and this is a big one — it's not very reliable. Suggesting users put glue in pizza at the top of the most visited site on the internet isn't a great look. + +It's a tool they say — use it right. Some people will and they may get some value though, I'd argue, not commensurate with the cost. It will — and already has — enabled some pretty bad behavior at scale. We're flooding the internet with AI sludge at an ever-increasing rate while simultaneously making it harder to navigate the internet. We're shoving AI into the search tools we'd use to wade through the rising tide of garbage. + +Garbage is rushing into the internet and we're getting garbage right back out. + +I wish they'd considered the harms up front and would stop ignoring the consequences. They built a tool, they're developing still developing the tool and instead of considering how it could be misused, they're ignoring the fact that it already has been. + +[^1]: Don't, it's not a link. +[^2]: It's depressing. \ No newline at end of file