Live data from Hacker News

Viewing profile — rmurphey3

rmurphey3

HN member
Joined
Sat, Jun 19, 2010, 3:35 PM UTC
HN karma
377
Public activity
48 items

About rmurphey3

No profile information was provided.

Recent public activity

  1. comment
    Comment #12207903

    Front-End Systems Engineer | Indeed.com | Austin, TX or Seattle, WA (ONSITE) Join a small, talented team that’s focused on radically changing how we approach front-­end application…

  2. comment
    Comment #4904504

    Comments like this make me so excited to write more posts. Thanks.

  3. comment
    Comment #4500647

    Thanks for the suggestion. Look for it in a future version!

  4. story
  5. story
  6. story
  7. comment
    Comment #3837470

    I won't address the rest of your comments, but please note that I said "tools like UglifyJS or Closure Compiler" -- if the RoR asset pipeline is taking care of this for you, then g…

  8. comment
    Comment #3837155

    My fear with doing that is that if the functions file is separated from the tests file, then it becomes difficult to see at a glance what the function needs to do in order to make …

  9. comment
    Comment #3837000

    I definitely want to add more tests to the set -- if you have ideas for other tests, please open an issue or a pull request on the repo!

  10. comment
    Comment #3836990

    Thanks for the great feedback -- it occurred to me that people could simply hard-code the "right" answers into their function. However, if I am using this to assess a candidate, I …

  11. comment
    Comment #3834202

    The exact set of skills that one needs in order to do one's job will of course vary from person to person. What I have tried to point out in this post is that these topics are ones…

  12. comment
    Comment #3833512

    I hope I gave due credit to the possibility that part of what's changed is me when I said in the next sentence: "Maybe it’s the result of people starting to take front-end dev seri…

  13. comment
    Comment #3777963

    You are right, all of this can be done via makefile ... assuming you know how to set up a makefile and take the time to do so. Part of the goal of grunt, as I understand it, is to …

  14. comment
    Comment #3775526

    Much love for Alex Russell and for efforts to move the web forward as a serious development platform, but this was among the more content-free stories I've read in a long time. If …

  15. comment
    Comment #3758497

    Yes, the point of the post was that it had a lot more to do with being a kid with a computer than with being male or female. The point of the title was that it was a story of ... a…

  16. comment
    Comment #3630221

    It would have been great to see these improvements contributed back to PhoneGap/Cordova, which has an extremely permissive license and whose code is open-source. As it is, trigger.…

  17. story
  18. story
  19. comment
    Comment #3192442

    I saw a presentation on Enyo at CapitolJS, where I also announced that Toura would be open-sourcing Mulberry, and indeed, there are a lot of similarities. I too would like to get s…

  20. comment
    Comment #3192432

    Basically, Toura Mulberry uses PhoneGap as a wrapper around a "single-page" application that's powered by the Mulberry JavaScript/HTML/CSS framework. The command-line tools in Mulb…

  21. comment
    Comment #3172700

    I learned a whole lot about Carl Fisher researching my Modern JavaScript presentation for JSConf ( http://blip.tv/jsconf/jsconf2011-rebecca-murphey-5478159 & http://www.slideshare.…

  22. comment
    Comment #3011955

    There is a screencast demo at http://toura.github.com/mulberry/ -- the code has not yet been released (soon!) so there unfortunately isn't yet any demo code to share, but a demo wi…

  23. comment
    Comment #3011355

    In a nutshell, Mulberry is more opinionated than Sencha -- by being opinionated, it makes it much easier to get an app up and running without worrying about the underlying architec…

  24. comment
    Comment #3011284

    There is a total of 387k of JS (minified and excluding phonegap.js), but it's important to remember that all of the JS is shipped as part of the native app, so it all lives on devi…

  25. comment
    Comment #2734860

    Since this was a rewrite of a system that just consumed the output of the CMS, the migration was not awful. One day, we just started exporting the new data format and using the new…