Disparallel | 1 month ago | on: The chess bot on Delta Air Lines will destroy you (2024) [video]
Disparallel's comments
Disparallel | 6 months ago | on: Pixel 10 Phones
# Data that isn’t protected by the VPN
Not all network data from your device is protected by the VPN. Examples of data that aren’t protected by the VPN include:
- Tethering traffic
- This includes USB and Wi-Fi hotspot.
- Push notifications- Wi-Fi calling and other IMS services
- Work profile app traffic
- This applies if a work profile is configured on your device.
- Data traffic from an app that routes traffic directly over the Wi-Fi or a cellular connectionAll of which make sense to me except push notifications. My guess is they might mean syncing notifications to e.g. a watch.
Disparallel | 4 years ago | on: Syncthing – a continuous file synchronization program
Disparallel | 4 years ago | on: Swift Syntax and Structured Editing Library
The representation likely is full of string refs and pointers to the actual data in memory to prevent egregious copying, and the caller of the api should not be able to modify the data structure they receive and accidentally modify the actual file unless they do so through an api intended for it.
Nothing to do with copyright, more that swift-format or your lsp integration should never accidentally modify a file without user initiation.
Disparallel | 5 years ago | on: Swift 5.3 Will Be Supported on Windows and Additional Linux Distributions
Where this isn't the case would be if performance mattered, some of Foundation system api implementations (at least, the Windows ones) can be a little inefficient since the Foundation api model and the Windows way of doing things doesn't always match and the Windows implementation has to do extra work to match the semantics.
Another would be UI wise, I haven't heard of plans for Apple to open source SwiftUI. Though since Swift can call into the native platform apis, it's quite possible to write a (perhaps not as slick) alternative.
Disparallel | 6 years ago | on: Fancy Zones, a tiling window manager
It has its quirks and I had to spent some time adding exceptions and the auto resizing it does is certainly not the fastest thing in the world, but I'm more than willing to put up with it for the auto tiling.
On the whole, it's more reminiscent of xmonad than i3, but wasn't too bad to learn since you can bind what ever keys you want to whatever operations.
Disparallel | 7 years ago | on: Epic Games Launcher appears to collect Steam friends and play history
[1]https://www.reddit.com/r/PhoenixPoint/comments/b0rxdq/epic_g...
Disparallel | 8 years ago | on: Bringing the web up to speed with WebAssembly [pdf]
Elo gains for engines tend to come from better evaluation, better pruning, and better search heuristics. That's not to say that longer search time or a stronger CPU doesn't help, it just doesn't magically make a weak engine into a strong engine.