Live data from Hacker News

Viewing profile — rstacruz

rstacruz

HN member
Joined
Thu, Feb 09, 2012, 5:37 PM UTC
HN karma
32
Public activity
22 items

About rstacruz

[ my public key: https://keybase.io/rstacruz; my proof: https://keybase.io/rstacruz/sigs/A016QHhNxSAR6wwUCe0cRgDEFNlST6gDMJC7zEOUgco ]

Recent public activity

  1. comment
    Comment #30728504

    Me! I was a Dvorak user for around 6-8 years, but switched to Colemak mod-DH. I found it to be worth it. Colemak mod-DH is more ergonomic for ortholinear keyboards, less "alternate…

  2. comment
    Comment #15401357

    Hey there! Author of devhints.io here... happy to answer any questions you may have.

  3. story
  4. comment
    Comment #15281793

    if you were using something like Angular or React to manage your full page, then by all means run with it! RSJS is an alternative to that that's more suited for "traditional" sites…

  5. comment
    Comment #15274457

    Nice work! I've also done a similar thing ( https://github.com/rstacruz/onmount ), and it's really useful in managing behaviors in a page. For those wondering what this is for, I'v…

  6. comment
    Comment #12159579

    I think the post title can use some work!

  7. comment
    Comment #11237294

    It's a very old P2P file sharing network modeled after Napster. It's main propositions (in my opinion) are its active users who share harder-to-find electronic music, and its discu…

  8. comment
    Comment #8670978

    author of Transit here. Velocity actually has a comparison over in its page (top right area) that makes velocity a good choice for animating multiple elements at once.

  9. comment
    Comment #8463557

    Typically those are done using configuration files of code-checking tools, such as .jshintrc[1] or .pylintrc. [1]: https://gist.github.com/connor/1597131

  10. comment
    Comment #8419423

    Another way to approach this problem is to use travis-ci. Travis already comes with a full stack of ruby/go/node/python working that you can take advantage of to do any arbitrary c…

  11. comment
    Comment #6247522

    I'm not sure about that—"Rico Sta. Cruz" isn't some pseudonym I can restyle, it's my actual real name :)

  12. comment
    Comment #6247094

    The "placebo progress bar" UI pattern isn't new. For instance, there's no way to monitor the progress of sending an SMS message, yet the iPhone UI displays a progress bar for it. I…

  13. comment
    Comment #6246610

    Hi, I'm the author of NProgress. Yes! It's intentional. You can disable this by removing the `cursor: wait` rule in the CSS file.

  14. comment
    Comment #5774057

    Good point—let me address that soon.

  15. comment
    Comment #5773356

    Hey guys! I built this, let me know if you have any questions.

  16. comment
    Comment #5212155

    If you are using jQuery and just need a simple generic event emitter, you may not need this library. var emitter = jQuery({}); emitter.on('ready', function() { alert("Ready!"); });…

  17. comment
    Comment #4118547

    I've always thought about this idea. After dissecting my own process, I think Easel.io's "picture only" approach is good. It's very common that I iterate by doing very messy things…

  18. comment
    Comment #4118501

    Hey Jeremy! On a totally unrelated note, if I only have 48 hours to spend in New York city, what would you suggest I visit?

  19. comment
    Comment #3573004

    That's how jQuery implements it for jQuery.fn.queue, and I think I'll revise it that way too.

  20. comment
    Comment #3572992

    Interesting. Any concrete examples of how it can be useful in a real-world project?

  21. comment
    Comment #3572744

    "eee_c: Geez ppl, there is no Wireshark SPDY plugin. It wasn't working 6 months ago and it's not working now. Silly HN." https://twitter.com/eee_c/status/167697122823639040 I can't…

  22. comment
    Comment #3572048

    I think a simpler way would be to cache the value of `_.template($().html());`.