From f00efa8760bfbad738030612fdb11ff731149c77 Mon Sep 17 00:00:00 2001 From: Ashelyn Dawn Date: Sat, 30 Jul 2022 00:51:51 -0600 Subject: [PATCH] VRChat security update post --- about.html | 1 + changelog.html | 18 +++- index.html | 1 + .../07_29_2022-on-communities-and-trust.html | 92 +++++++++++++++++++ posts/index.html | 24 +++++ resources/style.css | 8 ++ 6 files changed, 143 insertions(+), 1 deletion(-) create mode 100644 posts/07_29_2022-on-communities-and-trust.html create mode 100644 posts/index.html diff --git a/about.html b/about.html index 9d4e607..8162202 100644 --- a/about.html +++ b/about.html @@ -10,6 +10,7 @@ Home About Changelog + Posts

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 @@ Home About Changelog + Posts

Changelog @@ -17,7 +18,14 @@

Making notes about changes to the site as I go along -

+

+ + +

+ Because the posts section is chronological, this + will not include entries for those here. This page is just for organizational + or other changes. +

If you'd like a more detailed list of changes (including code diffs), @@ -28,6 +36,14 @@


+

July 29th, 2022

+ +

+ Added posts section and first post +

+ +
+

June 7th, 2022

diff --git a/index.html b/index.html index a0af958..7955534 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,7 @@ Home About Changelog + Posts

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 @@ + + + + On Communities and Trust + + + + + +

+ On Communities and Trust + Some thoughts on the VRChat security update +

+ +

+ 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. +

+ +

+ 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. +

+ +

+ 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. +

+ +

+ 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 they had + no interest in adding these features until they faced public backlash. +

+ +

+ 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. +

+ +

+ 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 against the angry backlash of your community + makes the cut? +

+ +

+ 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. +

+ +

+ 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. +

+ +

+ 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. +

+ + 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 @@ + + + + Posts + + + + + +

+ Posts +

+ +

2022

+ + + 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; }