Two videos every US resident should watch to prepare for what might be coming. 1. The Lives of Others. A drama set in the eastern part of post-war Germany before the wall came down. People lived their lives, but their relationship with the government and the military would seem very strange to an American of 2025, But more of this is definitely what's on the way, and the technology for watching what you do is much better now, and our neighbors aren't any different, which is what the Germans depended on. 2. The Handmaid's Tale. Same kind of police state as in Lives of Others with a Christian twist. Everyone is a member of a caste. Most women are infertile since some unspecified disaster, and the ones who can reproduce exist only to reproduce. There are women who clean the house, and do a few other things. There are certainly other books, movies and series worth tuning into, but these are the ones I recommend now. Handmaid's Tale is also a book, which I have read, but the show on Hulu goes into more detail.#

New demo app. FeedLand communicates back to the client app via websockets. This is absolutely the easiest way to get flow from feeds to apps running on servers or in a browser, or other desktop app. Websockets is a mature standard, and incredibly useful. I'm now working on a toolkit for it, along with all the other projects going on in parallel, so other developers can hook into FeedLand to get the flow of new items. The demo shows you the JSON version of every news item as it appears on the wire. There's no limit to the kinds of apps you can build for this. My friend Chuck Shotton has a market-predicting LLM app that gets its news this way. Nothing to install on a server. FeedLand does all the work. I expect to have a toolkit out sometime in the few weeks. #
Another application for websockets. You could actually put a web server on your desktop without exposing your home network to the world. I can't wait till I have time to play around with this. #