Hacker Newsnew | past | comments | ask | show | jobs | submit | yumenoandy's commentslogin

> There may be a better way but it’s a simple way to expose a camera feed without requiring heavy libraries.

is ffmpeg considered heavy? can pipe rpicam into ffmpeg to get an SRT stream


i put my whole family on the last iphone mini generation


on S3-FIFO being problematic, have you looked into TinyUFO? (part of cloudflare/pingora)


No, I haven't looked into it, but the combination of "lock-free" and "S3-FIFO" raises some red flags for me :)

I don't quite understand the specific rationale for replacing segmented LRU with S3-FIFO. If I remember correctly, even the original authors stated it doesn't provide significant benefits [1].

Regarding TinyUFO - are you using lock-free queues? Has the algorithmic complexity of TinyLFU changed? (In the base version, S3-FIFO is O(n)). How easy is it to add new features? With lock-free queues, even implementing a decent expiration policy becomes a major challenge.

[1]: https://github.com/Yiling-J/theine/issues/21


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: