Skip to content

Instantly share code, notes, and snippets.

View torbjo's full-sized avatar

Torkel Bjørnson-Langen torbjo

View GitHub Profile
@kolber
kolber / pandoras_vox.mdown
Created March 20, 2012 05:23
pandora’s vox: on community in cyberspace

pandora’s vox: on community in cyberspace

by humdog (1994)

when i went into cyberspace i went into it thinking that it was a place like any other place and that it would be a human interaction like any other human interaction. i was wrong when i thought that. it was a terrible mistake.

the very first understanding that i had that it was not a place like any place and that the interaction would be different was when people began to talk to me as though i were a man. when they wrote about me in the third person, they would say “he.” it interested me to have people think i was “he” instead of “she” and so at first i did not say anything. i grinned and let them think i was “he.” this went on for a little while and it was fun but after a while i was uncomfortable. finally i said unto them that i, humdog, was a woman and not a man. this surprised them. at that moment i realized that the dissolution of gender-category was something that was happening everywhere, and perhaps it was only just very obvious on the ne

#version 330 core
layout(location = 0) out vec4 fcolor;
void main(void) {
const vec4 color1 = vec4(0.0, 0.6, 0.0, 1.0);
const vec4 color2 = vec4(0.9, 0.7, 1.0, 0.0);
if (gl_PointCoord == vec2(1.0)) {
fcolor = vec4(1.0f, 0.0f, 0.0f, 1.0f);