@pepperberry somehow reminds me of Ray Dalios *The Changing World Order*, with the difference that he specifically derives ideas from historic data sets.
Obviously, there are other significant biases at play in his work, but I found the approach quite intriguing.
@jeffjarvis as an unashamed communist – in its core meaning, a union of free people – I can only say:
Do we? Because it certainly doesn’t feel like it…
@evacide holy shizzle - the audacity! Those companies have literally nothing left that could even vaguely compared to moral.
Not that companies ever where really good at the moral stuff, but this is blunt „I don’t care you are a person with rights, we just own whatever we want, and yeah it says ‚inspired‘ so tell your lawyer to f themselves.“
Wow. I hope there are ways to stop this somehow under US law?
This is the (older) bug report:
https://github.com/obsproject/obs-studio/issues/4740
And while we are at it: when compound clips with mono audio tracks suddenly don't produce audible sound during editing, this might help:

Operating System Info macOS 11.3 Other OS No response OBS Studio Version Other OBS Studio Version (Other) Mac 27.0 RC 4 & RC5 OBS Studio Log URL http://obsproject.com/ OBS Studio Crash Log URL No r...
Audio crackles/clicks in FinalCut with OBS...
This has been pestering me a long time: when cutting videos in FinalCut, sometimes I had the worst crackles in my audio recordings. I always suspected my "cheap" lavalier microphone or my audio setup. Until I noticed that the raw files played fine with VLC.
BUT: it's actually an issue in OBS remuxing, combined with FinalCuts handling of VFR.
Demuxing using Handbrake or ffmpeg instead of the internal OBS - and everything is fine!
When you build an Arduino application with the Bluefruit library - say, for a SuperMicro/Nice!Nano/Feather - and you can't create more than 9 characteristics on your BLE service:
There is a limit of 10 for the UUID128 numbers. You can increase it like this:
// set max number of UUID128
Bluefruit.configUuid128Count(20);
// start Bluefruit
Bluefruit.begin(); // 1 peripheral, 1 central
I sunk four hours into this - thank me later :)
Back in 2021, I build this little thing…
8 rotary encoders, sending midi control events by an Arduino Leonardo (that can pose as a USB MIDI device out of the box), and a small Bitwig driver script.
To show controller position, a shift register per encoder drives seven LEDs. The Bitwig driver can push the logic controller states down to the device :)
It’s actually pretty neat. Still need to do a video and set up a proper code repository and instructions