Viewing profile — tastive
tastive
HN member- Joined
- Thu, Mar 22, 2012, 2:14 PM UTC
- HN karma
- 17
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About tastive
Recent public activity
-
story
I quit my job for an Oculus Rift. Here's our start.
Hey, HN! I quit my job in cybersecurity to start making games. After my learning-experience-game SPACIOUS (http://www.desura.com/games/publish/spacious) was released in January, I …
-
comment
Comment #4423812
I hope this is followed by similar studies for teleworkers in different professions. This specific study isn't generalize-able; it focuses on teleworkers where work units come dire…
-
comment
Comment #4291895
Assuming one of the creators reads this: "A clean and Actionsteps." I would like better attachment management than I've got now, so I'll probably take a peek. Thanks.
-
comment
Comment #4219289
Thanks for the great product, guys. I use Trello to keep track of my work tasks, personal tasks, and game dev tasks. It's heavenly.
-
comment
Comment #4085887
Something funky happens with the font weight as I turn pages in Chrome. I'm unsure why I would want this service - perhaps I am not part of the target demo.
-
comment
Comment #4069739
tl;dr -- everything changes on Inferno, so scroll down and read only that part if you're in a tl;dr sort of mood. I apologize for any typos/grammatical mistakes; I should probably …
-
comment
Comment #3739759
The perl here will give me nightmares. %matrix = ( key => val, k2 => v2 ); is your friend :( yes, i scare easily.
-
comment
Comment #3739748
Perl modules must return a true value (>0). 1; at the end is the easiest way, but if the last statement in the module always evaluates to true, you're similarly okay. Yeah, it's we…