I couldn't agree more. I use Bandcamp a lot to buy and download music in the form of DRM-free, lossless files, and GOG to buy and download DRM-free games. I wish this model was more widespread, and available for other types of media, movies and shows in particular.
Often the problem is misrepresented as "streaming vs. physical media", wrongly implying that streaming is the only means of purely digital distribution. However, it is actually a question of whether you actually own media vs. only renting them.
That's not what I meant. I meant just using the keyboard part as a keyboard, out of the box, without the need to tinker with the pi's software and/or hardware.
Unfortunately, it seems it cannot be used just as a keyboard for other devices.
I have a similar gripe with iMacs and most all-in-one PCs that they cannot be used as a monitor for other devices. Once the PC/Mac inside becomes obsolete, the whole device becomes useless even though it has an excellent display that still works.
Indeed, in this latest iteration the network learns a model of the game by itself. Note however that it still uses MCTS and performs a look-ahead, i.e. it is still being "told" by the programmers how to do search (planning), only now it is left to the system to determine how it wants to represent states/actions/policies internally.
The non-connectionist, classical, symbolical aspect is not so much "search" per se, but the fact that MCTS performs a form of look-ahead, which requires manually encoding the rules of the game in some fashion.
Determining what the legal moves in a state are, and what state results from a given move, is not something the AI would learn by itself, but is programmed into the system by a human expert.
No. Syncthing is not a great backup application because all changes to your files (modifications, deletions, etc.) will be propagated to all your devices. You can enable versioning, but we encourage you to use other tools to keep your data safe from your (or our) mistakes."
Not to mention that the answer by itself is pretty much worthless, but Mathematicians are rather interested in a proof of the conjecture (or its negation).
I get that it is supposed to be a joke, but it kind of falls flat because it misses the point entirely.
One of the reaons the author gives is that they have drafts for unpublished posts, and that it would be too complicated to keep those apart from the public repository (separate repo, git submodule).
Wouldn't it suffice to just have them in a different, private branch? The public stuff would be in the main branch pushed to the public repo, the private stuff would remain local in the private branch?