@CadeXR__ @edavidds@ESYudkowsky I’m not a normie, but I’d happily have a big battery in a backpack if I meant I can use it long enough to get real work done in VR (I’m thinking projecting multiple monitors)
Today in timezone madness: Lebanon had a last minute announcement of DST postponement. The Olson database complied. Now there is a dispute if it happens, and *parts* of the government reversed it. The country now has two timezones concurrently depending on who you ask.
@KLalh@Aella_Girl Lots of science is looking at data without an experiment. Doing a randomised controlled trial does get you better results, but that’s often very difficult and expensive (and sometimes illegal/unethical), so we doing stuff like population studies.
@allenholub Yup, still sending DVDs (along with the mass spectrometry hardware that the software goes with)
For the frequent "deployment", if that is an ISO image that customers don't install, then there's no feedback loop.
So cool! Recorded Teams meetings have a JSON version of the transcript. You can use PowerShell to find out if you're consuming all of the air in the room.
Look for the 'streamContent?format=json' URL in the DevTools Network tab.
@stuebe2k14@feO2x@resharper That’s a good point. It’s the base I wanted to remove, but I can just rename the base class afterwards. I’ll give that a go.
I wish @resharper had a refactoring to flatten an inheritance hierarchy. e.g. a command to merge a class with its base class, sorting out the overridden methods & fixing references. It's such a faff to do it by hand.