Fun Stuff > CHATTER
Problems arising from change of forum to HTTPS
ankhtahr:
--- Code: ---halfur@fsi-pc1:~$ gnutls-cli -V -p 443 forums.questionablecontent.net
Resolving 'forums.questionablecontent.net'...
Connecting to '2400:cb00:2048:1::681c:1e44:443'...
*** Fatal error: A TLS fatal alert has been received.
*** Received alert [40]: Handshake failed
*** Handshake has failed
GnuTLS error: A TLS fatal alert has been received.
--- End code ---
wat.
ChaoSera:
--- Quote from: Masterpiece on 23 Oct 2014, 04:32 ---
--- Quote from: pwhodges on 22 Oct 2014, 16:30 ---Maybe - I haven't checked. Using 6, you see...
--- End quote ---
Eight has some really nice improvements in syntax, you don't have to jot down an entire inner class anymore, you can just use a lambda expression:
--- Code: (Old Java) ---printPersons(
roster,
new CheckPerson() {
public boolean test(Person p) {
return p.getGender() == Person.Sex.MALE
&& p.getAge() >= 18
&& p.getAge() <= 25;
}
}
);
--- End code ---
--- Code: (Java 8) ---printPersons(
roster,
(Person p) -> p.getGender() == Person.Sex.MALE
&& p.getAge() >= 18
&& p.getAge() <= 25
);
--- End code ---
--- End quote ---
But I liker inner classes...
pwhodges:
--- Quote from: jwhouk on 23 Oct 2014, 04:29 ---Other than XP isn't supported, perhaps?
--- End quote ---
Not supported by what, though?
XP SP3 supports SHA-2 anyway; Chrome is only giving warnings, not blocking it. And I'm feeling that ev4n's problems on Windows 7 suggest that there is a different point of failure that I've not yet identified. This evening I'll try some network tracing on my XP machine at home, and see that gives me any clue just where it's going wrong.
Masterpiece:
--- Quote from: ChaoSera on 23 Oct 2014, 05:35 ---But I liker inner classes...
--- End quote ---
blech
Aimless:
Meanwhile I've suddenly begun to get a server error (500) when I try to check QC from work :o windows 7, IE and chrome, no details on the actual error ofc
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version