fuck it, drop 100 megabytes into the repo. Also new post

This commit is contained in:
Cetra Avaroe 2024-01-30 07:55:30 -06:00
parent 9aa51cfcd4
commit b83a3c8fb0
No known key found for this signature in database
GPG Key ID: 21A3DA3DE29CB63C
24 changed files with 204 additions and 23 deletions

View File

@ -31,19 +31,49 @@
<h1>Vane reads one book by women every week of 2024</h1>
<table>
<thead>
<th>Date finished reading</th>
<th>Week finished reading</th>
<th>Book Title</th>
<th>Author</th>
<th>Comments / notes</th>
</thead>
<tbody>
<tr>
<td>2024-01-01</td>
<td>2024-W1</td>
<td>The Raven Boys</td>
<td>Maggie Stiefvater</td>
<td>Despite the insufferability of the average rich kid psyche, this book was actually a quite enjoyable romp through the Virginia countryside. Four boys, one of which is dead and pretending otherwise, and a kinda-not-really psychic girl try to wake up a ley line in search of a dead king and end up getting their Latin teacher trampled to death. Good times.</td>
</tr>
<tr>
<td>2024-W1</td>
<td>City of the Dead</td>
<td><small>James Patterson and</small> Mindy McGinnis</td>
<td>It still counts if it was co-written by a woman, right?... This moid needs to retire. I feel bad for the trees that died to produce this pigslop. Beating the corpse of a series I loved when I was a teenager (that's over a decade ago) - this is <i>Star Wars</i>-tier series sprawl. As Filthy Frank would say, "it's time to stop."</td>
</tr>
<tr>
<td>2024-W2</td>
<td>The Dream Thieves</td>
<td>Maggie Stiefvater</td>
<td>One hundred white Mitsubishis in an empty field.</td>
</tr>
<tr>
<td>2024-W3</td>
<td>Strange the Dreamer <small>and its sequel</small> Muse of Nightmares</td>
<td>Laini Taylor</td>
<td>Not to go all Bigolas Dickolas on you, but you <em>need</em> to read this book. Don't look at any summaries or reviews or even the cover art for the paperback version (if that's what you get stuck with) - just jump in.</td>
</tr>
<tr>
<td>2024-W3</td>
<td>On the Clock: What Low-Wage Work Did to Me and How It Drives America Insane</td>
<td>Emily Guendelsberger</td>
<td></td>
</tr>
<tr>
<td>2024-W4</td>
<td>Fourth Wing</td>
<td>Rebecca Yarros</td>
<td></td>
</tr>
</tbody>
</table>
</body>
</html>
</html>

67
2024_music.html Executable file
View File

@ -0,0 +1,67 @@
<html>
<head>
<title>Vane listens to one music album by women every week of 2024 - MayVaneDay Studios</title>
<style>
body {
margin: auto;
margin-top: 14px;
font-family: monospace !important;
background-color: #cc99ff;
max-width: 1000px;
}
table {
width: auto;
margin-left: auto;
margin-right: auto;
}
table, td {
border: 1px solid;
max-width: 800px;
}
h1 {
text-align: center;
padding: 4px;
}
table, h1 {
background-color: #99ccff;
}
</style>
</head>
<body>
<h1>Vane listens to one music album by women every week of 2024</h1>
<table>
<thead>
<th>Week</th>
<th>Album Name</th>
<th>Album Artist</th>
<th>Comments / notes</th>
</thead>
<tbody>
<tr>
<td>2024-W1</td>
<td>Your Little Secret</td>
<td>Melissa Etheridge</td>
<td>Nice voice, but I'm not sure folk is my thing.<br>Favorite track: <b>Nowhere To Go</b></td>
</tr>
<tr>
<td>2024-W2</td>
<td>Big Time</td>
<td>Angel Olsen</td>
<td>Is "farmhouse muzak" a thing?<br>Favorite track: <b>Dream Thing</b></td>
</tr>
<tr>
<td>2023-W3</td>
<td>Eternal Blue</td>
<td>Spiritbox</td>
<td></td>
</tr>
<tr>
<td>2024-W4</td>
<td>la luna</td>
<td>Always Already</td>
<td></td>
</tr>
</tbody>
</table>
</body>
</html>

View File

@ -43,7 +43,7 @@
<p>One of the top posts in the subreddit is <a href="https://web.archive.org/web/20220706193750/https://www.reddit.com/r/siacoin/comments/6ygt94/sia_usb_drive_with_unlimited_space/">a "meme" about a USB stick that uses Siacoin for umlimited storage</a>. The "meme" (in quotes because the only humor value is in how half-baked the ideas within are) claims it would require "no installing" and "no need to understand crypto". Only about one or two commenters stopped sucking the OP off for long enough to realize that such a device would require a persistent Internet connection and enough crypto knowledge to get a Sia wallet set up to actually buy whatever storage space ends up getting used and also for drivers to be preinstalled on every operating system in existence in order to require no installation of additional software and to appear just like any other flash drive.</p>
<p>The rest of the subreddit is just the standard crypto whining about Binance/Coinbase trading and praising the main devs for the "new Internet" they have supposedly created.</p>
<p>So what if I want to actually <em>access</em> and <em>host</em> content on Skynet? You know, the reason we're here?</p>
<p>With IPFS, I just have a node on my computer running on localhost port 8082 (yours may differ) that exposes a web UI I can use to view and download content. My website is set up to use DNSLink, so you can just throw the <a href="https://ipfs.letsdecentralize.org/ipns/mayvaneday.org">regular domain into any IPFS portal</a>, whether local or hosted by someone else. For people without domains, they can still use IPNS (which allows for updating content at the same hash), just by distributing the hash itself instead of linking it to a domain name. All of this can be done from a computer I already own that is powerful enough to run an IPFS node, which I've been able to successfully do from a toaster with 2 GB of RAM and a 100 GB hard drive shared among the whole operating system, <em>far</em> lower than <a href="https://web.archive.org/web/20220706201617/https://portal-docs.skynetlabs.com/prerequisites/hosting-provider">the requirements for a Skynet portal</a>.</p>
<p>With IPFS, I just have a node on my computer running on localhost port 8082 (yours may differ) that exposes a web UI I can use to view and download content. My website is set up to use DNSLink, so you can just throw the <a href="https://ipfs.io/ipns/mayvaneday.org">regular domain into any IPFS portal</a>, whether local or hosted by someone else. For people without domains, they can still use IPNS (which allows for updating content at the same hash), just by distributing the hash itself instead of linking it to a domain name. All of this can be done from a computer I already own that is powerful enough to run an IPFS node, which I've been able to successfully do from a toaster with 2 GB of RAM and a 100 GB hard drive shared among the whole operating system, <em>far</em> lower than <a href="https://web.archive.org/web/20220706201617/https://portal-docs.skynetlabs.com/prerequisites/hosting-provider">the requirements for a Skynet portal</a>.</p>
<p>Skynet also has portals, which allow for free viewing of content... but unlike IPFS, where I can just run <code>ipfs add -r /path/to/content</code> and get a hash I can then throw into <code>ipfs name publish MYEXTREMELYLONGHASHHERE</code>, the design of Siacoin mandates that one pays for the storage space one uses. Prices are set by each individual portal, but portals often offer an extremely restricted free tier, which just throws those without money back into the sharecropping paradigm. And if a portal goes down, both free and paid users <a href="https://archive.ph/dR2nU#selection-663.1-663.658">lose control of all their data on said portal</a>. One could run their own portal to avoid shutdowns, but that <a href="https://archive.ph/h4xv4#selection-1439.0-1439.40">costs money beyond</a><!-- https://portal-docs.skynetlabs.com/prerequisites/requirements -->
the initial expense of the hardware and bandwidth and electricity to get a server in the first place.</p>
<p>Oopsies, looks like you need money to participate after all!</p>

View File

@ -33,8 +33,8 @@
</ol>
<div id="player-overlay">
<video preload="auto" controls="controls" width="640" height="420">
<source src="https://cdn.letsdecentralize.org/theatrhythm/repetitive.mp4" type="video/mp4" codecs="avc1.4d002a, aac" />
<source src="https://cdn.letsdecentralize.org/theatrhythm/repetitive.webm" type="video/webm" codecs="vp9.0, opus" />
<source src="../../../img/theatrhythm/repetitive.mp4" type="video/mp4" codecs="avc1.4d002a, aac" />
<source src="../../../img/theatrhythm/repetitive.webm" type="video/webm" codecs="vp9.0, opus" />
<p style="text-align: center;"><em>Either your browser doesn't support embedded videos, or you turned that feature off.</em></p>
</video>
</div>
@ -44,7 +44,7 @@
<li>"Field", which features overworld themes and music on the calmer end of the spectrum. In both versions, there is a single line that triggers travel on. In <em>CURTAIN CALL</em>, the first member of your party walks along a road, and the better you do on the stage, the faster they run. If you lose enough HP from missing triggers, that party member will stumble and fall and be replaced with the next character in your party. In <em>FINAL BAR LINE</em>, all four members of your party walk at once, and they often stop and fight a monster or two before continuing their journey. Airship themes no longer have you travel on an airship; they're just the same as every other Field-type stage now. <em>FINAL BAR LINE</em> also introduces double tap triggers where you have to hit both L and R (or ZL and ZR) at the same time; if one of these appear, the line that triggers travel on will temporarily split into two, and both taps will be judged individually. The up-and-down motion for hold triggers can be difficult for some controllers to follow, as my brother had issues with keeping his cursor on the track when we played in co-op mode.</li>
<li>"Event", which can have songs from either of the previous two categories. Event-type stages are similar to Battle-type stages, but instead of your party fighting a monster, a (muted) cutscene from the song's original game plays in the background. For the retro titles (<em>FINAL FANTASY I-VI</em> and <em>Tactics</em>) gameplay footage is used because of a lack of cutscenes, but strangely it's of the Japanese versions of those games, even though I made sure to specifically buy a USA-region cartridge. (Songs with lyrics are in English, though... And <em>CURTAIN CALL</em> had actual cutscenes for <em>Tactics</em>' Event-type stage. Why did they replace it with gameplay?) <strong>If you're photosensitive, do <em>not</em> play on Event-type stages: strobe effects, such as when characters cast spells or teleport on the overworld map, were <em>not</em> edited out and occur frequently.</strong> There are still four lines that triggers travel on, but they're rotated ninety degrees; the triggers start on the top and come down towards you, similar to <em>Guitar Hero</em>. This is much improved from <em>CURTAIN CALL</em>, where triggers just... appeared in a swirl? I could never get the timing right, but now I can.</li>
</ol>
<p><img class="big" src="../../../img/theatrhythm_event.jpg" alt="Zack dying during the Event stage for FINAL FANTASY VII"></p>
<p><img class="big" src="../../../img/theatrhythm/event.jpg" alt="Zack dying during the Event stage for FINAL FANTASY VII"></p>
<p>Speaking of timing, <em>FINAL BAR LINE</em> adds a number of quality-of-life features:</p>
<ol>
<li>Game sequels with only a few songs are now grouped together so you don't have to scroll as much: for example, <em>Advent Children</em>, <em>Crisis Core</em>, and <em>Final Order</em> are now grouped together under "FINAL FANTASY VII Series" instead of getting their own game (<a href="http://ld.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion/title/tt0385700">movie?</a>) entries.</li>
@ -53,8 +53,8 @@
</ol>
<div id="player-overlay">
<video preload="auto" controls="controls" width="640" height="420">
<source src="https://cdn.letsdecentralize.org/theatrhythm/slow.webm" type="video/webm" codecs="vp9.0, opus" />
<source src="https://cdn.letsdecentralize.org/theatrhythm/slow.mp4" type="video/mp4" codecs="avc1.4d002a, aac" />
<source src="../../../img/theatrhythm/slow.webm" type="video/webm" codecs="vp9.0, opus" />
<source src="../../../img/theatrhythm/slow.mp4" type="video/mp4" codecs="avc1.4d002a, aac" />
<p style="text-align: center;"><em>Either your browser doesn't support embedded videos, or you turned that feature off.</em></p>
</video>
</div>
@ -64,8 +64,8 @@
</ol>
<div id="player-overlay">
<video preload="auto" controls="controls" width="640" height="420">
<source src="https://cdn.letsdecentralize.org/theatrhythm/pause.webm" type="video/webm" codecs="vp9.0, opus" />
<source src="https://cdn.letsdecentralize.org/theatrhythm/pause.mp4" type="video/mp4" codecs="avc1.4d002a, aac" />
<source src="../../../img/theatrhythm/pause.webm" type="video/webm" codecs="vp9.0, opus" />
<source src="../../../img/theatrhythm/pause.mp4" type="video/mp4" codecs="avc1.4d002a, aac" />
<p style="text-align: center;"><em>Either your browser doesn't support embedded videos, or you turned that feature off.</em></p>
</video>
</div>
@ -75,23 +75,23 @@
</li>
</ol>
<p><strong>Playing online can unlock songs quicker than playing through the singleplayer mode.</strong> In <em>CURTAIN CALL</em>, if you weren't the type of person to play online, there wasn't much to do: after the tutorial, the game dumps you at the main menu, where most of the songs are already unlocked and free for you to play at your whim. There is a quest menu, but the main purpose of that is to earn "shards" that you can use to unlock characters. <em>FINAL BAR LINE</em> reverses this: you have no songs unlocked to start, and one key with which you can choose <em>one</em> of the original titles to unlock. You then have to play through one song at a time in that title's quest until you come across another treasure chest with a key in it a few songs in, at which point you can unlock another title. </p>
<p><img class="big" src="../../../img/theatrhythm_unlocks_title.jpg" alt="I hadn't unlocked FINAL FANTASY VIII at the time of taking this screenshot"></p>
<p><img class="big" src="../../../img/theatrhythm/unlocks_title.jpg" alt="I hadn't unlocked FINAL FANTASY VIII at the time of taking this screenshot"></p>
<p>But <strong>if you play in online mode, and you beat a song you haven't already unlocked, you will unlock that song even if you haven't used a key to unlock that song's original title yet.</strong> After you unlock a song, you can replay it at any time at any difficulty by going to the main menu and selecting "Music Stages". Speaking of difficulty, in addition to the existing "Basic", "Expert", and "Ultimate" levels, you can now also play select songs in "Supreme".</p>
<p>When you unlock a title, you get a few characters from that title to start, unless the title explicitly says there are no characters to unlock. Clearing a title's quest will (probably) unlock one or two additional characters, usually final bosses. As such, there are no shards to collect. Which is good, because <em>FINAL BAR LINE</em> adds a lot of new characters. Hell, you don't even need to grind ten gazillion hours to get eight black shards to unlock Sephiroth anymore: you just need to beat all fourteen of the <em>FINAL FANTASY VII</em> songs.</p>
<p>Speaking of Sephiroth... if you're like my youngest brother and your only attachment to this game is because Cloud is a playable character, then you may want to stick with <em>CURTAIN CALL</em> because <strong><em>FINAL BAR LINE</em>'s version of "One-Winged Angel" omits the whole first half of the song.</strong> Truncating songs isn't new for the THEATRHYTHM series: to give two examples, "We Have Come" is also cut in half in <em>CURTAIN CALL</em>, although the new beginning is during a quiet part of the song, and "The Extreme" skips the long piano intro. There is no reason for "One-Winged Angel" to be cut in half, and so poorly at that: it drops you directly into a dramatic part of the song. The <em>Advent Children</em> version of the song remains intact and whole, which makes the original version's truncation even more bizarre.</p>
<p>Speaking of taking creative liberties with the soundtrack, the names of a number of songs were changed as well, mostly to undo weird localizations from <em>CURTAIN CALL</em>. So don't feel bad if you have a hard time finding your favorite song before the timer runs out in online mode. Hey, at least people <em>use</em> online mode in <em>FINAL BAR LINE</em>. <em>Nobody</em> was online in <em>CURTAIN CALL</em>. My only point of reference for what the previous game's online mode would have looked like was a mockup mode, which pits you against computer players pretending to be other people online. <em>FINAL BAR LINE</em> doesn't have a mockup mode. It also doesn't have a cooldown for sending taunt messages in online lobbies, so you can just jam the arrow buttons on your controller to spam taunts and annoy the other players in your room. Or maybe they'll give up and join in. You never know!</p>
<div id="player-overlay">
<video preload="auto" controls="controls" width="640" height="420">
<source src="https://cdn.letsdecentralize.org/theatrhythm/online_spam.webm" type="video/webm" codecs="vp9.0, opus" />
<source src="https://cdn.letsdecentralize.org/theatrhythm/online_spam.mp4" type="video/mp4" codecs="avc1.4d002a, aac" />
<source src="../../../img/theatrhythm/online_spam.webm" type="video/webm" codecs="vp9.0, opus" />
<source src="../../../img/theatrhythm/online_spam.mp4" type="video/mp4" codecs="avc1.4d002a, aac" />
<p style="text-align: center;"><em>Either your browser doesn't support embedded videos, or you turned that feature off.</em></p>
</video>
</div>
<p>If you're sensitive to repetitive noises, be careful when switching between online and singleplayer mode: when online, in order to keep the flow of play moving, the game will not give out unlocked rewards for reaching certain levels of earned Rhythmia points. If you go a long period only playing online, next time you play singleplayer you'll get spammed with all the rewards you missed.</p>
<div id="player-overlay">
<video preload="auto" controls="controls" width="640" height="420">
<source src="https://cdn.letsdecentralize.org/theatrhythm/unlocks_item.webm" type="video/webm" codecs="vp9.0, opus" />
<source src="https://cdn.letsdecentralize.org/theatrhythm/unlocks_item.mp4" type="video/mp4" codecs="avc1.4d002a, aac" />
<source src="../../../img/theatrhythm/unlocks_item.webm" type="video/webm" codecs="vp9.0, opus" />
<source src="../../../img/theatrhythm/unlocks_item.mp4" type="video/mp4" codecs="avc1.4d002a, aac" />
<p style="text-align: center;"><em>Either your browser doesn't support embedded videos, or you turned that feature off.</em></p>
</video>
</div>

74
blog/2024/february/diamond.html Executable file
View File

@ -0,0 +1,74 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Adamantium Hands - Archive - MayVaneDay Studios</title>
<link href="../../../style.css" rel="stylesheet" type="text/css" media="all">
<meta name="author" content="Vane Vander">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body class="mayvaneday">
<article>
<div class="box">
<h1>Adamantium Hands</h1>
<p>published: 2024-02-01</p>
</div>
<hr>
<div class="box">
<p>A little over a year ago, I wrote a post where I collected a list of web3 social media projects and ripped into each and every one of them. I went in expecting each one to be paywalled and their users to be more concerned about exploiting each other for tokens than actually interacting as human beings, but still hopeful that maybe, <em>just maybe</em>, someone would have figured out the "host an actual website on web3" thing. None of the projects I reviewed satisfied the latter, and most of them, at least from what I could see outside the paywalls, were accurately described by the former.</p>
<p>Last week (as of writing), out of pure curiosity, I decided to check in on all the projects again to see if my concerns from last year had been alleviated:</p>
<p><strong>Metafora</strong> still resolves to a CloudFlare IP address. Users still can't post images.</p>
<p><strong>Peepeth</strong> is still full of spam and cryptobro shit. Users still can't post images. (There is an upload button, but it spins forever.)</p>
<p><strong>Share</strong> appears to no longer be a web3 project, as <a href="https://web.archive.org/web/20240108015715/https://theshr.xyz/">all the references to the Lens Protocol appear to have disappeared</a> and you can only sign in/up with an email address. The change appears to have happened <a href="https://web.archive.org/web/20230502091429/https://theshr.xyz/">sometime after May of last year</a>. The site is still effectively inaccessible to new users, as my attempts to sign up were met with an HTTP 403 Forbidden error.</p>
<p><img class="big" src="../../../img/diamond/share_error.png"></p>
<p><strong>gm.xyz</strong> doesn't exist anymore. Browsers and DNS lookups throw an NXDOMAIN error. <a href="https://web.archive.org/web/20231111033927/https://gm.xyz/">The most recent snapshot of the homepage on the Wayback Machine just shows an infinite loading page</a>, and <a href="https://web.archive.org/web/20240108014935/https://nitter.woodland.cafe/gmdotxyz/with_replies">the project's Twitter account has no indication why the project is now missing</a>.</p>
<p><strong>BEBverse</strong> now redirects to an entirely different web3 project that I have neither the time nor the interest to dig into. You'll understand once I get to the main point of this post.</p>
<p><strong>Paragraph</strong> still functions like it did a year ago, but <a href="https://web.archive.org/web/20240108024144/https://viewblock.io/arweave/tx/_FSVu5gbIzO_xZV_NTAlwU4LpE2LywsmM5-_98Jc7Ns">the Arweave transaction for the post I made <em>still</em> didn't exist nine months later</a>. And you still have to cough up $50 to use a custom domain.</p>
<p><strong>Twetch</strong> immediately threw this screen at me:</p>
<p><img class="big" src="../../../img/diamond/twetch_begging.png"></p>
<p>I don't know how being constrained by money and subscriptions is "freedom". Especially when the rest of the site is still paywalled.</p>
<p><strong>Bastyon</strong> is still full of borderline-Christofascist bullshit.</p>
<p><strong>Mirror</strong> still refuses to show you the post editor if the browser window is half of your monitor's width, but otherwise it still works.</p>
<p>Ten days after I originally checked on <strong>dArticle</strong>, they finally clarified that <a href="https://web.archive.org/web/20240108020443/https://www.darticle.io/article/darticle-is-now-powered-by-the-bnb-smart-chain">the NFTs it makes for articles are on the BNB blockchain</a>. You're still forced to use the rich-text editor, but at least it functions properly now.</p>
<p>But you can't seem to add custom tags, only the premade options set by the site admins:</p>
<div id="player-overlay">
<video preload="auto" controls="controls">
<source src="../../../img/diamond/darticle_tags.webm" type="video/webm" codecs="vp9.0, opus" />
<p style="text-align: center;"><em>Either your browser doesn't support embedded videos, or you turned that feature off.</em></p>
</video>
</div>
<p>You can mint ten article NFTs on the Polygon chain for free, but if you want more, you're forced to join their Discord to beg for them. <a href="https://web.archive.org/web/20240108021707/https://rarible.com/token/polygon/0x37B01A8567288ddbBc277Cc244795cA35b7d1dB6:133">I was successfully able to make an NFT</a>, at which point <a href="https://web.archive.org/web/20240108021659/https://opensea.io/assets/matic/0x37B01A8567288ddbBc277Cc244795cA35b7d1dB6/133">I was taken out behind the dArticle sheds by Nintendo's lawyers and summarily shot</a>.</p>
<p>You'll notice that one project is missing from this list: <strong>Diamond</strong>. That's because, when I attempted to sign up again to see if it was still paywalled, I discovered that either</p>
<ol>
<li>the site was no longer paywalled, or</li>
<li>I'd managed to glitch myself past it and get myself some <code>$DESO</code> airdropped to me with no regards to the lack of Ethereum in my MetaMask wallet.</li>
</ol>
<p>And thus I spent the next week in a haze trying to post as much as possible, convinced that I could repost enough Reddit memes to buy myself yet another e-reader. I was hopeful, as in the first few days I'd managed to accumulate a whole dollar, but after that the "diamonds" (superlikes) dried up. Much has been written about the negative effects of social media on one's brain processes, so I won't wax poetic here, but I <em>will</em> say that after only a day on Diamond living was no longer about making art; it was about "producing" "content" that could be easily monetized. I saw many posters claiming to be "artists" that were simply using AI models to pump out as many variations of the same colorful sludge as they could in order to saturate the timeline and catch as many accidental "diamond" donations as they could. To put the despair I felt more succinctly, I'll quote from the book I'm currently working on:</p>
<blockquote>
Found myself all the next week<br>
measuring all by how much I could squeeze<br>
it for a few cents<br>
in recompense.<br>
I understood why so much "content"<br>
was generated by computers, soulless:<br>
when trying to be seen in a torrent<br>
and unable to the waters drain,<br>
why not further<br>
dilute the rivers<br>
but this time bearing <em>your</em> name?<br>
</blockquote>
<p>Diamond's mobile interface also has a horrible time comprehending scrolling, as you were more likely to accidentally hit the "diamond" button or angry-react a random post than actually scroll. The "diamond" button essentially serves as a microtransaction for when you really <em>really</em> like a post, but there's no confirmation button before the money gets drained out of your wallet. There are other frontends for the DeSo blockchain, such as <a href="https://web.archive.org/web/20240114162020/https://www.gemstori.com/">Gemstori</a>, that are nicer about scrolling and thus don't have this problem. Diamond also likes to notify you about the same notifications over and over again with no obvious way to clear out ones you've already seen, and the notification screen has an exploit that spammers <em>really</em> like to use where they can tag you in a post and then quickly remove the tag; the post remains in your notification list as a post you were tagged in even though the tag is now gone, effectively forcing you to view that post every time you check your notifications.</p>
<p>Now that I've finally been able to go and properly review Diamond, I can confidently say that it's a worse Twitter (a low bar to clear, as Twitter has been a shithole for at least a decade) with a profit motive attached to it. A profit motive that undermines the whole point of a "social" network, as it leads every user to look out for only themselves and see others solely as wallets to extract money from in increasingly ludicrous rent-seeking schemes. Everything becomes about increasing the value of your "Creator Coin" so that you and your followers can profit; piss off the wrong person, and they sell their coins, tanking your Creator Coin price and making the rest of your followers feel betrayed.</p>
<p>The profit motive is poisonous to both art and to true social connection. The latter because the prospect of making money through posts entices one to spend more and more hours of their day behind a screen, churning out content instead of using the platform merely as a means of arranging interactions offline and away from the keyboard. And the former because, in a world with a collapsing economy and the majority of the resources concentrated in a minuscule global elite, the only people who will have the time and energy to make art (with the exception of those in isolated societies outside of the industrialized world altogether) are those who can make enough money off their art to survive, which means appealing to the tastes of said elite and avoiding offending them for fear of having their revenue stream taken away.</p>
<p>To quote Ursula Le Guin:</p>
<blockquote><a href="https://prorhetoric.com/the-profit-motive-vs-the-aims-of-art/">Right now, I think we need writers who know the difference between the production of a market commodity and the practice of an art. Developing written material to suit sales strategies in order to maximize corporate profit and advertising revenue is not quite the same thing as responsible book publishing or authorship.</a></blockquote>
<p>This is not the kind of life I want to live. This is not the kind of world I want to help bring into being.</p>
<p>And besides, "DESO" was already Dead End Shrine Online to me. A swirling vortex of all the ugly things about capitalism, or a metal shed in the wilderness where I can make art without distractions and give away the things I make with no thought of profit in return. Which one do you think I'd prefer?</p>
</div>
<hr>
<div class="box">
<p align=right>CC BY-NC-SA 4.0 &copy; Vane Vander</p>
</div>
</article>
</body>
</html>

0
blog/2024/january/web3-4.html Normal file → Executable file
View File

BIN
img/diamond/darticle_tags.webm Executable file

Binary file not shown.

BIN
img/diamond/share_error.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
img/diamond/twetch_begging.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

Before

Width:  |  Height:  |  Size: 184 KiB

After

Width:  |  Height:  |  Size: 184 KiB

BIN
img/theatrhythm/online_spam.mp4 Executable file

Binary file not shown.

BIN
img/theatrhythm/online_spam.webm Executable file

Binary file not shown.

BIN
img/theatrhythm/pause.mp4 Executable file

Binary file not shown.

BIN
img/theatrhythm/pause.webm Executable file

Binary file not shown.

BIN
img/theatrhythm/repetitive.mp4 Executable file

Binary file not shown.

BIN
img/theatrhythm/repetitive.webm Executable file

Binary file not shown.

BIN
img/theatrhythm/slow.mp4 Executable file

Binary file not shown.

BIN
img/theatrhythm/slow.webm Executable file

Binary file not shown.

BIN
img/theatrhythm/unlocks_item.mp4 Executable file

Binary file not shown.

BIN
img/theatrhythm/unlocks_item.webm Executable file

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 246 KiB

After

Width:  |  Height:  |  Size: 246 KiB

View File

@ -54,7 +54,7 @@
<div class="box">
<h3>Announcement Box</h3>
<ul>
<li>2024-01-01: I'm burnt out. My wife is as well. I'm going to publish the posts I already have drafted and then take a break from blogging for a while. Be on the lookout for a weekly music and books review section to be added to this site.</li>
<li>2024-01-23: I am going in for a surgical appointment the last day of this month. There is a nonzero chance I am going to die. We will see what happens either way.</li>
</ul>
</div>
<hr>
@ -65,6 +65,7 @@
</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 &amp; Contact</a></p>
<p><a href="./public.gpg">My GPG key</a></p>
<p><a href="https://letsdecentralize.org">Let's Decentralize</a></p>

12
push.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/bash
torsocks git push basedware
torsocks git push codeberg
torsocks git push darktea
torsocks git push disroot
torsocks git push lainla
torsocks git push notabug
torsocks git push phreedom
torsocks git push snw2
torsocks git push torgit
torsocks git push yylov

View File

@ -25,9 +25,6 @@ Disallow: /
User-agent: Twingly Recon
Disallow: /
User-agent: www.deadlinkchecker.com
Disallow: /rollcall.html
User-agent: Googlebot
Disallow: /identity/
Disallow: /webring.html
@ -36,6 +33,9 @@ Disallow: /blog/
User-agent: Googlebot-Image
Disallow: /
User-agent: Google-Extended
Disallow: /
User-agent: PageThing
Disallow: /
@ -54,9 +54,6 @@ Disallow: /
User-agent: GPTBot
Disallow: /
User-agent: Google-Extended
Disallow: /
User-agent: *
Disallow: /