Live data from Hacker News

Viewing profile — pmr_

pmr_

HN member
Joined
Sat, Jul 24, 2010, 5:16 PM UTC
HN karma
724
Public activity
268 items

About pmr_

No profile information was provided.

Recent public activity

  1. comment
    Comment #10048712

    72k can keep you alive on sub-standard living conditions, but it will not keep a team of 6-7 talented programmers and artists alive for very long. Not even for way below market pay…

  2. comment
    Comment #10021755

    How do you know that? Have you had any practical experience with a large code base using new style (e.g. post-C++11) Concepts? People have been using Concepts in some form for a ve…

  3. comment
    Comment #10015415

    The Wikipedia article linked in another reply to parent confirms that. The months in which the worms were harvested were named after the worms.

  4. comment
    Comment #9973889

    I just went clicking randomly on Vimeo links and I didn't find a single auto-playing video. You are right about YouTube and I actually think they should handle visitors that come f…

  5. comment
    Comment #9973820

    As others I had a totally different expectation given the title. I thought it would be a piece about how Wikipedia had some message or lesson that we should listen to. I think the …

  6. comment
    Comment #9973710

    Why should I adapt my usage patterns to accommodate the shitty behavior of a few websites? Also, are you sure you are in position to tell other people how to use the web? I certain…

  7. comment
    Comment #9973664

    Starting to play sound without user confirmation is a default tab-close. I wont even take the time to look at it. Bonus point for not being flash that hijacks the browser shortcut.…

  8. comment
    Comment #9770830

    That much should be clear, my (unfortunately) implicit question is: how can we instruct a machine to optimize for the very intangible things everybody seems to love so much about t…

  9. comment
    Comment #9770678

    I think the statement following this is much more important and interesting to HN: > The tendency has become more and more prevalent under electronic auction systems. While inciden…

  10. comment
    Comment #9451030

    You are not quoting the part where he shows his benchmark results, analysis of the problem, and suggested solution. I don't necessarily agree with Linus' tone or choice of words, b…

  11. comment
    Comment #9310555

    Even if your tax is paid automatically you can still recover taxes but it is hard and the laws are confusing. In Germany a special profession with a state exam (Steuerberater) as w…

  12. comment
    Comment #9306410

    I'm not intending to put you, your enthusiasm, or the people behind Modules down: I've been hearing that story since C++11 was still called C++0x (this might be an exaggeration) bu…

  13. comment
    Comment #9305869

    At first I thought "a build system which automatically figures out what to build and how to build it purely based on the source code" included figuring out library dependencies. It…

  14. comment
    Comment #9304923

    You are saying that you actually need to read and understand code you are refactoring. Hard to disagree.

  15. comment
    Comment #9304905

    I can't follow. The code I showed is already processing masterlist and decides if it should process masterlist[z].list2 for every z: 0..masterlist.length. I fully agree that the co…

  16. comment
    Comment #9304760

    > My word, something can be redundant (not conceding that point) and not "just plain wrong." I think we can agree to disagree. I'm strictly against redundancy if it doesn't serve a…

  17. comment
    Comment #9304711

    > You must null check a lot of things in C, especially since there is no graceful error handling (try/catch blocks)... C certainly allows things to be null (or garbage) values. You…

  18. comment
    Comment #9304624

    He then proceeds to iterate over the list using zero based indexing. The loop would not execute once if the list had length zero, making this check just plain wrong. I know an even…

  19. comment
    Comment #9304543

    if( masterList[z].list2 != NULL && masterList[z].list2.length() > 0 ) { for( Integer y = 0; y The if-statement is a good summary of what is wrong with Java. The author doesn't even…

  20. comment
    Comment #9250682

    This has been discussed here before in 2012 and the linked version is not different from the one before. https://news.ycombinator.com/item?id=3871463

  21. comment
    Comment #9143429

    That sounds interesting, but I'm suspicious. Do you have any examples of such macros and maybe some statistics or ideas how often they are actually seen in the wild?

  22. comment
    Comment #9056072

    I can only speak for the Emacs capabilities of readline: all commands which would usually change the line (previous/next-line, beginning/end-of-buffer) will use the history as the …

  23. comment
    Comment #8976885

    There are already SWIG generated python bindings for CGAL: https://code.google.com/p/cgal-bindings/

  24. comment
    Comment #8916643

    Ascending single or double ropes is most often practiced in rope access, tree climbing, caving or technical climbing. Ascending a single rope will often involve a Jumar [1] and a c…

  25. comment
    Comment #8796662

    You can strike the intrusive. Your comment is valid for all kinds of linked lists.