Live data from Hacker News

Viewing profile — ricklancee

ricklancee

HN member
Joined
Thu, Jun 11, 2015, 2:28 PM UTC
HN karma
23
Public activity
13 items

About ricklancee

No profile information was provided.

Recent public activity

  1. comment
    Comment #10034457

    That seems like a really good idea, might try it next time

  2. comment
    Comment #10009316

    > Engineers are pressed to get it done anyway possible and as fast a possible. The ones that push back get fired or moved to another project. This. Also incompetent engineering tea…

  3. comment
    Comment #9996134

    How do you track time that you spend on the project that is not done inside the editor; for example research?

  4. comment
    Comment #9995801

    I don't see the point of this other than the "cool i spend 50% more time in [insert language here] than [insert language here]" factor. Also: http://martinfowler.com/bliki/CannotMe…

  5. comment
    Comment #9928774

    so web focused is not technical or professional?

  6. comment
    Comment #9928732

    How exactly did you test the usability? The first thing i noticed was the checkbox label "Prevent duplicate votes?" was not clickable.

  7. comment
    Comment #9922687

    When i can't sleep I usually watch or read something in bed on my tablet until i can't keep my eyes open anymore

  8. comment
    Comment #9908153

    i'd rather they implement more stuff http://caniuse.com/#compare=ie+10,ie+11,ie+Edge,firefox+39,c...

  9. comment
    Comment #9865411

    The author probaly never worked with a deadline before, where there is no time to build everything custom.

  10. comment
    Comment #9863460

    Shouldn't the undefined check be like this? if (typeof fruit === "undefined") { fruit = "strawberry"; } Unless your doing something like: (function(undefined) { })();

  11. comment
    Comment #9825076

    Nice to know someone else is waking up really early. I started setting my alarm 5 minutes back each day toward my goal of waking up at 4am. I started at 7am now I am at 4:40am and …

  12. comment
    Comment #9770795

    So is BEST just MVC but a with a different name?

  13. comment
    Comment #9699898

    The scroll performance was bothering me so much i had to add transform: translateZ(0); to the #background-canvas element of the page to stop the screen painting on every f king scr…