I'm late to the party, but I joined the other website. If I follow you here but not there, say hi.
Find me at sobeston on h "\a "\c "\h "\y "\d "\e "\r "\m
@dhh @halftuned level1tech's KVMs are probably the best, they put a lot of work into making sure they work well. Great guys too.
https://t.co/vKWbDSExT6
@Tobeech I don't understand the backlash. Annoying, sure, but won't bonds (or similar) in a stocks & shares ISA be better for most people nearing the cap anyway? Never used a cash ISA personally.
@vaxryy A signed kernel and signed kernel modules will not stop cheating on Linux. You don't need kernel modules (or hardware for that matter) to make undetectable cheats on Linux. You would also need to remove root access and lock away several permissions.
@jorandirkgreef@TigerBeetleDB fwiw vscode with the github pull requests plugin will load a large diff ~instantly. Plugin's not amazing, but worth a shot
@penberg I think most distributed services would get mileage out of simply being more concurrent, i.e. writing things in a way to always get the maximum overlap in outbound requests.
Most basic example being await (join(A,B)) rather than await A, await B.
@HSVSphere This is quite pointless... Never seen anyone actually run into this "problem". Not aware of people who 1) run millions of goroutines in a production env, and 2) would care about using 2.7GB of ram for it. Doing 1) is silly, and using a few Gs of ram for a service is the norm.