Live data from Hacker News

Viewing profile — meryn

meryn

HN member
Joined
Sat, Mar 12, 2011, 3:51 PM UTC
HN karma
21
Public activity
21 items

About meryn

No profile information was provided.

Recent public activity

  1. comment
    Comment #8276179

    I'm not sure what resolution these images are, but if it's very high-res, it may make sense to make intermediate-sized versions first. I expect that would make recreating thumbnail…

  2. comment
    Comment #7400164

    Thanks for explaining difference between concurrency and parallelism so clearly! I'll remember this. I of course realize that Node doesn't truly handle things in parallel. It's a s…

  3. comment
    Comment #7399273

    I posted this as a comment on the gist: It's not about performance, it's about parallelism concurrency. If you don't care for Node's ability to handle multiple requests in parallel…

  4. comment
    Comment #7360335

    The point I was trying to make is that I see this graph as doing something comparable to saying you're (by definition) born in "the year zero, at 00:00:00".

  5. comment
    Comment #7360292

    Does anyone else have trouble understanding (or "intuitively reading") the graph in the f.lux beta preferences? I discovered that's a kind of "ego-centric" graph. I mean ego-centri…

  6. story
  7. comment
    Comment #7046521

    This is a nice example of a "commitment device", "a means with which to lock yourself into a course of action that you might not otherwise choose but that produces a desired result…

  8. comment
    Comment #7002476

    "Attendees [...] learned a technique called "pre-hindsight" that uses emotional cues to create more foolproof plans. It works like this: Imagine that six months have passed, and yo…

  9. comment
    Comment #5653319

    Wouldn't it be better if it would just say "mock your HTTP responses to test your HTTP client", or "to test your HTTP client code"? The service makes a lot of sense otherwise.

  10. comment
    Comment #5550343

    From the post: "This is annoying at the level of Arrays, but gets more difficult with more complex types, and function interactions. The recent brouhaha around the Promise/A+ highl…

  11. comment
    Comment #5462680

    Perhaps the most surprising to me is how much difference the array.map(function(item){ return parseFloat(item); }) statement makes. Removing this gives almost a 100% speedup. Using…

  12. story
  13. comment
    Comment #5462621

    It seems the blog had a kind of "invisible" filter on the comments, which made it appear there were zero comments, or one (your own) if you had posted one. Now a whole pile of comm…

  14. comment
    Comment #5461065

    "let's implement that corrected version of the node.js application and run the benchmark again." - Do it. I'm curious. :)

  15. comment
    Comment #5460981

    I'll take that as a compliment. ;) If I ever would be doing such a thing, it would be more of a lesson in how to use node.js properly (even for non-typical tasks like sorting) then…

  16. comment
    Comment #5460919

    Thinking this through some more, using sort with a comparator function would be unnecessary slow. Given the objective of the algoritm (return a median), it's much better to convert…

  17. comment
    Comment #5460436

    I posted this comment: "It's obvious that you're new to Node.js. First of all, you should be aware that Async.js is a mere flow-control library. It does not offload work to separat…

  18. comment
    Comment #5383739

    Tim, do you know about https://github.com/danlucraft/git.js ?

  19. comment
    Comment #5367823

    You can vote on which editor you want Tern to be integrated with (aside from emacs and vim): http://ternjs.net/vote.html

  20. story
  21. comment
    Comment #5337335

    Looks cool! How do you gauge the difficulty of adding support for CoffeeScript to this? Re the indiegogo campaign: I think you should consider adding an extra supporter tier betwee…