The arguments laid out on the linked page are orthogonal to any questions of value or goodness.
The page’s arguments conclude that “life is trying to occupy all space, and to become master of the universe.” However, nothing is said as to what “life” will do with its mastery, and thus these arguments are unrelated to the question of why the future might be good, except insofar as most people would rank futures in which life is wiped out as not good.
I believe that it is fairly trivial to show that while evolution is in fact an optimization process, it is not optimizing for goodness. It is a pretty big jump from “evolution has an arrow” to ”...and it points where we want it to”. In fact, I believe that there is significant evidence that it does not point where we want. As evidence, I point to basically every group selection experiment ever.
I would also disagree that it is “already quite good”. While it is certainly not the worst that could be conceived of, there is significant room for improvement. However, the current standing of the universe is less relevant to the article (which I enjoyed, by the way) than that there is room for improvement according to the values that we as people have, which is obvious enough to me as to need no defense.
I also object to the use of the word benign in the comment, as it appears to be there simply to sneak in connotations. On the linked page, the word is used as a synonym for “capable of bearing life”, which can be applied to our universe without much controversy. However, when used in a sentence with the words “progressive” and “goodness”, it seems that “capable of bearing life” is not the intended definition, and even if it is, it is predictably not the one that a reader will immediately reach for.
I actually started thinking about how to create something that would work for this as soon as I started reading the comments about the Pomodoro feature. I’m not sure if I’d be the best person to actually make something like this, but I’ll share the design requirements that I’ve come up with so far.
The framework that I’m basing this off of is something like TeamSpeak or Mumble, where there are a hierarchical tree of rooms with people in them. There should probably be an accessible tree view that shows all rooms along with all current occupants.
Inside of each room, each person should be able to choose whether to broadcast video or not. There will probably be a ~10 person cap on how many can broadcast inside of a single room, but there should be a much higher cap on how many can watch. There should also be text and possibly voice only chat features.
Each room should have an optionally enabled feature set, currently only including the ability to set up synced pomodoros. This feature should probably change the look of the room while it is in the 25 minutes, and then change it to “break room” look while in the 5 minutes. There could be a toggle to optionally mute everyone during the working time.
Rooms should preferably be dynamically allocate-able. At the very least, it should not be nightmarish to add new rooms.
The login/user management should not be nightmarish. Possibly password protected access, and disseminate the password as widely as possible here on LW?
The whole thing should be web based, with no client side software.
Does anyone else have any design requirements that they would like to add?
edit: further googling has uncovered OpenMeetings, which might be just the things needed to build this out.