Live data from Hacker News

Viewing profile — jfr

jfr

HN member
Joined
Thu, Dec 03, 2009, 4:14 PM UTC
HN karma
234
Public activity
45 items

About jfr

No profile information was provided.

Recent public activity

  1. comment
    Comment #5508736

    Ctrl-x e in zsh is '_expand_word'. The function you are talking about is 'edit-command-line', which is not loaded or bound to any key by default in zsh. You have to load it manuall…

  2. comment
    Comment #2939497

    gmaslov is clearly talking about the OpenSSH trust model. You are confusing it with the Trust On First Use model, which is not the same thing.

  3. comment
    Comment #2939465

    Wrong. The OpenSSH model implies that you check the fingerprint of the public key before you send encrypted data using that key. That is why SSH shows you the fingerprint of the se…

  4. comment
    Comment #2716176

    Calendar does have a custom view, which defaults to showing the next "4 Days" (hint), available in the bar at the top of the calendar view. You can change it to 7 days if you like …

  5. comment
    Comment #2638025

    Also, the PDF format is already compressed. Compressing it again with zip or gzip is a little strange.

  6. comment
    Comment #2572398

    For the users, it is either this or no movie player for them. No movie player means a big product disadvantage compared to competitors, which is very bad for Google as a company. T…

  7. comment
    Comment #2548981

    No, I have read it in its integrity the first time it came around, a few years ago. Please, stop judging people.

  8. comment
    Comment #2548979

    I could use your argument to describe pretty much any modern compiler or framework. "It is extremely hard to write a fast, reliable Java SDK that generates good error messages.", f…

  9. comment
    Comment #2548710

    Most, if not all, of his arguments were already beaten to death. The rebuttal should be floating around somewhere on the Internet, but I couldn't find it with a quick search right …

  10. comment
    Comment #2548145

    > The bitching about bad compile time errors has been mostly fixed in clang. Yes, IOW, it is a compiler problem, not a language problem. Because one particular compiler is horrible…

  11. comment
    Comment #2543479

    This is not the expected transition plan to IPv6. You do not turn IPv4 off. During the first phase of the transition period, new users are supposed to run IPv4 and IPv6 side-by-sid…

  12. comment
    Comment #2526161

    Tip: Point your customers to http://omgipv6day.com/ , now. The site will tell if your Internet access will be fine on World IPv6 day. A positive answer means that you either have I…

  13. comment
    Comment #2512456

    Note: in your case, customer means ISP. From what I remember, the instructions were that ISPs receive no less than /32, which should provide end-users either /48 or /56. End users …

  14. comment
    Comment #2474168

    > A GC system with explicitly visible reference counts (and immediate freeing) with language support to make it easier to get the refcounts right [...] To be a little pedantic on t…

  15. comment
    Comment #2444159

    The boingboing article is just a link and excerpt for the actual article on InformationWeek. You could have linked directly: http://informationweek.com/news/showArticle.jhtml?artic…

  16. comment
    Comment #2407571

    Simpler: python -m SimpleHTTPServer

  17. comment
    Comment #2378813

    From the page style: textarea { font-family: monaco, courier, monospace; width: 500px; ... } Web designing mistake, wrong choice of units. Depending on user's choice of font width,…

  18. comment
    Comment #2378383

    > But I think I've fed the troll enough. I'm glad someone said it. This apenwarr seems to have some good karma here on HN, but IMO a lot of what he says is heavily misinformed and …

  19. comment
    Comment #2239127

    There is dolphin, and a few others. http://unix.stackexchange.com/questions/3990/is-there-a-good...

  20. comment
    Comment #2184091

    Sorry, the correct number was 3986. RFC 3986 - Uniform Resource Identifier (URI): Generic Syntax

  21. comment
    Comment #2183919

    Yes. RFC 3986, sections 6.2.2.2 and 6.2.3.

  22. comment
    Comment #2183882

    Except for the schema and host parts (which are not part of robots.txt anyway) URLs are case sensitive (ref: RFC 3986, sections 6.2.2.2 and 6.2.3). The problem here is that Microso…

  23. comment
    Comment #2035409

    Note: it is from Herbert Schildt. This name should ring a bell for many competent C or C++ programmers, as the technical quality and accuracy of his books are frequently disputed, …

  24. comment
    Comment #1804220

    No way! It took us almost 20 years to start moving towards IPv6, at great costs. It was better to exaggerate on the address space so that to we don't have to bother with another tr…

  25. comment
    Comment #1804169

    You mentioned twice that IPv6 addresses aren't scalar in this discussion. Why? Are you talking about the scope identifier or the flow label? The scope identifier is not used by the…