Live data from Hacker News

Viewing profile — madlee

madlee

HN member
Joined
Tue, Mar 26, 2013, 11:49 PM UTC
HN karma
23
Public activity
9 items

About madlee

i make things, usually with javascript but also sometimes not with javascript. http://madleedesign.com

Recent public activity

  1. comment
    Comment #14110953

    Hi, I wrote the majority of that part of the project (canvas stuff) & that section of the article – the simple answer is that I have a lot of experience working with the canvas API…

  2. comment
    Comment #8394938

    FWIW, there _is_ a proper styleguide now, it just hasn't been retroactively applied to older js. https://github.com/reddit/styleguide/tree/master/javascript

  3. comment
    Comment #7242569

    I use bittorrent sync to keep sublime text synced across my machines, works amazingly well.

  4. comment
    Comment #7211401

    I can definitely see myself using this. I generally have one terminal tab open just for git anyways, so this would fold into my workflow nicely.

  5. comment
    Comment #6386987

    i've seen this problem several times, and I still think its a case of the statistics not representing the reality. For example, if you consider the case where you have originally c…

  6. comment
    Comment #5898729

    Javascript, hands down. You'll have a harder time going from CS -> JS than you will from JS -> CS, and knowing only CoffeeScript really narrows what you can do

  7. comment
    Comment #5754993

    nice game. got up to 833 before I realized i'd been playing it way too long :)

  8. comment
    Comment #5681273

    I think the 10,000 hour rules is a good rule of thumb, but it of course also depends on the kind of programming you are doing during that time. But assuming you are doing a variety…

  9. comment
    Comment #5636051

    Some general tips for improving workflow: - within a specific file/project, try to recognize places where you are retyping the same (or very similar) code blocks repeatedly. try to…