“But we should not forget that he was in fact wrong about most things, not just about the totally impractical nature of his communist alternative.”
— Tyler Cowen on MarxThere are several lessons to be learned from the Samsung Blu-ray player fiasco, in which pretty much their entire product line turned into a useless pile of e-waste.

You don’t know what your Internet-connected appliances are doing, and the manufacturer won’t tell you. Customer service probably doesn’t even know about most of it.
The people designing your appliances often don’t think about or thoroughly test boot or update processes.
XML makes a terrible config-file format. Ditto YAML and Apple’s Plist format (both of which are just as complex and unforgiving as XML).
When I was at WebTV, every client release meeting included someone who had precise statistics on how many devices were bricked by each previous release, how much it cost to replace them, and the effect on customer churn. This neatly negated the efforts by development and marketing to take shortcuts with QA.
On the service side, we were usually able to just roll back to a previous code or content release within a few minutes of detecting a problem, but there were occasional out-of-band updates, as well as external dependencies. One that bypassed QA one night was an update to the XML config file that controlled ad rotation on the home page. As each ad server retrieved the new file and parsed it, they locked up. When I traced the appropriate process, I saw it spinning in a tight loop trying to parse a comment; someone had manually removed one ad from the rotation. At least, that’s what they thought they’d done, with their limited understanding of XML syntax.
In our case, the code checked for errors, but never got there because it was stuck in an infinite loop; the Samsung startup code simply didn’t check for errors. If the file was syntactically valid, of course it must be semantically valid.

Given the direction that Butcher is taking things, I can see why he had to give up trying to fit it into one book. As is, it’s still bursting at the seams. As expected, however, if you’re not 100% up-to-date on the short stories, there are some things you’ll miss. Like why Carlos is bitter and badly injured.
(top-updating for once…)
Benito Newsom has abruptly re-closed restaurants and churches statewide. Pull quote:
Newsom has compared his strategy of opening and closing businesses as a “dimmer switch”
This is true, but not in the way he thinks.
I pre-ordered a Pinky Funko Pop. It was supposed to arrive Sunday. When it didn’t, I checked my orders, and found the release date had silently been pushed back to March 15, 2021. Drat. At least Peace Talks should be here tomorrow (physically; I won’t pay $15 for a DRM-infested Kindle edition).
Well, squirt bottle, anyway. Less than an hour after receiving a dish full of premium wet cat food last night, he came around to the back of the house and tried to get attention by jumping up on the screen door and hanging there by his claws. He did not receive the form of attention he craved.

Is it just me, or does this SMBC strip read like a metaphor for something?

N years ago, I found copies of the Hello!Project side project Folk Songs, featuring the H!P girls singing an oddball mix of songs that their starpimp grew up with; on volume 4, there’s a song called “Kemeko no Uta” from 1968 (live performance by The Darts). It chronicles the all-too-familiar tale of boy meets girl, boy falls for girl, girl brutally cuts boy down to size. This gains something when sung by a girl group rather than the original boy band, especially since the key lines are delivered by Kei Yasuda, whose nickname in H!P was Kemeko.
This song was a hit when I brought the lyrics to my mostly-female group reading class at Foothill. At the time, I had a different video with the original band on a college campus, but when I went looking for it this morning, instead I found this, which includes various clips where the song was used, including one featuring Yuko Nakazawa, Mari Yaguchi, and of course Kei Yasuda (don’t ask about the costumes; the skits on Hello!Morning were at best “goofy”).

I finally broke down and downloaded OpenEmu to revisit some ancient console games, as well as try out earlier generations of things like Zelda and Pokémon. I actually have two DS Lites and an Atari Lynx, but I used the DS primarily for Japanese study, and I haven’t fired up the Lynx in decades. Indeed, the last time it got serious use was back in the early Nineties, when one of my co-workers wore out the power connector and did a half-assed soldering job to get it working again. As far as I know, it still works.
Short take: nostalgia isn’t what it used to be. I think I’ll stick with modern games and remakes that incorporate significant gameplay improvements.

I’ve significantly improved my Cram-o-matic recipe generator. Mostly I wanted to allow all reasonably-common ingredients while still excluding rare and unique ones. As a side-effect, it runs a lot faster.
The previous version focused on excluding uncraftable ingredients, which excluded a lot of common drops. I had added back several common types, but there were enough one-offs that writing additional exceptions was more trouble than it was worth, so I took the time to mark up the data files with availability. Basically, if the only way to replace it is to visit the vendor in Stow-on-Side every day until you get lucky, it’s rare (8 items), and if the only way to replace it is “play the entire game again on another user profile”, it’s unique (25 items).
I also gathered buy/sell prices for most items, for rating recipes by whether the result sells for more than the ingredients. At the moment, TR88 is the winner, with several ways to make it out of free drops and/or berries you can buy in bulk. Next time I get bored, I’ll add a “profitable-only” option to the script. 😁

You know the drill:

Hmmm, have they done an isekai series about ending up in another world as a monster-girl samurai psychologist yet?
If a Time Machine backup is interrupted for any reason, it may leave
behind an unkillable backupd process. If this happens, even
automatic local snapshots will stop working until you reboot. And by
“reboot” I mean power-cycle, because MacOS doesn’t know what to do
about an unkillable system process; it kills off everything it can and
then just sits there, helpless.
Part of the problem is that the menubar indicator that’s supposed to show when a backup is active does not include the “preparing” or “stopping” stages, so if you were to, say, close your laptop lid during those stages, or change your network configuration by starting a VPN connection or switching from wired to wireless, you could trigger the problem.
For more fun, if your Time Machine backups are on a NAS, they’re stored in a disk image, which needs to be fscked periodically (part of the lengthy “verifying” stage), and must be fscked after any error. And that can take hours. And if it fails, the only solution Apple offers is to destroy your entire backup history and start over, potentially leaving you with no backups at all until the first new one completes, which, again, takes hours, especially with the default “run really slow in the background” setting enabled.
Pro tip:
sudo sysctl debug.lowpri_throttle_enabled=0
There are instructions (1, 2, but none from Apple) for how to manually fsck a TM image (possibly multiple times) and correctly mark it as usable again, a process that has the potential to take days.
And that’s why I keep two separate SuperDuper backups of my laptop in addition to the two separate TM backup drives (the “belt, suspenders, bungee cords, and super-glue” approach). Time Machine is far too fragile to rely on for anything but quick single-file restores, although it can be useful for migrating to replacement hardware that won’t boot a cloned disk.
In the standard “you’re holding it wrong” Apple way, you can’t just turn on automatic local snapshots; you have to have at least one external volume configured for automatic TM backups. In fact, the manpage seems to claim that you can’t make local snapshots at all unless you’ve got at least one external TM backup. This suggests that the optimum strategy is to use SuperDuper every day to have bootable full backups, set up TM without automatic backups, and then set up a cron job to create and manage local snapshots. And manually kick off TM backups every week or so when you’re sure you won’t need to use your computer for a few hours.

Alton Brown’s “Kentucky colonel” southern-gentleman cosplay and accent during the mint julep segment were perhaps not the best choice for the current trigger-word-happy climate. Not much meat to this one, although I liked the clear ice cubes and the dedication to the late Deb Duchon. Pity he didn’t go into the “Mpemba effect”, which is more of a Good Eats-ish thing than just making some cocktails.
No doubt part of the reason he just referenced it and moved on is that it doesn’t seem to be a particularly well-defined or well-tested claim. The original claim seems to be that a container of hot water will start to freeze sooner than an equivalent container of cold water, which is often misinterpreted as “will freeze faster”. Test results have been ambiguous, with a lot of uncontrolled variables depending on how the tester decided exactly what to test (evaporation, convection, freezer temperature, humidity, volume, container shape, etc, etc).
Alton does give a practical reason to start with hot water: less dissolved oxygen makes the resulting cube clearer.

…so I devoured all of Bofuri in one day (as one should), and then was disappointed to discover that the only merch on Amazon US was cheesy knockoff crap printed in China (blank notebooks and wall-hangings printed with swiped artwork). Not much fan-art on Pixiv, either, and very little of it even reasonably well-done.
In fact, I didn’t see anything on Amazon Japan, either, just the novels, manga, and anime.
So I read the 276 available fan-translated bite-sized chapters of the light novels. The first two translators who took a stab at it weren’t very good at assembling English prose, so I don’t know if they were working from the original web-novels or the published books. The third, still-active translator has taken it way ahead of the anime; everyone’s just finished up exploring the 7th level of the game and acquired their new (spoilers). Naturally, Maple recently gained an absurd new power by eating something.
The game developers seem to have embraced the idea that she’s the final boss, and just try to make it possible for other players to eventually defeat her. They do at least manage to come up with content (including bosses) that she can’t solo.
It’s an interesting series that exploits a lot of common tropes without falling into the usual patterns. There’s no villain, no harem, no angst, no world-saving, no jerks ganking noobs. Even the tentacles are benign. There’s just Maple warping the universe through her determination to have fun.
Amazon promises Tuesday delivery, hands off package to local post office at 1 AM Tuesday, post office claims it went out on a truck at 7 AM and was delivered at 7:30 PM, package not in locked mailbox at 8 PM. Package spontaneously appears in locked mailbox early Wednesday morning.

Had a good chat with the former co-worker who’s building up an SRE team. Looking forward to talking to some of his people. Downside: the current opening is junior for me, but he expects to have senior positions in August, and if I’ve already interviewed, the process should be shorter.
Rogue Fitness got another shipment of kettlebells in, and I grabbed a 40-kilo one before they ran out. Hopefully it won’t be Brickmuppet hefting my 88 pounds of cast iron onto a UPS truck…

The most profitable crafting recipe I’ve found in the Pokemon DLC is:
1 Cheri Berry + 3 Dynamax Candy
The berries can either be collected in small quantities for free or purchased in large quantities for 80 each. Dynamax Candy is the reward for doing raids, and can’t be sold, so you end up hitting the inventory maximum (999) pretty quickly. To add insult to injury, a recent event significantly increased the amount awarded after most raids. The recipe produces TR88 (“Heat Crash”), worth 3000.
There are some profitable recipes that can be made with just berries, but not berries you can buy bulk, so you’re limited by how many you’ve found by shaking trees once a day.
The most useful recipe is a chain:
1 Iapapa Berry + 3 Dynamax Candy = Wide Lens
1 Wide Lens + 3 Rare Candy = Bottle Cap
Bottle Cap + (anything) + 2 Bottle Cap = Gold Bottle Cap
This is quite expensive, since Rare Candy sells for 5000, but it’s another thing you get for free from raids, so you can build up quite a stack. Bottle Caps are how you optimize the stats for the pokemon in your party; Gold Bottle Caps max out the potential of all six stats at once. You can buy them with a currency that’s earned at the battle tower, but only if you spend a lot of time grinding there. Much easier to just make a few when you’re building a new party.
The best team for catching free-range organic Dittos is a Feebas with only non-attack moves (at least two; it’s one of the few mons that can actually have all four moves be useless) and a Gallade with False Swipe, Hypnosis, Thunder Wave, and Sunny Day. Start by throwing a Quick Ball. If that doesn’t work, swap in the Gallade and use False Swipe, then throw a Repeat Ball. If that doesn’t work, use Hypnosis or Thunder Wave to sleep/paralyze it, and then throw another Repeat Ball. Sunny Day is useful if the weather would damage the Ditto after you’ve reduced it to a single hit point, but so far I haven’t seen that on the new Ditto island in the DLC.
This is a much better place to catch them than the Lake Of Outrage, because there aren’t any nuisance spawns in the area that will chase you around, and the Ditto spawn rate is much higher. The raid den also spawns them more frequently than the only one in the base game, although I haven’t checked to see if they’ve nailed down the rates for the new DLC dens.

I’ve run out of Stargate: SG-1 episodes I want to rewatch while on the elliptical. I’ve found it difficult to rewatch the Atlantis spin-off, so I need to find something new/old that will give me ~45 minutes of mild entertainment and is streaming on Amazon Prime Video, Starz, BritBox, Hulu, Netflix, Crunchyroll, HiDive, or dLibrary Japan. Hmmm, perhaps it’s time to cancel a few of those…
First up: Bodacious Space Pirates. Two episodes at a time works well for this series.

I have never heard so many unofficial fireworks going off, many quite elaborate. And quite close. The smell will linger for weeks.
I am very glad it’s been damp and humid recently, and that I watered the yard today.
By the time I went to bed, the weather app on my phone had been reporting “unhealthy air quality” for several hours. Seems all the particulate sensors in the area were reading ~5x the usual amount of stuff in the air…
Nextdoor is full of complaints this morning, both about the massive fireworks displays and the city’s failure to stop them all. “Don’t these people know that it’s illegal?!?!?!?!?”