Viewing profile — jfr
jfr
HN member- Joined
- Thu, Dec 03, 2009, 4:14 PM UTC
- HN karma
- 234
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About jfr
No profile information was provided.
Recent public activity
-
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…
-
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.
-
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…
-
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 …
-
comment
Comment #2638025
Also, the PDF format is already compressed. Compressing it again with zip or gzip is a little strange.
-
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…
-
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.
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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…
-
comment
Comment #2407571
Simpler: python -m SimpleHTTPServer
-
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,…
-
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 …
-
comment
Comment #2239127
There is dolphin, and a few others. http://unix.stackexchange.com/questions/3990/is-there-a-good...
-
comment
Comment #2184091
Sorry, the correct number was 3986. RFC 3986 - Uniform Resource Identifier (URI): Generic Syntax
-
comment
Comment #2183919
Yes. RFC 3986, sections 6.2.2.2 and 6.2.3.
-
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…
-
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, …
-
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…
-
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…