Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jfr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
16 ms
·
1.
▲
by
jfr
13y ago
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.
2.
▲
by
jfr
15y ago
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.
▲
by
jfr
15y ago
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 you have to answer "yes
4.
▲
by
jfr
15y ago
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 settings -> Genera
5.
▲
by
jfr
15y ago
Also, the PDF format is already compressed. Compressing it again with zip or gzip is a little strange.
6.
▲
by
jfr
15y ago
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 DMCA.
7.
▲
by
jfr
15y ago
No, I have read it in its integrity the first time it came around, a few years ago. Please, stop judging people.
8.
▲
by
jfr
15y ago
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 arrive where it is becau
9.
▲
by
jfr
15y ago
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 presentation you
10.
▲
by
jfr
15y ago
> 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 that the language
11.
▲
by
jfr
15y ago
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 Internet without issu
12.
▲
by
jfr
15y ago
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 responses or route
13.
▲
by
jfr
15y ago
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 partition their networks in /
14.
▲
by
jfr
15y ago
> 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 (reference counting and imme
15.
▲
by
jfr
15y ago
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=...
16.
▲
by
jfr
15y ago
Simpler: python -m SimpleHTTPServer
17.
▲
by
jfr
15y ago
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
18.
▲
by
jfr
15y ago
> 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 point-by-point of his pos
19.
▲
by
jfr
16y ago
There is dolphin, and a few others. http://unix.stackexchange.com/questions/3990/is-there-a-good...
20.
▲
by
jfr
16y ago
Sorry, the correct number was 3986. RFC 3986 - Uniform Resource Identifier (URI): Generic Syntax
21.
▲
by
jfr
16y ago
Yes. RFC 3986, sections 6.2.2.2 and 6.2.3.
22.
▲
by
jfr
16y ago
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 and /SeaRCh without d
23.
▲
by
jfr
16y ago
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 bad quality.
24.
▲
by
jfr
16y ago
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 expect the next tran
25.
▲
by
jfr
16y ago
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 disambiguate between addresses
26.
▲
by
jfr
16y ago
From a purely aesthetic standpoint, IPv6 addresses look nasty. IP addresses are supposed to be used by machines, not humans (considering network administrators are not humans). Humans should deal with domain names. They vary in length,
27.
▲
by
jfr
16y ago
Thanks! I'm seriously thinking on finishing my Ph.D. and getting out of the university. The university is full of huge egos (with very few exceptions), and people are very hard to deal on a daily basis. There are hard people everywhere (I'v
28.
▲
by
jfr
16y ago
I'm still in it... I'm a Ph.D. candidate in Distributed Systems, virtualization, Cloud Computing and so on. Everything fits perfectly. I always wonder if I'm employing my time properly in academia. But they keep me too busy to think about i
29.
▲
by
jfr
16y ago
This sounds too much like life in academia as a post-graduate student. It hit too close to home... too close.
30.
▲
by
jfr
16y ago
Adding another bit from experience. About the URL from shapado.com I mentioned above, which had its length capped: If you have to limit the length of the URL (or any text string in general), try doing it at word boundaries to reduce the cha
More ›