Live data from Hacker News

Viewing profile — nene

nene

HN member
Joined
Tue, Mar 30, 2010, 7:51 AM UTC
HN karma
270
Public activity
68 items

About nene

No profile information was provided.

Recent public activity

  1. comment
    Comment #5184860

    Didn't really work out for me. I listed my project[1] there, but for some reason it's detected as having 0 issues. Additionally my project is listed under JavaScript repos, while i…

  2. comment
    Comment #5018215

    The same would happen with cars if the drivers didn't care of getting to their destination faster, just enjoying the ride for the ride's sake.

  3. comment
    Comment #4964143

    Maybe it's because you can write the latter also with plain grep: grep 'silver.*needle' haystack

  4. comment
    Comment #4488202

    Now that would take the gray comments a step further by making them completely invisible :) I can't really see the benefit of hunting the comments from your code with cursor. It de…

  5. comment
    Comment #4281716

    Neat, but it's still a very linear narrative, with the addition of having to type in commands to be able to read the next section. Would have been much better if the review was exp…

  6. comment
    Comment #3936415

    Just like you can't look at the sun directly - because it's too bright... and Hubble is constructed to mainly look at the faint objects far-far away.

  7. comment
    Comment #3884173

    I'm a bit disappointed, that the author didn't built a turing-complete interpreter. Frankly I've seen several of such articles which tell you how to build this kind of deterministi…

  8. comment
    Comment #3833671

    So what's the big difference of doing it on server side v/s client side? You can get it wrong on both sides. Especially what's wrong with a templating system? A templating system o…

  9. comment
    Comment #3497095

    Maybe the author hasn't read it. He only included the ones he had read. I'm more surprised that under the title "everyone should read" are three Joel Spolsky books.

  10. comment
    Comment #3462380

    I've been switching between 2 and 4 spaces through my whole programming career. Even now I'm switching daily between different languages and projects with different amount of inden…

  11. comment
    Comment #3315484

    What struck me most was having multiple-choice answers on a math test... WTF? You shouldn't be able to just guess the answers one-out-of-four. When I was in school (not in US) ther…

  12. comment
    Comment #3274893

    It's not really automatic interpolation. You have to very explicitly place the variable name inside ${var}. I'm puzzled in how you would think this will happen accidentally, or mor…

  13. comment
    Comment #3208641

    I would argue the contrary, that the very reason why HTML took off so fast was that any fool was able to craft a site, and it would work even if it had a few bugs in it. Failure to…

  14. story
  15. comment
    Comment #3184850

    You seem to suggest that money is a better motivator than reputation. Money is a motivator, but it's often the wrong kind of motivator. Money can bring in people who do it just for…

  16. comment
    Comment #3172445

    The Wikipedia page doesn't really explain how the language works. The manual is a much better source: http://shakespearelang.sourceforge.net/report/shakespeare/

  17. comment
    Comment #3172369

    Care to explain how Linus got it wrong? I've never used Monotone, but searching the web I could't find a single thing in which Monotone was better than Git (although I did find inf…

  18. comment
    Comment #3159553

    3. For a limited time? 20 years is pretty much forever in the software industry. So sure you might start to look at alternative ways, but it can be quite hard when the obvious solu…

  19. comment
    Comment #3159029

    Do you know anybody who acquires new knowledge by reading patents? 1. Because of the legalese language in which patents are written it's pretty damn hard to even understand what is…

  20. comment
    Comment #3155840

    Well... you can do all these things when there's no DRM at all. It's like counting up all the things you can do in a new modern prison, but it's still a prison.

  21. comment
    Comment #3114808

    IMHO Github code search totally sucks. It's better than nothing, but it feels like the bare minimum - just a normal fulltext index applied to source code. - It's not case-sensitive…

  22. comment
    Comment #3093379

    But the thing is, they are not primitives: > Although you might expect int and double to be primitive types, they're actually interfaces that extend the num interface. This means t…

  23. comment
    Comment #3093253

    My hopes were high, but the more read about it, the more it started to look like Java: class Foo implements Comparable Observable Deniable ... Why not have interfaces like in Go, w…

  24. comment
    Comment #3091560

    Well, in PHP you already have a mandatory '()' at the end of function call - so it's pretty hard to confuse the two. Additionally if your language has first class functions, it wou…

  25. comment
    Comment #3073444

    > Remind me to call my wife before I leave work Might be implemented as: while (get_location() == work) { sleep(1min); } go_back_in_time(10min); trigger_reminder();