Live data from Hacker News

Viewing profile — tastive

tastive

HN member
Joined
Thu, Mar 22, 2012, 2:14 PM UTC
HN karma
17
Public activity
8 items

About tastive

engineer and budding game dev. luminacelare.com

Recent public activity

  1. 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 …

  2. 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…

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

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

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

  6. 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 …

  7. comment
    Comment #3739759

    The perl here will give me nightmares. %matrix = ( key => val, k2 => v2 ); is your friend :( yes, i scare easily.

  8. 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…