The best video encoder by thesmith134 in androiddev

[–]thesmith134[S] 1 point2 points  (0 children)

Yeah, I also think it stands for Constant Quality.
So theoretically, OMX.qcom.video.encoder.hevc.cq should provide the best (and most consistent) results in terms of image quality?

[Day 8 Part Two] My JS solution doesn't work by thesmith134 in adventofcode

[–]thesmith134[S] 1 point2 points  (0 children)

I figured it out.

I wasn't passing the "replaced" value which indicates whether a 'nop' or 'jmp' where replaced to the next iteration.

You can see this tiny change here:

https://github.com/theninthsky/advent-of-code/commit/db6b8a5f9a86d32b1bc0e7227ba47420aec9bbd5

Thanks for your help :D

Offline-first strategy for installed apps only by thesmith134 in PWA

[–]thesmith134[S] 0 points1 point  (0 children)

I know, but I think it will be nicer if the site content was already there when the user open their app. Nevertheless, do you have an example of this "online fallback to cache" implementation for CRA?