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 manually.
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.
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 server key when you first connect, and…
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 in the settings (gear -> Calendar…
Also, the PDF format is already compressed. Compressing it again with zip or gzip is a little strange.
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. The problem is not Google, it is DRM and…
No, I have read it in its integrity the first time it came around, a few years ago. Please, stop judging people.
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.", for example. It took years to GCC to…
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 now. Anyways, right at the beginning of…
> 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 on error presentation doesn't mean…
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-side, so they can reach both parts of the…
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 IPv4 only connection (no broken IPv6 DNS…
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 use the remaining 8-16 bits to…
> 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 the subject, such a system…
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?articleID=...
Simpler: python -m SimpleHTTPServer
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, text will wrap inside the text area…
> 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 biased. I had the urge to go…
There is dolphin, and a few others. http://unix.stackexchange.com/questions/3990/is-there-a-good...
Sorry, the correct number was 3986. RFC 3986 - Uniform Resource Identifier (URI): Generic Syntax
Yes. RFC 3986, sections 6.2.2.2 and 6.2.3.
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 Microsoft servers respond to /search, /Search…
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, and for many regarded as synonymous of…
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 transition for a long, long time. I don't…
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 Network Layer, it is used to…
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 manually.
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.
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 server key when you first connect, and…
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 in the settings (gear -> Calendar…
Also, the PDF format is already compressed. Compressing it again with zip or gzip is a little strange.
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. The problem is not Google, it is DRM and…
No, I have read it in its integrity the first time it came around, a few years ago. Please, stop judging people.
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.", for example. It took years to GCC to…
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 now. Anyways, right at the beginning of…
> 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 on error presentation doesn't mean…
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-side, so they can reach both parts of the…
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 IPv4 only connection (no broken IPv6 DNS…
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 use the remaining 8-16 bits to…
> 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 the subject, such a system…
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?articleID=...
Simpler: python -m SimpleHTTPServer
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, text will wrap inside the text area…
> 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 biased. I had the urge to go…
There is dolphin, and a few others. http://unix.stackexchange.com/questions/3990/is-there-a-good...
Sorry, the correct number was 3986. RFC 3986 - Uniform Resource Identifier (URI): Generic Syntax
Yes. RFC 3986, sections 6.2.2.2 and 6.2.3.
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 Microsoft servers respond to /search, /Search…
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, and for many regarded as synonymous of…
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 transition for a long, long time. I don't…
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 Network Layer, it is used to…