Viewing profile — madlee
madlee
HN member- Joined
- Tue, Mar 26, 2013, 11:49 PM UTC
- HN karma
- 23
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About madlee
Recent public activity
-
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…
-
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
-
comment
Comment #7242569
I use bittorrent sync to keep sublime text synced across my machines, works amazingly well.
-
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.
-
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…
-
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
-
comment
Comment #5754993
nice game. got up to 833 before I realized i'd been playing it way too long :)
-
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…
-
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…