Real consequences need to be implemented such as prison time or ideally death penalty. But sadly we’ll never see that happen
HN user
veegee
It won’t get much better because that’s just a limitation of how 10GBASE-T works. There’s never a good reason to use it. Always just use a DAC or fibre.
DAC is always the best option for short runs in terms of cost and compatibility.
Sounds like a mediocre developer. No respect for people like you.
This is actually pretty terrible. Apart from the things “okanat” said, the site is a nightmare in terms of UI and extremely buggy. I didn’t realize modern websites could get this bad.
Very easy to remove it with an HDCP remover like HDFury, or even an HDCP downconverter and then using the known master keys to decrypt that.
Yes actually you can. But you don't even need to go that far, there are HDCP converters that do it for you and convert to HDCP 1 (whose master keys have been made available) or just plain HDMI. See HDFury etc.
If Docker is in any way _required_, it's still a dealbreaker.
I'm not a fan of Go, but the connection pooling in the standard library doesn't leak. You're just not closing the Rows object if you encounter an error. It automatically closes if you fully iterate through it. But if you stop part way, you have to manually close it or the connection will not be returned to the pool.