Hario's comments

Hario | 12 years ago | on: “Weird Paranoia” at Valve, Says Former Employee

The canonical text on the subject is "The Tyranny of Structurelessness" by Jo Freeman.

Freeman was a member of the 70's feminist movement, and wrote this essay to critique how 'flatness' played out - and suggest alternatives.

The big, tl;dr idea could be boiled down to this: Flat organizations substitute unelected, informal leaders for visible, accountable ones.

Essay: http://www.jofreeman.com/joreen/tyranny.htm Wikipedia: http://en.wikipedia.org/wiki/The_Tyranny_of_Structurelessnes...

Hario | 12 years ago | on: Restore the Fourth

Also quick note to point out that Sinak has been doing stellar work as a designer, backend engineer, and leader throughout this.

Props to you for gathering us together, Sina.

Hario | 12 years ago | on: A Dark Room - minimalist text-based game

Here's a way to check traps, gather wood, and stoke the fire separately:

var stoke = function(){if(!$('#stokeButton').hasClass('disabled')){$('#stokeButton').trigger('click')}}

var check = function(){if(!$("#trapsButton").hasClass('disabled')){$("#trapsButton").trigger('click')}}

var gather = function(){if(!$("#gatherButton").hasClass('disabled')){$("#gatherButton").trigger('click')}}

g = setInterval(gather, 1000) c = setInterval(check, 1000) s = setInterval(stoke, 60000)

Hario | 13 years ago | on: How not using Internet Explorer put me out of touch and cost me dearly

I'm no expert on these sorts of things, but it seems like the story goes something like this:

1. Dev checks out his site using IE

2. Dev realizes that IE users were getting scary warnings about his software

3. Dev has to pay up money to a third company to make the scary warnings go away.

Seems like a bad state of affairs to me.

page 2