Viewing profile — marrone
marrone
HN member- Joined
- Thu, Jul 05, 2007, 1:30 AM UTC
- HN karma
- 529
- Public activity
- 127 items
- HN profile
- View on Hacker News ↗
About marrone
No profile information was provided.
Recent public activity
-
story
Show HN: I made Scrabble with modified rules
Crapple is my take on "improved" Scrabble rules... obviously that is subjective, I'm not even sure I agree with it. You and your opponent share a rack of letters, and vowels are on…
-
comment
Comment #22282726
I've been putting out Game Dev Digest weekly, if you are interested in keeping up with Unity game dev related stuff. https://gamedevdigest.com
- story
-
comment
Comment #228790
goddamn, this is great. Why have I never heard of this before
- story
-
comment
Comment #216882
I didnt look to closely, but it looks like you are creating a closure around the comments var for your event listener function. The problem is that you are doing this within a loop…
- story
-
comment
Comment #197321
This is what I have set up. A Git repository on the server. I push all my code to the repo via ssh. On the server there are Dev, Staging, and Production environments. Dev and Stagi…
-
comment
Comment #187188
yes, awesome book
-
comment
Comment #180925
I am currently just waiting for Safari's Web Inspector tool to reach par with Firebug before I switch to it over Firefox permanently
-
comment
Comment #179651
probably the same motivation that makes people jump out of planes
- story
-
comment
Comment #177464
Steve Souders is the man who was the head of Yahoo's Exceptional Performance Team, which gave us these rules for speeding up your website: http://developer.yahoo.com/performance/ a…
- story
- story
- story
- story
- story
-
comment
Comment #156793
Hey iamelgringo, if you are still using the extension I would suggest re-installing once more. I made some fixes and added a few other things, as well as integrating the Firefox up…
- story
-
comment
Comment #155576
yeah, I thought it was a cool to find a football player on that list, and a Steeler as well
-
comment
Comment #155575
For finding those kinds of mistakes use jslint ( http://jslint.com ), though it doesnt catch calling a function with the wrong number of arguments (which may be what you intended a…
-
comment
Comment #155574
I use VIM too. What exactly do you find is a pain?
-
comment
Comment #155234
here is another related link: Web 2.0 And Why You Shouldn't Fake Reviews http://www.anyarticle.net/Article/Web-2-0-And-Why-You-Should...
-
comment
Comment #155181
I built a HackerNews firefox extension a few days ago to monitor new comments directed towards you or your submissions which you could port pretty easily to your site if you were i…