summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--about.html1
-rw-r--r--changelog.html18
-rw-r--r--index.html1
-rw-r--r--posts/07_29_2022-on-communities-and-trust.html92
-rw-r--r--posts/index.html24
-rw-r--r--resources/style.css8
6 files changed, 143 insertions, 1 deletions
diff --git a/about.html b/about.html
index 9d4e607..8162202 100644
--- a/about.html
+++ b/about.html
@@ -10,6 +10,7 @@
       <a href="/">Home</a>
       <a href="/about.html">About</a>
       <a href="/changelog.html">Changelog</a>
+      <a href="/posts/">Posts</a>
     </nav>
     <h1>
       Who are you?
diff --git a/changelog.html b/changelog.html
index 3247c8e..2095d1f 100644
--- a/changelog.html
+++ b/changelog.html
@@ -10,6 +10,7 @@
       <a href="/">Home</a>
       <a href="/about.html">About</a>
       <a href="/changelog.html">Changelog</a>
+      <a href="/posts/">Posts</a>
     </nav>
     <h1>
       Changelog
@@ -17,7 +18,14 @@
 
     <p>
       Making notes about changes to the site as I go along
-    </p> 
+    </p>
+
+
+    <p>
+      Because the <a href="/posts/">posts</a> section is chronological, this
+      will not include entries for those here.  This page is just for organizational
+      or other changes.
+    </p>
 
     <p>
       If you'd like a more detailed list of changes (including code diffs),
@@ -28,6 +36,14 @@
 
     <hr/>
     
+    <h3>July 29th, 2022</h3>
+
+    <p>
+      Added posts section and first post
+    </p>
+
+    <hr/>
+    
     <h3>June 7th, 2022</h3>
 
     <p>
diff --git a/index.html b/index.html
index a0af958..7955534 100644
--- a/index.html
+++ b/index.html
@@ -10,6 +10,7 @@
       <a href="/">Home</a>
       <a href="/about.html">About</a>
       <a href="/changelog.html">Changelog</a>
+      <a href="/posts/">Posts</a>
     </nav>
     <h1>
       Hi, I'm Ashe
diff --git a/posts/07_29_2022-on-communities-and-trust.html b/posts/07_29_2022-on-communities-and-trust.html
new file mode 100644
index 0000000..4308af7
--- /dev/null
+++ b/posts/07_29_2022-on-communities-and-trust.html
@@ -0,0 +1,92 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>On Communities and Trust</title>
+    <link rel="stylesheet" href="/resources/style.css"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+  </head>
+  <body>
+    <nav>
+      <a href="/">Home</a>
+      <a href="/about.html">About</a>
+      <a href="/changelog.html">Changelog</a>
+      <a href="/posts/">Posts</a>
+    </nav>
+    <h1>
+      On Communities and Trust
+      <span class="subtitle">Some thoughts on the VRChat security update</span>
+    </h1>
+
+    <p>
+      So we've had the VRChat Security Update for a few days now, and while I'm
+      not the most prolific VR community member, I have heard a fair bit of
+      discourse about the update.  This update has been a polarizing one to say
+      the least, with users excited for the new features that were and will soon
+      be added, others decrying the performance issues they have now from Easy
+      Anti-Cheat, and still others still unable to play due to missing
+      accessibility features they previously would have gotten via mods.
+    </p>
+
+    <p>
+      Overall, my personal concerns about update itself have been resolved.
+      Although I used to run into issues with EAC crashing when hardware
+      virtualization was enabled, that seem to no longer be the case, and I
+      personally haven't even seen a performance hit.  I was not
+      using any mod features, and the changes in the most recent beta
+      certainly a welcome addition to my experience.
+    </p>
+
+    <p>
+      However, I do still have some broader community concerns about how the
+      update was announced and rolled out, as well as how the VRChat team seems
+      to be handling this whole scenario as if they're only playing public
+      opinion damage control.
+    </p>
+
+    <p>
+      Regardless of their official policy or any amount of discouragement
+      towards mods for VRChat, the fact of the matter is that a large portion
+      of their community relied on mods to add accessibility, performance, or
+      comfort features to the game.  While I have to acknowledge that the VRC
+      team has added some of these features back into the game since blocking
+      mods, the fact that they needed to reprioritize these features (as they
+      have been pretty clear about in their updates) shows us that <b>they had
+      no interest in adding these features until they faced public backlash.</b>
+    </p>
+
+    <p>
+      You might think that a reasonable development team (if they wanted to
+      reduce the use of mods for their game) might look at the sizable portion
+      of their community using mods for this sort of enhancement,
+      and come to the conclusion "clearly there is need for these features,
+      let's reduce the need for mods by implementing those features".  But instead the
+      VRChat team decided to actively make their game worse for those people instead.
+    </p>
+
+    <p>
+      Listen, VRChat team - what sort of conclusions am I supposed to draw about
+      your priorities here?!?  Improving the game experience for your most
+      vulnerable players doesn't make the roadmap, but pushing an ineffective
+      solution to a problem <b>against the angry backlash of your community</b>
+      makes the cut?
+    </p>
+
+    <p>
+      So yeah . . . I guess in one sense, the game is fine.  It's getting new features, more are
+      on the horizon, the community feels like they've been listened to.
+    </p>
+
+    <p>
+      But in another sense, the security update has made it incredibly clear
+      that the VRChat team either does not care, or did not think to consider
+      how their priorities would affect large portions of their community.
+    </p>
+
+    <p>
+      In that regard, I feel that even more than the actual removal of features
+      they have violated our trust - and unless this newfound responsiveness to
+      the needs of their players sticks around longer than it takes to clean up
+      their PR mess, I personally am hesitant to forgive them.
+    </p>
+  </body>
+</html>
diff --git a/posts/index.html b/posts/index.html
new file mode 100644
index 0000000..76a11bf
--- /dev/null
+++ b/posts/index.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>Posts</title>
+    <link rel="stylesheet" href="/resources/style.css"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+  </head>
+  <body>
+    <nav>
+      <a href="/">Home</a>
+      <a href="/about.html">About</a>
+      <a href="/changelog.html">Changelog</a>
+      <a href="/posts/">Posts</a>
+    </nav>
+    <h1>
+      Posts
+    </h1>
+
+    <h2>2022</h2>
+    <ul>
+      <li>July 29: <a href="/posts/07_29_2022-on-communities-and-trust.html">On Communities and Trust</a></li>
+    </ul>
+  </body>
+</html>
diff --git a/resources/style.css b/resources/style.css
index 48e87eb..f1cc420 100644
--- a/resources/style.css
+++ b/resources/style.css
@@ -45,6 +45,14 @@ h1 > aside {
   margin-left: 8px;
 }
 
+h1 > .subtitle {
+  display: block;
+  font-size: 20px;
+  opacity: .8;
+  font-weight: normal;
+  font-style: italic;
+}
+
 ul > li:not(:last-child) {
   margin-bottom: 8px;
 }