Iron Oxidizer

Results 27 comments of Iron Oxidizer

> Do you have any evidence that lowering the write rate significantly improves the reliability of classic (PMR, perpendicular magnetic recording) disks? SMR ones (shingled magnetic recording) have a significantly...

There are many (10+) duplicate packages with different versions. This is likely increasing the size to some degree. These can be reduced by using dependencies with matching dependency versions. Here's...

Took some time but I [found a way to get console output](https://blog.chromium.org/2019/03/debugging-websites-in-chrome-for-ios.html) on iOS (I don't own any Apple devices, this iPhone isn't even mine so debugging with [broken tooling](https://github.com/RemoteDebug/remotedebug-ios-webkit-adapter)...

One thing to note about going for a WebRTC approach is that we might need a different implementation depending on whether the client is on the same network or not....

Should this be calculated within `delete_recordings` so it's applied with each call? Or would it make more sense to pass it into `delete_recordings` as `extra_bytes_needed` to be more flexible?

I was originally thinking that we could add the reserved space into the calculation for `fs_bytes_needed`. This would have the benefit of being extremely simple. > the video sample entry...

> I've sometimes made a drastic change to the bitrate of my cameras (even swapped out a camera at a location), and the reservation wouldn't catch up immediately. It's certainly...

I've been quite busy with work this year so I haven't had the chance to maintain the project. The website is currently down, but you might be able to host...

Thanks for this! I'll give this a good read and close the issue once I think it meets the guidelines.

Assuming we only start loading in the mp4 segments on scrubbar release, I think progressive scrubbing (display the scrub thumbnail in the video window) would also be a great feature.