@lain Not really. I assume it is experimental, so subject to removal or malfunctions that send chat transcripts to unknown parties, to be read aloud on Russian TV. (Also, local-only AFAIK.)
@lain I never even thought about trying it. I don't spend enough time playing games on my #PS4. I cannot imagine going to insert a DVD or Bluray and having to wait an hour for it to install updates and reboot before it can play my media.
@alpacaherder@lain I think we already knew we have drastic obesity problems here. I was in a supermarket in NE (2008) one Saturday and I realized that no one in the store over 10 years old weighed less than me. I've since had similar experiences in Baton Rouge LA and in Jackson and Starkville MS.
I'm at a sports bar that's primarily showing the Vikings game, but a small TV in the corner shows Gravedigger smashing into rusty cars. Thanks for thinking of people like me, sports bar.
@lain I think the average US woman is heavier and wider than that. Those figures could be outdated.
When I was 155lb (most of my adult life), nearly every woman I knew was quite a bit heavier than I. Even now, when I'm around 200lb, most women I meet clearly outweigh me.
@lain Yeah, I'm very sure this is nowhere near the first such "glitch" ... though this one got media coverage, so there's likely to be some additional investigation.
Verius (verius@community.highlandarrow.com)'s status on Saturday, 13-Jan-2018 06:00:41 EST
VeriusThe more I come to terms with Powershell the more I learn to not think of it as a shell. Really Powershell is a scripting language for .NET that makes it easy to do sysadmin tasks. Powershell's weak point is interaction with programs outside the .NET interaction model (such as, ironically, "dotnet", the Core CLI). Powershell works great because the .NET ecosystem has evolved around a common object system.
Bash on the other hand is a way to invoke commands that allows scripting. Its weak point is interacting with data that's more structured than plain text. Bash works great because the unix ecosystem has evolved around plain text.