blob: 203070036e61d3134daada43d688c48eb45787fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{{ define "article" }}
<article>
<h2>{{ .Title }}</h2>
<p>There's been a lot going on over the past year, and this is but one piece. I'm too tired and angry to give any useful information, but I'll point people in a direction.</p>
<ul>
<li><a href="https://www.youtube.com/watch?v=r7S8NXJ_Sa8" target="_blank" href="noopener noreferrer">Innocent grandma imprisoned for 6 months due to an AI mistake: enough is enough</a></li>
<li><a href="https://alpr.watch/" target="_blank" href="noopener noreferrer">alpr.watch</a></li>
<li><a href="https://consumerrights.wiki/w/Common_Questions,_Arguments,_%26_Responses_when_discussing_Flock_Surveillance" target="_blank" href="noopener noreferrer">Common Questions, Arguments, & Responses when discussing Flock Surveillance</a></li>
</ul>
<p>Just a general PSA. Take note of your surroundings, and take action based on what you see and feel. Letting large entities do what they want with no accountability = overreach and control. We can only "opt out" of whatever we dislike for so long until it becomes a requirement of daily life.</p>
<p><b>Created:</b> {{ .Date }}</p>
</article>
{{ end }}
|