Live data from Hacker News

Viewing profile — marrone

marrone

HN member
Joined
Thu, Jul 05, 2007, 1:30 AM UTC
HN karma
529
Public activity
127 items

About marrone

No profile information was provided.

Recent public activity

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

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

  3. story
  4. comment
    Comment #228790

    goddamn, this is great. Why have I never heard of this before

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

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

  9. comment
    Comment #187188

    yes, awesome book

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

  11. comment
    Comment #179651

    probably the same motivation that makes people jump out of planes

  12. story
  13. 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…

  14. story
  15. story
  16. story
  17. story
  18. story
  19. 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…

  20. story
  21. comment
    Comment #155576

    yeah, I thought it was a cool to find a football player on that list, and a Steeler as well

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

  23. comment
    Comment #155574

    I use VIM too. What exactly do you find is a pain?

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

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