Stanisław Pitucha

Results 99 comments of Stanisław Pitucha

``` import socket import OpenSSL s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s.settimeout(100) ctx = OpenSSL.SSL.Context(OpenSSL.SSL.TLSv1_METHOD) conn = OpenSSL.SSL.Connection(ctx, s) conn.connect(("192.30.252.128", 443)) try: conn.do_handshake() except OpenSSL.SSL.WantReadError: print("badness") ``` Prints out "badness" for me....

I'm sorry, this is annoying, but you've accidentally done the opposite :( In most countries your work is copyrighted/protected by default, without you having to do anything. That means if...

Another detail spotted is that while the screen is black, I cannot move the cursor outside of my laptop screen, so it doesn't look like the update is going as...

I tried to activate just one of the outputs manually via xrandr. The result was: ``` Sep 27 13:06:35 harmless kernel: evdi: [I] (card2) Edid property set Sep 27 13:06:35...

Adding higher debug level for evdi, I get: ``` Sep 27 13:32:13 harmless kernel: evdi: [I] (card2) Opened by Task 21846 (DesktopManagerE) of process 21790 (DisplayLinkMana) Sep 27 13:32:13 harmless...

If I try to change the resolution, I can see a static image on the attached monitor, but no mouse pointer and windows cannot be dragged to that screen. The...