Final push before surgery
This commit is contained in:
parent
b8566819bd
commit
852e4fadc4
BIN
books/mby.epub
BIN
books/mby.epub
Binary file not shown.
|
@ -22,6 +22,7 @@ let foundation = text.includes("onion.foundation");
|
|||
let india = text.includes("torproxy.in");
|
||||
let nz = text.includes("onion.nz");
|
||||
let autos = text.includes("onion.autos");
|
||||
if ((pet === true) || (nl === true) || (autos == true) || (i2p === true) || (ws === true) || (gate === true) || (search === true) || (foundation === true) || (web2 === true) || (i2p2 === true) || (re === true) || (cyber === true) || (ly === true) || (web === true) || (nz === true) || (india === true ) || (moe === true)) {
|
||||
let dnshook = text.includes("dnshook.site");
|
||||
if ((pet === true) || (nl === true) || (autos == true) || (i2p === true) || (ws === true) || (gate === true) || (search === true) || (foundation === true) || (web2 === true) || (i2p2 === true) || (re === true) || (cyber === true) || (ly === true) || (web === true) || (nz === true) || (india === true ) || (moe === true)) || (dnshook === True) {
|
||||
window.location.replace("https://theannoyingsite.com");
|
||||
}
|
||||
|
|
|
@ -103,10 +103,8 @@
|
|||
<hr>
|
||||
<div class="box">
|
||||
<p><a href="./poetry/">Poetry</a></p>
|
||||
<p>Book recs by women about: <a href="./recs/writing.html">writing</a> | <a href="./recs/evil_social_media.html">the evils of social media</a></p>
|
||||
<p>Book recs by women about: <a href="./recs/writing.html">writing</a> | <a href="./recs/evil_social_media.html">the evils of social media</a> | <a href="./recs/consumerism.html">anticonsumption/anticonsumerism</a></p>
|
||||
<p><a href="./women.md">The big list of women who did things</a></p>
|
||||
<p><a href="./2024_books.html">Vane reads one book by women every week of 2024</a></p>
|
||||
<p><a href="./2024_music.html">Vane listens to one music album by women every week of 2024</a></p>
|
||||
<p><a href="./identity/index.html">Identity & Contact</a></p>
|
||||
<p><a href="./public.gpg">My GPG key</a></p>
|
||||
<p><a href="https://letsdecentralize.org">Let's Decentralize</a></p>
|
||||
|
|
|
@ -1,15 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Books about (anti)consumerism</title>
|
||||
<meta charset="UTF-8">
|
||||
<title>At least ten books by women about (anti)consumerism</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>Books about (anti)consumerism</h1>
|
||||
<h1>At least ten books by women about (anti)consumerism</h1>
|
||||
<table class="f">
|
||||
<tr class="info">
|
||||
<td>Born to Buy</td>
|
||||
<td>Juliet B. Schor</td>
|
||||
<td><a href="https://libgen.is/book/index.php?md5=CA2DBE425576ED06B097FD6CADD752EF">Born to Buy</a></td>
|
||||
<td><a href="http://127.0.0.1:8888/CHK@76IwQkYxrPQJe-AX9hmLv7gNqO46~Mw1AsoqJsq49bo,lq4E6NImojrgKfk8hiEtRg0Ol1Yrh2CG3cmxkrshy1c,AAMC--8/Born%20to%20Buy_%20The%20Commercialized%20Child%20and%20-%20Juliet%20B.%20Schor.epub">Juliet B. Schor</a></td>
|
||||
<td>Academic</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -94,6 +97,28 @@
|
|||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<table class="f">
|
||||
<tr class="info">
|
||||
<td>The Overspent American</td>
|
||||
<td>Juliet B. Schor</td>
|
||||
<td>Academic</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="snippet">As a result of low household savings, a substantial fraction of Americans live without an adequate financial cushion. In 1995 the median value of household financial assets was a mere $9,950. By 1997, well into the stock market boom, nearly 40 percent of all baby boomers had less than $10,000 saved for retirement. Indeed, 60 percent of families have so little in the way of financial reserve that they can only sustain their lifestyles for about a month if they lose their jobs. The next richest 20 percent can only hold out for three and a half months.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<table class="f">
|
||||
<tr class="info">
|
||||
<td>The Art of Frugal Hedonism</td>
|
||||
<td>Annie Raser-Rowland</td>
|
||||
<td>Casual</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="snippet">...if it is cheap to buy, but at the expense of someone or something else, it's Fake Frugal, and it's just not fair. Factory-farmed eggs, endless brand new clothes made by tired women in far away countries, 'value packs' of disposable razors that end up as bobbing carpets in the North Atlantic. You get the gist.<br>Buying cheap disposable, or crummy quality things that quickly need replacing, is not only Fake Frugal because it leads to you spending more money later on, but because it leads to us all living in a very non-hedonism-compatible rubbish dump.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<p><a class="button" href="#moids">> Show books by men too?</a></p>
|
||||
<div id="moids">
|
||||
<p><a class="button" href="#">> Aahh! Never mind!</a></p>
|
||||
|
|
|
@ -154,7 +154,7 @@
|
|||
<br>
|
||||
<table class="f">
|
||||
<tr class="info">
|
||||
<td>How to Suppress Women's Writing</td>
|
||||
<td><a href="https://libgen.is/book/index.php?md5=5960F373C4AB491FC752D0C8B4A6CA15">How to Suppress Women's Writing</a></td>
|
||||
<td><a href="http://127.0.0.1:8888/CHK@PWMTYwKE8bcmtCikF6-o8-ljZBjkYB~AcbbD0P1Ahx0,BIwXQ9P2gY90OqNieaY3-krQXz1yczHLpGq1L3Xp--M,AAMC--8/How%20to%20Suppress%20Women%27s%20Writing%20-%20Joanna%20Russ.pdf">Joanna Russ</a></td>
|
||||
<td>Academic</td>
|
||||
</tr>
|
||||
|
@ -198,7 +198,7 @@
|
|||
<br>
|
||||
<table class="f">
|
||||
<tr class="info">
|
||||
<td>Proofs & Theories</td>
|
||||
<td><a href="https://libgen.is/book/index.php?md5=62380DFA2BE888C233D4D7595540A3EC">Proofs & Theories</a></td>
|
||||
<td><a href="http://127.0.0.1:8888/freenet:CHK@MtD~HM3eURf78t74qFPB8HKYIy5awYEQR8RDf6tAls8,JiiMLD-P8dNIjo7wmt7Z8E3JGaJRoxn2jCdV0SqaeY4,AAMC--8/Proofs%20%26%20Theories_%20Essays%20on%20Poetry%20-%20Louise%20Gluck.epub">Louise Gluck</a></td>
|
||||
<td>Academic</td>
|
||||
</tr>
|
||||
|
@ -220,8 +220,8 @@
|
|||
<br>
|
||||
<table class="f">
|
||||
<tr class="info">
|
||||
<td>Poetry and Commitment</td>
|
||||
<td>Adrienne Rich</td>
|
||||
<td><a href="https://libgen.is/book/index.php?md5=CB0CA51471C64F8D412FABBF46AB9141">Poetry and Commitment</a></td>
|
||||
<td><a href="http://127.0.0.1:8888/CHK@TfuuRVJTCdMnWzGNiOEfhC7qF1xbjrtgjLQ8545GUvw,thLgYiwZhjktoJ65DrUKs6YrlwTLDi0LQNdKdZS948Y,AAMC--8/Poetry%20and%20Commitment%20-%20Adrienne%20Rich.epub">Adrienne Rich</a></td>
|
||||
<td>Academic</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -289,7 +289,7 @@
|
|||
<br>
|
||||
<table class="m">
|
||||
<tr class="info">
|
||||
<td>Views From The Loft</td>
|
||||
<td><a href="https://libgen.is/book/index.php?md5=D1951AB57E588972F30C9C1AEFA103B1">Views From The Loft</a></td>
|
||||
<td><a href="http://127.0.0.1:8888/CHK@NyoizJA0sFPYOcSkS-kEG5inFZJurj8DNuvbRcAGfg4,gtB1FV9chshSvoie-3SEOcaZW~-SoGBt66jrw7iPzvg,AAMC--8/Views%20From%20the%20Loft_%20A%20Portable%20Writer%27s%20W%20-%20Daniel%20Slager.epub">Daniel Slager</a></td>
|
||||
<td>Casual</td>
|
||||
</tr>
|
||||
|
@ -300,7 +300,7 @@
|
|||
<br>
|
||||
<table class="m">
|
||||
<tr class="info">
|
||||
<td>The Point of Poetry</td>
|
||||
<td><a href="https://libgen.is/book/index.php?md5=71822A444D5DDD2CB7F959DF79096BA2">The Point of Poetry</a></td>
|
||||
<td><a href="http://127.0.0.1:8888/CHK@cXWAj-YGLwjVhQc97QbyLJDM6WEtz0nNl1LUvsmKDew,6KhB6hIAcTGeZ-F27xeagoHgXQR61p7G4YTfw1SkpXQ,AAMC--8/The%20Point%20of%20Poetry%20-%20Joe%20Nutt.epub">Joe Nutt</a></td>
|
||||
<td>Casual</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue