1
0
Fork 0

heartbeat

This commit is contained in:
Lethe Beltane 2025-08-14 13:23:49 -05:00
parent 6905954376
commit 17e8c7f080
No known key found for this signature in database
GPG Key ID: 21A3DA3DE29CB63C
12 changed files with 177 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 322 KiB

BIN
img/hidden/lethe.webp Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
img/hidden/lethe2.webp Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
img/hidden/lethe3.webp Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

View File

@ -95,7 +95,7 @@
<div class="box">
<h3>Announcement Box</h3>
<ul>
<li><b>2025-06-23</b>: <a href="https://ko-fi.com/s/3c63f5fce8"><i>VALERIE</i> issue 3</a> is out! Also, my home server is now out of storage and set up. All darknet mirrors should be back up.</li>
<li><b>2025-08-13</b>: Friendly reminder that I have never paywalled ANY of my books and NEVER WILL. Anyone trying to sell you a copy of a book I have written is trying to scam you.</li>
</ul>
</div>
<hr>

View File

@ -2,13 +2,13 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>At least ten books by women about the dangers of artificial intelligence (AI)</title>
<title>At least ten books by women about artificial intelligence (AI), both for and against</title>
<link href="./style.css" rel="stylesheet" type="text/css" media="all">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Vane Vander">
</head>
<body>
<h1>At least ten books by women about the dangers of artificial intelligence (AI)</h1>
<h1>At least ten books by women about artificial intelligence (AI), both for and against</h1>
<table class="f">
<tr class="info">
<td>The AI Mirror</td>
@ -20,6 +20,61 @@
</tr>
</table>
<br>
<table class="f">
<tr class="info">
<td>Unmasking AI</td>
<td>Joy Buolamwini</td>
<td>Casual</td>
</tr>
<tr>
<td class="snippet">Companies that claim to fear existential risk from AI could show a genuine commitment to safeguarding humanity by not releasing the AI tools they claim could end humanity.</td>
</tr>
</table>
<br>
<table class="f">
<tr class="info">
<td>Empire of AI</td>
<td>Karen Hao</td>
<td>Casual</td>
</tr>
<tr>
<td class="snippet">In 2023, Stanford researchers would create a transparency tracker to score AI companies on whether they revealed even basic information about their large deep learning models, such as how many parameters they had, what data they were trained on, and whether there had been any independent verification of their capabilities. All ten of the companies they evaluated in the first year, including OpenAI, Google, and Anthropic, received an F; the highest score was 54 percent.</td>
</tr>
</table>
<br>
<table class="f">
<tr class="info">
<td>The Algorithm</td>
<td>Hilke Schellmann</td>
<td>Casual</td>
</tr>
<tr>
<td class="snippet">I would read a text in German, my native language. After every question Christine asked, I read in German the Wikipedia entry for psychometrics, which deals broadly with measurements in psychology.<br>Here is what I read: <i>Die Psychometrie ist das Gebiet der Psychologie, das sich allgemein mit Theorie und Methode des psychologischen Messens befasst...</i> And so on and so forth. No words in English crossed my lips.<br>I thought after answering all the questions in German I would get an error message from the system saying it couldn't compute any scores.<br>I was surprised when I got a message with the results. In fact, the AI gave me a score of 6 out of 9 for English competency, and overall my skill level in English was deemed "competent."</td>
</tr>
</table>
<br>
<table class="f">
<tr class="info">
<td>Against Reduction</td>
<td>Noelani Arista, et al.</td>
<td>Academic</td>
</tr>
<tr>
<td class="snippet">A typical chilling forecast of AI is that it will be smarter, stronger, and more powerful than us, but the real fear should be that it might not be better. It could be instilled with values from our past, with less nuance, more bias, and replete with reductionist tropes.</td>
</tr>
</table>
<br>
<table class="f">
<tr class="info">
<td>Feminist AI</td>
<td>Jude Browne, et al.</td>
<td>Academic</td>
</tr>
<tr>
<td class="snippet">...such algorithms reinforce the status quo: those who have the most resources and the highest likelihood of success receive more resources. Through predictive algorithms, the past is recursively projected into the future, thus foreclosing options that could lead to more equitable distribution of resources and more diversity in the pool of those likely to succeed.</td>
</tr>
</table>
<br>
<p><a class="button" href="#moids">&gt; Show books by men too?</a></p>
<div id="moids">
<p><a class="button" href="#">&gt; Aahh! Never mind!</a></p>
@ -44,6 +99,17 @@
<td class="snippet">We need to move beyond thinking about creativity as a simple automatic process that can be "programmed" and engineered. Instead, we need to see it as a product of human creativity, a social behavior, an aspect of our nature that was not merely shaped by technology, but was instead shaped by human cultural experiences.</td>
</tr>
</table>
<br>
<table class="m">
<tr class="info">
<td>How to Think About AI</td>
<td>Richard Susskind</td>
<td>Casual</td>
</tr>
<tr>
<td class="snippet">It's conceivable before long that there will, at some point, be robots that can run 100 metres faster than Usain Bolt or shoot lower scores on the golf course than Tiger Woods, even at their best. But would we be interested in this? You might well be if you are fascinated by robotic performance. But most of us were thrilled by Bolt and Woods in their prime precisely because they were flesh-and-blood humans like us... When we read great literature or listen to fine music or view superb paintings, part of the thrill is precisely that another human has been involved in the work - striving, communicating, creating, and, in turn, inspiring, stimulating, and elevating our lives. Again, an indispensable and intrinsic part of that experience is the knowledge that another human is at the other end... And so, no matter how capable our systems are, it's likely that many forms of human expression, not least live performance, will continue to be valued by humans for their own sake.</td>
</tr>
</table>
</div>
</body>
</html>

23
recs/antinatalism.html Executable file
View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>At least ten books by women about antinatalism</title>
<link href="./style.css" rel="stylesheet" type="text/css" media="all">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Vane Vander">
</head>
<body>
<h1>At least ten books by women about antinatalism</h1>
<table class="f">
<tr class="info">
<td>Every Cradle is a Grave</td>
<td>Sarah Perry</td>
<td>Academic</td>
</tr>
<tr>
<td class="snippet">While the economic and well-being costs of having children are high, most of the "cost" of existence is borne by the children themselves, not by the parents in raising them. Parenting involves not just volunteering for the job of parent, but volunteering innocent children for the job of being people.</td>
</tr>
</table>
</body>
</html>

View File

@ -115,7 +115,7 @@
<td>Casual</td>
</tr>
<tr>
<td class="snippet">What youre doing when practicing your times tables or taking a standardized test or writing an essay isnt learning, but <em>preparing yourself to work</em>... what each particular test is testing for, over and over again throughout our childhoods, is our capacity to perform work in its rawest form: to be presented with a series of problems and a rigid set of constraints in which to solve them, and to accomplish the task uncritically, with as much speed and efficiency as possible.</td>
<td class="snippet">What you're doing when practicing your times tables or taking a standardized test or writing an essay isn't learning, but <em>preparing yourself to work</em>... what each particular test is testing for, over and over again throughout our childhoods, is our capacity to perform work in its rawest form: to be presented with a series of problems and a rigid set of constraints in which to solve them, and to accomplish the task uncritically, with as much speed and efficiency as possible.</td>
</tr>
</table>
<p><a class="button" href="#moids">&gt; Show books by men too?</a></p>
@ -131,6 +131,50 @@
<td class="snippet">Nilles enthusiastically concluded that telecommuting was a viable option. He mentioned hesitations: supervisors would no longer be able to control their employees; and workers themselves might miss out on the social atmosphere of office life. But the company went forward with it. As soon as it began to be effective, the project was canned. It turned out managers felt threatened by telecommuting: they weren't able to control their employees in the same way as before and had to change their methods.</td>
</tr>
</table>
<br>
<table class="m">
<tr class="info">
<td>The Refusal of Work</td>
<td>David Frayne</td>
<td>Academic</td>
</tr>
<tr>
<td class="snippet">...the necessity (need to survive) that pushes us to submit large portions of our lives to toil is no longer a harsh, inevitable fact of our existence in nature, but the imposition of an irrational and unjust social system, which not only distributes the available resources unevenly across the social hierarchy, but also manufactures new needs in order to warrant the extension of work.</td>
</tr>
</table>
<br>
<table class="m">
<tr class="info">
<td>The Mythology of Work</td>
<td>Peter Fleming</td>
<td>Academic</td>
</tr>
<tr>
<td class="snippet">...what it must be like working in ROWE-inspired labour processes. Under this regime of work, life is not taken over and deprived by the prison-like monotony of timetables that have a clear beginning and end. Instead, life persists, but always within the shadow of a background master signifier that never sleeps, using postponement, planned incompetence and the employee's own anxieties to squeeze more work out of them.</td>
</tr>
</table>
<br>
<table class="m">
<tr class="info">
<td>Dead Man Working</td>
<td>Carl Cederstrom &amp; Peter Fleming</td>
<td>Casual</td>
</tr>
<tr>
<td class="snippet">When we all become 'human capital' we not only have a job, or perform a job. We <em>are</em> the job. Even when the work-day appears to be over. This is what some have called the rise of bio-power, where life itself is put to work: our sociality, imagination, resourcefulness, and our desire to learn and share ideas... Self-exploitation has become a defining motif of working today. Indeed, the reason why so little is invested by large companies into training is because they have realized that workers <em>train themselves</em>, both on the job, using their life skills and social intelligence, and away from the job, on their own time.</td>
</tr>
</table>
<br>
<table class="m">
<tr class="info">
<td>Make Your Own Job</td>
<td>Erik Baker</td>
<td>Academic</td>
</tr>
<tr>
<td class="snippet">"If we want people to live by the work ethic, we've got to give them work," Clinton sermonized in a White House speech in 1994. "That's what our efforts... to develop community development banks are all about. And that's what our effort to pass a crime bill that would put another 100,000 police officers on the streets in grassroots communities are all about." The bill passed, and the United States' racialized surplus population kept flowing into prisons, where, of course, "informal entrepreneurship" continued to flourish, though not in any way that most management gurus believed to create value.</td>
</tr>
</table>
</div>
</body>
</html>

View File

@ -31,6 +31,17 @@
</tr>
</table>
<br>
<table class="f">
<tr class="info">
<td>Unmasking for Life</td>
<td>Devon Price <a href="https://web.archive.org/web/20230216065932/https://www.latimes.com/entertainment-arts/books/story/2022-04-07/the-transgender-proud-autistic-psychologist-who-believes-we-have-autism-all-wrong" title="Transgender man (female)">[?]</a></td>
<td>Casual</td>
</tr>
<tr>
<td class="snippet">In particular, researchers Paola Pennisi and colleagues found that Autistics are more highly detailed in our creativity and original in our thinking when we have the privacy and time to dream up ideas on our own. We also tend to exhibit a great deal of creativity with language, in spite of the widespread belief that we're "poor communicators."</td>
</tr>
</table>
<br>
<table class="f">
<tr class="info">
<td>The Awesome Autistic Guide to Being Proud</td>

View File

@ -220,6 +220,17 @@
<td class="snippet">How easily they've assimilated themselves to this lifestyle, tending to their profiles, little gardens of personality in which only pleasantries bloom and life's setbacks, even a death in the family, are presented with such overwrought sentimentality that it's possible to think that such tragedies are welcomed, because they offer an opportunity to share and be embraced by the social-media cocoon.</td>
</tr>
</table>
<br>
<table class="m">
<tr class="info">
<td>Algospeak</td>
<td>Adam Aleksic</td>
<td>Casual</td>
</tr>
<tr>
<td class="snippet">Nor do you make your own decisions. Your decisions are now curated for you under the guise of personalization, while in reality they're engineered to make platforms as much money as possible. Your aesthetic preferences, your language, your very identity - all handed down to you by the positive feedback loop of social media algorithms.</td>
</tr>
</table>
</div>
<hr>
<p>Other relevant writings on the Internet:</p>

View File

@ -97,6 +97,17 @@
</tr>
</table>
<br>
<table class="f">
<tr class="info">
<td>Make Your Art No Matter What</td>
<td>Beth Pickens</td>
<td>Casual</td>
</tr>
<tr>
<td class="snippet">Putting the burden of income on your art practice will create a pressure and expectation that can lead to resentment and abandonment. Let's get back to basics: You make art because you're an artist; you need this practice in your life to be a healthy, whole person. Even if your art never earns you money, you are an artist and need to continue making your work.</td>
</tr>
</table>
<br>
<table class="f">
<tr class="info">
<td><a href="https://libgen.is/book/index.php?md5=5EA5D2EA2A53ABAC8DE7B5268D293C8C">For Writers Only</a></td>

View File

@ -48,7 +48,7 @@ Disallow: /
User-agent: SpiderLing
Disallow: /
# Fuck your AI and fuck your scraping
# I would prefer that you didn't
User-agent: AI2Bot
User-agent: Ai2Bot-Dolma
@ -64,7 +64,6 @@ User-agent: ClaudeBot
User-agent: cohere-ai
User-agent: cohere-training-data-crawler
User-agent: Diffbot
User-agent: DuckAssistBot
User-agent: FacebookBot
User-agent: FriendlyCrawler
User-agent: Google-Extended
@ -95,6 +94,10 @@ User-agent: Webzio-Extended
User-agent: YouBot
Disallow: /
User-agent: *
Disallow: /
# You can stay, I guess
User-agent: DuckAssistBot
Disallow:
User-agent: *
Disallow: /